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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	
}
body, html {
	margin:0px;
	height:100%;
	padding:0px;
}

a img{
	border:0px;
	}

.wrapper{
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	margin: 0 auto -150px;
	}

h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
}
h1 {
	font-size: 48px;
	color: #507da0;
	font-weight:normal;
	display:block;
	border-bottom:1px solid #239700;
	margin:0px 0px 15px 0px;
}

h2 {
	font-size: 18px;
	color: #219700;
	font-weight:normal;
	margin:10px 0px 0px 0px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
}

.header{
	height:115px;
	width:100%;
	background:url(/images/common_header_bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	display:block
	}

.logo{
	margin:0px 20px 10px 20px;
	width:200px;
	}

.topNav{
	width:225px;
	position:absolute;
	left:695px;
	top:0px;
	padding:0px 0px 0px 35px;
	background:url(/images/head_topNavBg.png);
	background-position:20px;
	vertical-align:middle;
	text-align:left;
	height:30px;
	}

.topNav .corner{
	margin:0px;
	padding:0px;
	position:absolute;
	left:0px;
	top:0px;
	margin-right:5px;
	}

.topNav a{
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	color:#FFFFFF;
	text-decoration:none;
	display:inline;
	margin-top:5px;
	}

.topNav a:hover{
	text-decoration:underline;
	}

.spacer{
	padding:4px 10px 0px 10px;
	width:2px;
	height:15px;
	position:relative;
	top:2px;
	}
	
.mainWindow{
	border-top:2px solid #507da0;
	background:#1a3c56;
}

#home .mainWindow{
	}

.mainImage{
	float:left;
	padding:0px;
	margin:0px;
	width:720px;
	height:225px;
	}
	
#home .mainImage{
	height:370px;
	width:520px;
	background:url(/images/homeMain.jpg);
	} 
	
#customHomes .mainImage{
	background:url(/images/customHomesMain.jpg);
	}

#about .mainImage,	
#contact .mainImage,
#solar .mainImage{
	background:url(/images/solarMain.jpg);
	}

#commercial .mainImage{
	background:url(/images/commercialMain.jpg);
	}
	
#remodel .mainImage{
	background:url(/images/remodelMain.jpg);
	}


.windowBottom{
	clear:both;
	height:33px;
	background:url(/images/common_windowBottom.gif);
	margin:0px;
	
}
/*Main Menu Styles*/

.mainMenu{
	width:230px;
	background:#aeb9bf;
	float:left;
	height:215px;
	padding-top:10px;
	margin:0px;
	}
	
#home .mainMenu{
	height:362px;
	padding-top:0px;
	}
	

.mainMenu a{
	display:block;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	border-collapse:collapse;
	margin-top:7px;
	}

#home .mainMenu a{
	margin:20px 0px 0px 0px;
	padding:10px;
	}
	
.mainMenu a:link,
.mainMenu a:active,
.mainMenu a:visited{
	background:none;
	}

.mainMenu a:hover{
	background:url(/images/common_menu_bg_on.jpg);
	}

.btnName{
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	}

.btnDesc{
	display:block;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}


.specialFeature{
	width:200px;
	height:370px;
	background:url(/images/special_bg.jpg);
	float:left;
	text-align:left;
	margin:0px;
	}

.specialFeature p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:17px;
	margin:5px 10px 15px 10px;
	padding-top:5px;
	}
	
.specialFeature h1{
	font-size:19px;
	color:#FFFFFF;
	line-height:21px;
	font-weight:normal;
	margin:30px 10px 5px 10px;
	display:block;
	border-bottom:1px solid #FFFFFF;
	padding-bottom:5px;
	}
	
/* Content Area Classes */
.content{
	width:720px;
	margin:10px 0px 20px 230px;
	min-height:400px;
	height:auto !important;
	height:400px;
}

.content p{
	line-height:22px;
	margin:0px 0px 15px 0px;
	}	


.videoInsert{
	float:left; 
	padding:10px;
	margin:0px 5px 100px 0px;
	}
	
	
.videoInsert a{
	width:180px;
	border:1px solid #dcefc7;
	text-decoration:none;
}

.videoInsert p{
	font-size:11px;
	line-height:14px;
	color:#75be00;
	margin-top:5px;
	text-align:center;
	}

.videoInsert a:hover{
	background:url(/images/special_bg.jpg);
	}
.videoInsert a:hover p{
	color:#FFFFFF;
	text-decoration:none;
}
.footer{
	height:60px;
	width:100%;
	background:url(/images/footer_bg.jpg);
 	clear: both; 
	background-color:#000543;
	}

.footerNav{
	height:25px;
	width:950px;
	text-align:center;
	padding-top:7px;
}

.footerNav .spacer{
	color:#FFFFFF;
	width:1px;
	}

.footerNav a{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	}

.footerNav a:hover{
	text-decoration:underline;
	}

.copyRight{
	color:#FFFFFF;
	margin:6px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}