/*
* global.css by David Uliana
*
*/

/********** Main Styles */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%; /* footerStickAlt */
}
body {
	height: 100%; /* footerStickAlt */
	background: #fff url("images/body-bg.gif") repeat-y top center;
	font: 75% "Trebuchet MS", Verdana, sans-serif; /* "Myriad Pro", */
	color: #eee;
}
#wrap {
	position: relative; /* footerStickAlt */
	min-height: 100%; /* footerStickAlt */
	width: 564px;
	margin: 0 auto;
}
* html #wrap {
	height: 100%; /* footerStickAlt */
}
#navbar {
	float: left;
	padding-top: 39px;
	width: 131px;
	background: transparent url("images/nav-bg-top.gif") no-repeat top left;
}
#content-wrap {
	float: left;
	width: 433px;
}
#wrap-clear {
	clear: both;
	height: 200px; /* footerStickAlt */
}
#footer {
	position: relative; /* footerStickAlt */
	width: 564px;
	height: 178px;
	background: transparent url("images/castle.jpg") no-repeat bottom right;
	margin: 0 auto;
	margin-top: -178px; /* footerStickAlt */
}

/********** Content Styles */
#content {
	padding: 15px 23px;
}
#content a {
	color: #888;
	font-style: italic;
}
#content a:hover {
	color: #aaa;
	text-decoration: none;
}
#content p {
	line-height: 135%;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.nofloat {
	float: none;
}
ul {
	margin-left: 25px;
	list-style-type: square;
}

/********** Header */
#header {
	margin-bottom: 5px;
}

/********** Nav */
#navbar a {
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#navbar a:hover {
	background-position: top right;
}
#navbar a#home {
	height: 58px;
	background-image: url("images/buttons/home.gif");
}
#navbar a#about {
	height: 57px;
	background-image: url("images/buttons/about_us.gif");
}
#navbar a#home-repair {
	height: 56px;
	background-image: url("images/buttons/home_repair.gif");
}
#navbar a#radon {
	height: 56px;
	background-image: url("images/buttons/radon_mit.gif");
}
#navbar a#prof-services {
	height: 56px;
	background-image: url("images/buttons/prof_services.gif");
}
#navbar a#home-consulting {
	height: 56px;
	background-image: url("images/buttons/home_consult.gif");
}
#navbar a#customers {
	height: 56px;
	background-image: url("images/buttons/what_customers_say.gif");
}
#navbar a#contact {
	height: 56px;
	background-image: url("images/buttons/contact_us.gif");
}

/********** Footer */
#footer #nav-bottom {
	height: 178px;
	background: transparent url("images/nav-bg-bottom.gif") no-repeat bottom left;
}
#footer #nav-bottom p {
	font-size: 75%;
	font-weight: bold;
	width: 80px;
	text-align: center;
	padding: 150px 22px 0;
}
#footer #nav-bottom p a {
	color: #000;
	text-decoration: none;
	background-color: #c5c5c5;
}
#footer #nav-bottom p a:hover {
	color: #fff;
	background-color: #000;
}

/********** Contact Page */
#contact-form .field-row-sm {
	margin-top: 2px;
	background: transparent url("images/contact-form-bg-sm.gif") repeat-x top left;
}
#contact-form .field-row-lg {
	margin-top: 2px;
	background: transparent url("images/contact-form-bg-lg.gif") repeat-x top left;
}
#contact-form .field-item {
	color: #000;
	height: 20px;
	float: left;
	border-left: 2px solid #000;
	padding-left: 5px;
}
#contact-form .lg {
	height: 94px;
}
#contact-form label {
	font-size: 70%;
	font-weight: bold;
}
#contact-form input.text {
	background-color: transparent;
	border: 0;
	padding: 3px 2px;
	font-weight: bold;
	font-size: 75%;
}
#contact-form textarea {
	background-color: transparent;
	border: 0;
	padding: 3px 2px;
	height: 88px;
	font: 75% "Trebuchet MS", Verdana, sans-serif; /* "Myriad Pro", */
}

/********** Radon Footer */
#radon-links {
	position: absolute;
	margin-left: 131px;
}
#radon-links-header {
	margin: 12px 0 0 60px;
}
#radon-links p a img {
	border: none;
}
#radon-links-usepa {
	margin-left: 50px;
}
#radon-links-aarst {
	margin-left: 35px;
}
#radon-links-idph {
	margin-left: 25px;
}

