/*-----DEFAULTS-----*/

body {
	margin: 0px;
	padding: 0;
	background: #246;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	color: #333;
}

h1 {font-size: 1.8em;}

h2 {font-size: 1.5em;}

h3 {
	font-size: .8em;
	font-weight: normal;
	display: inline;
}

h4 {font-size: 1.2em; font-style: italic; font-weight: normal; padding: 0 0 0 1em;;}

p, ul, ol {
	line-height: 1.6em;
}

a {
	color: #FFF;
	outline: 0;
}

a:hover {text-decoration: none;}

a img {border: none;}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

.clearboth {
	clear: both;
}

/*-----LAYOUT-----*/

/* force scrollbar to avoid page shift */
html {
    overflow-y: scroll;
}

/* Header */

#header {
	height: 111px;
	background: url('img/nav_left_rpt.png') repeat-x;
}

#header_right {
	float: right;
	background: url('img/nav_right_rpt.png') repeat-x;
}

#header_center {
	height: 111px;
	width: 900px;
	margin: 0 auto;
	background: url('img/nav_center.png') repeat-x;
}

#logo {
	margin-top: 2px;
	float: left;
	width: 319px;
	height: 100px;
	background: url('img/logo.png');
}

#nav {
	padding: 51px 0 0 410px;
}

#listingslink{

}

/* Imageblock */

#imageblock_outer {
	height: 310px;
	width: 900px;
	background: #082b37;
	margin: 0 auto;
}

#rotator {
	display: none;
	height: 310px;
	width: 900px;
	margin: 0 auto;
}

#imageblock {
	height: 310px;
	width: 900px;
	margin: 0 auto;
}

#shbox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 200px;
	background: url('img/shbox_center.png');
}

/* Listings */

#main {
		width: 900px;
		margin: 0 auto;
}

#search {
	height: 26px;
	background: url('img/search_center.png') repeat-x;
	padding: 10px;
}

#search_title {
	float: left;
	width: 169px;
	height: 23px;
	background: url('img/search_listings.png');
}

#buyers_title {
	float: left;
	width: 100px;
	height: 23px;
	background: url('img/buyers_title.png');
}

#sellers_title {
	float: left;
	width: 100px;
	height: 23px;
	background: url('img/sellers_title.png');
}

#realtors_title {
	float: left;
	width: 100px;
	height: 23px;
	background: url('img/realtors_title.png');
}

#search form {
	display: inline;
}

.collapse {
	padding-left: 15px;
}

/* Results List */

#listings {
	width: 336px;
	float: left;
	height: 515px;
	overflow: scroll;
	background: url('img/listings_center.png') repeat-y;
}

#listings_top {
	padding-top: 10px;
	background: url('img/listings_top.png') repeat-x;
}

#sub_one_left {
	width: 336px;
	float: left;
	height: 515px;
	background: url('img/listings_center.png') repeat-y;
}

#sub_one_left_top {
	padding: 10px; 
	background: url('img/listings_top.png') repeat-x;
}

#sub_two_left {
	width: 336px;
	float: left;
	height: 515px;
	background: url('img/listings_center.png') repeat-y;
}

#sub_two_left_top {
	padding: 10px; 
	background: url('img/listings_top.png') repeat-x;
}

.list_item_inactive {
	color: #FFF;
	height: 90px;
}

.list_item_active {
	color: #222;
	height: 90px;
	background: #FFF;
}

.list_item_hidden {
	color: #222;
	height: 90px;
	
}

.list_item_over {
	color: #222;
	height: 41px;
	background: url('img/search_center.png') repeat-x;
	text-align: center;
	padding-top: 10px;
	font-size: 80%;
}

.list_img img  {
	float: left;
	margin: 5px 0 0 5px;
	border: solid 3px #FFF;
	width: 100px;
	height: 74px;
}

.list_stats {
	float: left;
	padding: 10px 0 0 10px;
}

	.list_stats p {
		font-weight: bold;
		margin: 0;
	}

/* Listing Details */

#details {
	background: #FFF;
	width: 564px;
	height: 515px;
	float: left;
}

#sub_one_right {
	background: #FFF;
	width: 564px;
	height: 515px;
	float: left;
}

#sub_two_right {
	background: #FFF;
	width: 564px;
	height: 515px;
	float: left;
}

#main_office {
	text-align: center;
	font-size: 120%;
}

#realtor_panel_sm {

}

#realtor_img_sm {
	text-align: left;
}

#realtor_name_sm {
	text-align: center;
	font-size: 130%;
	font-weight: bold;
}

#listing_name_sm {
	text-align: center;
	font-size: 120%;
}

#realtor_detail_sm { 
	margin-left: 140px;
	margin-top: -100px;
	line-height: 150%;
}

#realtor_detail_sm a {
	color: #000000;
}
 
#realtor_panel {

}

#realtor_img {
	text-align: center;
}

#realtor_name {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

#realtor_detail { 
	margin-left: 80px;
}

#realtor_detail a{ 
	color: #333;
}

#realtor_list {
	margin-left: 35px;
}

#realtor_list a {
	text-decoration: none;
}

#realtor_list a:hover {
	text-decoration:underline;
}

.step {
	text-indent: 1em;
}

.step:hover {
	text-decoration:underline;
}

.tab_bar {
	height: 38px;
	background: url('img/tab_bg_rpt.png') repeat-x;
}

	.tab_bar ul {
		margin: 0;
		padding: 0 0 0 12px;
		list-style: none;
		font-weight: bold;
	}
	
	.tab_bar li {
		float: left;
		background: url('img/tab_inactive_right.png') no-repeat top right;
		margin: 0;
		padding-right: 18px;
	}
	
	.tab_bar a {
		display: block;
		line-height: 38px;
		background: url('img/tab_inactive_left.png') no-repeat left top;
		padding-left: 18px;
		text-decoration: none;
	}
	
	.tab_bar .active {
		background: url('img/tab_active_right.png') no-repeat top right;
	}
	
	.tab_bar .active a {
		color: #333;
		background: url('img/tab_active_left.png') no-repeat left top;
	}

#details_panel {
	background: url('img/detail_bg.png');
	width: 564px;
	height: 477px;
}

#sub_one_right_panel {
	/* background: url('img/detail_bg.png'); */
	width: 514px;
	height: 427px;
	padding:25px;
}

#sub_two_right_panel {
	/* background: url('img/detail_bg.png'); */
	width: 514px;
	height: 427px;
	padding:25px;
}

#map_panel {
	/* background: url('img/detail_bg.png'); */
	width: 564px;
	height: 477px;
	display: none;
}

#schools_panel {
	margin-left:75px;
 	width: 564px;
	height: 477px;
	display: none;
}

#contact_panel {
	/* background: url('img/detail_bg.png'); */
	width: 564px;
	height: 477px;
	display: none;
	margin-left: 25px;
	margin-top: 10px;
}

#print_panel {
	/* background: url('img/detail_bg.png'); */
	width: 564px;
	height: 477px;
	display: none;
}



#details_img {
	width: 564px;
	height: 303px;
	text-align: center;
}

	#details_img img {
		padding-top: 6px;
		width: 383px;
		height: 289px;
	}

#details_stats {
	float: left;
	width: 158px;
	height: 174px;
	padding: 20px;
}

	#details_stats p {
		font-weight: bold;
		padding: 0;
		margin: 0 0 5px 0;
	}

	
#details_desc {
	font-size: 10px;
	float: right;
	width: 310px;
	height: 174px;
	padding: 7px 25px 20px 30px;
}

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

#details_qr {
	font-size: 10px;
	float: left;
	width: 310px;
	height: 174px;
	padding: 30px 0px 0px 75px;
}

#sub_one_details_desc {
	float: right;
	width: 310px;
	height: 174px;
	padding: 20px 25px 20px 30px;
}

img.display_center {
    display: block;
    margin-left: auto;
    margin-right: auto ;
}

a.dark_link{ 
	color: #333;
}

#city_select_div{
	display: inline; 
}

/* Footer */

#footer {
	color: #444;
	clear: both;
	height: 41px;
	width: 875px;
	margin: 0 auto;
	background: url('img/search_center.png') repeat-x;
	text-align: right;
	padding-right: 25px;
	padding-top: 5px;
}

#copyright {
	padding: 16px;
	text-align: right;
}
