/* -----------  MAIN VILLAGE CSS FILE ------------ */

body { /*these rules will apply to the body tag itself*/
	font-family:arial, helvetica, sans; /*a global setting that should cascade*/
	color: #403C0E; /*and here*/
	text-align:center;/*center the contents of the body tag*/
	margin:0; /*remove default top margin*/
	background: #976816 fixed url(../images/background.gif) repeat;
}
body {
	font-size: small;
}
* html body {
	font-size: x-small; /*for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
body * { /*effect every element within the body tag!*/
	margin:0; /*remove all default margins!*/
	padding:0; /*remove all default padding!*/
	text-decoration: none; /*remove default underline from links*/
	border:none; /*remove default borders on images*/
	list-style-type: none; /*no bullets on lists*/
}



/* ------------ STRUCTURE -------------- */

#container { /*here's our whole-page containment box*/
	text-align:left; /*reverse the effect of the centering*/
	margin-left:auto; /*helps to ensure centering*/
	margin-right:auto; /*same here*/
	width:740px; /*fixed width*/
}
#mainbox {
	background-color: #FFFFE6;
}
#header {
	background-color: #0F1B1F;
	background-image: url(../images/topnavbck.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 740px;
}
#contentcontainer {
	clear: both;
}
hr.cleaner {
    clear:both;
    height:1px;
    margin: -1px 0 0 0; 
	padding:0;
    border:none;
    visibility: hidden;
}
#footer {
	background-color: #BFBEC5;
	text-align: center;
}
#llcorner {
	width: 740px;
	height: 2em;
	background-image: url(../images/ll.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#lrcorner {
	width: 740px;
	height: 2em;
	background-image: url(../images/lr.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer h2, #footer a:link, #footer a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #0F1B1F;	
	line-height: 2em;
	font-size: 1em;
}
#footer a:hover {
	color: #554F77;	
}
#copyright {
	clear: both;
	color: #FFFFFF;
	text-align: center;
	line-height: 2em;
	font-size: .69em;
}
#copyright a, #copyright a:visited {
	color: #FFFFFF;
}
#copyright a:hover {
	color: #E9DFC2;
	border-bottom: 1px dotted #E9DFC2;
}
a.button {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.5em;
	font-weight: normal;
	color: #AA7618;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 1em;
	border: 1px solid #AA7618;
	border-bottom: 1px solid #AA7618;
	text-align: center;
	padding: 0.4em .6em;
	float: left;
	margin-top: 0.6em;
}
a.button:link, a.button:visited {
	color: #AA7618;
}
a.button:hover, a.button:active {
	color: #A07221;
	background-color: #E1D1A1;
	border-bottom: 1px solid #A07221;
}



/* ------------ NAVIGATION -------------- */

ul#navlist {
	width: 740px;
	white-space: nowrap;
	text-align: center;
	margin: 0;
}
#navlist li {
	display: inline;
	text-transform: uppercase;
	color: #FFFFFF;
}
#navlist li a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: .70em;
	line-height: 2.7em;
	padding: .85em .5em;
	letter-spacing: 0.1em;
}

#navlist li a:hover, #navlist li.sfhover a:hover {
	background-color: #352D3D;
	color: #FFFFFF;
	border-bottom: 5px solid #BFBEC5;
}
#home #homenav,
#community #communitynav,
#about #aboutnav,
#apts #aptsnav,
#nbrhd #nbrhdnav,
#price #pricenav,
#contact #contactnav {
	font-weight: bold;
	color: #C3BAF5;	
}
