body {
	margin: 0px;
	background: #29488c url('images/bodybg.png') repeat-x;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

a {
	color: #29488C;
	text-decoration: none;
}

a:visited {
	color: #29488C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#banner {
	top: 0px;
	width: 900px;
	height: 113px;
	margin: 0px auto;
	position: absolute;
	background: transparent url('images/topbg.png') right no-repeat;
}

#homeimages {
	text-align: center;
	position: relative;
	width: 850px;
	height: 250px;
}

#homeimages img {
	border: 1px solid #a7a7a7;
	padding: 3px;
	margin: 0px;
}

#homeimages img:hover {
	border: 1px solid #2a488c;
}

#homeimage1 {
	position: absolute;
	text-align: center;
	left: 20px;
	top: 0px;
}

#homeimage2 {
	position: absolute;
	text-align: center;
	left: 270px;
	top: 0px;
}

* html #homeimage2 {
	position: absolute;
	text-align: center;
	left: 300px;
}

#homeimage3 {
	position: absolute;
	text-align: center;
	right: 20px;
	top: 0px;
}

#homeincludes {
	position: absolute;
	left: 10px;
	top: 170px;
}

#numbers {
	background: transparent url('images/numbersbg.png');
	color: #FFF;
	padding: 3px;
	border: 2px dashed #29488C;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	width: 220px;
	font-size: 14px;
}

#numbers a {
	color: #FFF;
	text-decoration: underline;
}

#numbers a:hover {
		text-decoration: none;
}

#buttons {
	position: absolute;
	top: 118px;
	right: 0px;
	text-align: right;
	font-weight: bold;
}

#buttons img {
	border: 0px;
}

#container {
	width: 850px;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin: 0 auto 0 auto;
	position: relative;
}

#maincontent {
	background: transparent url('images/contentbg.png') repeat-y;
	top: 195px;
	width: 100%;
	position: absolute;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin: 0 0 0 0;
	padding: 15px 25px;
}

* html #maincontent {
	background: transparent url('images/contentbg.png') repeat-y;
	position: static;
	top: 165px;	
	margin-top: 165px;
}

#mission {
	width: 460px;
}

#licensed {

}

.testimonialimage {
	text-align: center;
}

.testimonialimage img {
	border: 1px solid #666666;
	padding: 3px;
}

#testimonials {
	font-weight: bold;
}

.quotes {
	border: 1px solid #333333;
	margin: 25px 15px 25px 15px;
	padding: 5px;
}

#navigation {
	height: 52px;
	width: 900px;
	margin: 0 0 0 0;
	padding: 15px 0px 0px 3px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

#topnavigation {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 6px 5px;
}

#topnavigation li {
	display: inline;
	float: left;
	text-align: center;
	padding: 0px;
	margin-top: -10px;
}

#topnavigation li a {
	color: #FFF;
	text-decoration: none;
	padding: 7px 7px 7px 7px;
	margin: 2px;
	display: block;
	border: 2px solid #FFF;
}

#topnavigation li a:hover {
	color: #FFF;
	border: 2px solid #3F7ECA;
}

#botnavigation {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 6px 5px;
}

#botnavigation li {
	display: inline;
	float: left;
	text-align: center;
	padding: 0px;
	margin-top: -10px;
}

#botnavigation li a {
	color: #FFF;
	text-decoration: none;
	padding: 7px 12px 7px 12px;
	margin: 2px;
	display: block;
	border: 2px solid #FFF;
}

#botnavigation li a:hover {
	color: #FFF;
	border: 2px solid #3F7ECA;
}

#tools {
	position: absolute;
	bottom: 70px;
	left: 10px;
	visibility: hidden;
}

#footerlogos {
	border-top: 2px dashed #29488C;
}

#footer {
	text-align: center;
	margin-top: 25px;
	padding-top: 15px;
}

#footer a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #333333;
	text-decoration: underline;
}

#learnmore {
	position: absolute;
	top: 0px;
	left: 0px;
}

#learnmore img {
	border: 0px;
}

#ruler {
	position: absolute;
	top: 0px;
	right: 0px;
	visibility: hidden;
}

.contactimage {
	float: right;
	padding: 3px;
	margin: 3px;
	border: 1px solid #666666;
}

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 	width: 370px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	float: right;
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

* html .dialog {
	color:#000;
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(dialog2-blue-800x1600.png) no-repeat top right;
 _background-image:url(dialog2-blue.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}

#qualityheader {
	float: right;
	color: #456FCE;
	font-size: 18px;
	margin-top: 17px;
}

*+html #qualityheader {
	margin-top: 4px;
	padding: 0px;
}

#qualityheaderhome {
	float: right;
	color: #456FCE;
	font-size: 18px;
	margin-top: 17px;
}

*+html #qualityheaderhome {
	margin-top: 14px;
	padding: 0px;
}

#contactus1 {
	width: 475px;
	padding-left: 10px; 
	float: right; 
	font-size: 12px; 
	border-left: 1px dotted #000;
}

* html #contactus1 {
	width: 465px;
}

.hws {
	font-size: 10px;
}

.dormersimage {

}

.dormersimage img {
	border: 1px solid #a7a7a7;
	padding: 3px;
	margin: 0px;
}

.dormersimage img:hover {
	border: 1px solid #2a488c;
}

#dormers01 {
	width: 450px;
	margin-bottom: 55px;
	padding-left: 20px;
}

*+html #dormers01 {
	margin-bottom: 45px;
}

.proposed {
	text-align: center;
	width: 840px;
}

.proposed ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.proposed ul li {
	display: inline;
	margin: 0px;
	padding: 0px 107px;
}

#ajaymodule {
	float: right;
}

#dormers02 {

}

*+html #dormers02 ul {
	margin-top: 20px;
}

#dormers02 img {
	margin: 2px; 
	padding: 3px; 
	border: 1px solid #666666;
}

#kb01 {
	padding-left: 10px;
}

#bathrooms {
	float: right;
	margin-right: 215px;
}

*+html #bathrooms {
	padding-top: 17px;
}

#kbheader {
	margin-bottom: 0px;
}

*+html #kbheader {
	margin-bottom: 15px;
}

#dormerstop {
	text-align: center;
	position: relative;
}

#dormersincludes {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#dropmenudiv{
color: #FFF;
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:bold 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
color: #FFF;
background-color: #29488C;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	text-decoration: underline;
}

.kitchenimage {
	border: 1px solid #666666;
	padding: 3px;
	margin: 10px;
}

#financing {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.style7 {
	color: #000;
	font-weight: bold;
	font-size: 16px;
}
