/* basics */

body {
	background:#FFF;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	position: relative;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a
{
	color: #003399;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #534735;
}


/* container */

#background
{
	z-index: -1;
	position: absolute;
	height: 100%;
	width: 100%;
}

#wrapper
{
	width:100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}

#container {
	width:900px;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	position: relative;
	text-align: left;
	}
	
/* header */

#header_container {
  	width:100%; 
  	height:80px;
  	text-align: center;
  	margin: 10px 0px 10px 0px;
  	background: transparent url(images/bg_header.png) repeat-x;
	}

#header {
  	width:900px; 
  	height:80px;
  	margin-left: auto;
  	margin-right: auto;
  	text-align: left;
  	position: relative;
	}

#header h1{
	font:normal 28pt georgia, times;
	padding:8px 0 0 0;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}
	
	
/* main menu */


#menu {
	background:#000;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:100%; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #FFF;
}

#menu ul li a
{
	padding: 4px 10px;
	margin: 0;
	color: #3399FF;
	display: block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}


	
#topnav
{
	text-align: right;
	position: absolute;
	top: 0px;
	right: 10px;
}

#nav
{
	width: 700px;
	height: 33px;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	left: 20px;
	z-index: 4;
}
#nav ul, #nav ul li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
#nav ul li
{
	height: 33px;
}
#nav a, #nav a:visited
{
	display: block;
	float: left;
	padding: 6px 8px;
	text-decoration: none;
	color: #ffff00;
	background: transparent url(images/bg_menu.gif) repeat-x;
	height: 100%;
}
#nav a:hover
{
	color: #FFF;
}

.nav_sep_l
{
	background: transparent url(images/menu_l.gif) no-repeat left top;
	width: 15px;
	height: 100%;
	float: left;
}
.nav_sep_r
{
	background: transparent url(images/menu_r.gif) no-repeat left top;
	width: 14px;
	height: 100%;
	float: left;
}

#nav ul li ul
{
	margin: 33px 0 0 0;
	padding: 0;
	position: absolute;
	width: 10em;
	left: -999em;
	display: none;
	background-color: #CCC;
	z-index: 5;
}
#nav ul li ul li
{
	background-image: none;
	white-space: nowrap; 
}
#nav ul li ul li a, #nav li ul li a:visited
{
	background-image: none;
	color: #032E50;
	font-size: 12px;
	width: 90%;
}
#nav ul li ul li a:hover
{
	background-color: #032E50;
	color: #FFF;
}
#nav ul li:hover, #nav ul li.over 
{
	position: relative;
	z-index: 6;
	overflow: visible;
} 
#nav ul li:hover ul, #nav li.over ul
{
	display: block;
	position: absolute;
	top: 95%;
	left: auto;
	z-index: 99;
	margin-left: -30px;
	margin-right: -30px;
}

#nav li {
behavior: expression(
this.onmouseover = new Function("this.className += ' over'"),
this.onmouseout = new Function("this.className = this.className.replace(' over','')"),
this.style.behavior = null
);
} 

/* content */


#content {
	float: left;
	width:470px;
	overflow: hidden;
	margin:15px;
	background: transparent url(images/bg_post.png) repeat-y;
	padding: 0px 10px;
	}
	
.post {
	margin: 0px -10px 10px -10px;
	padding: 0px 10px 0px 10px;
	line-height: 14pt;
	background: transparent url(images/bg_post.png) repeat-y;
	border: 1px solid #CCC;
	}
	
.post h2{
	font:normal 15pt georgia, times;
	background: transparent url(images/bg_heading.png) repeat-x;
	margin: 0px -10px 0px -10px;
	padding: 2px;
	color: #FFF;
	}
	
.post h2 a{
	color: #FFF;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #000;
	text-decoration: none;
	}

.post ul {}

.post li {}

.post img
{
	margin: 5px 10px 5px 10px;
}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}


/* left sidebar */

#left {
	width:188px;
	float:left;
	margin: 15px 0;
	padding:0;
	background: transparent url(images/bg_post.png) repeat-y;
	border: 1px solid #CCC;
	}

#left h2{
	font:normal 11pt arial, georgia, times;
	font-weight: bold;
	color: #6b5838;	
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #ece7de;
	margin: 0;
	padding: 3px;
}

#left label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#left p {margin:0; padding: 0;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:12px;
	padding:0;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin:14px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	border-top: 1px dotted #333;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* right sidebar */

#right{
	width:188px;
	float:right;
	margin: 15px 0;
	padding: 0;
	background: transparent url(images/bg_post.png) repeat-y;
	border: 1px solid #CCC;
	}

#right h2{
	font:normal 11pt arial, georgia, times;
	font-weight: bold;
	color: #6b5838;	
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #ece7de;
	margin: 0;
	padding: 3px;
}

#right label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding:0;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px;
	padding:0;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin:14px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	border-top: 1px dotted #333;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}


/* footer */

#footer {
	background:#000;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/* Open Realty */

#rss a, #rss a:visited
{
	font-size: 9px;
	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 #cccccc;
}
.featured_listings a
{
	text-decoration: none;
}

#affiliations_left, #affiliations_right
{
	float: left;
	width: 190px;
}

#affiliations_left
{
	width: 230px;
}

#affiliations_left img, #affiliations_right img
{
	padding: 10px;
	height: 50px;
}

.search_result_table
{
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 5px 0px 5px 0px;
}

/* *** This is internal css for Open-Realty */
.field_caption
{
	font-weight: bold;
}
.searchpage_field_caption
{
	font-weight: bold;
	text-align: right;
}
.searchpage_field_caption_row
{
	font-weight: bold;
	text-align: right;
}
.lat_long_header
{
	font-size: 12px;
}
.view_image
{
	text-align: center;
}
.image_caption
{
	font-size: 16px;
	font-weight: bold;
}
.view_user
{
	padding-left: 5px;
}
.view_user_user_name
{
	font-size: 14px;
	font-weight: bold;
}
.view_user_user_images
{
	float: left;
}
.view_user_user_info
{
	float: left;
	padding-left: 10px;
}
.view_user_user_hitcount
{
	clear: both;
}
.view_user_user_box
{
}
.no_results
{
	color: red;
	margin-top: 10px;
}

/* *** Generated by www.csscreator.com *** */
/* THIS IS SECTION IS FOR VERTICAL MENU */
.search_results
{
	width: 100%;
}
.result_row_0
{
	background-color: #f8f8f8;
}
.result_row_1
{
	background-color: #FFFFFF;
}
.view_users
{
	width: 100%;
}
.logo h1
{
	font-size: 30px;
	color: #333333;
	vertical-align: text-bottom;
	margin: 0px;
	margin-top: 10px;
	font-weight: normal;
}
.clr
{
	clear: both;
}
.content
{
	position: relative;
	z-index: 1;
}

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

/* 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 */
.browse_tool_table
{
	background-color: #FFFFFF;
	width: 100%;
	font-size: 11px;
	text-decoration: none;
	color: black;
	margin-top: 10px;
}
.browse_tool
{
	background-color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
	color: black;
}
.browse_tool_num
{
	color: #336699;
}
.browse_tool_button A
{
	background-color: #ECE7DE;
	font-size: 9px;
	line-height: 10px;
	text-align: center;
	border-color: #000000;
	border-style: outset;
	border-width: 1px;
	font-weight: bold;
	text-decoration: none;
	color: #6B5838;
	width: 55px;
	height: 18px;
	display: block;
	padding: 3px;
}
.browse_tool_button A:hover
{
	color: #FFF;
	border-style: inset;
	width: 55px;
	height: 18px;
}
.browse_tool_ghost
{
	font-size: 9px;
	line-height: 10px;
	color: #aaaaaa;
	text-decoration: none;
}
.browse_tool_curpage
{
	background-color: #f8f8f8;
	color: #CCCCCC;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}
.bt_pages
{
	font-family: verdana, arial, Helvetica, sans-serif;
	background-color: #D1DEE9;
	text-decoration: none !important;
	font-size: 9px;
	vertical-align: middle;
	color: #000000;
	padding: 0px;
}
bt_pages_ghost
{
	color: #aaaaaa;
	text-decoration: none;
}
a.bt_pages
{
	color: #000000;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}
a.bt_pages:visited
{
	color: #000000;
}
a.bt_pages:hover
{
	color: #FFFFFF;
	background: #132975;
}

/* LISTING PAGE DETAILS 'listing_next_prev' */
.next_prev_listing
{
	margin: 2em 0 2em 3em;
	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;
}

/* setting for the size of the main image at mainjavacolumn, mainjavarows, slideshow and tabbed */
img#SLIDESIMG, img#main
{
	width: 320px;
	height: auto;
}

#home
{
	height: 300px;
	padding: 6px;
	margin: -18px 5px -5px 5px;
	width: 904px;
}

#home_slide_container
{
	width: 600px;
	height: 290px;
	float: left;
	margin: 3px 0 3px 0;
	position: relative;
	z-index: 2;
	background-color: #c0c0c0;
	overflow: hidden;
}

#home_content
{
	float: left;
	width: 350px;
	margin: 5px;
}

#home_content h1
{
	margin: 0px 0px 5px 0px;
	font-size: 22px;
}

#home_content p
{
	margin-top: 7px;
}

#home_agent
{
	float: left;
	background-color: #ebf4fb;
	border: 1px solid #a9a9a9;
	height:350px;
	margin:0 10px;
	width:228px;
	position: relative;
}

#home_agent h2
{
	margin-top: 4px;
	margin-left: 6px;
}

#home_categories
{
	width: 300px;
	float: left;
	margin-right: -10px;
}

.corner_mask
{
	position: absolute;
	overflow: hidden;
	height: 7px; 
	width: 7px;
	z-index: 3;
}

#home_search
{
	float: left;
	width: 292px;
	height: 290px;
	position: relative;
	z-index: 2;
	margin: 3px 2px 0px 10px;
}

#home_search input, #home_search select
{
	/*background-color: #ffffc0;*/
}

.module_dark
{
	background-color: #032e50;
	color: #FFF;
}

.module_dark h2
{
	width: 92%;
	border-bottom: 2px solid #a6cae6;
	margin: 0 0 0 2%;
	padding: 3px 5px 3px 5px;
	color: #f8f689;
}

.arrow_button
{
	margin: 2px;
	background: transparent url(images/button.png) no-repeat !important;
	padding-right: 20px;
	width: 145px;
	height: 33px;
	border: none;
	font-weight: bold;
	color: #FFF;
}

.note
{
	font-style: italic;
	background-color: #CDC9FC;
	border: 3px solid #999;
	padding: 5px;
}

.note a
{
	font-weight: bold;
}

#newlistings_signup_container
{
	float: left;
	width: 340px;
	height: 90px;
	position: relative;
	z-index: 2;
	margin: -2px 2px 0px 0px;
}

#newlistings_signup_container h2
{
	font-size: 16px;
}

#newlisting_signup_form
{
	margin: 0px 10px;
	line-height: 30px;
}

.newlistings_text
{
	margin-bottom: 15px;
}

.newlistings_label, .contact_label
{
	font-weight: bold;
}