body {
	font: 12px Verdana,Helvetica,Sans-Serif; 
	background: url(/images/bgtop.jpg) repeat-x 0 0; 
	background-color: #224411; 
	margin: 0px;
	}
		
table { 
	font-size: 12px;
	}
		
img {
	border:1px solid #CCC;
	padding:6px;
	margin-bottom:2px;
	}
	
.img {
	border:0px;
	}

.clrspacer { clear: both; height:14px; border-bottom:1px #447734 dashed; margin-bottom:5px;}
	
/* H tag index : 	H1= Biggest Boldest (Main titles)
					H2= Big Bold (Areas, Addresses, Names)
					H3= Average Size Bold (Section Headers, Article Headers)
					H4= Small Bold (More important than standard 'Bold' or 'strong' fontface)
					H5= 90% Normal, Italic
					H6= 80% Normal, UPPERCASE
*/	
h1 {
	font: 1.50em Verdana,Helvetica,Sans-Serif;
	font-weight: bold;
	color: #003366;
	margin: 0;
	padding-bottom: 2px;
	}

h2 {
	font: 1.30em Verdana,Helvetica,Sans-Serif;
	font-weight: bold;
	color: #003366;
	margin: 0;
	padding-bottom: 2px;
	}

h3 {
	font: 1.10em Verdana,Helvetica,Sans-Serif;
	font-weight: bold;
	color: #003366;
	margin: 0;
	padding-bottom: 2px;
	}

h4 {
	font: 1.00em Verdana,Helvetica,Sans-Serif;
	font-weight: bold;
	color: #555555;
	margin: 0;
	padding: 0;
	}

h5 {
	font: 0.90em Verdana,Helvetica,Sans-Serif;
	font-weight: normal;
	font-style: italic;
	color: #555555;
	margin: 0;
	padding: 0;
	}

h6 {
	font: 0.80em Verdana,Helvetica,Sans-Serif;
	font-weight: normal;
	font-variant: uppercase;
	color: #555555;
	margin: 0;
	padding: 0;
	}
	
.required {
	color: red;
	}

/* floated div and boxes */
div#header {
	height:175px;
	background-image: url(/images/background_header.jpg);
	background-repeat:no-repeat;
	background-position:50% 28%;
	}
div#container{
	width:980px;
	margin:0 auto;
	text-align:center;
	}
	
div#lefto {
	float: left;
	width: 200px;
	}

div#righto {
	float: left;
	width: 780px;
	}

div#content{
	float:right;
	width:770px;
	text-align:left;
	margin-bottom: 10px;
	background: #fafafa;
	}

div#fhorizon{
	float:right;
	width:770px;
	text-align:left;
	margin-bottom: 10px;
	background: #fafafa;
	}
	
div#navigation{
	float:left;
	width:200px;
	text-align:left;
	margin-bottom: 10px;
	background: #fafafa;
	}
	
div#fvertical{
	float:left;
	clear:left;
	width:200px;
	text-align:left;
	margin-bottom: 10px;
	background: #fafafa;
	}
	
div#fverticalagent{
	float:left;
	clear:left;
	width:200px;
	text-align:left;
	margin-bottom: 10px;
	background: #EFEFDF;
	}	
	
div#banner{
	float:left;
	clear:left;
	width:200px;
	text-align:left;
	margin-bottom: 10px;
	background: #fafafa;
	}	
	
div#footer{
	clear:both;
	width:980px;
	text-align:right;
	color: #669955;
	margin:0 0 20px 0;
	padding: 6px 0;
	border-top: 1px dashed #447734;
	text-align: right;
	font: 10px Verdana,Helvetica,Sans-Serif;
	line-height: 0.7em;
	vertical-align:middle;
	}

.blok {
	margin: 0;
	overflow: hidden;
	background-color: #fafafa;
	float: left;
	}

.title {
	margin: 0;
	display:block;
	padding: 4px 8px 4px 8px;
	font: 1.30em Verdana,Helvetica,Sans-Serif;
	font-weight:bold;
	color: #fff;
	line-height: 18px;
	background-color: #669955;
	}
	
.blokbox div.blokcontent {
	margin: 0;
	border: 1px solid #669955;
	border-width: 0 1px;
	padding: 10px 10px 0 10px;
	}
		
.blokbox div.blokcontentmain {
	margin: 0;
	border: 1px solid #669955;
	border-width: 0 1px;
	padding: 10px 10px 0 10px;
	}	
				
.blokbox div.blokfooter {
	line-height: 10px;
	background-color: #fafafa;
	border-left: 1px solid #669955;
	border-right: 1px solid #669955;
	border-bottom: 1px solid #669955;
	}

.blokbox div.blokagentfooter {
	line-height: 10px;
	background-color: #EFEFDF;
	border-left: 1px solid #669955;
	border-right: 1px solid #669955;
	border-bottom: 1px solid #669955;
	}

/* links */
a:link {
	color: #447734; text-decoration: none;
	}
a:visited {
	color: #447734; text-decoration: none;
	}
a:hover {
	color: #669955; text-decoration: underline;
	}
a:active {
	color: #447734; text-decoration: none;
	}
	
/* menu */
div#menu_container{
margin: 0 auto 0 auto;
width: 980px;
text-align: left;
	}
	
#nav a {
	float:left; 
	color:#006600;
	background-image: url("{template_url}/images/top_left.gif");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FAFAFA;
	margin:0 2px 0 0; 
	padding:0 0 0 2px; 
	}
	
#nav a b {
	float:left; 
	display:block; 
	background-image: url("{template_url}/images/top_right.gif");
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
	padding:5px 16px 5px 12px;
	}
	
#nav a:hover {
	background-image: url("{template_url}/images/top_left.gif");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	color: #003300;
	cursor:pointer;
	text-decoration: none;
	}	
	
#nav .current a {
	background-image: url("{template_url}/images/top_left.gif");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EFEFDF;
	color:#003300; 
	cursor:default;
	} 
#nav {
	font: 10px Verdana,Helvetica,Sans-Serif;
	font-weight: bold;
    margin: 150px 0 0 211px;
	float: left;
	}
	
/* user menu  */
#navm {
	font: 10px Verdana,Helvetica,Sans-Serif;
	font-weight: bold;
    margin: 150px 0 0 0;
	float: left;
	}
	
#navm a {
	float:left; 
	color:#FFFFFF;
	text-decoration: none;
	background-image: url("{template_url}/images/top_left.gif");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #669955;
	margin:0 2px 0 0; 
	padding:0 0 0 2px; 
	}
	
#navm a b {
	float:left; 
	display:block; 
	background-image: url("{template_url}/images/top_right.gif");
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
	padding:5px 16px 5px 12px;
	}
	
#navm a:hover {
	background-image: url("{template_url}/images/top_left.gif");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FAFAFA;
	color: #669955;
	cursor:pointer;
	} 
	
#navm .current a {
	background-image: url("{template_url}/images/top_left.gif");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EEEEEE;
	color:#669955; 
	cursor:default;
	}
	
/* form elements */
form {
	margin: 10px 0 0 0; 
	padding: 10px 10px 10px 10px;
	border: 1px dashed #cccccc; 
	background-color: #F7F7F4; 
	}
	
label {
	display:block;
	font-weight:bold;
	margin:50px 0;
	}
	
input {
	margin-bottom: 1px;
	border: 1px solid #ccc;
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 12px;
	color:#777;
	background-color:#fff;
	}
	
textarea {
	width:300px;
	padding:2px;
	font-family: Verdana,Helvetica,Sans-Serif;
	height:70px;
	display:block;
	color:#777;
	border: 1px solid #ccc;
	}
	
select { 
	width: 200px;
	border:1px solid #ccc;
	margin-bottom: 2px;
	} 

option { 
	width: 200px;
	border:0px solid #ccc;   
	}

fieldset {
	padding: 1em;
	border:1px solid #CCC;
	}
  
legend {
	margin-bottom: 8px;
	padding: 5px 5px 5px 5px;
	border:1px solid #CCC;
	}

/* li and ul menu */

ul.menu {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	}

li.menu {
	line-height: 12px;
	padding-left: 12px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	}

/* open-realty core.css */

.no_results { 
	color:red;
	margin-top:10px;
	border: 1px dashed red;
	padding: 4px 4px 4px 4px;
	}
	
.search_results {
	width:100%;
	}
.result_row_0 { 
	background-color: #F7F7F4;
	}
.result_row_1 {
	background-color: #FFF;
	}

.listing_result_box {
	border: 1px dashed #ddd;
	background-color: #F7F7F4;
	margin-top: 6px;
	}

.listing_result_top {
	border-top: 1px dashed #00A1DF;
	border-left: 1px dashed #00A1DF;
	border-right: 1px dashed #00A1DF;
	padding: 0 6px 6px 8px;
	}

.listing_result_center {
	border-top: 1px dashed #00A1DF;
	border-left: 1px dashed #00A1DF;
	border-right: 1px dashed #00A1DF;
	padding: 8px 6px 8px 8px;
	line-height: 1.3em;
	}

.listing_result_bottom {
	border-top: 1px dashed #00A1DF;
	border-left: 1px dashed #00A1DF;
	border-right: 1px dashed #00A1DF;
	border-bottom: 1px dashed #00A1DF;
	padding: 8px 6px 8px 8px;
	line-height: 1.3em;
	}

.listing_result_content {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	}

.listing_header{
	padding: 4px 0 0 8px;
	}

/* LISTING BROWSE PAGE NAVIGATION WIDGET 'next_prev()'display stuff  */
.browse_tool_table {
	background-color: #F7F7F4;
	width:100%;
	font-size: 11px;
	text-decoration: none;
	color: black;
	border: 1px solid #DDD;
	padding: 2px 2px 2px 2px;
	margin-bottom: 6px;
	}
	
.browse_tool {
	background-color: #EBEBEB;
	font-size: 11px;
	text-decoration: none;
	color: black;
	}
	
.browse_tool_num {
	color: #336699;
	}
	
.browse_tool_button A {
	background-color: #EBEBEB;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	border: 1px dashed red;
	font-weight: bold;
	text-decoration: none;
	color: #009900;
	width: 100px;
	display: block;
	line-height: 16px;
	}

.browse_tool_button A:visited {
	color: #009900;
	}

.browse_tool_button A:hover {
	color: #555555;
	}

.browse_tool_ghost {
	font-size: 10px;
	line-height: 10px;
	color: #aaaaaa;
	text-decoration: none;
	}

.browse_tool_curpage {
	border: 1px solid #00A1DF;
	color: #555555;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	display: block;
	text-align: center;
	}

.bt_pages {
	font-family: verdana, arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #EBEBEB;
	text-decoration:none;
	vertical-align: middle;
	color:	#000000;
	}

bt_pages_ghost{
	color:	#aaaaaa;
	text-decoration:none;
	}

A.bt_pages{
	border: 1px solid #00A1DF;
	color: #009900;
	padding: 4px 4px 4px 4px;
	display: block;
	text-align: center;
	}

A.bt_pages:visited{
	color: #00A1DF;
	}

A.bt_pages:hover{
	color:#FFFFFF;
	background-color: #CCFF00;
	}

/* LISTING PAGE DETAILS 'listing_next_prev'  */
.next_prev_listing {
	margin: 0 0 0 0;
	border: 1px dashed #00A1DF;
	width: 100%; 
	text-align: center;
	}
.next_prev_listing ul {
	margin: 0.2em auto; 
	}
.next_prev_listing li { 
	display: inline; 
	padding: 3px 0; 
	list-style-type: none;
	}

.count, .listing_xy { 
	width: 100%; 
	background-color: #E8E8E8; 
	clear: both; 
	padding: 3px 0;
	}

.slideshow_img {
	float: left;
	width: 100%;
	text-align:center;
	}

.slideshow_links {
	float: left;
	width: 100%;
	text-align:center;
	}

.city_distance_header{font-size:12px;}

/* user stuff */
.view_user {
	padding-left:5px;
	}

.view_user_user_name {
	font-size:14px;
	font-weight:bold;
	background-color: #EEEEEE;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
	}

.view_user_user_images {
	float: left;
	width: 140px;
	}

.view_user_user_info {
	float: left;
	padding-left:10px;
	width: 400px;
	line-height: 1.4em;
	}

.view_user_user_hitcount {
	clear:both;
	margin-top: 20px;
	line-height: 40px;
	}

.view_user_user_box {
	}

.featured_listings {
margin-left:auto;
margin-right:auto;
text-align:center;
	}
	
.sitemap li a{
        display:list-item;
        text-decoration: none;
        }

/* original css mess */

.small { font-size:10px; }

.medium { font-size:12px; }

.large { font-size:14px; }

