/*****************************************************************************************
Name:			global.css
Copyright:		Breakthrough Design Group
Description:	Style sheet containing global styles
*****************************************************************************************/
/** Dark Green: 1e9d01, Med Green: 25c500, Lt Green: 87fa6d **/
/** objects **/
html {
	height:100%;
}
body {
	color:#585858;	
	font:13px Arial, Helvetica, sans-serif;
	background:#6f020c url(../images/watermark.jpg) top center no-repeat;
	text-align:center;
	margin:0px;
}
a {
	color:#1e9d01;
}
a:hover {color:#25c500;}
img {border:none;}
label {width:60px;font-weight:bold}
p{line-height: 24px;}
h1,h2,h3,h4,h5 {font-family:Georgia,'Times New Roman',Times,serif; color:#156703; font-weight:normal}
h1 {font-size:25px}
* html h1 {margin-top:20px}
/** classes **/
.container {width:920px;height:700px;margin:0px auto 0px auto;}
.container .leftshadow {float:left;width:9px;height:100%;background:url(../images/left-side.jpg) repeat-y}
.container .middle {float:left;width:902px;}
.container .rightshadow {float:left;width:9px;height:100%;background:url(../images/right-side.jpg) repeat-y}

.contentmain {background:#ffffff;text-align:left;}
.content {float:left;width:580px;padding:0px 25px 25px 25px}
.contentBig {float:left;width:845px;padding:0px 25px 25px 25px}
.contentside {float:left;width:257px;padding-top:15px}

.contents a{color:#5e5e5e}
.contents li{padding:4px}
.contents ul{margin-top:4px}

.face {background:#25c500;height:230px}
.face-admin {background:#25c500;height:1px}
.faceimg {float:left;margin:10px}
.faceright {float:left;width:262px;padding-top:17px}
.facebottom {height:20px;background:#87fa6d}

.footer {font-size:11px;text-align:left;color:white;height:230px;background:#25c500;border-top:5px solid #87fa6d;padding:30px}
.footer a {color:white;text-decoration:none}
.footer a:hover {color:white;text-decoration:underline}
.footer li{padding-bottom:1px}
.footer li a {text-decoration:none;color:white;display:block;padding:3px 5px 3px 15px}
.footer li a:hover {background-color:#3fd81b;text-decoration:none}
.footer ul {list-style-type:none;padding-left:0px;margin-left:0px}
.footersub {float:left;height:236px;width:260px;border-left:1px solid #87fa6d}

.header {width:902px;margin:0px auto 0px auto;height:140px;
	background:url(../images/lead-safe-top.jpg) bottom center no-repeat}
.header .logo {float:left;margin:40px 0px 0px 40px;}
.header .environmentalHouse {float:right;margin:53px 50px 0px 0px;font-size:0px}

.nav {background:#1e9d01;height:53px}
.nav ul {list-style:none;margin:0px;padding:0px;margin:0px;margin-left:2px}
.nav li {float:left;text-align:left;padding:0px;margin:0px;background:url(../images/nav-sep.jpg) no-repeat right;padding-right:1px}
.nav a {color:white;font-size:27px;font-family:georgia;text-decoration:none;display:block;padding:10px 30px 10px 30px}
.nav a:hover {background:url(../images/nav-bg.jpg);color:white}

.sidebox {padding:0px;width:257px;background:url(../images/sidebox-middle.jpg) repeat-y}
.sidebox img {display:block;}
.sidebox p {padding:0px 26px 0px 18px}

/** Controls hover effect over the navigation tabs **/
.index .nav #index, .epa .nav #epa, .osha .nav #osha, .hud .nav #hud, .signup .nav #signup {background:url(../images/nav-bg.jpg)}