/* ---------------------------------------
   global white space reset
   --------------------------------------- */
   
* {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 1em 0;
}
ul {
	margin-left: 1em;
}
li, dd {
	margin-left: 1em;
}
fieldset {
	padding: .5em;
}
select {
	min-width: 1.5em;
}

/* ---------------------------------------
   reset browser default text-size to 10px
   --------------------------------------- */
   
body {
	font-size: 62.5%;
}

/* ---------------------------------------
   additional rules
   --------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.9em;
	text-align: center;
	background: #fff;
	color: #000;
}
p {
	margin: 0;
	padding: 0 0 10px 0;
}
a {
	text-decoration: underline;
	color: #000;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h5 {
	background: #DCDDDE;
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	line-height: 1.1em;
	padding: 2px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
}

#top-bar {
	text-align: left;
	height: 93px;
	overflow: hidden;
	background: #f6f6f6 url(/global/images/top_bar_corner_right.gif) no-repeat right top;
/*	margin: 5px 0 0 0;*/
	border-top: 5px solid #fff;
}
#top-bar a {
	color: #fff;
}

#sub-bar {
	height: 1.9em;
	border-bottom: 5px solid #fff;
/*	overflow: hidden;*/
	background: #0036b8 url(/global/images/switcher_bg.gif) no-repeat left bottom;
	margin: 0;
	width: 770px;
}
#header-text {
	width: 300px;
	float: left;
	padding: 0 0 0 24px;
}
#header-text p {
	padding: 0;
	margin: 0;
}
#switcher {
	text-align: right;
	width: 300px;
	float: right;
	padding: 0 24px 0 0;
	font-size: .9em;
}
#header-text,
#header-text a,
#switcher,
#switcher a {
	color: #fff;
	text-decoration: none;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	background: url(/global/images/bg.gif);
	text-align: left;
}
#job-wrapper {
	margin: 20px;
	text-align: left;
}
#right {
	width: 142px;
	min-height: 440px;
	background: transparent url(/global/images/sidebar_bg.png) no-repeat top left ;
	/*
	background: red;
	*/
	float: right;
}
#left {
	width: 142px;
	min-height: 440px;
	background: transparent url(/global/images/sidebar_bg.png) no-repeat top left;
	/*
	background: blue;
	*/
	float: left;
}
* html #left,
* html #right {
	height: 440px;
}

#left h4,
#right h4 {
	margin: 0;
	padding: 0;
	color: #fff;
	background: #0036B8 url(/global/images/sidebar_top.gif) no-repeat top;
	font-size: 1em;
	line-height: 1.9em;
	letter-spacing: 1px;
	padding-left: 12px;
	border-bottom: 1px solid #f3f4f6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#right h4.arrow {
	background: #0036B8 url(/global/images/sidebar_top_arrow.gif) no-repeat top;
}
#left p,
#right p,
#right div {
	color: #666;
	padding: 10px 0 0 8px;
	font-size: 1.1em;
}
.logolar {
	font-size: 1.1em;
	line-height: 2em;
	text-align: left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;	
}
#right .linklist {
	font-size: 1.1em;
	line-height: 2em;
	text-align: left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
}
.linklist a {
	text-decoration: none;
}
.linklist a:hover {
	text-decoration: underline;
}
#right a {
	color: #0036b8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#right a.gray {
	color: #666;
}
div.line {
	height: 10px;
	line-height: 1em;
	font-size: 1px;
	border-bottom: 1px solid #ccc;
}
div.buffer10 {
	height: 10px;
	line-height: 1em;
	font-size: 1px;
}
div.buffer15 {
	height: 15px;
	line-height: 1.5em;
	font-size: 1px;
}
div.buffer20 {
	height: 20px;
	line-height: 2em;
	font-size: 1px;
}
/* 770 - 142 - 142 = 486 */
/* 486 - 20 - 20 = 446 */
#main {
	width: 486px;
	float: left;
}
#main h4 {
	color: #8f8f8f;
	background: #e2e2e2 url(/global/images/main_top.gif) no-repeat top;
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 0 20px;
	/*	letter-spacing: 2px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 4px;
}
#job-main {
	width: auto;
}
#job-main h4 {
	color: #000;
	background: #e2e2e2;
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 0 20px;
	letter-spacing: 2px;
}
#content {
	padding: 10px 20px 0 20px;
}

#content p {
	font-size: 1.3em;
}
#content-height-fix {
	height: 650px;
	width: 1px;
	float: left;
	font-size: 1px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #0036b8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content h2 {
	padding-bottom: 3px;
	font-size: 1.7em;
}
#footer {
	background: #e2e2e2;
	line-height: 1.8em;
	clear: both;
	text-align: center;
	color: #6c6c6c;
}
#footer a {
	color: #6c6c6c;
	text-decoration: none;
}
#footer a:hover {
	color: #6c6c6c;
	text-decoration: underline;
}
#navigation {
/*	border-top: 1px solid #f3f4f6;*/
}
#navigation a {
	line-height: 1.7em;
	border-bottom: 1px solid #f3f4f6;
/*	background: #d8dce0;*/
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	display: block;
	text-decoration: none;
	padding: 0 0 0 13px;
}
#navigation a:hover {
	color: #444;
	text-decoration: underline;
}
#navigation a.selected {
	background: #C2C6CA url(/global/images/arrow.gif) no-repeat;
	color: #555;
}
img.left {
	float: left;
	margin: 6px 10px 10px 0;
}
img.right {
	float: right;
	margin: 6px 0 10px 10px;
}
.center {
	text-align: center;
}
img.home {
	margin: -10px -20px 30px 18px;
}
.grey-bottom-text {
	padding: 10px 0;
	color: #666;
}
.grey-bottom-text a {
	color: #DD4117;
}
.grey {
	color: #666;
}
.grey a {
	color: #DD4117;
}
.orange {
	color: #DD4117;
}
#parent_tab1,
#parent_tab2,
#parent_tab3,
#parent_tab4 {
	display: none;
}
#tabs0,
#tabs1,
#tabs2,
#tabs3,
#tabs4 {
	color: #fff;
	line-height: 1.5em;
	margin-left: 18px;
	margin-bottom: -4px;
}
#tabs0 a,
#tabs1 a,
#tabs2 a,
#tabs3 a,
#tabs4 a {
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0 7px;
}
#tab1,
#tab2,
#tab3,
#tab4 {
	display: none;
}
td.bg {
	background-image: url(/global/images/tab_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 12px;
}
td.lc {
	background-image: url(/global/images/tab_lc.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 5px;
	height: 12px;
	font-size: 1px;
}
td.rc {
	background-image: url(/global/images/tab_rc.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 5px;
	height: 12px;
	font-size: 1px;
}
td.bgblack {
	background-image: url(/global/images/tab_bg_black.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 12px;
}
td.lcblack {
	background-image: url(/global/images/tab_lc_black.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 5px;
	height: 12px;
	font-size: 1px;
}
td.rcblack {
	background-image: url(/global/images/tab_rc_black.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 5px;
	height: 12px;
	font-size: 1px;
}
.clearer {
	clear: both;
}
