/*****************************************************************************************
Name:			global.css
Copyright:		Breakthrough Design Group
Description:	Style sheet containing global styles
*****************************************************************************************/
/** Dark Blue: 075b85, Med Blue:0878b0, Light Blue:c5deea **/
/** objects **/
html {
	height:100%;
}
body {
	color:#585858;	
	font:13px Arial, Helvetica, sans-serif;
	background:#efefef url(../images/lead-testing-bg.jpg) top center repeat-y;
	text-align:center;
	margin:0px;
}
a {
	color:#013f5e;
}
a:hover {color:#116087;}
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:#013f5e; 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}
.content img {float:right; margin:15px; border:1px solid #cccccc;padding:10px}
.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:#0878b0;height:230px}
.faceimg {float:left;margin:10px}
.faceright {float:left;width:262px;padding-top:17px}
.facebottom {height:20px;background:#c5deea}

.footer {font-size:11px;text-align:left;color:white;height:230px;background:#0878b0;
	border-top:5px solid #c5deea;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:#2b98cf;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 #c5deea}

.form {list-style-type:none}
.form input {width:180px}
.form label {text-align:right;padding-right:13px;width:140px;display:block;float:left;clear:left;}
.form li{margin-bottom:5px}

.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:18px 0px 0px 30px;}
.header .environmentalHouse {float:right;margin:10px 15px 0px 0px;font-size:0px}

.intro {display:none}

.nav {background:#075b85;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, .services .nav #services, .links .nav #links, .about .nav #about, .contact .nav #contact {background:url(../images/nav-bg.jpg)}