/*
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
*/
body {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #72532f;
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
}
img, a img {
	border: none;
}
.handcursor {
	cursor: hand;
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #cc6600;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0;
	line-height: 20px;
	padding: 0px 0px 29px 0px;
}
ul {
	margin-top: 0;
	padding-top: 7px;
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-left: 29px;
	margin-left: 0px;
}
ul ul {
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
li {
	line-height: 17px;
	padding-bottom: 5px;
}
td {
	vertical-align: top;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #603409;
	padding-bottom: 15px;
	padding-top: 0px;
	margin: 0px;
}
h4 {
	color: #cc6600;
	background-image: url(images/icon_news.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-bottom: 0px;
	border-bottom: 1px solid #cc6600;
}
h4 a {
	text-decoration: none;
}
h4 a:hover {
	color: #72532f;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.error {
	color: #ed2724;
}
.ext {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}
#main {
	margin: 0 auto;
	width: 973px;
}
#menus {
	background-image: url(images/bg_subnav.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin-right: 7px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	float: right;
}
#menus_index {
	background-image: url(images/bg_subnav.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin-right: 7px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	float: right;
	position: relative;
}
#main_menu {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	background-image: url(images/menu_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 43px;
	float: left;
}
#main_menu_index {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	background-image: url(images/menu_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 43px;
	float: left;
	position: relative;
}
#main_menu.on {
	background-image: url(images/menu_left_on.gif);
}
#main_menu ul {
	list-style-image: none;
	list-style-type: none;
	padding-right: 8px;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
	display: inline;
	background-image: url(images/menu_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	z-index: 2;
	position: relative;
}
#main_menu ul.on {
	background-image: url(images/menu_right_on.gif);
}
#main_menu ul li {
	background-image: url(images/menu_divider.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 1px;
	height: 43px;
	display: block;
	float: left;
  	display: inline;
  	list-style: none;
  	position: relative;
	white-space: nowrap;
}
#main_menu ul li.end {
	background-image: none;
	padding-right: 0px;
}
#main_menu ul li a {
	background-image: url(images/menu_repeat.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	height: 43px;
	display: block;
	float: left;
	color: #dfc18a;
	font-weight: bold;
	text-decoration: none;
	line-height: 38px;
}
#main_menu ul li a:hover, #main_menu ul li a.on {
	color: #f7edd9;
	background-image: url(images/menu_repeat_on.gif);
}
#sub_menu {
	float: left;
	padding-left: 4px;
	margin: 0px;
	height: 33px;
	line-height: 28px;
	color: #75512d;
}
#sub_menu a {
	font-size: 11px;
	font-weight: bold;
	color: #75512d;
	text-decoration: none;
}
#sub_menu a:hover, #sub_menu a.on {
	text-decoration: underline;
}

#sub_menu ul{
	margin:0;
	padding:0;
	padding-left:6px;
	padding-right:12px;
	list-style-type:none;
}
#sub_menu ul li{
	display:inline;
	float:left;
	border-right:1px solid #75512d;
	padding:0px;
	padding-right:10px;
	padding-left:10px;
	margin-top:8px;
	line-height:15px;
}
#sub_menu ul li.hover{
	background-color:#996633;
	position:relative;
}
#sub_menu ul li.hover a{
	color:#FFFFFF;
	text-decoration:none;
}

/* === Little Menu === */
#sub_menu ul ul{
	display:none;
	float:none;
	position:absolute;
	background-color:#996633;
	margin:0px;
	padding:0px;
	/* margin-left:-11px; */
	padding-top:5px;
	z-index:3;
	width:150px;
	top:15px;
	left:-1px;
}
#sub_menu ul ul li{
	float:left;
	position:relative;
	clear:both;
	border:none;
	font-size:11px;
	padding:0px;
	margin:0px;
	display:inline;
}
#sub_menu ul ul li a{
	display:block;
	padding:10px;
	float:left;
	clear:both;
	width:130px;
	padding-top:5px;
	padding-bottom:5px;
	color:#DFC18A;
	font-weight:normal;
}
#sub_menu ul ul li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#search_container {
	float: left;
	padding-right: 15px;
	height: 16px;
}
#searchbox_submit {
	padding-top: 6px;
}
.search_box {
	height: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #b99776;
	vertical-align: top;
	margin-top: 4px;
}
#main_repeat_index {
	background-image: url(images/bg_repeat.png);
	background-position: top left;
	background-repeat: repeat-y;
	padding-top: 302px;
	min-height: 302px;
}
#main_repeat {
	background-image: url(images/bg_repeat.png);
	background-position: top left;
	background-repeat: repeat-y;
}
#main_footer_index {
	background-image: url(images/bg_footer.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 130px;
}
#main_footer {
	background-image: url(images/bg_footer.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 130px;
}
#footer {
	text-align: center;
	padding-top: 68px;
	font-size: 12px;
	font-weight: normal;
	color: #f7edd9;
}
#footer a {
	font-size: 12px;
	font-weight: normal;
	color: #f7edd9;
	text-decoration: underline;
}
#footer a:hover, #footer a.on {
	color: #ffffff;
	text-decoration: none;
}
#footer #address {
	padding-top: 5px;
	font-size: 11px;
	font-weight: normal;
	color: #d7c5a4;
}
#footer #address a {
	font-size: 11px;
	font-weight: normal;
	color: #d7c5a4;
	text-decoration: underline;
}
#header_container {
	position: relative;
}
#index_main_top {
	/*background-image: url(images/index_image1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	*/
	height: 302px;
	position: absolute;
}
#header_rotate {
	list-style:none outside none;
	margin:0;
	padding:0;
}
#header_rotate li {
	height:302px;
	margin:0;
	overflow:hidden;
	padding:0;
}
#logo_index {
	position: relative;
	z-index: 1000;
	left: 355px;
	top: -285px;
}
#logo {
	padding-top: 15px;
	padding-left: 355px;
}
#home_firstcol {
	padding-left: 35px;
	padding-right: 38px;
	padding-top: 20px;
	width: 245px;
	float: left;	
}
#home_secondcol {
	background-image: url(images/bar_propertyportfolio.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 42px;
	padding-right: 33px;
	padding-top: 70px;
	margin-top: 20px;
	width: 245px;
	float: left;	
}
#home_thirdcol {
	padding-left: 40px;
	padding-right: 46px;
	padding-top: 6px;
	width: 245px;
	float: left;	
}
.home_divider {
	background-image: url(images/divider.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 2px;
	height: 323px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.homecol_content {
	padding-left: 2px;
	padding-top: 8px;
}
p.news_blurb {
	padding-left: 5px;
}
#inside_main_top {
	background-image: url(images/inside_image.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 201px;
}
#leftnav_col {
	padding-left: 36px;
	padding-top: 22px;
	padding-right: 47px;
	float: left;
}
#leftnav_repeat {
	background-image: url(images/leftnav_repeat.gif);
	background-position: top left;
	background-repeat: repeat-y;
	min-height: 125px;
}
#leftnav_bottom {
	background-image: url(images/leftnav_bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 33px;
	width: 243px;
}
#leftnav_col ul {
	list-style-type: none;
	list-style-image: none;
	padding-left: 35px;
	padding-top: 9px;
	margin: 0px;
}
#leftnav_col li {
	margin-bottom: 7px;
	padding-bottom: 0px;
	width: 190px;
}
#leftnav_col li a {
	font-size: 12px;
	font-weight: bold;
	color: #996633;
	text-decoration: none;
	background-image: url(images/arrow.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 11px;
}
#leftnav_col li a:hover, #leftnav_col li a.on {
	color: #663300;
	background-image: url(images/arrow_on.gif);
}
#copy_col {
	width: 585px;
	float: left;
	padding-top: 42px;
}
#single_col {
	width: 875px;
	padding-left: 36px;
	padding-top: 22px;
}
#icons {
	float: right;
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
#icons a {
	color: #333333;
	text-decoration: none;
}
#icons a:hover {
	text-decoration: underline;
}
.formlabel {
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top;
}
.formlabel_error {
	color: #ff0000;
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top;
}
.formright {
	width: 99%;
}
.formright textarea, .formright input, .formright select {
	background-color: #ffffff;
	border: 1px solid #999999;
	color: #72532f;
	width: 190px;
	padding: 3px;
	margin-bottom: 3px;
}
.formright textarea {
	height: 100px;
	width: 400px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.formright select {
	height: 25px;
	width: 197px;
}
input.inputbutton {
	font-family: Arial, Helvetica, sans-serif;
	width: 75px;
	font-size: 11px;
	height: 24px;
	line-height: 14px;
	background-color: #72532f;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #72532f;
	margin-right: 2px;
}
input.inputbutton:hover {
	background-color: #ffffff;
	color: #72532f;
	border: 1px solid #72532f;
}
.formright input.radiostyle {
	width: 15px;
	line-height: 17px;
	height: 17px;
	border: none;
	margin-right: 2px;
	margin-top: 2px;
	background-color: #f7edd9;
}
.error {
	color: #ff0000;
}
.required {
	font-size: 11px;
	font-style: italic;
}
#alphanav ul {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	list-style-image: none;
	list-style-type: none;
}
#alphanav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	color: #72532f;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
}
#alphanav li span {
	display: block;
	padding: 0px 4px 0px 4px;
}
#alphanav a {
	display: block;
	float: left;
	color: #cc6600;
	text-decoration: underline;
	padding: 0px 3px 0px 3px;
}
#alphanav a:hover {
	text-decoration: none;
}
#alphanav a.on {
	border: 1px solid #603409;
	border-bottom: none;
	background-color: #ecd3a4;
	text-decoration: none;
}
.expand_contract {
	border: 1px solid #603409;
	margin-bottom: 10px;
	padding: 10px 17px 0px 17px;
}
ul.no-icon li {
	margin-bottom: 10px;
}
.highlight {
	border-bottom: 3px double #c16730;
	color: #c16730;
	cursor: pointer;
}
.highlight:hover {
	border-bottom: none;
	text-decoration: none;
}
.actualtooltip {
	padding: 10px;
	color: #72532f !important;
	font-size: 11px !important;
	font-style: normal !important;
	line-height: 13px !important;
	width: auto;
	min-width: 249px;
	max-width: 250px;
	position: absolute; 
	background-color: #ecd3a4;
	border: 1px solid #603409;
}
.actualtooltip p {
	font-size: 11px !important;
	color: #72532f !important;
	font-style: normal !important;
	line-height: 13px !important;
	margin: 0px !important;
	padding: 0px !important;
	font-weight: normal;
}
.actualtooltip p strong {
	font-weight: bold;
}
.state_name {
	color: #17441c;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px solid #603409;
	margin-top: 25px;
}
.city_name {
	border-bottom: 1px solid #603409;
}
.city_name a {
	color: #603409;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-decoration: none;
}
.property_title {
	height: 21px;
	line-height: 21px;
	background-color: #ffffff;
	color: #603409;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #603409;
}
.property {
	border-bottom: 1px solid #603409;
	padding-top: 3px;
	padding-bottom: 3px;
}
.propety_link {
	width: 156px;
	float: left;
	padding-left: 20px;
}
.property_type {
	width: 120px;
	float: left;
	padding-left: 20px;
}
.property_add {
	width: 200px;
	float: left;
	padding-left: 20px;
}

ul.expander, 
ul.expander ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.expander li{
	background-image:url(images/icon_file.gif);
	background-repeat:no-repeat;
	padding-left:22px;
	margin-top:2px;
}
.expander li.folder{
	background-image:url(images/icon_folder.gif);
	padding-top:1px;
}
#newsletterlink p a{
	text-decoration:none;
	color:#72532F;	
}
#newsletterthumb{
	display:block;
	float:left;
}
#newsletterhead{
	font-weight:normal;
}
#newsletterhead span{
	font-size:10px;
	color:#72532F;
}



