/* CSS Document */
body {
	margin: 0%;
	padding: 0%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #e4eed2; 
	
}


h1 {
	font-size: 13px;

}
h2 {
	font-size: 13px;
	color: #739a36

}

a {
	color: #000000;
	text-decoration: none;	
	}
	
a:active {
	color: #990000;
}
	
a:hover {
	color: #990000;
	}
	
a:visited {
	color: #990000;
}

.images { padding:0px 5px 0px 0px;
}

#background{
	border-style:solid;
	border-width:0px;
	border-color:#669966;
	width: 100%;
	height: 100%;
	background-color: #e4eed2;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/bg4.gif);
	background-repeat: repeat-x
	
} 


#pagecontainer { 
border-style:solid; border-width:1px; border-color:#9db474;
border-top:0px; 
width: 800px; 
background-color:#fff;
}

#head { text-align:left; padding: 10px 10px 5px 5px;
height: 84px; clear: inherit
}

#logo {
	float: left;
	
}

#slide {
	float: right;
	padding: 0px 15px 0px 0px;
}

#slide2 {
	float: right;
	width: 50%;
	height: 65px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#739a36;
	padding: 8px 50px 0px 0px;
	
}
#content {
	width: 95%;
	text-align:left;
	clear:both

}

#content2 {
	width: 85%;
	text-align:left;
	clear:both;
	padding: 0px 20px 0px 20px;
	

}

#content3 {
	width: 75%;
	text-align:left;
	clear:both;
	padding: 0px 20px 0px 20px;
	

}

#contentleft {
	text-align:left;
	padding: 0px 5px 5px 20px;
	float:left;
	width: 40%;
	clear:left
	
}

#contentright {
	text-align:left;
	padding: 7px 5px 5px 5px;
	float:right;
	width: 50%;

}

#footer {
	text-align:center;
	padding: 5px 15px 5px 5px;
	clear: both;
	background-color: #fff;
	color: #2b5d2b;
	font-size: 11px
}

#span{
	padding: 5px 5px 5px 5px;
	border-style:solid; border-width:0px; border-color:#669966;
	vertical-align:middle
}


.properties {
		width: 50%;
		float:right
		
}
.construction {
		width: 40%;
	
}



#footer a {
	color: #739a36;
	text-decoration: none;	
	}
	
#footer a:hover {
	color: #2b5d2b;
	}

#copyright {
	background-color: #e4eed2; 
	width: 80%;
	font-size: 10px;
	color: #2b5d2b; 
}

/*TOP MENU*/
#topmenu { background-color: #e4eed2; text-align:left; height: 25px; width: 800px; border-style:solid;
border-width:1px; border-bottom:0px; border-color:#9db474; padding: 5px 0px 0px 0px;  color: #2b5d2b;} /*top menu id attributes*/

#menu {padding: 3px 0; margin-left: 0; margin-top: 1px; border-bottom: 0px solid #778; font: bold 12px verdana, sans-serif; text-align:right} /*menu div attributes*/

#menu li {list-style: none; margin: 0; display: inline; font-size: 12px} /*menu list attributes*/

#menu li a { padding: 3px 0.5em; margin-left: 0px; border: 0px solid #778; background: #e4eed2; text-decoration: none;}/*menu hyperlink attributes*/

#menu li a:link { color: #739a36; }/*menu hyperlink link color*/
#menu li a:visited { color: #739a36; }/*menu hyperlink link color when visited*/

#menu li a:hover { color: #2b5d2b; border-color: #227;}/*menu hyperlink link formatting when mouse over*/

#menu li a#current {color: #FFCC99; border-color:#227} /*shows red border on mmenu link for current page*/

