@charset "utf-8";
/* CSS Document */

/*tags*/

body{
	font-size:small;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	color:#605439;
	font-size:160%;
}

hr{
	margin-top:40px;
}

/*ids*/

#brownBar{
	background-color:#605439;
	height:10px;
	width:100%;
}

#headerCont{
	background-image:url(images/whiteGradBg.jpg);
	height:175px;
	background-repeat:repeat-x;
}

#header{
	height:175px;
	width:930px;
	margin-left:auto;
	margin-right:auto;
	
}

#title{
	margin-top:20px;
	margin-left:15px;
	float:left;
}



#callToday{
	margin-right:40px;
	margin-top:30px;
	float:right;
	font-size:140%;
	background-image:url(images/callToday.jpg);
	width:288px;
	height:41px;
	
}

#greenBoxCont{
	width:100%;
	background-image:url(images/greenBackground.jpg);
	background-repeat:repeat-x;
	height:377px;
}

#greenBoxCont #greenBox{
	margin-right:auto;
	margin-left:auto;
	width:930px;
	height:377px;
}

#greenBoxCont #greenBox #mainInfo{
	width:500px;
	margin-top:50px;
	margin-left:15px;
	margin-right:60px;
	line-height:18px;
}

#greenLine{
	margin-top:50px;
	padding-right:20px;
}

#greenCheckCont{
	margin-top:50px;
	margin-right:40px;
	font-size:14px;
}

#greenCheck li{
	list-style-image:url(images/greenCheck.jpg);
	padding-bottom:3px;
	line-height:14px;
		
}

#navBarCont{
	margin-left:-265px;
}

#navBar{
	margin-top:150px;
	text-align:left;
	height:24px;
	float:left;
}

#navBar a{
	color:#000000;
	text-decoration:none;

}

#navBar:hover{
	background-image:url(images/greenRound.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#mainContentCont{
	width:100%;
}

#mainContent{
	width:930px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}

#kanePhoto{
}

#kanePhoto img{
	border:1px solid #CCCCCC;
	padding:5px;
	margin-left:50px;
}

#manyUnits{
	margin-bottom:30px;
}

#Build{
	width:300px;
	margin-top:40px;
}

#buildImg{
	margin-top:40px;
}

#Build2{
	width:300px;
}

#Build ul li{
	padding:3px;
}

#Build2 ul li{
	padding:3px;
}

#sizes{
	margin-top:30px;
}

#sizes #sizesLeft{
	margin-left:20px;
	width:400px;
	margin-right:150px;
}

#unitPrice{
	width:323px;
}

#pushPin{
	margin-left:10px;
	margin-right:10px;
}

#unitPrice #top{
	background-image:url(images/UnitPriceTop.jpg);
	width:323px;
	height:16px;
}

#unitPrice #mid{
	background-image:url(images/UnitPriceMid.jpg);
	background-repeat:repeat-y;
	width:323px;
}

#unitPrice #bot{
	background-image:url(images/UnitPriceBot.jpg);
	width:323px;
	height:16px;
}

#contactUs{
	margin-bottom:50px;
}

#contactUsTxt{
	width:600px;
}

#contactUsTxt h1{
	display:inline;
}

#address{
	margin-top:30px;
	margin-left:50px;
}

#contactParagraph{
	margin-left:25px;
}

#footerCont{
	background-color:#605439;
	height:50px;
	width:100%;
}

#footer{
	line-height:50px;
	text-align:right;
	color:#FFFFFF;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
}

#backToTop{
	margin-top:-15px;
	margin-left:160px;
}

#backLink{
	margin-top:-20px;
	text-decoration:none;
	font-weight:bold;
}

#text_header{
	padding-bottom:15px;
}

#greenDot li{
	list-style-type:disc;
	color:#a8bd82;
}




/*Classes*/

.clear{
	clear:both;
}

.subHeading{
	font-size:140%;
	line-height:22px;
}

.largeTitle{
	font-size:130%;
}

.mdTitle{
	font-size:140%;
	color:#605439;
	
}

.floatingImg{
	float:left;
	margin-right:10px;
}

.leftCol{
	float:left;
}

.rightCol{
	float:left;
}

.greenBg{
	background-color:#D2DDBE;
	line-height:35px;
	height:35px;
	text-align:center;
	width:320px;
	display:block;
	margin-left:2px;
	font-size:14px;
	color:#605439;
}

.whiteBg{
	line-height:35px;
	height:35px;
	text-align:center;
	width:320px;
	display:block;
	font-size:14px;
	color:#605439;
}

.boldBg{
	line-height:50px;
	height:50px;
	text-align:center;
	width:320px;
	display:block;
	font-weight:bold
}

.drkBrwn{
	color:#605439;
}

.lghtBrwn{
	color:#7a541e;
}

.lgTxt{
	font-size:150%;
	color:#605439;
}

