body
	{
	font:12px Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C8C5AC;
	background-image: url(images/jpeg/page_back.jpg);
	background-repeat: repeat-x;
	}

h1, h2, h3, h4, h5, h6
{
color: #3C71AA;
margin-bottom: 5px;
font-weight: normal;
}

p	{
	padding: 20px;
	width: 90%;
	}

a, a:visited
{
color: #3F381B;
text-decoration: underline;
}

#home_topnav
{
background-color: #27256D;
text-align: right;
position: relative;
float: right;
top: 45px;
padding: 0px 40px 0px 0px;
color: #ffffff;
font-size: 14px;
font-weight: bold;
}

#home_topnav a, #home_topnav a:visited
{
color: #ffffff;
text-decoration: none;
}

#topnav
{
background-color: #27256D;
text-align: right;
position: relative;
float: right;
top: 25px;
padding: 0px 40px 0px 0px;
color: #ffffff;
font-size: 14px;
font-weight: bold;
}

#topnav a, #topnav a:visited
{
color: #ffffff;
text-decoration: none;
}

#header-container {
	margin: 0 auto;
	float: left;
	width: 100%;
	background-image: url(images/jpeg/header_container_backgr.jpg);
	background-repeat: repeat-x;	
	}
	
#header
{
width: 800px;
background-image: url(images/logo.gif);
background-repeat: no-repeat;
height: 70px;
border-bottom: 1px solid #ffffff;
background-color: #27256D;
}

#header h1
{
margin: 0px;
font-size: 23px;
}

#sub_header
{
background-color: #fff;
border-bottom: 2px solid #3F381B;
border-right: 1px solid #ffffff;
border-left: 1px solid #ffffff;
}

#sitewide_sub_header
{
border-bottom: 2px solid #3F381B;
border-right: 1px solid #ffffff;
border-left: 1px solid #ffffff;
}

#page_margins
{
width: 800px;
padding: 0px 0px 0px 0px;
margin-left: auto;
margin-right: auto;
display: block;
}

#page
{
float: left;
background-color: #ffffff;
padding: 0px 0px 0px 0px;
}


#main
{
float: left;
background-color: #ffffff;
padding: 0px 0px 0px 20px;
}

#sitewide_main
{
float: left;
background-color: #ffffff;
padding: 0px 0px 0px 0px;
}

/*This div is for the preformatted pages created with the Open Realty online page editor*/
#content_box	{
	float: left;
	width: 100%;
	text-align: center;
	}
	
#testimonial_pic	{
	width: 600px;
	margin: 0 auto;
	border-bottom: 1px solid #C8C5AC;
	}	

#testimonial_thumbs	{
	float: left;
	position: relative;
	text-align: left;
	}
	
#testimonial_thumbs ul li {
	padding: 0px 5px 5px 0px;
	list-style: none;
	display: inline;
	}
	
#testimonial_thumbs	img {
	margin-top: 10px;
	}
	
#nav_main
{
width: 100%;
background-color: #77A1CF;
float: right;
border-bottom: 2px solid #3C71AA;
}

#nav_main ul, #nav_main ul li
{
margin: 0px;
padding: 0px;
list-style: none;
display: inline;
}

#nav_main a, #nav_main a:visited
{
display: block;
float: right;
padding: 5px 15px 5px 15px;
text-decoration: none;
color: white;
}

#nav_main a:hover
{
background-color: #3C71AA;
color: white;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* Note z-index entries - stupid Internet Explorer!!! */
/* Colours are as follows:
	#C6C3C1 Stone
	#C8C5AC Light Stone
	#3F381B Dark Grey-brown */
	
	.menu {
	font-family: arial, helvetica, sans-serif; 
	width: 800px; 
	background: url(images/png/menu_back.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #ffffff; 
	font-weight: bold; 
	top: 0px; 
	font-size: 12px; 
	z-index:100;
	padding: 0px 0px 0px 0px;
	height: 23px;
	}
	
	.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration: none; 
	color:#fff;
	width: 108px; 
	text-align:center; 
	font-size: 10px; 
	padding: 5px 0px 5px 0px;
	z-index:101;
	}
	
	.menu ul {
	padding: 0px 0px 5px 0px; 
	margin:0px 0px 0px 0px; 
	list-style: none;
	z-index:102;
	}
	
	/* This float will push entire menu left or right */
	.menu ul li {
	float: left; 
	position: relative;
	top: 0px;
	z-index:103;
	}
	
	.menu ul li ul {
	display: none;
	z-index:104;
	}

	/* specific to non IE browsers */
	.menu ul li:hover a {
	color: #3F381B; 
	background: #C8C5AC; 
	border-bottom: 1px solid #C6C3C1;
	border-left: 1px solid #ffffff;
	width: 107px;
	z-index:105;
	}

	/*Change "top" in this section to push mouseover menu down.	
	Top border here will display at the second list item when hovering, thereby doubling main menu bottom border!!!*/
	
	.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	width: 108px;
	z-index:106;
	}

/* Note OPACITY settings for drop-downs here */
	
	.menu ul li:hover ul li a.hide {
	color: #3F381B; 
	background: #C8C5AC; 
	border-top: 1px solid #F2EFEC;
	border-bottom: 1px solid #C6C3C1;
	text-align: left;
	width: 98px;
	padding: 5px 0px 5px 10px;
	-moz-opacity:.8;
    filter:alpha(opacity=80);
	z-index:107;
	}
	
	.menu ul li:hover ul li:hover a.hide {
	background-color: #E5E1DE;
	color:#ffffff; 
	border-top: 1px solid #F2EFEC;
	border-bottom: 1px solid #C6C3C1;
	z-index:108;
	}
	
	.menu ul li:hover ul li ul {
	display: none;
	z-index:109;
	}

/* More OPACITY settings for drop-downs here */
	
	.menu ul li:hover ul li a {
	display:block; 
	background-color: #C8C5AC;
	color: #3F381B;
	border-top: 1px solid #F2EFEC;
	border-bottom: 1px solid #C6C3C1;
	text-align: left;
	width: 98px;
	padding: 5px 0px 5px 10px;
	-moz-opacity:.7;
    filter:alpha(opacity=70);
	z-index:110;
	}
	
	.menu ul li:hover ul li a:hover {
	background-color: #C8C5AC;
	border-top: 1px solid #F2EFEC;
	border-bottom: 1px solid #C6C3C1;
	color:#ffffff; 
	}
	
	.menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left: 108px; 
	top:5px;
	}
	
	.menu ul li:hover ul li:hover ul.left {
	left: -108px;
	}

/* END OF MENU! */

.browse_title	{
	}
	
.browse_title a {
	color: #808080;
	font-size: 11px;
	}
	
.browse_title a:hover {
	color: #3F381B;
	text-decoration: underline;
	}
	
select, input
{
font-size: 12px;
border: 1px solid #E3E3E3;
}

#col1
{
width: 180px;
float: left;
color: #5483B0;
}

#col1_box
{
margin-top: 20px;
padding: 5px 5px 5px 10px;
text-align: center;
}

#col1_box a, #col1_box a: visited
{
text-decoration: underline;
}

#col1 ul
{
margin: 0px;
padding: 0px;
padding-left: 20px;
}

#col1 li
{
list-style-image: url(images/nav_arrow.gif);
padding: 5px 5px 5px 2px;
border-bottom: 1px dashed #5483B0;
color: #5483B0;
}

#col1 li:hover
{
list-style-image: url(images/nav_arrow_over.gif);
background-color: #F7CE42;
font-weight: bold;
border-bottom: 1px dashed #CFA205;
}

#col1 li a, #col1 li a:visited
{
text-decoration: none;
}

#col2
{
float: left;
width: 767px;
padding: 0px 0px 20px 0px;
color: #808080;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

#col3
{
width: 180px;
float: left;
padding: 5px;
margin-left: 10px;
}

#col3 input
{
width: 95px;
}

#col1 h2, #col3 h2
{
background-color: #C8C5AC;
border-bottom: 1px solid #999999;
border-top: 1px solid #999999;
padding: 5px 10px 5px 10px;
font-size: 14px;
font-weight: normal;
color: #ffffff;
margin-top: 5px;
}

#col2 h2
{
background-color: #C8C5AC;
background-image: url(images/png/h6_back.png);
background-repeat: repeat-x;
border-bottom: 1px solid #999999;
border-top: 1px solid #999999;
padding: 5px 10px 5px 10px;
font-size: 14px;
font-weight: normal;
color: #ffffff;
margin: 5px 10px 5px 10px;
}

#listingdetail_slideshow_head_container 	{
background-color: #C8C5AC;
background-image: url(images/png/h6_back.png);
background-repeat: repeat-x;
border-bottom: 1px solid #999999;
border-top: 1px solid #999999;
padding: 5px 10px 5px 10px;
font-size: 14px;
font-weight: normal;
color: #ffffff;
margin: 5px 10px 5px 10px;
height: 20px;
}

#header_left	{
float: left;
position: relative;
text-align: left;
background: none;
}

#header_right	{
float: right;
position: relative;
text-align: right;
background: none;
}

#col2 p
{
margin: 5px 10px 5px 10px;
}

#col2 h3
{
padding: 5px 10px 5px 10px;
font-size: 12px;
font-weight: normal;
color: #808080;
}

#col2 h6
{
background-color: #C8C5AC;
background-image: url(images/png/h6_back.png);
background-repeat: repeat-x;
border-bottom: 1px solid #999999;
border-top: 1px solid #999999;
padding: 5px 10px 5px 10px;
font-size: 14px;
font-weight: normal;
color: #ffffff;
}

#rss a ,#rss a:visited
{
font-size: 10px;
text-decoration: none;
}

#rss img
{
padding-top: 3px;
padding-right: 3px;
}

.featured_listings
{
text-align: center;
margin-left:auto;
margin-right:auto;
}

.featured_listings img
{
padding: 2px;
border: 1px solid #3F381B;
}

.search_result_table
{
padding: 2px 2px 2px 2px;
}

/*.top_spacer {
	background-image: url(images/search_row_spacer.gif);
	background-repeat: repeat-y;
}*/

/* *** This is internal css for Open-Realty */
.field_caption{
	font-weight:bold;
}

.searchpage_field_caption {
font-weight:normal;
text-align: right;
}

.searchpage_field_caption_row {
font-weight:bold;
text-align:left;
}

.lat_long_header {
font-size:12px;
}

.view_image {
	text-align:center;
}

.view_image a {
	color: #3F381B;
	margin-top: 20px;
}

.view_image img {
	border: 1px solid #3F381B;
	padding: 0px 0px 0px 0px;
	margin-top: 20px;
}

.image_caption {
	font-size:11px;
	font-weight: normal;
	border-bottom: 10px solid #ffffff;
}

.view_user {
 padding: 5px 10px 5px 20px;
 min-height: 500px;
}

.view_user_user_name {
	font-size:12px;
	font-weight: normal;
	color: #3F381B;
	padding: 5px 0px 5px 10px;
	margin-top: 20px;
}

.view_user_user_images {
	float:left;
	width: 340px;
	margin-left: 10px;
}

.view_user_user_images img{
	height: 335px;
	width: 335px;
}

.view_user_user_info {
	float: right;
	position: relative;
	width: 340px;
	margin: 10px 10px 0px 0px;
}

.view_user_user_hitcount {
	clear:both;
}

.view_user_user_box {

}

.no_results { 
color: #FF0000; 
text-align: center;
margin: 10px 0px 10px 0px;
}

/* THIS IS SECTION IS FOR VERTICAL MENU */

.search_results
				{
	width:100%;
}

.result_row_0	{ 
background-color: #EDECE0;
color: #3F381B;
}

.result_row_0 th { 
background-color: #C8C5AC;
color: #3F381B;
padding: 2px 0px 2px 5px;
border-bottom: 1px solid #3F381B;
border-top: 1px solid #3F381B;
}

.result_row_0 th a { 
color: #3F381B;
}

.result_row_0 th a:hover { 
text-decoration: underline;
}

.result_row_1	{ 
background-color: #ffffff; 
}

.result_row_1 th { 
background-color: #C8C5AC;
color: #3F381B;
padding: 2px 0px 2px 5px;
border-bottom: 1px solid #3F381B;
border-top: 1px solid #3F381B;
}

.result_row_1 th a { 
color: #3F381B;
}

.result_row_1 th a:hover { 
text-decoration: underline;
}

.view_users { 
	width:47%;
	float: left;
	color: #3F381B;
	}
	
.view_users img { 
	border: 1px solid #C8C5AC;
	}

.logo h1{
	font-size: 30px;
	color:#3F381B;
	vertical-align: text-bottom;
	margin: 0px;
	margin-top: 10px;
	font-weight: normal;
}

.clr{
	clear:both;
}

.content{
	position:relative;
}


 /*printer styles*/
@media print{
	/*hide the left column when printing*/
	#leftcol{display:none;}
	#outer{border-left:0;}
}

#printable	{
	font-family: Arial, Helvetica, sans-serif;	
	text-align: left; 
	margin: 0 auto;
	width: 800px;
	background-color: #ffffff;
	}
	
#printable h1 {
	padding: 10px 10px 10px 10px;
}


/* THIS CONTROLS THE TABLES DISPLAYED BY PAGES GENERATED BY THE PAGE EDITOR */
table.page_display
{
	border: 3px;
}

td.page_display
{
	width: 100%;
	vertical-align: top;
}

/* THIS CONTROLS THE TABLES DISPLAYED IN THE ADMIN */
table.admin_main
{
	border: 3px;
	width: 100%;
}

td.admin_main
{
	width: 100%;
	vertical-align: top;
}
/* THIS CONTROLS THE ROW COLORS */
td.row1_0	{ 
background-color: #FFFFFF; 
}

td.row2_0	{ 
background-color: #C2C2C2; 
}

td.row3_0	{ 
background-color: #FFFFFF; 
}

.adminListingLeft_0 {
	color: #FFFFFF;
	background-color : transparent;
}

/* LISTING BROWSE PAGE NAVIGATION WIDGET 'next_prev()'display stuff  */

.meet_criteria {
	float: left;
	position: relative;
	padding: 3px;
	margin-top: 0px;
	text-align: left;
	}

.viewing {
	width: 48%;
	float: left;
	position: relative;
	padding: 3px;
	text-align: center;
	}

.refine {
	width: 100%;
	float: left;
	text-align: center;
	color: #808080;
	position: relative;
	padding: 3px;
	margin-top: 10px;
	}
	
.refine a{
	font-weight: normal; 
	color: #ffffff;
	font-size: 10px;
	background-color: #3F381B;
	padding: 5px 5px 5px 5px;
	}
	
.navigator	{
	float: left;
	text-align: right;
	position: relative;
	padding: 3px;	
	}
	
.prev10_next10	{
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	padding: 3px;
	}
	
.clear_log	{
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	padding: 3px;
	}

#search_refine_box	{
	width: 120px;
	float: left;
	position: relative;
	margin-left: 20px;
	}
	
#search_refine_box h1	{
	background-color: #C8C5AC;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 3px 10px 3px 10px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	margin-top: 10px;
	}
	
.browse_tool_table {
	background-color: #FF0000;
	text-decoration: none;
	color: #3F381B;
	}
	
.browse_tool {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #3F381B;
	float: left;
	position: relative;
}
.browse_tool_num {
	color: #3F381B;
	font-weight: bold; 
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin-right: 0px;
}

.browse_tool_button A {
	font-weight: normal; 
	color: #ffffff;
	font-size: 10px;
	background-color: #3F381B;
	padding: 0px 0px 0px 0px;
}

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

.browse_tool_button A:hover {
	color: #3F381B; 
	background: #C8C5AC; 
}

.browse_tool_ghost {
	font-size: 11px;
	background-color: #3F381B;
	color: #3F381B;
	padding: 5px 10px 5px 10px;
	text-decoration: underline;
}


.browse_tool_curpage {
	background-color: #ffffff;
	font-weight: normal;
	color: #27256E;
	font-size: 11px;
	float: none;
	position: relative;
	text-align: center;
}

.arrows	{
	background-color: #3F381B;
	font-weight: normal;
	color: #ffffff;
	padding: 4px 0px 4px 0px;
	}
	
a.arrows {
	background-color: #3F381B;
	font-weight: normal;
	color: #ffffff;
	padding: 5px 0px 5px 0px;
	}

a.arrows:hover	{
	}
	
.bt_pages {
	float: none;
	position: relative;
	font-family: verdana, arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-decoration: underline;
	font-size: 11px;
	color:	#3F381B;
	padding: 0px 2px 0px 2px;
}

.bt_pages_ghost{
	color:	#3F381B;
	text-align: center;
	background-color: #3F381B;
	text-decoration:none;
}

.bt_pages a {
	color:	#3F381B;
	width: 24px;
	height: 20px;
	text-align: center;
	background-color: #3F381B;
}

.bt_pages a:visited {
	color: #FF0000;
}

.bt_pages a:hover{
	color:#FFFFFF;
	background: #999999;
}

/* LISTING PAGE DETAILS 'listing_next_prev'  */
.next_prev_listing { margin: 5px 0px 5px 5px;  border: 1px solid #a9a9a9; width: 40em; text-align: center; }
.next_prev_listing ul { margin: 1.5em auto; }
.next_prev_listing li { display: inline; padding: .5em 1em; list-style-type: none; }
.count, .listing_xy { width: 100%; background-color: #dcdcdc; clear: both; padding: .5em 0; }
/* css for tabbed pages */
.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;		/* width needed weird IE bug */
	margin-right:	-2px;	/* to make room for the shadow */
}
.dynamic-tab-pane-control .tab-row .tab {
	width:				70px;
	height:				16px;
	background-image:	url("{template_url}/images/tab.png" );
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	cursor:			Default;
	margin:			1px -1px 1px 2px;
	padding:		2px 0px 0px 0px;
	border:			0;
	z-index:		1;
	font:			11px Tahoma;
	white-space:	nowrap;
	text-align:		center;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	width:				74px !important;
	height:				18px !important;
	background-image:	url( "{template_url}/images/tab.active.png" ) !important;
	background-repeat:	no-repeat;
	border-bottom-width:	0;
	z-index:		3;
	padding:		2px 0 0px 0;
	margin:			1px -3px -3px 0px;
	top:			-2px;
	font:				11px Tahoma;
}
.dynamic-tab-pane-control .tab-row .tab a {
	font:				11px Tahoma;
	color:				Black;
	text-decoration:	none;
	cursor:				default;
}
.dynamic-tab-pane-control .tab-row .tab.hover {
	font:				11px Tahoma;
	width:				70px;
	height:				16px;
	background-image:	url( "{template_url}/images/tab.hover.png" );
	background-repeat:	no-repeat;
}
.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid rgb( 145, 155, 156 );
	background:		#ffffff;
	z-index:		2;
	position:		relative;
	top:			-2px;
	font:				11px Tahoma;
	color:				Black;
	padding:		10px;
}
.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}

/* These entries set the styles for the Property Slideshow- see listing_detail_slideshow.html */

.slide_image img {
	border: none;
}

/* line-height here separates image border from slideshow controls */

.slide_image a {
	font-size: 11px;
	line-height: 30px;
	}
	
.slide_image a:hover {
	border-bottom: 1px dotted #3F381B;
	}
	
.slide_border td {
	border-top: 1px solid #3F381B;
	}

.summary {
	border-top: 1px solid #3F381B; 
	border-bottom: 1px solid #3F381B; 
	background-color: #3F381B;
	color: #FFFFFF;
	font-weight: normal;
	padding: 2px 2px 2px 5px;
}

.top_right a {
	color: #808080;
	font-weight: normal;
	text-decoration: underline;
}

.top_right a:hover {
	color: #3F381B;
	font-weight: normal;
}

.top_left	 {
	border-top: 1px solid #3F381B;
	border-bottom: 1px solid #3F381B;
	padding: 2px 2px 2px 3px;
}

.top_right {
	border-top: 1px solid #3F381B;
	border-bottom: 1px solid #3F381B;
	padding: 2px 2px 2px 3px;
}

.feature_lower {
	border-top: 1px solid #3F381B;
	border-bottom: 1px solid #3F381B;
	padding: 3px 2px 2px 5px;
}

.links {
	border-bottom: 1px solid #3F381B;	
}

/*These entries are for the Search Results in search_result_default.html*/

.thumb_box img {
	border: 1px solid #3F381B;
}

.slogan {
	color: #3F381B;
	font-weight: bold;
	padding: 1px 0px 1px 3px;
}

.price {
	color: #3F381B;
	font-weight: normal;
	padding: 0px 0px 0px 3px;
	font-size: 12px;
}

/*search_result_default CSS*/

#search_result_container	{
	float: left;
	width: 80%;
	margin-top: 10px;
	}
	
#search_result_listing	{
	width: 97%;
	padding: 0px 10px 0px 10px;
	}
	
#title_strip	{
	float: left;
	position: relative;
	width: 100%;
	height: 20 px;
	background-color: #C8C5AC;
	padding: 2px 3px 2px 5px;
	}
	
#title_strip a	{
	color: #ffffff;
	text-decoration: none;
	}
	
#title_strip a:hover	{
	color: #3F381B;
	text-decoration: underline;
	}
	
.icons	{
	float: right;
	padding: 0px 45px 0px 0px;
	color: #ffffff;
	display: block;
	}
	
.title	{
	float: left;
	padding: 0px 5px 0px 5px;
	color: #ffffff;
	}

.title a {
	color: #3F381B;
	}

.title a:hover {
	text-decoration: none;
	color: #000000;
	}

.title a:visited {
	color: #3F381B;
	}
		
.price	{
	float: right;
	padding: 0px 5px 0px 0px;
	color: #3F381B;
	}
	
.listing_page_price {
	font-size: 14px;
	font-weight: bold;
	color: #3F381B;
	}
	
#column_box	{
	width: 100%;
	}
	
.column_one	{
	float: left;
	position: relative;
	width: 60%;
	/*height: 140 px;*/
	padding: 1px 0px 10px 0px;
	}
	
.column_one img	{
	border: 2px solid  #C8C5AC;
	}
	
.column_two	{
	float: left;
	position: relative;
	width: 40%;
	padding: 5px 0px 5px 0px;
	}
		
#textbox	{
	float: left;
	position: relative;
	width: 200 px;
	height: 150 px;
	border: 1px dashed #FF6666;
	}
	
.title_row	{
	background-color: #000000;
	}
	
.text_row	{
	border: 1px dotted #000000;
	}
	
#next_prev_container	{
	width: 100%;
	float: left;
	position: relative;
	margin: 5px 0px 0px 5px;
	color: #3F381B;
	z-index: 1;
	}
	
#sort_header	{
	width: 78%;
	float: left;
	text-align: right;
	position: relative;
	margin: 5px 0px 0px 5px;
	color: #3F381B;
	z-index: 1;
	}
	
#sort_header a	{
	color: #3F381B;
	text-decoration: underline;
	}
	
#sort_header a:hover	{
	color: #C8C5AC;
	text-decoration: underline;
	}

.search_result td {
	background-color: #ffffff;
}

.search_result_title a {
	color: #3F381B;
	font-weight: bold;
	padding: 1px 0px 1px 3px;	
}

.search_result_title a:hover {
	text-decoration: underline;
}

input.search_button	{
	font-family: arial, helvetica, sans-serif; 
	font-weight: normal; 
	color: #ffffff;
	font-size: 10px;
	background-color: #3F381B;
	border-bottom: 1px solid #ffffff; 
	margin-top: 15px;
	padding: 5px 10px 5px 10px;
	}
	
input.search_button:hover	{
	color: #ffffff; 
	background-color: #C8C5AC;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
	
.search_instruction
{
font-size: 11px;
padding: 2px 5px 2px 5px;
width: 100%;
}

#search_container {
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

#search_container tr, td {
	text-align: left;
	padding: 5px 10px 10px 10px;
}

#search_item	{
	display: block;
	float: left;
	position: relative;
	width: 100%;
	background-color: #009966;
	}

/* This section to pad out bare text pages, i.e., Contact, Legal, etc. */
#pagebox {
	float: left;
	padding: 5px 40px 200px 40px;
	}

/*Footer Styles*/	

#footer-container {
	display: block;
	float: left;
	width: 100%;
	background-color: #31216B;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	}
	
#home_footer
{
width: 785px;
background-color: #31216B;
color: #ffffff;
font-size: 11px;
margin-top: 0px;
}

#footer
{
width: 780px;
background-color: #31216B;
color: #ffffff;
font-size: 11px;
margin: 0px;
text-align: center;
}

.footerleft	{
width: 560px;
float: left;
position: relative;
text-align: left;
padding: 20px 0px 20px 10px
}

.footerright	{
float: left;
position: relative;
text-align: right;
padding: 20px 0px 20px 10px;
}

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

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

#home_footer a {
color: #ffffff;
text-decoration: underline;
}

#home_footer a:hover	{
color: #FFCC00;
text-decoration: none;
}

#online_page	{
margin: 0px 20px 0px 20px;
}

.storage_header{
background-color: #C8C5AC;
color: #ffffff;
padding: 5px 10px 5px 10px;
}

.storage_row	{
background-color: #F5F5F1;
}

/* ----- CSSSEARCH ADDON FORMATTING ~ start ----- */

/* case 'ptext' AKA Partial Text Match */
fieldset.full_desc { width: 40%; float: left; }
fieldset.full_desc legend { }
fieldset.full_desc div { }
fieldset.full_desc input { margin-left: 1em; background-color: #BEC8C9; width: 10em; }
fieldset.full_desc label {  }

/* case 'pulldown' AKA Pull down menu, 1 selection only */
fieldset.city { width: 50%; float: left; margin-bottom: 2em; }
fieldset.city legend { }
fieldset.city div { }
fieldset.city select { margin-left: 1em; width: 10em; }
fieldset.city label { font-weight: bold; }

/* case 'null_checkbox' AKA Search For Empty(NULL) Values */
fieldset.community_features { width: 50%; border: 1px dashed; clear: both; }
fieldset.community_features legend { display: none; }
fieldset.community_features div { margin: 2em; }
fieldset.community_features input { background-color: transparent; cursor: pointer; }
fieldset.community_features label { padding-left: .5em; cursor: pointer; }

/* case 'notnull_checkbox' AKA Search For Non Empty Values */
fieldset.baths { width: 50%; border: 1px dashed; }
fieldset.baths legend { display: none; }
fieldset.baths div { margin: 2em; }
fieldset.baths input { background-color: transparent; cursor: pointer; }
fieldset.baths label { padding-left: .5em; cursor: pointer; }

fieldset.beds { float: left; padding: 0px 0px 0px 0px; width: 470px; background: #ffffff; border-top: 18px solid #DDE0E7; border-bottom: 10px solid #ffffff; border-left: none; border-right: none;}
fieldset.beds legend { background-color: #DDE0E7; color: #36455C; font-weight: bold; padding: 1px 50px 2px 10px; }
fieldset.beds div { margin: 0px 0px 0px 0px; padding: 5px 0px 0px 30px; width: 30%; float: left; }
fieldset.beds input { background-color: transparent; cursor: pointer; }
fieldset.beds label { padding-left: .5em; cursor: pointer; }

/* case 'select' AKA Distinct list - allow multiple */
fieldset.country { margin: 2em 0 0 0; background: transparent; width: 20%; }
fieldset.country legend { font-weight: bold; padding: 0em .5em; font-family: Arial, sans-serif; font-size: 1em; }
fieldset.country select { width: 100%; height: 5em; }

/* case 'checkbox' AKA Checkbox list of distinct values */
fieldset.zip { padding: .5em; width: 40em; }
fieldset.zip legend {  }
fieldset.zip div { width: 20%; float: left; }
fieldset.zip input { background-color: transparent; cursor: pointer; }
fieldset.zip label { padding-left: .5em; color: #3A3A3A; cursor: pointer; }

/* case 'option' AKA Radio button list of distinct values */
fieldset.lot_size { margin: 2em 1em; padding: 1.5em 0 .5em 0; clear: both; }
fieldset.lot_size legend { }
fieldset.lot_size div { margin: 0 0 .5em 0; border: 0px #52666F solid; width: 50%; float: left; }
fieldset.lot_size input { background-color: transparent; cursor: pointer; }
fieldset.lot_size label { padding-left: .5em; color: #3A3A3A; cursor: pointer; }

/* case 'optionlist' AKA Option list of individual values */
fieldset.garage_size { width: 25%; margin: 2em; }
fieldset.garage_size legend { font-weight: bold; font-family: Arial, sans-serif; font-size: 1em; }
fieldset.garage_size div { }
fieldset.garage_size select { width: 8em; height: 6em; font-family: Georgia, serif; font-size: 1em; }

/* case 'fcheckbox' AKA CheckBox list of individual values */
fieldset.home_features { float: left; padding: 0px 0px 10px 0px; width: 470px; background: #ffffff; border-top: 18px solid #DDE0E7; border-bottom: none; border-left: none; border-right: none;}
fieldset.home_features legend { background-color: #DDE0E7; color: #36455C; font-weight: bold; padding: 1px 50px 2px 10px; }
fieldset.home_features div { margin: 5px 0px 0px 0px; padding: 0px 0px 0px 0px; width: 30%; float: left; }
fieldset.home_features input { background-color: #fff; cursor: pointer; }
fieldset.home_features label { padding-left: .5em; color: #3A3A3A; cursor: pointer; }

/* case 'fpulldown' AKA Pull down list of individual values */
fieldset.state { float: left; }
fieldset.state legend { font-weight: bold; }
fieldset.state div { }
fieldset.state select { margin: 0 0 0 2.5em; width: 12em; height: 1.5em; }

/* case 'fpulldown' AKA Pull down list of individual values  This section called SUBURB on www.merimbularealty.com.au */
fieldset.town { float: left; padding: 0px 0px 0px 0px; width: 100%; background: #ffffff; border: none;}
fieldset.town legend { background-color: #ffffff; color: #3F381B; font-weight: normal; padding: 1px 5px 0px 5px; }
fieldset.town div { margin: 5px 0px 0px 0px; padding: 0px 0px 0px 0px; width: 100%; float: left; }
fieldset.town select { margin: 0px 0px 0px 5px; width: 80px; height: 1.5em; float: left;}

/* case 'minmax' AKA Two pull downs for min/max ++ */
fieldset.price { float: left; margin-top: 15px; padding: 0px 0px 0px 0px; width: 100%; background: #ffffff; border: none;}
fieldset.price legend { color: #3F381B; font-weight: normal; font-size: 11px; padding: 1px 5px 0px 5px; }
fieldset.price div { margin: 5px 0px 0px 0px; padding: 0px 0px 0px 0px; width: 100%; float: left; }
fieldset.price div.min select { margin: 0px 0px 0px 5px; width: 80px; height: 1.5em; float: left;}
fieldset.price div.min label { font-style: normal; font-size: 11px; padding: 2px 20px 0px 5px; color: #3F381B; width: 25px; float: left; text-align: left; }
fieldset.price div.max select { margin: 0px 0px 0px 5px; width: 80px; height: 1.5em; float: left;}
fieldset.price div.max label { font-style: normal; font-size: 11px; padding: 2px 20px 0px 5px; color: #3F381B; width: 25px; float: left; text-align: left; }

/* case 'daterange' AKA Date range; two text fields */
fieldset.date_free { float: left; background: transparent; }
fieldset.date_free legend { color: #000099; font-weight: bold; }
fieldset.date_free div.mindate input { margin: 0 0 0 2em; background-color: #BEC8C9; width: 6em; height: 1.5em; }
fieldset.date_free div.mindate label { font-weight: bold; }
fieldset.date_free div.maxdate input { margin: 0 0 0 3.3em; background-color: #BEC8C9; width: 6em; height: 1.5em; }
fieldset.date_free div.maxdate label { font-style: italic; }

/* case 'singledate' AKA Single/Exact Date Search */
fieldset.year_built { clear: both; background: transparent; width: 94%; margin-top: 1.5em; }
fieldset.year_built legend { color: #000099; font-weight: bold; margin-left: 12em; }
fieldset.year_built input { width: 6em; height: 1.5em; }
fieldset.year_built label { display: none; }

/* search_class_default.html styles */
.search_class { float: left; padding: 0px 0px 10px 0px; width: 100%; background: #ffffff; border: none;}
.search_class legend { display: block; padding: 5px 0px 8px 10px; color: #36455C; margin: 0px; font-size: 18px; border: none;}
.search_class div { margin: 5px 0px 0px 0px; padding: 0px 0px 0px 0px; width: 30%; float: left; border: none;}
.search_class input { background-color: #ff0000; padding: 2px 5px 2px 5px; color:#FFFFFF; cursor: pointer; text-decoration: none; font-weight: bold; border: none;}
.search_class label { padding-left: .5em; color: #3A3A3A; cursor: pointer; }
.search_class_checkboxes { width: 15%; margin: 0 auto; text-align: left;} 

/* search_page_default */
.search_form_container	{
	width: 15%;
	text-align: left;
	}

/* ----- CSSSEARCH ADDON FORMATTING ~ end ----- */
