
/* CSS Document */

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; } 

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */

body {
	background:url(../images/bg.jpg) repeat-x #BDCCE8; 
	text-align:center;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#4C4C4C;  
	}

p {
	margin-bottom:10px; 
	}

a:link, a:visited {
	color:#CC6600;
	text-decoration:none;
	}
	
a:hover, a:active {
	color:#814E05;
	text-decoration:none;
	}

/* classes
 * ------------------------------------------------------------------------- */
.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic-left {
	float:left;
	padding:0 10px 3px 0;
	}

.push-down {
	padding-top:10px;
	}
	
.read-more-arrow {
	font-size:14px;
	}
	
.form-text {
	font-size:11px;
	}

/* framework
 * ------------------------------------------------------------------------- */

#container {
	background:url(../images/container-bg.jpg) repeat-y;
	width:754px;
	text-align:left;
	margin:0 auto;
	}

#title {
	background:url(../images/title-bar2.jpg) no-repeat;
	width: 754px;
	height:97px;
	}
	
	#title span {
		display:none;
		}
		
#benzene-banner {
	background:url(../images/benzene-banner.jpg) no-repeat;
	width:384px;
	height:190px;
	float:left;
	}
	
	#benzene-banner span {
		display:none;
		}

#page-title {
	height: 45px;
	}

	#page-title h2 {
		display:none;
		}

body#index #page-title {
	background:url(../images/index-title.jpg) no-repeat;
		} 
		
body#benzene-leukemia #page-title {
	background:url(../images/benzene-leukemia-title.jpg) no-repeat;
		} 

body#medical-expenses #page-title {
	background:url(../images/medical-expenses-title.jpg) no-repeat;
		} 
		
body#contact #page-title {
	background:url(../images/contact-title.jpg) no-repeat;
		} 

body#benzene-exposure #page-title {
	background:url(../images/benzene-exposure-title.jpg) no-repeat;
		} 

body#benzene-lawsuits #page-title {
	background:url(../images/benzene-lawsuits-title.jpg) no-repeat;
		} 
		
body#sitemap #page-title {
	background:url(../images/sitemap-title.jpg) no-repeat;
		} 

body#error #page-title {
	background:url(../images/error-title.jpg) no-repeat;
		} 
		
body#confirmation #page-title {
	background:url(../images/message-sent-title.jpg) no-repeat;
		} 

#column-container {
	padding:0 8px 0 21px;
	}
	
#column-left {
	width:471px;
	float:left;
	padding:10px 10px 0 0;
	}
	
#column-left ul {
		padding: 0 0 10px 10px;
		}
		
		#column-left ul li { 
			_position:relative;	 /*to fix the IE bullet peekaboo pug */
			padding-left: 15px;
			line-height: 16px;
			list-style: none;
			background: transparent url(../images/bullet.jpg) 0px 6px no-repeat;
			font-weight:bold;
			}
	
#left-list {
	width:220px; 
	float: left;
	padding-right:10px;
	}
	
#right-list {
	width:220px; 
	float: left;
	}

	
#column-right {
	width:233px;
	float:left;
	}
	
	#column-right p {
		padding:0 10px;
		}

#contact-us {
	background:url(../images/contact-us.jpg) no-repeat;
	width:233px;
	height:87px;
	padding-bottom:10px;
	display:block;
	}
	
#contact-filler {
	background:url(../images/bb_logo.jpg) no-repeat;
	width:233px;
	height:110px;
	padding-bottom:10px;
	display:block;
	}
	
	#contact-us span {
		display: none;
		}
	
#footer-bar {
	background:url(../images/footer.jpg) no-repeat;
	height:21px;
	}
	

#footer {padding:10px 0;}
	
	#footer ul {
    	margin: 0 0 10px 0;
   		padding: 0;
    }

 	#footer li {
    	margin: 0;
    	padding: 0 7px 0 10px;
    	display: inline;
    	border-left: 1px solid #000;
    	font-size: 11px;
    	line-height: 11px;
    	background: none;
		color:#000;
    }

	#footer li.first { 
    	border: none;
    }
	
	#footer a:link, #footer a:visited{
		color:#000000;
		text-decoration:underline;
		}
	
	 #footer a:hover, #footer a:active {
	 	color:#993300;
		text-decoration:underline;
		}

/* navigation
 * ------------------------------------------------------------------------- */

/* ----- vertical nav ----- */ 

#nav { background:url("../images/nav.jpg") no-repeat; width:370px; height:190px; position:relative; float:left; }
#nav li { position:absolute; }
#nav li, #nav a { height:38px; display:block; }
#nav span { display: none; }

#nav-01, #nav-02, #nav-03, #nav-04, #nav-05 { width:370px; left:0; }

#nav-01 { top: 0; }
#nav-02 { top: 38px; }
#nav-03 { top: 76px; }
#nav-04 { top: 114px; }
#nav-05 { top: 152px; }

#nav-01 a:hover { background: transparent url("../images/nav.jpg") -370px  -0px  no-repeat;}
#nav-02 a:hover { background: transparent url("../images/nav.jpg") -370px  -38px  no-repeat;}
#nav-03 a:hover { background: transparent url("../images/nav.jpg") -370px  -76px  no-repeat;}
#nav-04 a:hover { background: transparent url("../images/nav.jpg") -370px  -114px  no-repeat;}
#nav-05 a:hover { background: transparent url("../images/nav.jpg") -370px  -152px  no-repeat;}


/* ----- Home nav button ----- */ 

#home-link-position {
	padding:44px 0 0 674px;
	}	
	
#home-link {
	background:url(../images/home-button.jpg) no-repeat top left;
	width:74px;
	height:25px;
	display:block;
	}
	
	#home-link:hover, #home-link:active {background-position: 0px -25px;}
	
	#home-link span {display:none; }


/* forms
 * ------------------------------------------------------------------------- */

input, textarea {
	background-color:#fff; 
	border:1px solid #C4B578;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 2px 16px;
	width:200px;
	}

.wide-text {
	width:400px;
	height:100px;
	}
	
.radio {
	width:20px;
	margin-right:1px;
	border:0;
	background-color: #fcfdef;
	vertical-align:middle;
	}

.submit {
	margin-left:16px;
	width:50px;
	}

.small-box {
	width:100px;
	}

.state-box {
	width:25px;
	}
	
#disclaimer {
width:754px;
}
