@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
a:link, a:visited, a:active, a:hover {
	color:#de0a05;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, p, ul {
	margin:0;
	padding:0;
}
h3 {
	color:#535351;
	font-size:11px;
	margin: 2px 0 3px 0;
	text-transform:uppercase;
}

p {
	margin:0 0 1em 0;
}
ul {
	list-style-type:none;
}
#mainContent ul {
	list-style-type:square;
	margin:0 25px;
}
#header ul a:link, #header ul a:visited, #header ul a:active, #header ul a:hover {
	font-weight:bold;
}

#container { 
	width: 960px;
	background: #f6f6ec;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
#header { 
	background:url(../img/bgHdr.gif) repeat-x;
	border-bottom:1px dashed #d0d0c7;
} 
#header h1 {
	color:#b3b4a5;
	font-size:32px;
	font-weight:normal;
	padding: 10px;
	text-align:center;
	text-transform:lowercase;
	width:489px;
}
#imgLogo {
	border-width:0;
	padding:20px 34px 10px 57px;
}
#header ul {
	padding:10px 19px 10px 19px;
	width:49px;
}
*html #header ul {
	padding:10px 19px 10px 18px;

}
.listBordered
{
	border:1px dashed #d0d0c7;
	border-width:0 1px 0 1px;
}
#sidebar1 {
	float: left;
	width: 242px;
	padding:10px 10px 15px 20px;
}

#mainContent { 
	border-left:1px dashed #d0d0c7;
	margin:0 0 0 272px;
	padding:10px 20px;

}
*html #mainContent { 
	margin:0 0 0 274px;
}
*html #mainContentCareers { 
	margin:0 0 0 274px;
}

#mainContent h1 {
	color:#026c92;
	font-size:14px;
	font-weight:bold;
  margin:0 0 1em 0;
}
#mainContent h1.widthSubheader {
	color:#026c92;
	font-size:14px;
	font-weight:bold;
  margin:0;
}
#mainContent h2 {
	font-size:13px;
	font-weight:bold;
  margin-top:1em;

}
#mainContent h2.subheader{
	color:#026c92;
	font-size:13px;
	font-weight:normal;
	font-style:italic;
  margin:0 0 1em;
}
strong.site{
  text-decoration:underline;
}
.intCall {
	background:#ffffff none;
	float:right;
  padding:0 20px;
	width:200px;
}
#footer {
	border-top:1px dashed #d0d0c7;
	padding: 0 10px 0 20px;
	background:url(../img/bgFtr.gif) repeat-x; 
} 
#footer p {
	color:#676764;
	font-size:9px;
	margin: 0;
	padding: 10px 0;
}
.fltR { 
	float: right;
}
.fltL { 
	float: left;
}
.txtCntr {
	text-align:center;
}
.clearfloat { 
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

#bTitle {
	color: #026c92;
	font-size: 14px;
}