/* CSS Document */

* {
	margin:0;
	padding:0;
	border: 0px;
}

body {
	text-align:center;
	background-image:url(images/background_gradient.gif);
	background-repeat:repeat-x;
	background-color: #e0dfdf;
}

#page-container {
	width: 872px;
	margin: auto;
	text-align:left;
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #000;
	background-color:#FFFFFF;
}


#main-nav {
width:879px;
height:53px;
margin-top:5px;
}
#thanks_center {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}


/* NAVIGATION: =nav
----------------------------------------------- */
	#main-nav ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 872px;
	height: 44px;
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
	#main-nav ul li { background: none; float: left; text-indent: -999em; padding: 0; }
	#main-nav ul li a {
	border: none;
	display: block;
	height: 44px;
	text-decoration: none;
	overflow: hidden;
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

	#main-nav ul li.home a { background-position: 0px 0px; width: 168px; }
	#main-nav ul li.home a:hover { background-position: 0px -50px; }
	#main-nav ul li.home a.selected { background-position: 0px -52px; }
	
	#main-nav ul li.area a {
	background-position: -170px 0px;
	width: 265px;
}
	#main-nav ul li.area a:hover { background-position: -170px -50px; }
	#main-nav ul li.area a.selected { background-position: -170px -50px; }
	
	#main-nav ul li.properties a {
	background-position: -440px 0px;
	width: 259px;
}
	#main-nav ul li.properties a:hover {
	background-position: -440px -50px;
}
	#main-nav ul li.properties a.selected { background-position: -420px -50px; }
	
	#main-nav ul li.contact a {
	background-position: -700px 0px;
	width: 175px;
}
	#main-nav ul li.contact a:hover {
	background-position: -700px -50px;
}
	#main-nav ul li.contact a.selected { background-position: -712px -50px; }


#header {
	width:872px;
	height:133px;
	background-image:url(images/header2.jpg);
}

#content {
font-size:12px;
color:#444;

}

#splash_pic {
	width:872px;
	height:110px;
	background-image:url(images/header_2.jpg);
	float:left;
	display:inline;
	margin-bottom: 15px;
}

#splash_quote {
	width:357px;
	height:187px;
	background-color:#999999;
	float:right;
	display:inline;
	background-image: url(images/quote.gif);
}


#column1 {
float:left;
margin:0 auto;
display:inline;
background:#fff;
width:280px;
height:400px;
height:auto;
}

#column1_content {
padding:15px;
font-size:12px;
color:#666666;
border-right:1px solid #666;
}

#column2 {
	margin:0 auto;
	display:inline;
	background:#fff;
	width:280px;
	float:left;
	margin-left: 20px;

}

#column2_content {
padding:4px;
font-size:12px;
color:#666666;
}

#column2_content img{
border:1px solid #666;
}

#column3 {
	float:right;
	margin:0 auto;
	display:inline;
	background:#fff;
	width:280px;
	height:auto;
	border-left:1px solid #666;
}

#column3_content {
padding:15px;
font-size:12px;
color:#666666;
}

#area_info_content{
height:auto;
}


#footer {
	clear:both;
	background-color:#999;
	height:150px;
	width: 872px;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
	font-size:10px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
}

#footer ul {
margin-top:10px;
}

#footer ul li {
display:inline;
padding-right:30px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;


}

#footer ul li a, a:visited {
	color:#000;
	text-decoration:none;
	font-size:11px;
}

#footer ul li a:hover{
color: #9A892C;
font-weight:bold;
text-decoration:none;
font-size:11px;
}
.table_center {
	text-align: center;
}
.new_listing {
	color: #00F;
	font-weight: bold;
}
.property_links {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}
#page-container #content #aerials {
	clear: both;
	width: 100%;
}
#page-container #content #aerials img {
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	position: relative;
	display: block;
}
#main_title {
	clear: both;
	text-align: center;
	margin: 0px auto 10px auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#content  h1 {
	font-size: 24px;
}
.updated {
	color: #F00;
	font-size: 12px;
	font-weight: bold;
}
#content #read_first {
	width: 650px;
	margin: 0px auto;
}
#feedback_table {
	clear: both;
	margin: 0px auto;
	width: 550px;
}
#frmfeedback tr td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 14px;
	font-size: 14px;
	vertical-align: middle;

}

#content #feedback_header {
	clear: both;
	text-align: center;
	margin-bottom: 25px;
	font-size: 16px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
.submit {
	text-align: center;
}
.commercial_types {
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
}

.commercial_types a:hover {
	color: #900;
	font-size:25px;
	font-weight: bold;
	text-decoration: none;
}
#column3_content #new_blog {
	margin: 0px auto 20px auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}
#new_blog a {
	color: #666666;
	text-decoration: none;
	font-size: 20px;
}


.rss-box {
	margin: 0.5em;
	width: 240px;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color: #000000;
}
p.rss-title {padding:0.5em;}
.rss-title {
	text-decoration: none;
	font-size: 13px;
	color:black;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
	font-size: 12px;
	font-weight : normal;
	list-style:none;
	padding-bottom:1em;
	font-family: Arial, Helvetica, sans-serif;
}

.rss-item a {
	text-decoration : underline;
	color: #666666;
	font-size: 13px;
	font-weight:light;
	font-family:small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	}
	
.rss-item a:visited {
	color:#666666;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #000;
	padding-top: 5px;
	} 
.contact_background {
	background-color: #FF9;
	border: 1px solid #000;
}
#residential_wanted table  tr{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
}
#residential_wanted table tr td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding: 3px 0px 3px 0px;
}


#residential_wanted table {
	margin: 20px auto 0px auto;

}

#residential_wanted {
	margin-top: 20px;
}
.contact_background_textarea {
	background-color: #FF9;
	border: 1px solid #000;
	width: 200px;
}
.submit_button {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.google_maps_link {
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
}
.zoning_links {
	line-height: 25px;
}

