/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: URL("/graphics/bg.gif") #d5e0f9 repeat-x;
	font-family:arial,sans-serif;
	font-size:13px;
	color:#4a5085;
	
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:897px; 
	padding: 0;
	background:#fff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:897px;
	height:123px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:6px 0 92px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
	background: url("/graphics/cttop.gif") no-repeat;
}

div#footer {
	position:absolute;
	width:897px;
	height:92px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer.gif") #cccccc no-repeat;
	font-size:12px;
	margin: 0 auto 0 auto;
	visibility: hidden;
	color: #8e96c3;

}

li.form {
	margin-left:10px;
}


/* content formatting */

div#splashcontenttop {
	width:897px;
	height:284px;
	background: url("/graphics/splashhead.gif") no-repeat;
	margin: 0 auto 0 auto;
	position:relative;
}

#splashpagecontent {
	width: 830px;
	padding: 28px 0 0 45px;
	overflow: auto;
	line-height:20px;
	float:left;
}


div#contenttop {
	width:897px;
	height:181px;
	background: url("/graphics/contenttop.gif") no-repeat;
	margin: 0 auto 0 auto;
}

#pagecontent {
	width: 580px;
	padding: 40px 55px 0 10px;
	overflow: auto;
	line-height:20px;
	float:left;
}

#calcontent {
	width: 850px;
	padding: 40px 20px 0 20px;
	overflow: auto;
	line-height:20px;
	float:right;
}

#head {
	width: 284px;
	height:105px;
	margin:0;
	padding: 75px 0 0 271px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	overflow: hidden;
	background: url("/graphics/head_place.jpg") no-repeat;
	float:left;
}

#headclaims {
	width: 284px;
	height:105px;
	margin:0;
	padding: 75px 0 0 271px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	overflow: hidden;
	background: url("/graphics/head_claims.jpg") no-repeat;
	float:left;
}

#headresources {
	width: 284px;
	height:105px;
	margin:0;
	padding: 75px 0 0 271px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	overflow: hidden;
	background: url("/graphics/head_resources.jpg") no-repeat;
	float:left;
}

#headsafety {
	width: 284px;
	height:105px;
	margin:0;
	padding: 75px 0 0 271px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	overflow: hidden;
	background: url("/graphics/head_safety.jpg") no-repeat;
	float:left;
}

#headpayroll {
	width: 284px;
	height:105px;
	margin:0;
	padding: 75px 0 0 271px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	overflow: hidden;
	background: url("/graphics/head_payroll.jpg") no-repeat;
	float:left;
}

#headaccount {
	width: 284px;
	height:105px;
	margin:0;
	padding: 75px 0 0 271px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	overflow: hidden;
	background: url("/graphics/head_account.jpg") no-repeat;
	float:left;
}

#headmember {
	width: 284px;
	height:105px;
	margin:0;
	padding: 75px 0 0 271px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	overflow: hidden;
	background: url("/graphics/head_member.jpg") no-repeat;
	float:left;
}

#headcareers {
	width: 284px;
	height:105px;
	margin:0;
	padding: 75px 0 0 271px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	overflow: hidden;
	background: url("/graphics/head_careers.jpg") no-repeat;
	float:left;
}

#headfaq {
	width: 284px;
	height:105px;
	margin:0;
	padding: 75px 0 0 271px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	overflow: hidden;
	background: url("/graphics/head_faq.jpg") no-repeat;
	float:left;
}

#headhelp {
	width: 284px;
	height:105px;
	margin:0;
	padding: 75px 0 0 271px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	overflow: hidden;
	background: url("/graphics/head_help.jpg") no-repeat;
	float:left;
}

#headcontact {
	width: 284px;
	height:105px;
	margin:0;
	padding: 75px 0 0 271px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	overflow: hidden;
	background: url("/graphics/head_contact.jpg") no-repeat;
	float:left;
}



#loginbox {
	width: 322px;
	height:161px;
	margin:20px 20px 0 0;
	padding: 0;
	overflow: hidden;
	background: url("/graphics/loginbg.gif") no-repeat;
	float:right;
}

#safetybox {
	width: 322px;
	height:161px;
	margin:20px 20px 0 0;
	padding: 0;
	overflow: hidden;
	background: url("/graphics/safetybg.gif") no-repeat;
	float:right;
}

#splashloginbox {
	width: 192px;
	height:263px;
	margin:21px 20px 0 0;
	padding: 0;
	overflow: hidden;
	background: url("/graphics/splashloginbg.gif") no-repeat;
	float:right;
}

#left_foot {
	float: left;
	padding-top: 60px;
	padding-left:20px;
}

#right_foot {
	float: right;
	padding-top: 60px;
	padding-right:20px;
	text-decoration: underline;
}


#right_foot a{
	color: #8e96c3;
	text-decoration: underline;
}

#right_foot a:hover{
	color: #fff;
	text-decoration: underline;

}


#clear {
	clear: both;
}

div.clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #00498a;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #c50000;
	text-decoration: underline;
}

a.topps {
	color: #3b55b5;
	text-decoration: none;
}
a.topps:hover {
	color: #8e96c3;
	text-decoration: underline;
}

a.cic {
font-size:11px;
font-weight:normal;
	color: #010e7f;
	text-decoration: underline;
}
a.cic:hover {
	color: #8e96c3;
	text-decoration: underline;
}

a.foote {
font-size:11px;
font-weight:bold;
	color: #131d6a;
	text-decoration: underline;
}
a.foote:hover {
	color: #8e96c3;
	text-decoration: underline;
}


.topp {
	color: #3b55b5;
	text-decoration: none;
}

a.butn {
	color: #fff;
	text-decoration: none;
	background:#323870;
	padding:5px 10px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}
a.butn:hover {
	color: #fff;
	background:#828adb;
	text-decoration: none;
}


#newslist{
padding: 0;
font-size: 12px;
text-align:left;
}

#newslist ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#newslist li {
margin: 0;
}

li a.newslist {
display: block;
padding: 7px 0;
color: #4a5085;
font-weight: bold;
text-decoration: none;
line-height:20px;
}

li a.newslist:hover{
color: #d5e0f9;
	text-decoration: underline;
}

a.indexlinks {
font-weight: bold;
font-size: 14px;
text-decoration: none;
}

a.indexlinks:hover{
text-decoration: underline;
}










h1 {
	font-weight:bold;
	font-size:23px;
	color: #323870;
	text-transform: uppercase;
	margin:2px 0 18px 0;
}


p { 
	margin:22px 0 22px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

.error {
	font-size:15px;
	line-height:17px;
	color: #1b1a1d;
	padding:10px 20px 20px 20px;
}



/* catalog styles */

a.catalog {
	color: #01177a;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: none;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}


/* links page  */

h5 {
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
	margin:20px 0 5px 0;
	color: #323870;
}

	
div.links {
	padding: 8px 0 8px 10px;
	border-top: solid 1px #ccc6b4;
	width: 90%;
}

div.links a{
	color: #000000;
	text-decoration: none;
}

div.links a:hover{
	color: #e32b00;
	text-decoration: underline;
}






/* menu codes */

.pipelist {
   overflow: hidden;
   width: 780px;
   margin:0 10px 0 auto;
   font-size:11px;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   border-left: 1px solid #e0d3ab;
   float: left;
   line-height: 26px;
   margin: 0 .5em 0 -.5em;
   padding: 0 12px 0 12px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	background: url('/graphics/rollover.gif') #e1daa2 repeat-x;
	}
	
.pipelist a {
	color: #1b2022;
	text-decoration: none;
}
.pipelist a:hover {
	color: #c50000;
	text-decoration: none;
}	
	
	
	

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
margin: 0 0 0 10px;
padding: 0;
}

#underlinemenu ul{
margin: 0;
padding-left: 0;
float: left;
font-weight:normal;
font-size:14px;
line-height:16px;
text-transform:uppercase;
width: 100%;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: #fff;
padding: 12px 15px 0 15px;
height:28px;
text-decoration: none;
background:#68a705;
border-left:1px solid #408202;
}

#underlinemenu ul li a:hover{
color: #fff;
background: #b99b1e;
}










	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#leftmenu {
	width: 189px;
	height:267px;
	margin: 32px 0 0 33px;
	float:left;
	display:inline;
	padding: 0;
	font-size: 14px;
	text-align:left;
	border-right:1px solid #c8cada;
}

* html #leftmenu{ /*IE 6 only */
w\idth: 159px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#leftmenu ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#leftmenu li {
margin: 0;
}

li a.leftmenu {
display: block;
padding: 7px 5px 0 12px;
color: #323870;
text-decoration: none;
width: 184px;
height:20px;
line-height:15px;
	background: url("/graphics/dot.gif") no-repeat 0 14px;
}

html>body li a.leftmenu { /*Non IE6 width*/
width: auto;
}

li a.leftmenu:hover{
color: #d5e0f9;
	text-decoration: none;
}






#topmenu ul {
   list-style: none;
  	 width: 897px;
	height:39px;
	padding:0;
	margin: 0 auto 0 auto;
	overflow: hidden;
   }

#topmenu li {
	position:relative;
	float:left;
	list-style:none;
	}


#topmenu li a{
	display: block;
	text-indent:-9999px;
	overflow:hidden;
	height:39px;

}


.home {
	background: url("/graphics/newnav.png") no-repeat;
	width:123px;
}

.home:hover{
background: url("/graphics/newnav.png") 0 -40px no-repeat;
}

.claims {
background: url("/graphics/newnav.png") -123px 0 no-repeat;
width:129px;
}

.claims:hover{
background: url("/graphics/newnav.png") -123px -40px no-repeat;
}

.safety {
background: url("/graphics/newnav.png") -252px 0 no-repeat;
width:126px;
}

.safety:hover{
background: url("/graphics/newnav.png") -252px -40px no-repeat;
}

.audit {
background: url("/graphics/newnav.png") -381px 0 no-repeat;
width:187px;
}

.audit:hover{
background: url("/graphics/newnav.png") -381px -40px no-repeat;
}

.account {
background: url("/graphics/newnav.png") -568px 0 no-repeat;
width:178px;
}

.account:hover{
background: url("/graphics/newnav.png") -568px -40px no-repeat;
}

.resources {
background: url("/graphics/newnav.png") -746px 0 no-repeat;
width:154px;
}

.resources:hover{
background: url("/graphics/newnav.png") -746px -40px no-repeat;
}







ul.dropdown {
list-style: none;
margin: 0;
padding: 0;
border: none;
z-index:10000;
position:relative;
}

ul.dropdown li span {
display: block;
_display:inline-block;
padding: 5px 15px;
color: #91de8b;
text-decoration: none;
text-transform: uppercase;
}
ul.dropdown li a {
display: block;
position: relative;
_display:inline-block; /* so IE doesn't add space between elements */
_width: 83%; /* makes block fill width in IE */
padding: 3px 15px;
font-size: 13px;
color: #ffffff;
font-family:lucida grande, lucida sans unicode;
text-decoration: none;
}


ul.dropdown li a:hover{
color: #ffffff;
background: #adc2e9;
	text-decoration: none;
}

#claims {
	height: 220px;
	width:160px;
	padding: 10px 0;
	background: #658dd5;
	position: absolute;
	top: 162px;
	left: 95px;
	display: none;
	z-index:11;
}

#audit {
	height: 83px;
	width:170px;
	padding: 10px 0;
	background: #658dd5;
	position: absolute;
	top: 162px;
	left: 311px;
	display: none;
	z-index:11;
}


