@charset "utf-8";
/* CSS Document */

body {
	font-size: 62.5%;
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
div.access {
	display:none;
}
#wrapper {
	width: 980px;
	text-align: center;
	margin: 0 auto;
}
#main {
	float:left;
}
img {
	border:0;
}

#bg-home { background: url(../_images/bg-home.jpg) top center no-repeat; }
#bg-home-noquote { background: url(../_images/bg-home-noquote.jpg) top center no-repeat; }
#bg-2 { background: url(../_images/bg-2.jpg) top center no-repeat; }
#bg-2-noquote { background: url(../_images/bg-2-noquote.jpg) top center no-repeat; }
#bg-3 { background: url(../_images/bg-3.jpg) top center no-repeat; }
#bg-3-noquote { background: url(../_images/bg-3-noquote.jpg) top center no-repeat; }
#bg-4, #bg-faqs { background: url(../_images/bg-4.jpg) top center no-repeat; }
#bg-careerdev { background: url(../_images/bg-careerdev.jpg) top center no-repeat; }
#bg-careerdev2 { background: url(../_images/bg-careerdev2.jpg) top center no-repeat; }
#bg-locations { background: url(../_images/bg-locations.jpg) top center no-repeat; }

/*--------------------- Header ---------------------*/

#header {
	float:left;
	width: 802px;
	height: 60px;
	text-align: left;
	padding: 29px 0 0 0;
	background: url(../_images/divider.gif) left bottom repeat-x;
}

/*--------------------- Columns ---------------------*/

#leftcolumn {
	position: relative;
	float: left;
	padding: 38px 0 0 0;
	height: 545px;
}

#rightcolumn {
	float: left;
	text-align: left;
}
#rightcolumn p, #rightcolumn-people p {
	color: #FFFFFF;
	padding: 0;
	font-weight: bold;
}
#bg-home #rightcolumn {
	height: 70px;
	width: 164px;
	padding: 418px 0 0 77px;
}
#bg-2 #rightcolumn {
	height: 70px;
	width: 138px;
	padding: 157px 0 0 159px;
}
#bg-3 #rightcolumn {
	height: 70px;
	width: 157px;
	padding: 226px 0 0 133px;
}
#bg-4 #rightcolumn {
	height: 70px;
	width: 156px;
	padding: 165px 0 0 212px;
	line-height: 1.4em;
}
#bg-careerdev2 #rightcolumn {
	height: 70px;
	width: 120px;
	padding: 300px 0 0 88px;
	line-height: 1.4em;
}
#rightcolumn-people {
	float: left;
	text-align: left;
	height: 70px;
	width: 157px;
	padding: 224px 0 0 15px;
	display: block;
}

/*--------------------- Content ---------------------*/

#content {
	float: left;
	clear: none;
	position: relative;
	width: 400px;
	text-align: left;
	padding: 32px 0 20px 28px;
}
#content-careers {
	float: left;
	clear: none;
	position: relative;
	width: 220px;
	text-align: left;
	padding: 32px 30px 20px 28px;
}
#content-people {
	float: left;
	clear: none;
	position: relative;
	width: 515px;
	text-align: left;
	padding: 32px 0 20px 28px;
}
.profiles {
	width: 515px;
}

.profile-box {
	width: 158px;
	float: left;
	padding: 12px 10px 0 0;
}
.profile-box p {
	font-size: 1.1em;	
	padding: 8px 0 8px 9px;
	text-align: left;
}
#leftcolumn p.profile {
	font-size: 1.1em;	
	padding: 2px 0 8px 21px;
	text-align: left;
}
#base {
	width: 980px;
	clear: both;
}

/*--------------------- Content style---------------------*/

h1 {
	font-size: 2.2em;
	color: #993399;
	margin: 0;
	padding: 0 0 10px 0;
}
h1.forcewidth {
	width: 500px;
}
h2 {
	font-size: 1.4em;
	color: #58595b;
	margin: 0;
	padding: 14px 0 2px 0;
}
h3 {
	font-size: 1.2em;
	color: #58595b;
	margin: 0;
	padding: 12px 0 1px 0;
}
p {
	font-size: 1.2em;
	color: #58595b;
	margin: 0;
	padding: 8px 0;
}
#content p.findoutmore {
	background: url(../_images/bullet.gif) left center no-repeat;
	padding: 8px 0 8px 15px;
	color: #58595b;
	font-size: 1.4em;
	font-weight: bold;
}
#content p.findoutmore a {
	color: #58595b;
	text-decoration: none;
}
#content p.findoutmore a:hover {
	text-decoration: underline;
}
#content ul {
	margin: 0 0 0 14px;
	padding: 8px 0;
}
#content ul ul {
	margin: 0 0 0 14px;
	padding: 1px 0 8px 0;
}
#content li {
	font-size: 1.2em;
	color: #58595b;
	margin: 0;
	padding: 0 0 0 2px;
	list-style-type: disc;	
}
#content li li {
	font-size: 1.0em;
}
.noscript {
	font-size: 1.0em;
	line-height: 1.2em;
	width: 173px;
	text-align: left;
	padding: 0 0 0 10px;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
.exampleForm {
	width: 400px;
}
/*--------------------- Links ---------------------*/

#content a:link, #content-people a:link, #leftcolumn p.profile a {
	color:#066DFE;
	text-decoration: underline;
}
#content a:visited, #content-people a:visited {
	color:#92278F;
	text-decoration: underline;
}
#content a:hover, #content-people a:hover, #leftcolumn p.profile a:hover {
	text-decoration: none;
}
/*--------------------- Footer ---------------------*/

#footerwrapper {
	background: #FFFFFF url(../_images/footer-bg.jpg) top center no-repeat;
	height: 60px;
}

#footer {
	width: 980px;
	height: 50px;
	padding: 30px 0 0 0;
	font-size: 1.1em;
	text-align: left;
	margin: 0 auto;
	color: #58595b;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li {
	float: left;
	margin: 0;
	padding: 0 8px;
	background: url(../_images/footer-nav.gif) right center no-repeat;
}
#footer li.last {
	background: none;
}
#footer li a {
	color: #58595b;
	text-decoration: none;
}
#footer li a:hover, #footer li a.on {
	text-decoration: underline!Important;
}
