/*
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_mainHome.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;
}
#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_contentTileHome.jpg);
	width:725px;
}
#contentHome {
	position:relative;
/*	min-height:981px;*/
	background:url(/careers/images/bg_paper.jpg) no-repeat;
	color:#43537f;
}
#associateList {
	list-style:none;
	margin-top:-20px;
}
#associateList li {
	display:inline-block;
	width:178px;
	text-align:right;
	font-weight:bold;
	font-family:Arial;
	font-size:11px;
	color:#192754;
	text-transform:lowercase;
}
#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:#fff;
	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;
}
.section1 { background:#53678f; }
.section2 { background:#717b98; }
.section3 { background:#64638e; }
.section4 { background:#43547a; }
.section5 { background:#576078; }


