@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.image_box {


}

a {
	color: #666600;
}
a:hover {
	color: #999999;
}

.greyBorder {
	border: solid 1px #ccc;
	padding: 5px;
	min-height: 500px;
}

#footerlinks{
	width: 868px;
	text-align:center;
}

#navlist li
{
	
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	text-transform:uppercase;
}
#navlist a:link{
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
color:#FFFFFF;
}

#navlist a:visited{
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
color:#FFFFFF;
}
#navlist a:active{
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
color:#FFFFFF;
}

#navlist a:hover{
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:underline;
color:#FFFFFF;
}

#cw_logo {
 float:left;
	width:70px;
}
#copyright {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	width: 570px;
	height:36px;
	float:left;
	padding-top:10px;
		
}

#designby{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
 	float:right;
	width: 228px;
	height:36px;
	padding-top:10px;
}

#footer{
	height: 36px;
	width: 968;
	/*868*/
}

.homeOfTheWeek {
	color:#3c3f38;
	font-size:10px;
	padding: 5px 10px 5px 10px;
	width: 180px;
	top: 25px;
	position:relative;
}
.homeContent {
	padding:5px 20px 10px 20px;
	font-size: 14px;
	line-height: 18px;
}
.aboutContent {
	padding:10px 20px 10px 30px;
	font-size: 14px;
	line-height: 18px;
	text-align:justify;
}
.mainContent {
	padding:10px 20px 10px 20px;
	font-size: 14px;
}
.homeFinder {
	padding:0px 20px 10px 20px;
	font-size:10px;
}
.homeFinder select {
	background-color:#eff0e2;
	font-size:11px;
	
}
.homeFinder input {
	background-color: #635d51;
	color:#FFFFFF;
	font-size:11px;
}
.homeFinderFormTable {
	width:300px;
	font-size:11px;
}
.homeFinderTable {
	width:750px;
	font-size:10px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.homeFinderTable a {
	color:#666666;
	text-decoration:none;
}
.homeFinderTable a:active {
	color:#666666;
	text-decoration:underline;
}
.homeFinderTable a:hover {
	color:#666666;
	text-decoration:underline;
}
.mainWrapper {
	border: solid 2px #fff;
	position:relative;
	width: 868px;
	min-height: 721px;
	top: 10px;
}
.tempLiteWrapper {
	border: solid 2px #fff;
	position:relative;
	width: 500px;
	min-height: 400px;
	background-color: #e8e8de;
	padding: 15px;
}

/* MENU STYLES ======> */
ul.site.nav {
background:transparent none repeat scroll 0%;
border:medium none;
bottom:5px;
left:5px;
padding:0pt;
position:absolute;
width:868px;
}
ul.site.nav li a {
padding:20px 34px 11px 0px;
}

        ul.site.nav {
			             
				position:absolute;
               right:0;
               bottom:0;
               margin:0; 
			   top: -22px;
			   
               
               list-style:none;
               overflow:visible;
               padding-top:5px;
               padding-left:5px; 
               background-image:url(images/menu.topedge.jpg);
               background-position:top right;
               background-repeat:repeat-x;
               
               width:868px;
               height:37px;
			   z-index: 500;
			  
        }
        
        ul.site.nav a{
               color:#074d29;
               text-decoration:none;
               font-family:Arial, Helvetica, sans-serif;
               font-size: .845em;
               display:block;
               height:15px;
               padding:11px 8px;
        }
        .subLetters {
				color: #e6be1e;
		}
        ul.site.nav li {
               float:left;
               position: relative;
        }
        
        ul.site.nav li:hover{
               /*background-color:#627a3e;*/
        }
        
        
        ul.nav ul.submenu {
               position: absolute;
               left: -10;
               
               list-style: none;
               padding: 0px 0px 0px 0px;
               margin: 0px 0px 0px 0px;
               white-space: nowrap;
               
               border-right: 1px solid #074d29;
               border-bottom: 1px solid #074d29;
               
               visibility: hidden;
        }
        
        ul.nav li:hover ul.submenu{
               visibility: visible;
        }
        
        ul.nav ul.submenu li {
               width:100%;
               text-align: left;
               background: #5c8972;
        }
        
        ul.nav ul.submenu li a{
               font-size: 10px;
               padding: 5px;
               font-weight: normal;
               display:  block;
               width: 130px;
			   color: #FFFFFF;
			   font-weight: bold;
        }
        
        ul.nav ul.submenu li a:hover{
               font-size: 10px;
               padding: 5px;
               font-weight: normal;
               display:  block;
               width: 130px;
			   background-color: #fff;
			   color: #074d29;
			   font-weight: bold;
        }
		#find { width:165px; }
		#realtor { width:144px; }
		#about { width:100px; }
		#customer { width:144px; }
		#contact { width:120px; }

/* <===== MENU STYLES */
