
body
{
	font: 12px 'Lucida Grande' , 'Lucida Sans Unicode' , Verdana, Sans-Serif;
	font-size: 12px;
	background: #c2dced url(images/bg_body.png) repeat-x;
	padding: 0;
	margin: 0;
	background-attachment: fixed;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6
{
	letter-spacing: -1px;
	color: #052a47;
	margin-bottom: 5px;
	font-weight: normal;
}
a, a:visited
{
	color: #3C71AA;
	text-decoration: underline;
}
img
{
	border: 0 none;
}

#topnav
{
	text-align: right;
	width: 100%;
	color: #000;
	position: absolute;
	top: 2px;
	right: 10px;
}
#topnav a, #topnav a:visited
{
	text-decoration: none;
}
#topnav a:hover
{
	color: #7E7E7E;
}
#header
{
	position: relative;
	height: 88px;
	z-index: 3;
}
#header_r
{
	background: #FFF url(images/header.png) no-repeat;
	float: left;
	height: 88px;
	width: 741px;
	position: relative;
}

#header h1
{
	margin: 0px;
	font-size: 23px;
}
#header_caption
{
	color: #002449;
	position: absolute;
	right: 4px;
	top: 30px;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
}
#header_contact
{
	color: #000;
	position: absolute;
	top: 3px;
	left: 24px;
	font-weight: bold;
	font-size: 11px;
}
#header_contact a
{
	font-size: 9px;
	text-decoration: none;
}
#header_b
{
	background: #FFF url(images/header_b.png) no-repeat;
	height: 20px;
	width: 928px;
	z-index: 1;
}
#page_margins
{
	width: 928px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#page
{
	width: 928px;
	float: left;
	background: #FFF url(images/bg_page.png) repeat-y;
	overflow: hidden;
}
#main_lite
{
	float: left;
	background-color: white;
	padding: 6px;
	margin: -5px 5px -10px 5px;
	width: 900px;
}
#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
);
} 

.nav_item_sep
{
	border-top: 1px solid #333;
}

select, input
{
	font-size: 12px;
	border: 1px solid #E3E3E3;
}
#col1, #col2, #col3
{
	float: left;
}
#col1
{
	width: 180px;
	float: left;
	background-color: #EEE;
}
#col1 ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}
#col1 li
{
	list-style-image: url(images/nav_arrow.gif);
	padding: 5px 0px 5px 0px;
}
#col1 li:hover
{
	list-style-image: url(images/nav_arrow_over.gif);
}
#col1 li a, #col1 li a:visited
{
	color: #383838;
	text-decoration: none;
}
#col2
{
	width: 500px;
	float: left;
	padding: 10px;
	border-bottom: 0px;
}
#col3
{
	width: 180px;
	float: left;
	padding: 5px;
	margin-left: 10px;
	background-color: #EEE;
}
#col3 input
{
	width: 95px;
}
#col1 h2, #col3 h2
{
	width: 91%;
	display: block;
	border-left: 1px solid #022fc8;
	border-bottom: 1px solid #022fc8;
	padding-left: 10px;
	background-color: #032e50;
	margin: 0px;
	font-size: 18px;
	margin-bottom: 8px;
	color: #FFF;
}
#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;
}
#footer
{
	float: left;
	width: 100%;
	padding-top: 15px;
	text-align: center;
	margin-top: 10px;
	color: #002449;
	position: relative;
	background: #c2dced url(images/footer.png) no-repeat top left;
}

#footer_text
{
	float: left;
	width: 508px;
	margin-top: 20px;
}

#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;
}
.browse_tool
{
	background-color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
	color: black;
}
.browse_tool_num
{
	color: #336699;
}
.browse_tool_button A
{
	background-color: #FFFFFF;
	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: #FFFF00;
	width: 55px;
	height: 18px;
	display: block;
	padding: 3px;
	background: transparent url(images/bg_menu.gif) repeat-x scroll 0 0;
}
.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;
}
