body { 
	background: #fff;
	margin: 0 0 0 8px;
	padding: 0; 
	font: 11px/1.3 arial, helvetica, sans-serif; 
	color: #3a3a3a;
	}

p, h2, h3, h4, h5, h6, dt, ul, th, td, input, select, blockquote { 
	background: transparent;
	font: 11px/1.3 arial, helvetica, sans-serif; 	
	color: #3a3a3a;
	}

a:link { color: #007ea1; }
a:visited { color: #a7975c; }

/* menu classes */

a.menu:link { color: #000066; text-decoration: none; }
a.menu:visited { color: #000066; text-decoration: none; }

.navMenu {
	 position: absolute;
	 top: 70px; 
	 z-index:400;
	 overflow: none; 
	 background-color: #ffff99; 
	 visibility: hidden; 
	 border-width: 1px; 
	 border-top-width: 0px; 
	 border-style: solid; 
	 border-color: #333333;
}

/* =============================== */
/* ==== START IDS AND CLASSES ==== */
/* =============================== */

/* PRIMARY CONTAINERS */
#container {
	width: 751px;
	margin: 12px 0 0 5px; 
	background: url(/imgs/bg_container.gif) repeat-y #fff;
	}

#content { width: 575px; }

#featuredItems { /* modules next to content */
	width: 144px; 
	float: right; 
	margin-right: 13px; 
	}
html>body #featuredItems { margin-right: 25px; }
/* end containers */

/* ==== START CONTENT AREA ==== */
#content p, #content h2, #content h3, #content h4, #content h5, #content h6, #content dt, #content dd, #content table, #content form, #content #backnextLinks, #content .alignCenter, #content hr, #content div.holder, #footer { 
	width: 355px; 
	} /* set all to width of content area */
#content blockquote { width: 60%; }	
	
/* COMMON ELEMENTS */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #334233; 
	background: transparent; 
	margin: 18px 0 0 0;	
	font-size: 13px;
	font-weight: bold;
	}
	
#content h1 { 
	font-size: 18px; 
	line-height: 1.2em; 
	color: #006c93; 
	border-bottom: 1px solid #006c93; 
	margin: 0 0 8px; 
	width: 100%; 
	}
	
#content h1.withImg { 
	margin: 0; 
	}
	
#content p { 
	margin: 9px 0; 
	}
	
#content hr { 
	height: 1px; 
	color: #b9b8b8; 
	border: none; 
	background-color: #b9b8b8; 
	}
	
#content ul { 
	list-style-type: square;
	margin: 0 0 10px 25px; 
	width: 330px;
	w\idth: 313px; /* not for IE 5 Win */
	padd\ing: 0 0 0 1.5em;
	}
	
#content ol.letter { 
	list-style-type: upper-alpha;
	margin: 0 0 10px 48px; 
	padding-right: 210px;
	w\idth: 313px; 	
	padd\ing: 0 0 0 2.7em;
	ma\rgin-left: 25px;
	}
	
#content ol { 
	list-style-type: decimal;
	margin: 0 0 10px 48px; 
	padding-right: 210px;
	w\idth: 313px; 	
	padd\ing: 0 0 0 2.7em;
	ma\rgin-left: 25px;
	}
	
#content ol li ul { 
	width: 257px;
	w\idth: 240px;
	}
	
#content li { 
	margin-bottom: 4px;
	}
	
#content strong { color: #344233; }

#content .attention { 
	font-size: 12px; 
	color: #000;
	}

#content p.intro, #content p.introWithImg { /* for wide first paragraph */
	width: 95%;
	margin-bottom: 18px;
	} 

#content p.introWithImg {
	margin-top: 1px;
	line-height: 1.2em;
	}	

#content p.introWithImg img {
	float: left;
	vertical-align: top;
	margin-left: 0;
	}

#content p.introWithImg br { 
	display: none;
	}

#content ul.anchorlinks {
	list-style: none;
	margin-top: 0;
	width: 355px;
	padding: 0;
	}

#content ul.anchorlinks li { 
	margin-bottom: 8px; 
	background: url(/imgs/arrow_anchor.gif) no-repeat #fff; 
	padding-left: 0;
	padd\ing-left: 14px;
 	}

/* def list */
#content dl { 
	margin: 16px 0 9px 18px; 
	}
	
#content dt { 
	font-weight: bold;
	color: #334233;
	margin: 12px 0 0; /* IE5 Mac requires because bot margin on DD fails with floated MORE link. */
	/* \*/
	margin-top: 0;
	/* */
	}
	
#content dd {
	margin: 0 0 12px; 
	}

#content dd.withMore { 
	margin-bottom: 0; 
	}
html>body #content dd.withMore { margin-bottom: 12px; }
/* end def list */

/* inline images */
#content img.alignLeft, #content img.alignRight { 
	float: left; 
	display: inline; 
	margin-right: 12px;
	}

#content img.photo {
	border: 1px solid #000; 
	}	
	
#content img.alignRight {
	float: right; 
	margin-left: 12px;
	}
	
#content a img { 
	border: none; 
	}
/* end inline imgs */

#content .alignCenter { 
	text-align: center; 
	}

.inline { 
	display: inline; 
	}

.nodisplay { 
	position: absolute;
	left: -999px;
	width: 130px;
	}
	
/* links with arrows */
#content .more { 
	display: block;
	padding-left: 14px;
	background: url(/imgs/arrow_right.gif) no-repeat #fff;
	float: right;
	text-decoration: underline; /* Op 6 needs explicit */
	}

#content .back2top { 
	background: url(/imgs/arrow_back2top.gif) no-repeat #fff; 
	padding-left: 14px;
	width: 100%; 
	}
	
#content .windowclose { 
	background: url(/imgs/arrow_closewindow.gif) no-repeat #fff; 
	padding-left: 14px;
	width: 100%; 
	}

#content .back { 
	background: url(/imgs/arrow_back.gif) no-repeat #fff; 
	padding-left: 14px;
	width: 50%; /* for IE 5 Win */
	}

#content .next { 
	background: url(/imgs/arrow_right.gif) no-repeat #fff right; 
	padding-right: 14px;
	float: right; 
	}	

#content div#backnextLinks {
	margin-bottom: 15px;
	}
/* end links with arrows */
/* end common elements */

/* news */
#content dl.news {
	margin-left: 0;
	padding-left: 0;
	}

#content dl.news dt {
	margin-bottom: 2px;
	}
	
#content dl.news dt a {
	font-weight: normal;
	padding-left: 14px;
	background: url(/imgs/arrow_right.gif) no-repeat #fff;
	width: 355px; 
	w\idth: auto;
	}
	
#content dl.news dd {
	margin-bottom: 22px;	
	}

#content #newsRelease strong {
	color: #344233;
	}

#content #newsRelease h2 {
	font-size: 12px;
	}

#content #newsRelease h2 span {
	display: block;
	font-size: 11px;
	color: #6b6d6a;
	margin-top: 8px;
	}
/* end news */

/* start tpl 1 */
#content table#tblLanding { 
	margin-top: 0;
	}

#content table#tblLanding td { 
	border: none;
	padding: 0;
	}

#content table#tblLanding td.colOne { 
	padding-right: 32px;
	}
	
#content table#tblLanding td.colTwo { 
	padding-right: 39px;
	}	
	
#content table#tblLanding dl {
	margin-top: 0;
	}

#content table#tblLanding dt {
	width: 146px;
	font-size: 12px;
	}

#content table#tblLanding dd {
	width: 146px;
	margin-bottom: 13px;
	}
html>body #content table#tblLanding dd { margin-bottom: 23px; }
	
#content table#tblLanding h6, #content table#tblLanding p {
	width: 150px;
	}

#content table#tblLanding h6 {
	clear: both;
	color: #fff;
	font-size: 13px;
	background: #ddbf3b;
	border-right: 12px solid #177fa4;
	padding: 2px 3px 2px 10px;
	font-weight: bold;
	margin: 0 0 1px;
	w\idth: 125px;
	}

#content table#tblLanding p {
	margin: 0;
	font-size: 10px;
	text-align: right;
	}
	
#content table#tblLanding p img {
	float: left;
	margin: 0 1px 0 0;
	}
	
#content table#tblLanding div.feature {
	height: 109px;
	margin-top: 4px;
	}
	
#content table#tblLanding div.feature a.more {
	width: 22px;
	}
/* end tpl 1 */

/* tpl_11 (used by others too) */
#content dl.docListing { 
	margin-left: 0; 
	}
	
#content dl.docListing dt { 
	font-weight: normal;
	padding-bottom: 1px;
	}

#content dl.docListing dt img { 
	display: inline;
	margin-right: 10px;
	vertical-align: text-bottom;
	border: 0;
	}	
	
#content dl.docListing dd { 
	margin-bottom: 19px;
	}
/* end tpl 11 */

/* tpl 31 */
#content div.classSeminar { 
	margin-bottom: 20px;
	}

#content div.classSeminar dl {
	margin-top: 5px;
	}
/* end tpl 31 */

/* tpl 37 */
#content dl.featJob {
	margin-left: 0;
	}

#content dl.featJob dt {
	font-size: 12px;
	}	

#content dl.featJob dd {
	margin-bottom: 20px;
	}
/* end tpl 37 */

/* tpl 38 */
#content ul.noIndent {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	}

#content ul.noIndent li {	
	margin-bottom: 19px;
	}

#content ul.noIndent li ul {	
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	}
	
#content ul.noIndent li ul li {	
	margin: 4px 0 auto;
	}
/* end tpl 38 */	

/* tpl 39 and 40 */
#content ul.jobInfo {
	list-style: none;
	margin: 0 0 16px 0;
	padding-left: 0;
	}

#content ul.jobInfo li {
	margin-bottom: 3px;
	margin-left: -15px;
	ma\rgin-left: 0;
	}
	
#content dl.jobDescrip {
	margin: 18px 0;
	}
/* end tpl 39 and 40 */

/* tmpl knowledge base only */
#content div.kb_question {
	margin: 20px 0 10px;
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006c93;
	border-bottom: 1px solid #006c93;
	}
#content div.kb_answer {
	margin: 20px 0 10px;
	font-family: arial, helvetica, san-serif;
	font-size: 13px;
	color: #333333;
	}
/* ==== end content area ==== */


/* FEATURED ITEMS */
#featuredItems {
	margin-left: 40px;
	/* \*/
	margin-left: 0;
	/* */
	}

#featuredItems h6 { 
	width: 144px;
	background: url(/imgs/bg_featuredItem.gif) bottom no-repeat;
	margin: 0;
	}

#content #featuredItems ul {
	width: auto; 
	list-style-type: none;
	margin-top: 2px;
	margin-left: 0;
	padding-left: 0;
	}

#featuredItems li {
	margin-top: 6px;
	font-size: 10px;
	}
	
#featuredItems li img {
	vertical-align: top;
	}
	
#featuredItems a {
	font-size: 10px;
	}
/* end featured items */	


/* FOOTER */
#footer { 
	margin: 35px 0 10px;
	text-align: center;
	}

#footer ul {
	list-style: none;
	margin: 0 0 3px;
	padding: 0;
	width: auto;
	}

#footer li, #footer p {
	margin: 0;
	font: 10px/1.3 arial, helvetica, sans-serif; 
	color: #000;
	}

#footer li {
	display: inline;
	width: 18%;
 	padd\ing-right: 5px;
	w\idth: auto;
	}
/* end footer */

/* ==== end ids and classes ==== */


/* =================================== */
/* ==== START NAVIGATION ELEMENTS ==== */
/* =================================== */

/* ===== START GLOBAL NAV ==== */
#mastheadHome, #mastheadAbout, #mastheadNews, #mastheadCareers, #mastheadEducation, #mastheadSuppliers, #mastheadRates, #mastheadContact, #mastheadRes, #mastheadBiz, #mastheadCustSvc, #mastheadRebates, #mastheadSafety, #mastheadField, #mastheadClaims {
	width: 750px;
	height: 58px;
	margin: 0;
	background: #fff url(/imgs/cmn/bg_masthead.gif) no-repeat top right;
	}

#mastheadHome {	background-image: url(/imgs/home/bg_masthead.jpg); }
#mastheadRes { background-image: url(/imgs/res/bg_masthead.jpg); }
#mastheadBiz { background-image: url(/imgs/biz/bg_masthead.jpg); }
#mastheadCustSvc { background-image: url(/imgs/customer_service/bg_masthead.gif); }
#mastheadRebates { background-image: url(/imgs/rebates/bg_masthead.gif); }
#mastheadSafety { background-image: url(/imgs/safety/bg_masthead.gif); }
#mastheadField { background-image: url(/imgs/field_work_projects/bg_masthead.jpg); }
#mastheadClaims { background-image: url(/imgs/customer_service/claims/bg_masthead.jpg); }
#mastheadCareers { background-image: url(/imgs/careers/bg_masthead.jpg); }
	
#logo {
	position: absolute;
	top: 8px;
	left: 12px;
	border: none;
	}

/* SECONDARY NAV WITHIN GLOBAL */
#secondarynav {
	height: 60px;
	margin-left: 440px;
	margin-right: 2px;
	padding-top: 2px;
	background: transparent;
	text-align: right;
	}
	
#secondarynav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1px; /* tighten li height in IE */
	line-height: 1em;
	}
html>body #secondarynav ul { font-size: 19px; line-height: .75em; }
	
#secondarynav li {
	display: inline;
	}
	
#secondarynav li img { 
	display: inline; 
	border: none;
	}

#secondarynav li a {
	background: #cfe7ee;
	}

#secondarynav li a:hover {
	background: #a6d1de;
	}

#secondarynav #row2 {
	margin-top: 1px;
	margin-bottom: 0;
	}
html>body #secondarynav #row2 { margin-top: 2px; }
/* end secondary nav */	
	
/* SEARCH FORM WITHIN GLOBAL */
#seek1 { 
	margin: 0; 
	padding: 0; 
	}
	
#qt, select#filter {
	height: 15px;
	width: 100px;
	font-size: 10px;
	color: #000;
	padding: 0;
	background: #fff;
	}
html>body #qt { 
	width: 97px; 
	/* \*/
	width: 105px;
	/* */
	}
	
select#filter { 
	width: 135px;
	margin: 0 3px;
	}
/* end search form */
	
/* PRIMARY NAV WITHIN GLOBAL */	
#primarynav {
	height: 21px;
	width: 743px;
	}

#primarynav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#primarynav li {
	display: inline;
	}
	
#primarynav li img { 
	display: inline; 
	border: none;
	}
	
#primarynav li .nobar {
	background-image: none;
	padding-right: 0;
	}
/* ===== end global nav ==== */

/* ==== START LOCAL NAVIGATION ==== */
/* Start localnav general */
#localnav { 
	position: absolute;
	top: 71px;
	left: 588px;
	width: 163px;
	margin-top: 22px;
	background: #006790 url(/imgs/nav/bg_localnav.gif) repeat-y; 
	z-index: 100;
	padding-bottom: 30px;
	}

#localnav a {
	text-decoration: none;
	}

#localnav a:hover {
	text-decoration: underline;
	}
	
#localnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#localnav li {
	margin: 0;
	}	
/* end localnav general */
	
/* == Start Level 0 == */
ul#lvlZero { 
	color: #ffd439;
	font-weight: bold;
	font-size: 13px;
	border-top: 6px solid #ddbf3d;
	}
	
ul#lvlZero li { 
	background: #016692 url(/imgs/nav/lnav_blt0.gif) no-repeat left top;
	}

ul#lvlZero li a {
	display: block;
	margin-left: 14px;
	color: #ffd137;
	padding: 3px;
	border-right: 1px solid #01224a;
	}
/* == end level 0 == */
	
/* == Start Level 1 == */
ul#lvlOne {
	border-top: 1px solid #01224a;
	}

ul#lvlOne li {
	border-bottom: 1px solid #abcee8;
	background: #007fa2 url(/imgs/nav/lnav_blt1.gif) no-repeat left top; 
	}

ul#lvlOne li.in1 { /* in subsection */
	background-image: url(/imgs/nav/lnav_blt1_in.gif); 
	border-bottom-color: #fff;
	}
ul#lvlOne li.in1 a.in1a { color: #fdce2f; }

ul#lvlOne li.in1 div { /* in subsection, lines on side */
	padding: 0 1px 1px;
	background: #308dae;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
	}

ul#lvlOne li a {
	border-right: none; /* overwrite from above */
	display: block;
	margin-left: 17px; /* push link in */
	padding: 4px;
	color: #fff;
	font-weight: bold;
	background: transparent;
	width: 100%;
	w\idth: 80%;	
	}
html>body ul#lvlOne li a { width: auto; }

ul#lvlOne li.first {
	border-top: 2px solid #fff;
	}
	
ul#lvlOne li.first a { 
	padding-top: 4px;
	}
html>body ul#lvlOne li.first a { padding-top: 4px; }

ul#lvlOne li.last { 
	border-bottom: 1px solid #fff;
	}

	/* start when first link is open */
ul#lvlOne li.firstin1 { 
	border-top: 2px solid #fff;
	background-image: url(/imgs/nav/lnav_blt1_in.gif);
	border-bottom-color: #fff;
	}

ul#lvlOne li.firstin1 a { 
	padding-top: 2px;
	}
html>body ul#lvlOne li.firstin1 a { padding-top: 4px; }

ul#lvlOne li.firstin1 a.in1a { color: #fdce2f; }

ul#lvlOne li.firstin1 div { /* in subsection, lines on side */
	padding: 0 1px 1px;
	background: #308dae;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
	}
	/* end when first link is open */
/* == end level 1 == */

/* == Start Level 2 == */
ul#lvlTwo { background: #9acedc; }

ul#lvlTwo li {
	border-bottom: none; 
	background: #9acedc url(/imgs/nav/lnav_blt2.gif) no-repeat left top;
	}

ul#lvlTwo li.in2 { background-image: url(/imgs/nav/lnav_blt2_in.gif); }

ul#lvlTwo li a { 
	display: block;
	margin-left: 18px;
	color: #10657B;
	font-weight: normal;
	background: transparent;
	}
html>body ul#lvlTwo li a { width: auto; }

ul#lvlTwo li.in2 a.in2a { font-weight: bold; }
/* == end level 2 == */

/* == Start level 3 == */
ul#lvlThree { background: #cfe5e5; }

ul#lvlThree li {
	border-bottom: none; 
	background: #cfe5e5 url(/imgs/nav/lnav_blt3.gif) no-repeat left top;	
	}
	
ul#lvlThree li a {
	display: block;
	margin-left: 24px;
	color: #104f65;
	background: transparent;
	font-size: 10px;
	font-weight: normal;
	}
html>body ul#lvlThree li a { width: auto; }

ul#lvlThree li.in3 { background-image: url(/imgs/nav/lnav_blt3_in.gif); }
ul#lvlThree li.in3 a { color: #2e8eb7; }
/* == end level 3 == */

#white {
	position: absolute;
	top: 70px;
	left: 588px;
	width: 163px;
	height: 22px;
	background: #fff;
	z-index: 200;
	}
/* ==== end local navigation ==== */

/* ================================= */
/* ==== END NAVIGATION ELEMENTS ==== */
/* ================================= */

/* CSS files: Bruce Hyslop, 12.01.03 */
