/*

Author: Dennis Good / D.Good Design Company LLC
Created: 1-11-10

*/



/* Global positioning */

* {
	margin: 0;
	padding: 0;
}

body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5;
	background-image: url(images/body-background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #8aceff;
	text-align: center;
	margin-bottom: 0px;
	height: 100%;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
	margin-bottom: 10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 5px;
	color: #ffffff;
	margin-bottom: 8px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 5px;
	color: #000000;
	margin-top: 12px;
}

ul {
	margin-left: 15px;
}

#container {
position: relative;
width: 100%;
margin: 0 auto;
margin-top: 0px;
min-height: 100%;
margin-bottom: -200px;
}

#main-content {
position: relative;
width: 986px;
height: auto;
margin: 0 auto;
margin-top: 0px;
border-left: 5px solid #ffffff;
border-right: 5px solid #ffffff;
background-color: #ffffff;
height: 100%
}

/* HEADER */

#header {
	background-image: url(images/header-background.jpg);
	background-repeat: no-repeat;
	height: 156px;
}

#logo {
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 14px;
}

/* NAVIGATION */

#nav {
	background-image: url(images/nav-background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 42px;
	clear: both;
	padding-left: 40px;
	padding-top: 4px;
	font-weight: bold;
}

#nav ul li { 
	display: inline; 
}

#nav ul li a {
	padding: 4px 11px 4px 11px;
	color: White;
	text-decoration: none;
	float: left;
}

#nav ul li a:hover {
	background-color: #bc2d46;
	color: #fff;
	height: 19px;
}

#navcontainer ul #active {
	background-color: #75a9cb;
	color: #fff;
}

/* MIDDLE */

#middle {
	background-image: url(images/mid-background.jpg);
	background-repeat: no-repeat;
	height: 100%;

}

#middle-sec {
	background-image: url(images/sec-background.jpg);
	background-repeat: no-repeat;
	height: 100%;

}

#mid-copy {
	color: #363636;
	text-align: left;
	margin-top: 16px;
	margin-left: 27px;
	padding-right: 30px;
	margin-bottom: 40px;
}

#photo-area {
	text-align: left;
}

/* LEFT COLUMN */

#left-column {
	float: left;
	width: 724px;
}

#headline {
	background-image: url(images/headline-background.jpg);
	width: 697px;
	height: 56px;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 21px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 21px;
	margin-top: 17px;
	padding-top: 5px;
	padding-left: 15px;
}

#photo-area {
	margin-top: 16px;
	margin-left: 23px;
}

/* RIGHT COLUMN */

#right-column {
	float: left;
	width: 215px;
}

#awards {
	background-image: url(images/award-background.jpg);
	background-repeat: no-repeat;
	width: 100%;
	font-size: 10px;
	height: 264px;
	width: 185px; 
	float: left;
	color: #ffffff;
	padding: 70px 15px 0 15px;
	margin-left: 24px;
	margin-top: 13px;
	margin-bottom: 0;
}

#sec-awards {
	background-image: url(images/sec-award-background.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	height: 264px;
	width: 185px; 
	float: left;
	color: #ffffff;
	padding: 70px 15px 0 15px;
	margin-left: 24px;
	margin-top: 13px;
	margin-bottom: 0;
}

#client-test {
	background-image: url(images/client-test-back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 12px;
	text-align: left;
	color: #ffffff;
	padding: 50px 18px 0 20px;
	margin-left: 24px;
	width: 173px;
	height: 225px;
	float: left;
}

#client-test-home {
	background-image: url(images/client-test-back-home.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 12px;
	text-align: left;
	color: #ffffff;
	padding: 50px 18px 0 20px;
	margin-left: 24px;
	width: 173px;
	height: 250px;
	float: left;
}


#phone {
	background-image: url(images/phone-back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	color: #ffffff;
	font-size: 18px;
	line-height: 17px;
	padding: 3px 0 0 0;
	margin-top: 35px;
	margin-right: 23px; 
	width: 237px;
	height: 46px;
	float: right;
}

#emergency {
	margin-left: 24px;
	margin-bottom: 15px;
}

hr {
	border: 0;
	color: #3eabea;
	background-color: #3eabea;
	height: 1px;
	width: 100%;
	margin: 10px 0 10px 0;
	text-align: left;
}




/* FOOTER */

#footer {
	background-image: url(images/footer-background.jpg);
	background-repeat: no-repeat;
	height: 190px;
	background-color: #000000;
	clear: both;
}

#footer-left {
	float: left;
	width: 310px;
	text-align: left;
	color: #ffffff;
	margin: 25px 0 0 28px;
}

#footer-mid {
	float: left;
	width: 270px;
	text-align: left;
	color: #ffffff;
	margin: 25px 0 0 20px;
}

#footer-right {
	float: right;
	text-align: left;
	color: #ffffff;
	margin: 25px 28px 0 0;
}

#footer-headline {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}

#footer-copy {
	font-size: 12px;
	font-weight: normal;
	color: #b8b8b8;
}

/* CONTACT FORM */

.inputfield {
	background: url(../images/inputfield.jpg) repeat-x #fff;
	border: solid #c6c6c6 1px;
	color: #777;
	padding: 10px;
	margin: 8px 0 8px 0;
	width: 250px;
}


.inputfield:focus { 
border: solid #30bbde 1px; 
}


textarea {
	background: url(../images/inputfield.jpg) repeat-x #fff;
	border: solid #c6c6c6 1px;
	color: #777;
	margin: 8px 0 0 0;
}


textarea:focus { 
border: solid #30bbde 1px; 
}


#submit {
	width: 150px;
	height: 28px;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 2px;
	color: #fff;
	border: 0;
	background: #b62a44;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}