/* @override http://localhost:8888/terryhudson/style.css */

body {
	font: 63.75% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.clear {
	clear: both;
	width: 100%;
}

#container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

p {
	font-size: 1.2em;
	line-height: 1.4;
	margin: .25em 0 .5em 0;
}
span.caption {
	font-size: 1.2em;
}
h2.fir {
	margin: 1em 0 0 0;
}
h3 {
	font-size: 1.4em;
	color: #669933;
	margin-bottom: 0;
	padding-bottom: 0;
}
.contact {
	background: #E7F4E9;
	width: 690px;
	text-align: center;
	padding: 10px;
	margin: 20px 0;
}

.contact h3 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: black;
}

/* @group Header */

#header {
	background: url(images/mag-house.jpg) top right no-repeat;
	width: 779px;
	height: 308px;
}
#logo h1 {
	background: url(images/sprite2.gif) left top no-repeat;
	width: 345px;
	height: 88px;
	position: absolute;
	top: 35px;
}
#header .contact {
	position: absolute;
	top: 150px;
	width: 360px;
	margin: 0;
}

/* @end */
/* @group Promise */

#promise blockquote {
	margin: 0;
	padding: 0;
}
#promise h3 {
	height: 30px;
	width: 185px;
	background: url(images/sprite2.gif) no-repeat 0 -164px;
	margin: 0;
	padding: 0;
}
#promise .frame {
	width: 167px;
	text-align: center;
	float: left;
}
#promise p {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.6em;
	margin: 0.25em 0 .5em 0;
}
#promise cite {
	background: url(images/sprite2.gif) no-repeat -200px -164px;
	width: 186px;
	height: 51px;
	float: right;
	margin-top:5px;
}
/* @end */
/* @group What */
#what h2 {
	background: url(images/sprite2.gif) no-repeat 0 -93px;
	height: 28px;
	width: 473px;
}
#what ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#what li {
	float: left;
	width: 302px;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	margin:.5em 22px .5em 0;
	padding-left: 42px;
	position: relative;
}
#what li.right {
	margin-right: 0;
}
.check {
	display: block;
	position: absolute;
	left: 0px;
	top: 1em;
	height: 29px;
	width: 36px;
	background: url(images/sprite.gif) no-repeat -397px -155px;
}
/* @end */
/* @group About */


#about h2 {
	background: url(images/sprite.gif) no-repeat 0 -128px;
	height: 28px;
	width: 397px;
}
#about blockquote {
	float: right;
	width: 225px;
	margin: 0;
	padding: 0;
	padding-left:97px;
	padding-bottom: 140px;
	position: relative;
	font-size: 1.4em;
	font-weight: bold;
	background: url(images/houses.jpg) no-repeat right bottom;
}
.pullquote {
	display: block;	
	width: 67px;
	height: 53px;
	position: absolute;
	left: 20px;
	top: .5em;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/sprite2.gif) no-repeat -387px -19px;
}
/* @end */

/* @group Closing */

#closing .frame {
	width: 218px;
	float: left;
}
#closing {
	width: 500px;
	margin: 0 auto;
}
#closing h3 {
	font-size: 1.8em;
}
#closing p {
	font-size: 1.4em;
}
#closing dt {
	position: absolute;
	left: -9999px;
	overflow: hidden;
	top: 0;
}
#closing dd {
	font-size: 1.6em;
	font-weight: bold;
	float: left;
	width: 48%;
	padding: 0;
	margin: 0;
	margin-bottom: .5em;
}
/* @end */

/* @group Logos */

#logos ul {
	margin: 0;
	padding: 0;
	margin: 10px 0 15px 40px;
	float: left;
	clear: both;
	list-style:none;
	display:block;
}
#logos li {
	padding: 0;
	margin: 0;
	display: block;
	list-style: none;
	float: left;
	margin-right: 30px;
}
#logos li a {
	display:block;
}
#logo1 a {
	background: url(images/logos.gif) no-repeat -132px -1px;
	height: 93px;
	width: 99px;
}
#logo2 a {
	background: url(images/logos.gif) no-repeat 0px 0px;
	height: 92px;
	width: 129px;
}

#logos #logo3 {
	padding-top: 16px;
}
#logo3 a {
	background: url(images/logos.gif) no-repeat -70px -95px;
	height: 61px;
	width: 211px;
}
#logo4 a {
	background: url(images/logos.gif) no-repeat -232px -1px;
	height: 93px;
	width: 94px;
}
a img, img a { border:none!important;}

/* @end */

.frame {
	border: 1px solid #ccc;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 1.5em;
}
span.br {
	display: block;
}
.floatright {
	float: right;
}
img.floatright{
	margin-left: 5px;
	margin-bottom: 5px;
}
.fir {
	display: block;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	margin: 0;
	padding: 0;
}
.displaynone {
	display: none;
}
.hide {
	position: absolute;
	left: -9999px;
	overflow: hidden;
	height: 0px;
	width: 1px;
}
#mainContent {
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border:10px solid #E7F4E9;
	border-top-width: 20px;
	position: relative;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	text-align:center;
}
#footer p {margin:0; padding:0;}
#footer h4 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding:10px 0;
	font-weight: normal;
	font-size: 1.1em;
	color: #099;
}
#footer h4 a:link {
	text-decoration: none;
}
#footer h4 a:visited {
	text-decoration: none;
}
#footer h4 a:hover {
	text-decoration: underline;
}
#footer h4 a:active {
	text-decoration: none;
}
#footer h4 a {
	color: #099;
}
a img, img a { border:none!important;}