html, body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #444;
font-size: .825em;
margin: 0px;
line-height: 150%;
background-color: #fff;
}

.container
{
width: 950px;
margin: 0px auto;
}

.content
{
float: left;
background-color: #FFF;
background: url(images/content_right_bk.jpg) top right repeat-y;
}


.header
{
width: 950px;
height: 265px;
}

.nav
{
background-color: #004990;
width: 100%;
float: left;
padding-top: 5px;
border-bottom: 3px solid #b1a496;
}

.nav ul
{
margin: 0px;
padding: 0px;
float: left;
}

.nav ul li
{
margin: 0px;
padding: 0px;
list-style: none;
float: left;
}

.nav ul li a, .nav ul li a:visited
{
color: white;
font-size: 1.3em;
font-variant: small-caps;
font-family: Trajan Pro;
text-decoration: none;
letter-spacing: 1px;
padding: 10px 15px 5px 10px;
} 


.typeface-js
{
font-family: Trajan Pro;
}


.left_col
{
width: 637px;
float:left;
}

.main_left_col
{
padding-top: 20px;
}

.right_col
{
width: 293px;
float: left;
background-color: #d6e0f0;
padding: 30px 10px 10px 10px;
min-height: 800px;
}



.featured_single a img, .featured_single a:visited img
{
border: 10px solid #d6e0f0;
}

.search_right_col
{
font-size: 10px;
width: 278px;
background: url(images/search_top.png) top center no-repeat #FFF;


}

.search_right_col a, .search_right_col a:visited
{
text-decoration: none;
}


.search_right_col_inner
{
padding: 5px;
border-left: 1px solid #a0a0a1;
border-right: 1px solid #a0a0a1;
border-bottom: 1px solid #a0a0a1;
}



.search_table_right_col td
{
padding: 5px 0;
}

.search_table_right_col select
{
font-size: 9px;
}


.previews_box
{
width: 100%;
background-color: #e0cda1;
float:left;
padding-top: 15px;
margin-bottom: 30px;
}


.featured_block a, .featured_block a:visited
{
text-decoration: none;
font-weight: normal;
} 


#blog_block_entry
{
display: block;
padding: 3px 0;
border-bottom: 1px dotted #ccc;
margin-bottom: 4px;

}


h1
{
color: #0e5099;
font-family: Trajan Pro;
font-size: 24px;
margin: 0px 0px 10px 0px;
font-weight: normal;
}

h2
{
color: #004990;
font-family: Trajan Pro;
font-size: 20px;
margin: 8px 0px 8px 0px;
font-weight: normal;
}

.footer
{
width: 930px;
border-top: 5px solid #b4a596;
background-color: #004990;
padding: 10px;
float: left;
font-size: 11px;
text-align: left;
color: white;
}

.footer a, .footer a:visited
{
text-decoration: none;
color: white;
}

.menu
{
width: 180px;
float: left;
padding-left: 20px;
}

.menu ul
{
margin: 0px;
padding: 0px;
}

.menu ul li
{
list-style: none;
}

.menu a, .menu a:visited
{
width: 190px;
background: url(images/dot.jpg) top left no-repeat;
background-position:0% 50%;
display: block;
color: #333;
line-height: 30px;
text-decoration: none;
text-indent: 15px;
float: left;
}



/**************html drop down menus******************/
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a, .horizontalcssmenu ul li a:visited
{
display: block;
 /*Width of top level menu link items*/
text-align: center;
padding-left: 12px;
padding-right: 12px;
text-decoration: none;
background: url(menubg.gif) center center repeat-x;
font-weight:normal;
float: left;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 0px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a, .horizontalcssmenu ul li ul li a:visited{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
padding: 2px 5px;
background: #E4EBF2;
border-top: 1px solid #FFFFFF;
border-left: 0px;
margin-top: 0px;
text-align: left;
color: #004990;
}

.horizontalcssmenu ul li a:hover{

}

.horizontalcssmenu ul li ul li a:hover{
background: #6892CC;
color: #FFFFFF;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */


a, a:visited
{
color: #0a457f;
font-weight: normal;
}

input, textarea
{
border: 1px solid #7c7c7c;
}


.featured
{
border: 1px solid #8dbbf0;
padding: 10px;
background-color: #dbe8f7;
float: left;
margin-bottom: 15px;
}

.featured_listing
{
float: left;
font-size: 11px;
margin-bottom: 10px;
width: 200px;

}

.featured_listing h3
{
margin: 0px 0px 3px 0px;
font-size: 16px;
}


.featured img
{
border: 1px solid #FFF;
margin-right: 10px; 
}

.quick_question
{
background-color: #f3f3f3;
margin-bottom: 5px;
}

.quick_question h2
{
width: 100%;
background-color: #08266a;
color: white;
font-family: "Times New Roman", Times, serif;
font-size: 20px;
line-height: 35px;
text-indent: 10px;
margin: 0px;
font-weight: normal;
}

.quick_question form
{
padding: 10px;
}

.quick_question input, .quick_question textarea
{
width: 180px;
border: 1px solid #97a1b6;
}

.agents
{
background-color: #f3f3f3;
margin-top: 20px;
float: left;
}

.agents h2
{
width: 100%;
background-color: #08266a;
color: white;
font-family: "Times New Roman", Times, serif;
font-size: 20px;
line-height: 35px;
text-indent: 10px;
margin: 0px;
font-weight: normal;
}

.agents a img
{
float: left;
margin-right: 5px;
border: 1px solid #FFF;
}

.agent
{
width: 180px;
float: left;
margin-bottom: 10px;
margin-top: 10px;
margin-left: 10px;
}


.quick_search_front_page
{
background-color: #386ea2;
border: 1px solid #789fc5;
float:left;
width: 100%;
}

.quick_search_front_page_left
{
float: left;
width: 48%;
border-right: 1x solid #CCC;
}

.quick_search_front_page_right
{
float: left;
width: 48%;
}


.front_page_featured
{
background-color: #e1ebf5;
border: 1px solid #80a0bd;
float:left;
width: 480px;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
}

.front_page_featured a, .front_page_featured a:visited
{
text-decoration: none;
font-size: 11px;
}

.featured_block hover
{
border: 1px solid #ccc;
}

.front_page_featured a img, .front_page_featured a:visited img
{
width: 140px;
height: 95px;
border: 1px solid #80a0bd;
padding: 2px;
text-decoration: none;

}


.result_title
{
background-color: #f8f8f8;
border-top: 1px solid #94b5d5;
border-bottom: 1px solid #94b5d5;
}

.result_title a, .result_title a:visited
{
font-size: 13px;
color: #003466;
font-family: Trajan Pro;
text-decoration: none;
text-transform: uppercase;
margin-top: 10px;
}

.search_result_image a img
{
border: 1px solid #CCC;
padding: 3px;
}


.results_header
{
float:left;
}

/******** Blog CSS ***********/

.blog 
{
background-color: #fbf8d0;
float: left;
width: 180px;
padding: 10px;
}

.blog h1
{
color: #011a36;
font-size: 18px;
}

#blog_block
{


}

#blog_block a
{
text-decoration: none;
color: #333;
}

#blog_block_entry
{
color: #4e4e4e;
}

#blog_name
{
font-size: 18px;
color: #003399;
padding-bottom: 10px;
}

#blog_list
{
width: 100%;
margin-top: 10px;
}

#blog_list_entry
{
background-color: #fbf8d0;
padding: 5px;
border-bottom: 1px solid #FFFFFF;
}

#blog_list a
{
text-decoration: none;
}

#blog_detail
{
border: thin inset #333399;
padding: 8px;
background-color: #fffff8;
width: 95%;
}

#blog_detail a
{
text-decoration: none;
}

#blog_title
{
color: #710000;
font-size: 14px;
}

#blog_title a
{
font-size: 12px;
color: #0a457f;
}

#blog_byline
{
font-size: 80%;
color: #909090;
}

#blog_entry
{
padding-top: 6px;
padding-bottom: 10px;
}


/******* Search Results **********/

.result_details
{
font-size: 11px;
}

.offered_price
{
color: #8d8d8d;
}

.tabber
{
border: 1px solid #ccc;
background-color: #f8f8f8;
padding: 5px;
}

.tabber h2
{
font-family: "Times New Roman", Times, serif;
font-weight: normal;
margin: 5px 0px;
}


hr
{
background-color: none;
color: none;
border: none;
border-bottom: 1px solid #ddd;
}

/************ listing details ***************/

.listing_icon
{
padding: 10px;
border: 1px solid #ccc;
margin: 5px 5px;
width: 130px;
float:left;
height: 32px; 

}

.listing_icon a, .listing_icon a:visited
{
color: #333;
text-decoration: none;
}

#SLIDESIMG
{
border: 10px solid #d6e0f0;
}

.listing_thumb
{
border: 5px solid #d6e0f0;
}

.slideshow_links
{
width: 480px;
padding: 10px;
background-color: #e8eef6;
float:left;
}

.slideshow_links a, .slideshow_links a:visited
{
width: 120px;
padding: 5px 0;
text-decoration: none;
display: block;
float: left;
text-align: center;
font-size: 16px;
}

.listing_detail_value
{
border-bottom: 1px solid #ececec;
font-size: 11px;
padding: 2px 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; float:left; }
.result_row_1	{ background: url(images/yellow_gradient.jpg) top left repeat-x; float:left; }


#result_row_0, #result_row_1
{
float:left;
}


.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;
}


 /*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;
	float:left;
}
.browse_tool {
	background-color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	color: black;
}
.browse_tool_num {
	color: #336699;
}

.browse_tool_button A {
	background-color: #FFFFFF;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	BORDER-COLOR: #000000;
   	BORDER-STYLE: outset;
 	BORDER-WIDTH: 1px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	width: 82px;
	height: 18px;
	display: block;
	padding: 3px;
}

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

.browse_tool_button A:hover {
	color: #CCCCCC;
	BORDER-STYLE: inset;
	width: 82px;
	height: 18px;
}

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


.browse_tool_curpage {
	BACKGROUND-COLOR: #f8f8f8;
	color: #CCCCCC;
	width: 15px;
	height: 15px;
	display: block;
	text-align: center;
}

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

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;
}



