@charset "utf-8";
/* CSS Document */

#container {
	background-color: #547954;
	padding: 0px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background-color: #547954;
	width: 850px;
	height: 130px;
	margin: 0px;
	padding: 0px;
}

/* NAVIGATION*/
.glossymenu {
	background-color: #547954;
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.glossymenu a.menuitem{
	color: #FFFFFF;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
}
.glossymenu a.current {
	background-color: #50452E;
	color: #FFF;
	text-decoration: none;	
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #FFFFFF;
	text-decoration: none;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
}
.glossymenu a.menuitem:hover{
	background-color: #50452E;
	color: #FFF;
	text-decoration: none;
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/

}
.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}
.glossymenu div.submenu ul li{

}
.glossymenu div.submenu ul li a{
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-left: 20px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
}

.glossymenu div.submenu ul li a:hover{
	color: #FFF;
	background-color: #50452E;
}
#maincontent {
	width: 635px;
	background-color: #50452e;
	clear: none;
	float: left;
	background-image: url(images/bg_maincontent.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}

.bg_house {
	height: 365px;
	width: 635px;
	margin-top: 6px;
	background-image: url(images/bg_house.jpg);
	background-repeat: no-repeat;
}
.bg_boone {
	height: 365px;
	width: 635px;
	margin-top: 6px;
	background-image: url(images/boonespoint/4.jpg);
	background-repeat: no-repeat;
}
.bg_bristol {
	height: 365px;
	width: 635px;
	margin-top: 6px;
	background-image: url(images/bristol/1.jpg);
	background-repeat: no-repeat;
}
.bg_deerfield {
	height: 365px;
	width: 635px;
	margin-top: 6px;
	background-image: url(images/deerfield/1.jpg);
	background-repeat: no-repeat;
}
.bg_dakota {
	height: 365px;
	width: 635px;
	margin-top: 6px;
	background-image: url(images/dakota/dakota.jpg);
	background-repeat: no-repeat;
}
.bg_pastprojects {
	height: 365px;
	width: 635px;
	margin-top: 6px;
	background-image: url(images/pastprojects/1.jpg);
	background-repeat: no-repeat;
}
.bg_vintage {
	height: 365px;
	width: 635px;
	margin-top: 6px;
	background-image: url(images/vintage/1.jpg);
	background-repeat: no-repeat;
}
.bg_contact {
	height: 365px;
	width: 635px;
	margin-top: 6px;
	background-image: url(images/contactus.jpg);
	background-repeat: no-repeat;
}



.bg_testimonials {
	height: 365px;
	width: 635px;
	margin-top: 6px;
	background-image: url(images/testimonials/2.jpg);
	background-repeat: no-repeat;
}
.right {
	text-align: right;
}




.bottom {
	background-image: url(images/bg_maincontent_bottom.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 50px;
	width: 850px;
	clear: both;
	margin: 0px;
	background-color: #547954;
}
#footer {
	font-size: 12px;
	color: #000;
	text-align: center;
	width: 850px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: bold;
}
body,td,th {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #cec6a1;
	margin-top: 10px;
	margin-bottom: 0px;
	background-image: url(images/gradient_tan3.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #436143;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #436143;
}
a:hover {
	text-decoration: underline;
	color: #600;
}
a:active {
	text-decoration: underline;
	color: #600;
}
a.white:link {
	color: #FFF;
	text-decoration: underline;
}

a.white:visited {
	text-decoration: underline;
	color: #FFF;
}
a.white:hover {
	text-decoration: underline;
	color: #547954;
}
a.white:active {
	text-decoration: underline;
	color: #547954;
}
p {
	margin: 5px;
	padding: 2px;
}
.font_small {
	font-size: 10px;
}
.margin_top10 {
	margin-top: 10px;
}
.center {
	text-align: center;
}
.font_large {
	font-size: 18px;
}

