/*
CSS 2.0
Last modified: 12/03/09  -- BA

-------------------------------------------------
TOC

=General
=Layout
=Typography

-------------------------------------------------
Style Guide Colors:
bottom most background: 575f77
------------------------------------------------- */


/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* { margin: 0;padding: 0; }

/* Class for clearing floats */
.clear { clear:both; }

/* Remove border around linked images */
img { border: 0; }

/*remove dotted outline form links in firefox*/
a:active { outline: none; }
:focus { -moz-outline-style: none; }

body {
	margin:0;
	font: 14px/20px Georgia, Times, serif;
	background:#575f77 url(/careers/images/bg_main.jpg) no-repeat center top;
}

/* TinyMCE editor background to white */
body.mceContentBody {
   background: #FFF;
}

/* =Layout
-----------------------------------------------------------------------------*/
#mainWrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:970px;
}
h1 {
	background:url(/careers/images/logo.gif) no-repeat 2px 8px;
	height:58px;
	text-indent:-9000px;
}
#topNav {
	position:absolute;
	top:10px;
	right:4px;
	z-index:2;
	font-family:Arial, Helvetica, sans-serif;
}
#topNav li {
	list-style:none;
	display:inline;
	margin-right:10px;
	font-size:12px
}
#topNav a:link, #topNav a:visited {
	color:#cad2ee;
	text-decoration:none;
	font-size:12px;
}
#topNav a:hover, #topNav a:active {
	color:white;
	text-decoration:underline;
	font-size:12px;
}

#columnWrapper {
	position:relative;
	border-right:1px white solid;
	border-bottom:10px white solid;
	border-left:1px white solid;
	width:968px;
}
#navLeft {
	position:absolute;
	z-index:1;
	top:0;
	width:242px;
	min-height:100%;
	background:#576078;
	border-right:1px white solid;
line-height:normal;
}
#contentBg {
	position:relative;
	margin-left:243px;
	background:url(/careers/images/bg_contentTile.gif);
	width:725px;
}
#content {
	position:relative;
	background:url(/careers/images/bg_paper.jpg) no-repeat;
	padding:10px 160px 0 67px; 
	color:#43537f;
	min-height:660px;
}

#footer {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:968px;
	color:#cad2ee;
	padding:10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* =Typography
-----------------------------------------------------------------------------*/

/* navigation links*/

#navLeft h2 {
	background:#3c4577 url(/careers/images/arrow.gif) no-repeat left;
	color:white;
	font-family:Georgia, Times, serif;
	font-size: 18px;
	font-weight:bold;
	height:29px;
	padding:9px 0 0 28px;
	border-bottom:1px white solid;
}

#navLeft ul {
	padding:5px 10px 5px 15px;
	border-bottom:white 1px solid;
}
#navLeft ul ul {
	border:none;
}
#navLeft li {
	padding:0;
}
.nav1 {
	list-style:none;
	color:#b4b8c7;
	font-weight:bold;
}
a.nav1:link, a.nav1:visited {
	color:white;
	text-decoration:none;
}
a.nav1:hover, a.nav1:active {
	color:#b4b8c7;
	text-decoration:none;
}
.nav1On {
	list-style:none;
	color:#b4b8c7;
	font-weight:bold;
}
a.nav1On:link, a.nav1On:visited, a.nav1On:hover, a.nav1On:active {
	color:#b4b8c7;
	text-decoration:none;
}
.nav2 {
	list-style:square;
	color:#b4b8c7;
	font-weight:normal;
}
a.nav2:link, a.nav2:visited {
	color:#e4e4e4;
	text-decoration:none;
}
a.nav2:hover, a.nav2:active {
	color:#b4b8c7;
	text-decoration:none;
}
.nav2On {
	list-style:square;
	color:#b4b8c7;
}
a.nav2On:link, a.nav2On:visited, a.nav2On:hover, a.nav2On:active {
	color:#b4b8c7;
	text-decoration:none;
}
.nav3 {
	font-size:12px;
	list-style:square;
	color:#b4b8c7;
	font-weight:normal;
}
a.nav3:link, a.nav3:visited {
	color:#e4e4e4;
	text-decoration:none;
}
a.nav3:hover, a.nav3:active {
	color:#b4b8c7;
	text-decoration:none;
}
.nav3On {
	font-size:12px;
	list-style:square;
	color:#b4b8c7;
}
a.nav3On:link, a.nav2On:visited, a.nav3On:hover, a.nav3On:active {
	color:#b4b8c7;
	text-decoration:none;
}
.section1 { background:#53678f; }
.section2 { background:#717b98; }
.section3 { background:#64638e; }
.section4 { background:#43547a; }
.section5 { background:#576078; }

/* link for main body copy */

a, a:link, a:visited { color: #000; text-decoration: underline; }
a:hover, a:active { color: #000; text-decoration: none; } 

/* content area styles */

#content h2 {
	margin:12px 0 100px -35px;
	font-size:26px;
	color:#FFFFFF;
	text-shadow: #000000 3px 3px 3px;
	filter: alpha(opacity=20);
	-moz-opacity: .20;
	-khtml-opacity: 0.2;
	opacity:0.2;
}
#content h3 {
	font-size:18px;
	margin-top: 30px;
	margin-bottom:20px;
	padding-bottom:10px;
	color:#43537f;
	border-bottom:#a3b3df 1px solid;
}
#content h4 {
	font-size:16px;
	margin-bottom:20px;
}
#content p {
	margin: 12px 0;
}
#content ul {
	margin-left:30px;
	list-style:square;
}
#content ol {
	margin-left:30px;
}
#content ol ol {
	margin-left:36px;
	list-style:lower-alpha;
}
a.legal:link, a.legal:visited {
	color:#cad2ee;
	text-decoration:none;
}
a.legal:hover, a.legal:active {
	color:white;
	text-decoration:underline;
}
.contentPic { 
	float:left;
	margin:0 10px 8px 0;
}
.caption {
	font-style: italic;
}

#recruitingCal th {
	font-weight:bold;
	border-bottom:#43537f 1px solid;
	font-size:12px;
}
#recruitingCal td, .searchReturn td {
	padding:5px 10px;
	vertical-align:top;
	font-size:12px;
}


