@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #0033AB;
	letter-spacing: -1px;
	line-height: normal;
}
h1 {
	font-size: 28px;
	margin: 0 0 14px 0;
	border-bottom: solid 3px #C2CEC7;
}
h2, h3, h4, h5, h6 {
	margin: 0 0 6px 0;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 14px;
}
a:link, a:visited {
	color: #AD033B;
	text-decoration: underline;
}
a:hover, a:active {
	color: #0033AB;
	text-decoration: underline;
}
#colC a:link, #colC a:visited {
	text-decoration:none;
}
#colC a:hover, #colC a:active{
	text-decoration:underline;
}

input, textarea, select {
	font-size:11px;
	line-height:normal;
	color:#232323;
	padding:2px;
	border:solid 1px #aaa;
}
input[type=radio]{
	border:none;
}
fieldset {
	border:1px solid #dfdfdf;
	padding:6px;
	margin-bottom:13px;
}
legend{
	font-size:15px;
	font-weight:bold;
	color:#CC9933;
}
label{
	color:#000;
	font-size:12px;
}
input.submitButton-sm{
	background: transparent url(/images/bg-submitButton-sm.gif) no-repeat left top;
	width:54px;
	height:22px;
	font-size:11px;
	line-height:normal;
	cursor:pointer;
	border:none !important;
}
input.submitButton{
	background: transparent url(/images/bg-submitButton.gif) no-repeat left top;
	width:150px;
	height:34px;
	font-size:13px;
	line-height:normal;
	cursor:pointer;
	border:none !important;
}
input#find{
	width:100px;
}
.curPgHighlight{
	font-weight:bold !important;
}
.imageFloatLeft, .imageFloatLeftBorder{
	float:left;
	margin-right:8px;
	margin-bottom:3px;
}
.imageFloatLeftBorder{
	border:2px solid #E7E7E2;
	padding:1px;
	background:#fff;
}
.imageFloatRight, .imageFloatRightBorder{
 	float:right;
	margin-left:8px;
	margin-bottom:3px;
}
.imageFloatRightBorder{
	border:2px solid #E7E7E2;
	padding:1px;
	background:#fff;
}
.curPgHighlight{
	color:#941b00 !important;
}
.clear {
	clear: both;
}
#colB p, #colB ul, #colB ol, #colB table, #colB blockquote, #colB hr {
	margin: 0 0 16px 0;
}
#colB hr{
	color:#C2CEC7;
	height:2px;
	background:#C2CEC7;
	border:none;
}
#colB ol{
	padding-left:35px;
	list-style-type:decimal;
}
#colB ol, #colB ul{
	border-left:solid 2px #F2F5F4;
	margin-left:30px;
	margin-right: 30px;
	
}
#colB ol li, #colB ul li{
	margin-bottom:8px;
}
#colB ul li {
	/* background: url(/images/bg-bullet.gif) no-repeat left 8px; */
	line-height:17px;
	padding-left:7px;
	margin-left:10px;
}
#colB li ul, #colB li ol{
	margin-top:8px !important;
}
#colB h2 + ul, #colB h2 + ol, #colB h3 + ul, #colB h3 + ol, #colB h4 + ul, #colB h4 + ol, #colB h5 + ul, #colB h5 + ol, #colB h6 + ul, #colB h6 + ol {
	margin-top:10px !important;
}
#colB table {
	white-space: nowrap;
}
#colB table tr td {
	vertical-align: top;
	white-space: normal;
}
#colB blockquote{
	margin-left:20px;
	margin-right:20px;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	color:#000;
}
#colB table.specialsTable tr td ul {
	border: none;
	margin: 0;
	padding: 0;
}
#colB table.specialsTable tr td ul li {
	background: #EEF1F0;
	font-size: 15px;
	font-weight: bold;
	color: #00305C;
	border: 1px dotted #A4B6AC;
	margin: 0 0 5px 0;
	padding: 8px 16px;
	line-height: normal;
}




#container {
	width: 960px;
	margin: 0 auto;
}
#mainLogo {
	position: absolute;
	z-index: 100;
	top: 0px;
	margin-left: 20px;
}
#header, #header-home {
	margin: 0 0 6px 0;
	padding: 8px 0 0 0;
}
#header{
	padding: 50px 0 0 0;
}

#mid {
	background: #22293d url(/images/bg-mid.jpg) repeat-x;
}
#colWrap {
	width: 960px;
	position: relative;
	overflow: hidden;
}
.threeCols {
	background: url(/images/bg-colWrap-three.gif) repeat-y left top;
}
.twoCols {
	background: url(/images/bg-colWrap-two.gif) repeat-y left top;
}


#colA, #colC {
	width: 192px;
	padding: 10px 0 0 0;
	overflow:hidden;
}
#colA {
	float: left;
	background: url(/images/bg-colA.gif) no-repeat left top;
}
.colMod {
	margin: 0 0 13px 0;
	padding: 0 10px;
	font-size: 11px;
	line-height: 17px;
}

.colMod h2 {
	font-size: 18px;
	border-bottom: solid 3px #C3CEC8;
}
.colMod h2 img {
	float: right;
	margin: 5px 0 0 0;
}
#colMod-news p {
	margin: 0 0 10px 0;
}

#colMod-events ul li {
	width: 172px;
	clear: both;
	line-height: 15px;
}

#colMod-events .cm-eventDate {
	width: 45px;
	float: left;
}
#colMod-events  .cm-eventTitle {
	width: 90px;
	float: left;
}

#colMod-careers {
	clear: both;
	margin-top: 13px;
}





#navMain{
	border-bottom: solid 1px #C3CEC8;
	margin: 0 0 6px 0;
}
#navMain ul li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	width:168px;
	padding: 0 6px 0 18px;
	border-top: solid 1px #C3CEC8;
	line-height: 30px;
	display:block;
	letter-spacing: -1px;
}
#navMain ul li a:hover, #navMain ul li a.curPgHighlight {
	background: #fff url(/images/bg-navMain-a-hover.gif) no-repeat 5px 12px;
	color:#0033AB;

}
#navMain ul li ul {
	background: #FFFFFF;
	padding: 1px 0;
}
#navMain ul li ul li a {
	border: none;
	font-size: 11px;
	line-height:16px;
	font-weight: normal;
	width:153px;
	padding: 1px 10px 1px 30px;
	color: #000;
	letter-spacing: normal;
}
#navMain ul li ul li a:hover, #navMain ul li ul li a.curPgHighlight {
	background: #FBFAF5 url(/images/bg-navMain-a-hover.gif) no-repeat 18px 5px;
	/* color: #AD033B; */
	color:#0033AB;
}
#advantage {
	text-align: center;
	margin: 0 0 10px 0;
}
#advantage img {
	margin: 0 4px;
}
#banners img {
	border-top: 1px solid #fff;
}
#colB {
	float: left;
	width: 548px;
	padding: 10px 0;
	margin: 0 0 0 15px;
}

#colC {
	float: right;
	background: url(/images/bg-colC.gif) no-repeat right top;
}
#colB.colBC-span {
	float: left;
	width: 738px;
	padding-right: 15px;
	background: url(/images/bg-colBC-span.gif) no-repeat right top;
}

#footerWrap {
	background: url(/images/bg-footer.jpg) repeat-x left top;
	margin: 0 auto;
	width: 100%;
	padding: 10px 0 8px 0;
}
#footer, #copyrightWrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
	white-space: nowrap;
	color: #fff;
	font-size: 11px;
	line-height: 17px;
}
#footer h2 {
	font-size: 13px;
	color: #fff;
	border-bottom: solid 2px #550005;
	padding: 0 0 2px 0;
}
#footer   a   {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


#footerA, #footerB, #footerC, #footerD {
	width: 225px;
	float: left;
	padding: 0 15px 0 0;
	white-space: nowrap;
}
#copyrightWrap {
	margin-top: 10px;
	line-height: 28px;
	background: url(/images/bg-copyrightWrap.gif) no-repeat left top;
	height: 28px;

}

#copyrightA {
	float: left;
	padding: 0 0 0 6px;
}
#copyrightB {
	float: right;
	text-align: right;
	padding: 0 6px 0 0;
}
#copyrightB   a, #copyrightB {
	color: #000000;
	text-decoration: none;
}
#copyrightB a:hover {
	color: #FFFFFF;
}
#START-MISC-ELEMENTS-BELOW {
}
input#prod-lib-keywords {
	width: 98px;
	border: 1px solid #b2b2AA;
	font-size: 11px;
	line-height: normal;
	padding: 4px 3px;
}
input#prod-lib-submit {
	font-size: 11px;
	line-height: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-bottom-color: #B6AC85;
	border-right-color: #CCC6AA;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background: #fff url(/images/bg-submitButton.gif) repeat-x left bottom;
	padding: 3px 6px;
	cursor: pointer;
}

.td-lead-heading{
	font-weight: bold;
	color: #0033AB;
	font-size: 16px;
	margin: 0;
	padding: 4px;
}

.td-lead-result-item{
	padding: 4px;
}

.td-lead-search-again{
	padding: 10px 4px 4px 4px;
	border-top:1px solid #aaaaaa;
}

.td-no-results{
	font-weight: bold;
	padding: 4px 4px 14px 4px;
}

.td-lead-nav-top{
	padding: 4px;
	border-bottom:1px solid #aaaaaa;
}

.td-lead-nav-bottom{
	padding: 4px;
	border-top:1px solid #aaaaaa;
}



#jobs{
	border:none;
	width:100%;
	margin-top:10px;
}
#jobs tr#jobsTableHead{
	height:20px;
}
#jobs tr th{
	background:#232323;
	font-weight:bold;
	font-size:12px;
	line-height:normal;
	text-align:left;
	vertical-align:middle;
	color:#fff;
	padding:4px 4px;
	text-transform:uppercase;
}
#jobsTableHead th.jobsThTitle{
	width:240px;
	padding-left:10px;
}
.jobsThPosted{
	width:85px;
}
#jobs tr.jobsTableTR td{
	padding:5px 0 3px 0;
	border-bottom:solid 1px #dedede;
}
input.submitButtonApply{
	background: transparent url(/images/bg-submitButton-apply.gif) no-repeat left top;
	width:180px;
	height:34px;
	font-size:13px;
	line-height:normal;
	cursor:pointer;
	border:none !important;
}
.jobInformation{
}
.jobInformation td{
	padding:6px 6px 3px 6px;
	border-bottom:solid 1px #dedede;
	font-size:12px;
}
.jobDetails a{
	background: url(/images/bg_bulletArrow.gif) no-repeat right 1px;
	text-decoration:none;
	padding-right:16px;
}
#jobDetailTable{
	margin:15px 25px;
}
#jobDetailTable tr td{
	padding:0 20px 10px 0;
}
#jobDetailTable tr td.jobfield{
	width:115px;
}
#jobapplicant, #jobapplicant table {
  border-collapse:collapse;
	
}
#jobapplicant {
  width:100%;
}
#jobapplicant td {
	padding:5px;
	vertical-align:top;
}
#jobapplicant div td {
  padding:0;
}
.jobTitles {
	color: #A6001E;
	font-weight:normal;
	font-size:18px;
	margin:5px 0;
}
#jobapplicant p {
	margin:10px 0;
}
#jobapplicant textarea {
  width:100%;
  height:80px;
}
#jobappheader {
  display:none;
}
