@charset "utf-8";
/*


Developer Notes

Color Scheme:

*/

 
/* ///////////////////////////

@import rules

/////////////////////////// */

@import url("reset.css");

/* ///////////////////////////

Global Overrides

/////////////////////////// */


body {
	background: url(../../images/body-bg.jpg) repeat;
	font: normal 14px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #FFF;
	line-height: 21px;
}

body a {
	color: #DF7D27;
}

body a:hover {
	text-decoration: none;
}		

h1
{
	margin-bottom: 1em;
	font: bold 160% Georgia;
	font-style: italic;
	text-decoration: underline;
	font-variant: small-caps;
}

h2 {
	margin-bottom: 1em;
	font: bold 160% Georgia;
	font-style: italic;
	text-decoration: underline;
	font-variant: small-caps;
}

h3 {
	margin: 10px 0;
	color: #FFF;
	border-bottom: 1px solid #DF7D27;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	color: #DF7D27;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
}	


p {
	margin-bottom: 1em;
}

hr {
	background: #DF7D27;
	margin: 15px 0;
	color: #DF7D27;
}	

/* ///////////////////////////

ID Declarations

/////////////////////////// */
#background {
	background: url(../../images/watermark.png) no-repeat bottom left;
}

#container {
	width: 830px;
	margin: 0 auto;
	background: url(../../images/content-bg.png) repeat-y;
}

.content-top {
	background:url(../../images/content-bg-top.png) no-repeat right;
	height:55px;
	width: 100%;
}


#site {
	width: 810px;
	background: #2B1612;
	margin: 0 auto;
	border: 2px solid #542A23;
}

#header {
	width: 810px;
	margin: 0 auto;
	background: none;
}

#masthead {
	height: 125px;
	width: 810px;
	float: left;
}

#banner {
	width:750px;
	margin:10px auto;
	background: #482B23;
	border: 1px solid #654941;
	padding:15px;
}	

#main-nav {
	color: #FFF;
	width:830px;
	margin: 0 auto;
	height: 49px;
	background: url(../../images/content-bg-top.png) bottom center no-repeat;
}

#main-nav ul {
	height:49px;
	float: left;
	margin-left:20px;
}

#main-nav li {
	font-weight: bold;	
	font-size: 16px;
	display: inline;
	margin: 0 5px;
}

#main-nav li a {
	color: #FFF;
	text-decoration: none;	
	width: 140px;
	height: 49px;
	float: left;
	display: block;
	padding: 5px;padding-bottom:0;
	line-height:18px;
}	

#main-nav li.home a {
	background: url(../../images/nav-home.png) no-repeat;
}

#main-nav li.home a:hover, #main-nav li.home a.active {
	background: url(../../images/nav-home-over.png) no-repeat;
}	

#main-nav li.development a {
	background: url(../../images/nav-development.png) no-repeat;
}

#main-nav li.development a:hover, #main-nav li.development a.active {
	background: url(../../images/nav-development-over.png) no-repeat;
}	

#main-nav li.property a {
	background: url(../../images/nav-property.png) no-repeat;
}

#main-nav li.property a:hover, #main-nav li.property a.active {
	background: url(../../images/nav-property-over.png) no-repeat;
}	

#main-nav li.construction a {
	background: url(../../images/nav-construction.png) no-repeat;
}

#main-nav li.construction a:hover, #main-nav li.construction a.active {
	background: url(../../images/nav-construction-over.png) no-repeat;
}	

#main-nav li.hoa a {
	background: url(../../images/nav-hoa.png) no-repeat;
}	

#main-nav li.hoa a:hover, #main-nav li.hoa a.active {
	background: url(../../images/nav-hoa-over.png) no-repeat;
}	

#page {
	min-width: 810px;
	margin: 0 auto;
	background: #2B1612;
}

#content {
	width: 810px;
}

#article {
	padding: 15px;
}

#sidebar {
	width: 200px;
}

#footer {
	width: 830px;
	height: 70px;
	margin: 0 auto;
	background: url(../../images/content-bg-bottom.png) no-repeat top center;
}

#footer-nav {
	margin: 10px 0;
	text-align: center;
	width:810px;
	float: left;
	border-bottom: 1px solid #FFF;	
}

#footer-nav ul {
	padding: 0 0 7px 8px;
	width: 810px;
	float: left;
}

#footer-nav li {
	display: inline;
	font: 13px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#footer-nav li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
}	

#footer-nav li a:hover, #footer-nav li a.active {
	text-decoration: underline;
	color: #DF7D27;
}	

.copyright {
	width:810px;
	float: left;
	color: #FFF;
	text-align: center;
	font: 13px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}	

.copyright a {
	color: #FFF;
}

.copyright a:hover {
	text-decoration: none;
	color:#DF7D27;
}		


/* ///////////////////////////

Custom Classes

/////////////////////////// */
.clear-both {
	height: 0px;
	clear: both;
	line-height:0;
	font-size: 0;
}

.logo {
	width: 437px;
	height: 133px;
	float: left;
}

.address {
	width:200px;
	float: right;
	margin-top:30px;
	text-align: right;
}	

.no-margin, #content.no-margin {
	margin:0;
}

.one-col {
	width: 100%;
}

.two-col {
	width: 49%;
}

.three-col {
	width: 32%;
}

#content, #sidebar, .one-col, .two-col, .three-col, .four-col, .five-col {
	float: left;
}

#sidebar.first-col, .first-col {
	margin: 0 0 10px 0;
}

.orange {
	color: #DF7D27;
	font-weight: bold;
}	

.bullets {
	list-style: circle;
	list-style-position: inside;
	text-indent: -10px;
	margin-left:25px;
}
	
