/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
	background-image:none
	
}
#wrapper {
	width: 770px;
	margin: 10px auto;
	text-align: left;
	background-color:#FFFFFF;
		
}

/* Text */

h1, h2, h3 {
	font-weight: normal;
	color: #3B3B3B;
	padding-bottom: 10px;	
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h3 { font-weight: bold; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 15px;
	color: #000000;
}

a:link {
	color: #996600;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

/* Navigation Bar */

#nav {
	width: 765px;
	height: 35px;
	text-align: center;
	padding-right: 5px;
	padding-top: 10px;
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
	}

#nav p {
line-height: 150%;

}

#nav a {
	color: #336633;
	text-align: center;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	border-right-width: 3px;
	border-right-style: inset;
	border-right-color: #000000;
	font-weight: bold;
}

#nav a:hover {
	text-decoration: none;
	background-color: #999999;
	color: #990000;
}

/* Banner */

#banner {
	width: 770px;
	height: 200px;
	padding-top: 0px;
	
	background-image: url();
	background-repeat: no-repeat;
	background-position: center center;
	
	
	
}


#banner h1 {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336633;
	
	
}

/* Static Banner */

#staticbanner {
	width: 770px;
	height: 110px;
	background-color: #FFFFFF;
	background-image: url();
	background-repeat: no-repeat;
}


/* Small Banner */

#smallbanner {
	width: 770px;
	height: 209px;
	background-image: url(images/menu-bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336633;
	background-color:#000000;
}		

#smallbanner h1 {
	text-align: left;
	font-size: 15px;
	padding-left: 10px;
	padding-top: 10px;
	color: #000000;
	
	}
	
#smallbanner p {

	color:#333333;
	font-size: 13px;

}


#smallbanner a {
	
	font-weight: bold;
	color: #000000;
	
}

#smallbanner a:hover {
	text-decoration: none;
	color: #996600;
	background-color: #ffffff;
}


/* Vertical Menu */

#menu {
	width: 567px;
	height: 225px;
	float:right;
	
	
	
	}

#containerright {
	width: 250px;
	height: 134px;
	float:right;
	background-image: url(images/commercial-listings5-207x136.jpg);
	background-repeat: no-repeat;
	background-position: center bottom; 
	
}

#containermid {
	width: 250px;
	height: 134px;
	background-image: url(images/find-agent2-210x134.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	 
 }

#containerleft {
	width: 250px;
	height: 134px;
	float: left;
	background-image: url(images/featured-listings2-200x134.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}

#menu p {

	color:#333333;
	font-size: 11px;

}

#menu h1 {
	text-align: left;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
		
	}


#menu a {
	
	font-weight: bold;
	color: #000000;
	
}

#menu a:hover {
	text-decoration: none;
	color: #996600;
	background-color: #ffffff;
}


/* Content */


#content {
	float: left;
	width: 760px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

#content p {
	font-size: 14px;
	color: #333333;
}

#content h1 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}


#content h2 {
	font-size: 16px;
	color: #333333;
	font-style: italic;
	font-weight: bold;

}

#content a {
	font-weight: bold;
	color: #336633;
}

#content a:hover {
	text-decoration: none;
	color: #990000;
}

#content ol, #content ul {
	margin-left: 11px;
}

/* Images */

.smallrightimage {
	width: 100px;
	float: right;
	clear: left;
	margin: 10px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 225px;
	padding-left: 10px;
	padding-top: 25px;
	border-right: 2px solid #336633;
	
}

#sidebar p {
	font-size: 13px;
	
}

#sidebar a {
	font-weight: bold;
	color: #336633;
	padding-right: 3px;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	display:block;
}

#sidebar a:hover {
	color: #990000;
	
}

/* Footer */

#footer {
	clear: both;
	width: 770px;
	height: 130px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #336633;
}

#footer p {
	text-align: center;
	line-height: normal;
	font-size: 13px
}

#footer a {
	font-weight: bold;
	color: #336633;
}

#footer a:hover {
	text-decoration: underline;
	color: #990000;
}

