/*------------------------------------------------------------------------------------------------
  global classes
------------------------------------------------------------------------------------------------*/

body {
	background-color: #522919;
}

body, td, p {
	color: #E8E4D6;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

form { 
   margin: 0px; 
}

A:link {
	color: #CC9933; 
	text-decoration: none; 
}

A:visited { 
	color: #CC9933; 
	text-decoration: none; 
}

A:hover { 
	color: #CC9933;
	text-decoration: underline; 
}

/*------------------------------------------------------------------------------------------------
  left navigation classes
------------------------------------------------------------------------------------------------*/

#nav_col {
	background-image: url(../images/elements/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 16px;
	width: 137px;
	height: 284px;
	padding: 18px 0px 0px 18px;
	float: left;
}

#nav_col a:link {
	color: #966F56;
	text-decoration: none;
}

#nav_col a:visited {
	color: #966F56;
	text-decoration: none;
}

#nav_col a:hover {
	color: #522919;
	text-decoration: none;
}

/*------------------------------------------------------------------------------------------------
  left navigation classes
------------------------------------------------------------------------------------------------*/

#nav_col_home {
	background-image: url(../images/elements/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 16px;
	padding: 18px 0px 0px 18px;
}

#nav_col_home a:link {
	color: #966F56;
	text-decoration: none;
}

#nav_col_home a:visited {
	color: #966F56;
	text-decoration: none;
}

#nav_col_home a:hover {
	color: #522919;
	text-decoration: none;
}

/*------------------------------------------------------------------------------------------------
  layout classes
------------------------------------------------------------------------------------------------*/

#header_info_home {
	width: 725px; 
	margin: 15px 0px 5px 30px; 
	color: #E8E4D6;
	text-align: right;
}

#header_info {
	width: 700px; 
	margin: 18px 0px 10px 30px; 
	color: #E8E4D6;
	text-align: right;
}

#homecontainer {
	margin-top: 0px;
	margin-left: 20px;
	float: left;
}

#container {
	width: 790px;
	margin-left: 30px;
	float: left;
}

#header {
	margin-bottom: 10px;
}

#left_col {
	width: 137px;
	float: left;
	margin-right: 10px;
}

#middle_home
{
	float : left;
	width : 431px;
	margin-right : 10px;
	color : #E8E4D6;
}

#middle_home a
{
	color : #E8E4D6;
}

#middle_inside {
	float: left;
	width: 553px;
	margin-right: 10px;
	color: #E8E4D6;
}

#right_col {
	float: left;
	width: 136px;
}

#blog_feed {
	padding: 35px 13px 13px 13px;
	background-image: url(../images/feature_box/news.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #333333;
}

#blog_feed a:link {
	color: #966F56;
	text-decoration: none;
}

#blog_feed a:hover {
	color: #522919;
	text-decoration: none;
}

#blog_feed a:visited {
	color: #966F56;
	text-decoration: none;
}

#register {
	padding: 35px 13px 13px 13px;
	background-image: url(../images/feature_box/updates.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #333333;
}

#register a:link {
	color: #966F56;
	text-decoration: none;
}

#register a:visited {
	color: #966F56;
	text-decoration: none;
}

#register a:hover {
	color: #522919;
	text-decoration: none;
}

#footer {
	border-top: 1px solid #936A50;
	color: #E8E4D6;
	text-align: center;
	padding-top:5px;
}

#footer a {
	color: #E8E4D6;
	text-decoration: none;
}

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

#footer_inside {
	width: 698px;
	clear: both;
	float: left;
	border-top: 1px solid #724934;
	color: #E8E4D6;
	padding: 3px;
	text-align: center;
}



#tiny_footer {
	font-size: 9px;
}

/*------------------------------------------------------------------------------------------------
  detail classes
------------------------------------------------------------------------------------------------*/

.detail_left {
	padding-right: 10px; 
}

.detail_right {
	background: #653c29; 
	border:1px solid #724934;
	padding: 10px;
	width: 160px;
}

.detail_thumb {
	/*border: 1px solid #CCCCCC; */
	padding-top: 10px;
}

.detail_focus_area {
	background: #653c29; 
	border:1px solid #724934;
}

/*------------------------------------------------------------------------------------------------
  text classes
------------------------------------------------------------------------------------------------*/

.page_header {
	font-size: 14px;
	color: #dcd3d0;
	padding-bottom: 6px;
	border-bottom: 1px solid #724934;
}

.alert  { 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 12px; 
	color: #CC9933; 
}

.form_req { 
	font-weight: bold; 
}

.footer {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #6767A3;
}

.property_text {
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
}

.listoffice {
	color: #936a50;
	font-style: italic;
}

.propinfo {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
}

.proplisting {
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
}

.property_title {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
}

/*------------------------------------------------------------------------------------------------
 form spam check, do not remove
------------------------------------------------------------------------------------------------*/

.emailspmchk {
	width:5px;
	visibility:hidden;
}