@charset "utf-8";
/* 

TOC
-----------------
global
layout
navigation
typography, links, styles

*/

/* global
------------------------------------------------------------------*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	font-weight: normal;
}
body {
	background-color:#1b4762;
	margin: 0 auto;
	font-size:12px;
	color:#2d2e30;
	font-family:Arial, Helvetica, sans-serif;
}
a, a:link, a:visited {
	outline: none;
	text-decoration: none;
	color:#0188a3;
}
p {
	font-size:1.1em;
	line-height:1.4em;
	margin-top:6px;
	margin-bottom:12px;
}
h1 {
	color:#5a6263;
	font-size:1.6em;
	letter-spacing:-0.02em;
	padding-top:16px;
	padding-bottom:6px;
}
h2 {
	color:#5a6263;
	font-size:1.5em;
	padding-top:2px;
	padding-bottom:2px;
}
h3 {
	color:#5a6263;
	font-size:1.2em;
	margin-top:6px;
	margin-bottom:6px;
	font-weight:bold;
}
h4 {
	color:#5a6263;
	font-size:1.1em;
	padding-top:6px;
	padding-bottom:6px;
	font-weight:bold;
}
hr {
	background-color:#beccd0;
	border: 0;
	height:1px;
}
ul {
	margin-top:16px;
	margin-bottom:16px;
}
li {
	font-size:1.1em;
	line-height:1.25em;
	margin-top:6px;
	margin-bottom:6px;
	margin-left:20px;
	list-style:disc;
}
thead {
	color:#5A6263;
	font-weight:bold;
	background-color:#D0DBDD;
}
thead td {
	background-color:#D0DBDD;
}

/* layout
------------------------------------------------------------------*/



#topbar {
	display:none;
}
#header_home {
	width: 960px;
	margin: 0 auto;
}
#banner {
	display:none;
}


#adv_search {
	display:none;
}
#content_wrapper {
	width: 960px;
	margin: 0 auto;
	background-color:#FFF;
}
#footer {
	display:none;
}

#topbar_container {
	display:none;
}
#header_home_container {
	height:118px;
	background-color:#FFF;
	background:url(../images/header_bg.jpg) repeat-x bottom;
}
#banner_container {
	display:none;
}
#banner_container_thin {
	display:none;
}
#banner_container_thin h1 {
	color:#FFF;
	padding-top:6px;
}
#adv_search_container {
	display:none;
}
#content_wrapper_container {
	background-color:#FFF;
}
#footer_container {
	display:none;
}
#logo_home {
	width:147px;
	height:103px;
	float:left;
	margin-top:7px;
}

#logo_home_small {	
	height:53px;
	float:left;
	margin-top:7px;
}

#content_home_left {
	float:left;
	margin-right:28px;
	width:154px;
	color:#2f5863;
}
#content_home_left p {
	line-height:1.4em;
}
#content_home_main {
	display:none;
}

#static_col1 {
	width:355px;
	float:left;
	margin-right:24px;
}
#static_col2 {
	width:355px;
	float:left;
}
/* navigation
------------------------------------------------------------------*/

#nav_home {
	display:none;
}
/* forms
------------------------------------------------------------------*/


.home_textfield {
	width:153px;
}
input {
	height:16px;
	padding:4px;
	margin-top:1px;
	margin-bottom:3px;
}
.form_select {
	width:140px;
}
#vendor_sidebar .form_select {
	width:182px;
	margin-top:2px;
	margin-bottom:6px;
}
.radio_label {
	width: 100px;
	float: left;
}
#mailing_list_form .form_left {
	font-weight: bold;
	font-size:1.1em;
}
#isubmit {
	width: 74px;
	height: 22px;
}
.form_error {
	background:url(../images/error_bg.png);
	padding: 5px;
	color: #d80003;
	border: 1px solid #e3d822;
	margin-bottom: 10px;
	font-weight:bold;
}
.form_error2 {
	padding: 5px;
	color: #000;
	border: 1px solid #4cb323;
	margin-bottom: 10px;
	background:url(../images/success_bg.png);
	font-weight:bold;
}
/* search banners
------------------------------------------------------------------*/

#listings_banner_col1 {
	width:340px;
	float:left;
	margin-right:6px;
}
#listings_banner_col2 {
	width:225px;
	float:left;
	margin-right:15px;
}
#listings_banner_col3 {
	width:370px;
	float:right;
	color:#9ebdc9;
	font-size:.9em;
}
.form_text {
	width:360px;
	height:20px;
	color:#333;
	font-size:1.4em;
}
#pto, #pfr, #sto, #ybto {
	color:#9ebdc9;
}
.ph {
	color:#9ebdc9;
}
/* typography, links, styles
------------------------------------------------------------------*/

#top_alert_container {
	width:960px;
	position:absolute;
	margin-top:10px;
}

#slidertest {
	display:none;
}

#slider_feat {
	display:none;
}

#slider_home {
	display:none;
}

#top_alert {
	background-color:#fdffce;
	border: 1px #add3e8 solid;
	padding:6px;
	float:right;
	font-weight:bold;
}

#top_alert_profile {
	background-color:#fdffce;
	border: 1px #add3e8 solid;
	padding:6px;
	float:right;
	font-weight:bold;
}

#top_alert_profile_arrow {
	width:10px;
	height:6px;
	float:right;
	margin-top:-12px;
	background-image:url(../images/top_alert_arrow.gif);
}

.clear {
	clear:both;
}

.vendor_container {
	width:96px;
	height:75px;
	background-color:#dae2e4;	
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
	border: 1px solid #aaa;
}

.vendor_container img{
	display: block;
	margin: auto;
}

.vendor_item {
	max-width:95px;
	max-height:74px;	
}

.vendor_name a {
	font-size:.9em;
	margin-bottom:0px;
	margin-top:200px;
}

.vendor_category_name {
	color:#727f85;
	font-size:.9em;
}
.anouncements_date {
	color:#7fa0a9;
	font-size:.9em;
	margin-bottom:0px;
}
.btn {
	margin-top:6px;
}
.small {
	font-size:.8em;
}
.view_all a {
	float:right;
	margin-top:-20px;
	font-size:.9em;
	padding-right:8px;
	color:#8eaab2;
}
.carousel_title {
	margin-left:8px;
}
.carousel_item_title a {
	color:#2e3037;
	font-size:12px;
}
.searchbar_right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#vendor_sidebar {
	width: 200px;
	float: left;
}
#content3 {
	width: 585px;
	float: left;
	margin-left: 0px;
}
.topofpage {
	margin-top:-6px;
	margin-bottom:-10px;
}
#mainimg {
	width:350px;
	border: 1px solid #aaaaaa;
}
.thumbimg {
	width:54px;
	height:36px;
	border: 1px solid #aaaaaa;
}
.sidebox {
	background-color:#ebf0f1;
	padding:14px;
	border: 1px #dce7e9 solid;
}
.sidebox p {
	margin-bottom:0px;
}
.ad_large {
	display:none;
}
.sidebar_image {
	float:left;
	margin-right:8px;
	border: 1px solid #FFF;
	width:109px;
}
#page_controls {
	display:none;
}
.smalltext {
	font-size:.9em;
}
.date {
	color:#99aaad;
	font-size:13px;
}
.fancy {
	font-style:italic;
	font-size:1.6em;
	color:#42ac19;
	line-height:1.1em;
	margin-bottom:16px;
	margin-top:18px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.quote {
	font-style:italic;
	color:#666;
	font-size:1.2em;
	line-height:1.2em;
}
.enlarge {
	width:20px;
	height:20px;
	background:url(../images/enlarge.png) no-repeat;
	position:absolute;
	float:right;
	margin-left:325px;
	margin-top:10px;
}
.foragents-price {
	color:#5a6263;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	font-size:1.3em;
}

.foragents_bg1 {
	background:url(../images/foragents_bg1.jpg) repeat-x;
	background-color:#cedadd;
	background-position:top;
	border-top:1px solid #aec0c5;
}

.foragents_bg2 {
	background:url(../images/foragents_bg2.jpg) repeat-x;
	background-color:#dee6e8;
	background-position:top;
	border-top:1px solid #aec0c5;
}

sup {
	height: 0;
	line-height: 1;
	position: relative;
	top: -0.4em;
	font-size:11px;
	vertical-align: baseline !important;
	vertical-align: bottom;

}


.right {
	float: right;
}
.llist ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
.ph {
	margin-left: 5px;
}
.content {
	width: 960px;
	left: 50%;
	margin-left: -480px;
}
.searchtable_left {
	padding-right: 15px;
}
#searchmenu {
	font-size: 12px;
}
.menutabs {
	position: relative;
	width: 960px;
	left: 50%;
	margin-left: -100px;
}
.menutabs a {
	display: block;
	float: left;
	padding: 15px;
	text-decoration: none;
	color: black;
}
.t_result th {
	background-color: #d0dbdd;
}
.t_result td {
	background-color: #dae2e4;
}
.t_result {
	width: 100%;
}
.l_count {
	margin: 15px;
}
#content2 {
	position: relative;
	width: 788px;
	float: left;
}
#content_wide {
	position: relative;
	width: 960px;
	float: left;
	margin-top:15px;
}
#content_wide_col1 {
	width:470px;
	float:left;
	margin-right:20px;
}
#content_wide_col2 {
	width:470px;
	float:left;
}
.searchbar_left, .searchbar_left_wide {
	float: left;
	width: 80px;
	margin-top: 5px;
	height: 20px;
}
.searchbar_left_wide {
	width: 160px;
}
.searchbar_right {
	margin-top: 5px;
	height: 20px;
}
.searchbar_right ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.searchbar_right li {
	margin: 0px;
	padding: 0px;
}
#map {
	position: relative;
	width: 800px;
	height: 600px;
	margin-top:25px;
}
.video_prev {
	float: left;
	margin-left: 10px;
	width: 100px;
	margin-bottom: 20px;
	height: 110px;
	overflow: hidden;
}
.news_box {
	margin-bottom: 20px;
}
.news_box h2 {
	font-size: 16px;
	margin-bottom: 0px;
}
.news_box h3 {
	margin-top: 0px;
	font-size: 14px;
	color: grey;
}
#slidercomp {
	display: none;
}
.video_box {
}
.pager_container {
	height: 30px;
	float:left;
}
#view_switch_map {	
}
.bubble_left {
	float: left;
	margin-right:12px;
	background-color:#FFF;
}
.bubble_right {
	color: black;
	float:left;
	width:150px;
	background-color:#FFF;
}
.bubble_right h3 {
	margin-top:0px;
}
.bubble {
	height: 140px;
	width:370px;
	color: black;
	background-color:#FFF;
}
.map_bubble_img {
	width:200px;
	height:133px;
}

#lv_left {
	width:560px;
	float: left;
}

#lv_left2 {
	width:520px;
	float: left;
}
#lv_right {
	float: right;
	width:354px;
}

#lv_right2 {
	float: right;
	width:400px;
}
.inquiry {
	width: 174px;
	float: left;
	margin-right:5px;
}
.lt .odd td {
	background-color: #d0dbdd;
	width:50%;
}
#iqform {
	display:none;
}

.lt .even td {
	background-color: #dae2e4;
	width:50%;
}
.lt {
	width: 580px;
}

.vendor_view_small {
	float:left;
	margin: 5px;
}

#video {
	display:none;
}
#videos_sb ul {
	margin: 10px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	float: right;
	margin-right: 150px;
	margin-top: -2px;
	clear: both;
}
#videos_sb {
	height: 20px;
}
.form_submit {
	width: 135px;
	height: 32px;
	margin-left:-4px;
}
#favorites {
	background-color:#dae2e4;
	border: 1px solid #c1ccce;
	width: 170px;
	margin-top: 20px;
	padding: 5px;
}
#favorites a {
	color:#5a6263;
	font-weight:bold;
}
#vidsidebar_container {
	float:left;
	margin-top:10px;
}
#vidsidebar {
	background-color:#dae2e4;
	border: 1px solid #c1ccce;
	width: 170px;
	margin-top: 10px;
	padding: 5px;
	float:left;
	margin-right:15px;
}
#vidsidebar a {
	color:#5a6263;
	font-weight:bold;
}
#video_thumbs_container {
	float:right;
	margin-top:10px;
	width:580px;
}
.text_light {
	color:#5a6263;
}
.vendor_col_left {
	width: 440px;
	float: left;
}
.vendor_col_right {
	float: right;
	width: 440px;
	margin-left: 10px;
}
#profile_left {
	width: 250px;
	float: left;
}
#profile_right {
	width: 750px;
	float: right;
	margin-top:20px;
}
#profile_sidebox {
	list-style-type: none;
	margin-top: 10px;
}
#profile_sidebox {
	padding: 10px;
	background-color:#F9F9F9;
	border: 1px solid grey;
}
#profile_sidebox ul {
	list-style-type: none;
}
#profile_sidebox li {
	border-bottom: 1px solid grey;
	margin-bottom: 5px;
	margin-top: 5px;
}
#listing_table {
	background-color: lightgrey;
}
#listing_table thead td {
	background-color: grey;
	color: white;
}
#listing_table td {
	border-right:1px solid white;
	border-bottom:1px solid white;
	padding: 5px;
}
.foragents-table {
	padding-left:12px;
}
a.sort {
	color: #5a6263;
	font-weight:bold;
}
.listing_img_small {
	width:109px;
	height:73px;
	border: 1px solid #fff;
}
.listing_description {
	font-size:1.1em;
	line-height:1.3em;
	margin-top:10px;
	margin-bottom:10px;
	color:#282a2f;
}
.carousel_text {
	color: #708186;
	font-size: 0.9em;
	line-height:-.1em;
}

input.view_form_send{
   width: 74px;
   height: 24px;
}

.price_sliders{
   display: none;
}

#videos_sb li{
   list-style-type: none;   
}


ul.video_categories{
   background-color: lightgrey;
   width: 100px;   
}

ul.video_categories li{
   list-style-type: none;
}

#contactform{
	border: 10px solid yellow;
}

#videos_sb{
	position: relative;
	height: 16px;
	vertical-align: bottom;
}

#favorites a.active_fav{
 color: black;
}

#submit{
	
}
.form_img_btn{
	height: 22px;
}
.form_ch_pw{
	height: 22px;
	width: 131px;
}

.videolabel{	
    position: relative;
	top: 5px;	
}

tr.non_rec_listing td{
	background-color: white;
}

#favorites a.active{
	color: black;	
}

#video_Pager{
	float: right;
}

.price_sliders2{
	display: none;
}

.videolink img{
	width: 100px;
}

.news_pager_text{
	position: relative;
	margin-top: 2px;
	margin-right: 10px;
	float: left;
}
.dir_label{
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}

.ui-helper-hidden-accessible{ display: none; }

.selectedday a.ui-state-active{	
	color: red;
}

.selectedday a.ui-state-default{			
	color: black;
	text-decoration:underline;
}

#bathrooms, #bedrooms, #mode{
	display: none;
}

.sort#bathrooms, .sort#bedrooms{
	display: block;
}

#mapoverlay{	
	width: 800px;
	height: 400px;	
	margin-top: 60px;	
	z-index: 100000;
	position: absolute;	
	background-color: white;
	color: black;
	padding-top: 200px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#tablemsg{
	z-index: 100000;
	width: 800px;
	position: absolute;
	margin-top: 100px;
	color: black;
	padding-top: 200px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#datepicker {
	display:none;
}
