@charset "utf-8";
/* CSS Document */
body {
    background:url(/img/shadow.png) repeat-y center top;background-color: #e5f6ff;
    width:100%;
    height: 100%;
    margin:0 0 0 0;
    }
body,td,th,div {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}
p, h1, h2, h3, li, ul, form{
    padding:0;
    margin:0;
}
h4 {
    font-size:10pt;
}
img {
    display: inline-block;
    overflow:hidden;
}
a{
    outline:none;
}
a img{
    border:none;
}
.error-message{
    font-family:Arial, Verdana, Helvetica, sans-serif; 
    font-size:12px; 
    color:#ff0000;
}

/* basic modifiers */
.clear-all {
    clear:both;
}
.text_left {
    text-align:left;
}
.text_right {
    text-align:right;
}
.text_center {
    text-align:center;
}
.float_left {
    float:left;
}
.float_right {
    float:right;
}
.pad_right_3px {
    padding-right:3px;
}
.pad_left_5px {
    padding-left:5px;
}
.pad_left_6px {
    padding-left:6px;
}
.pad_left_10px {
    padding-left:10px;
}
.margin_left_0px {
    margin-left:0px;
}
.margin_top_4px {
    margin-top:4px;
}
.margin_top_32px {
    margin-top:32px;
}
.bg_0A4E8F {
    background:#0A4E8F;
}
.bgcolor_fff{
    background-color:#fff;
}
.width_100 {
    width:100%;
}
.trebuchet12b000{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    font-weight:bold;
    text-decoration:none;
}

/* Core document layout */
div#body_wrapper {
    width:983px;
    margin:0 auto;
}
div#body_wrapper div#shadowmain {
    margin:0px auto;
    float:left;
    width:983px ;
    background-color:#fff ;
}
div#body_wrapper div#shadowmain div#wrapper{
    width:980px;
    margin:0 auto;  
}
div#body_wrapper div#shadowmain div#wrapper div#body{
    width:980px;
    float:left; 
    padding-bottom:16px;
    background:#fff;
/*    background:url(/img/img_dividerline.gif)  repeat-y 48px 0; */
    min-height:370px;
}
div#body_wrapper div#shadowmain div#wrapper div#body div#shadow{
    /* background:url(../img/img_hmeshadow2.gif) no-repeat; */
}

div#body_wrapper div#shadowmain div#wrapper div#body div#shadow div#innerblockhblock{
    width:700px;
    float:left;
    padding-top: 8px;
}
div#body_wrapper div#shadowmain div#wrapper div#body div#shadow div#innerblockhblock div#middle_part{
    width:495px;
    float:left;
    }

/* salse list defintions */

.salesblock{
    width:495px;
    float:left;
    padding:0px;
    /*border:1px solid #eae4e4; border color changes on 12oct 2011*/
    border:1px solid #084d94;
    background:#fff;
    margin:3px 0 3px 0 !important;
    box-sizing: unset;
}   
.salesblockinner{
    width:485px;
    float:left;
    padding:5px;
    margin:0px;
    box-sizing: unset;
}
.salesblocktext{
    width:365px; 
    padding-top:8px;
    float:left;
    margin-top:6px;
    margin-left:10px;
    min-height: 85px;
}

/* forms layout */
.es-inputbox{
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #000;
 border:1px solid #256386;
 text-decoration:none;
}

/* default button definition */
.es-button-gr {
    background: transparent url(/img/button_gr_background.png) repeat-x right top;
    background-color: #0A4E8F;
    display: inline-block;
    padding: 5px 10px 0px;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    font-size: 13px !important;
    height: 25px !important;
    color: #ffffff;
    font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    border: 1px solid #a8a8a8;
    position: relative;
    cursor: pointer;
}

.es-button-gr:disabled {
    color: #999;
}
.es-button-gr:disabled:hover {
    color: #999;
    cursor: inherit;
    background: transparent url(/img/button_gr_background.png) repeat-x right top;
    background-color: #0A4E8F;
}

.es-button-gr:hover, .es-button-gr:active {
    background: transparent url(/img/button_gr_active.png) repeat-x right top;
    border: 1px solid #9ca8aa;
    background-color: #008600;
}
.es-button-new {
	/* height: 16px; */
    height: 25px !important;
	text-align: center;
	display: inline-block;
	/* padding: 4px; */
    padding: 5px 10px 0px;
	border-radius: 5px;
	margin: 0px 1px;
	background-color: #006400eb;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	font-family: arial, verdana, helvetica, sans-serif;
    text-decoration: none;
    cursor: pointer;
}
.es-button-new:disabled {
    color: #999;
}
.es-button-new:disabled:hover {
    color: #999;
    cursor: inherit;
	background-color: #006400eb;
}
.es-button-new:hover, .es-button-new:active {
    background-color: #008600eb;
}


/* gray button definition */
.es-button-gray {
/*    background: transparent url(/img/button_gr_background.png) repeat-x right top;  */
    background-color: #ededed;
    display: inline-block;
    padding: 5px 10px 5px;
    text-decoration: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    font-size: 13px !important;
    height: 30px !important;
    color: #000000;
    font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    border: 1px solid #a8a8a8;
    position: relative;
    cursor: pointer;
}

.es-button-gray:disabled {
    color: #999;
}
.es-button-gray:disabled:hover {
    color: #999;
    cursor: inherit;
/*    background: transparent url(/img/button_gr_background.png) repeat-x right top;  */
    background-color: #ededed;
}

.es-button-gray:hover, .es-button-gray:active {
/*    background: transparent url(/img/button_gr_active.png) repeat-x right top;  */
    border: 1px solid #9ca8aa;
    background-color: #c6c6c6;
}


/* home_header CSS layout definitions */

div#header{
    background: url(/img/bg.gif) repeat-x scroll 0 0 #FFFFFF;
    display: inline;
    float: left;
    margin-left: -3px;
    width: 985px;
}

div#header div#top_navigation_bar {
    background: none repeat scroll 0 0 #0A4E8F;
    margin-right:1px;
    height:22px !important;
    width:100%;
    float:left;
}

div#header div#top_navigation_bar ul {
    margin:0;
    padding:0px;
    width:100%;
    list-style:none;
    float:left;
}

div#header div#top_navigation_bar ul li {
    float:left;
    height:21px;
    margin:1px 0px 0 0; 
    padding: 0 8px;
}

div#header div#top_navigation_bar ul li.top_nav_bar_item {
    background:#0A4E8F; 
    height:21px !important; 
    margin:0;
    margin-top: 1px;
    color: #f3f3f3;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
}

div#header div#top_navigation_bar ul li.top_nav_bar_item a {
    text-decoration: none; 
    color: #f3f3f3;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
}

div#header div#top_navigation_bar ul li#top_nav_bar_login {
    background:#FFFFFF; 
    height:19px !important; 
    margin-top: 1px; 
    margin-right: 1px;
    color:#0A4E8F; 
    font-family:verdana; 
    font-size:13px; 
    font-weight:bold; 
}

div#header div#top_navigation_bar ul li#top_nav_bar_login a {
    text-decoration: none; 
    color:#0A4E8F;
}

div#header div#top_nav_notifications {
    clear:right;
    float:right;
    margin-top:0px;
    margin-right:15px;
    height:110px;
    overflow:hidden;
}

.top_nav_notification_title {
    font-family:verdana; 
    font-weight:bold; 
    font-size:18px; 
    color:#006400;
}

.top_nav_notification_subtitle {
    font-family:verdana; 
    font-weight:bold; 
    font-size:12px; 
    color:#000064;
}

.top_nav_notification_input {
    width:150px; 
    line-height:12px; 
    height:18px; 
    overflow:hidden;
}

div#header div#top_navigation {
    background: none repeat scroll 0 0 #0A4E8F;
    width:100%;
    padding-top:4px;
    float:left;
    height:25px !important;
}

div#header div#top_navigation ul {
    margin:0;
    padding:0px;
    width:100%;
    list-style:none;
    height:25px;
    float:left;
}

div#header div#top_navigation ul li {
    float:left;
    height:25px;
    margin:6px 0px 0 0; 
    padding: 0 8px;
}

div#header div#top_navigation ul li.top_navigation_item {
    background:#0A4E8F;
    margin:0;
    height:25px;
    color: #f3f3f3;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
}

div#header div#top_navigation ul li.top_navigation_item a {
    color: #f3f3f3;
    text-decoration: none;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
}

div#header div#top_navigation ul li#header_searchblock {
    background:#0A4E8F;
    margin:0;
    width:333px;
    height:25px;
    color: #f3f3f3;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
}

#search_input_tab {
    float:right; 
    margin:-2px 0 0 25px;
}

#search_input_tab tr td {
    border:none;
    padding:0px;
    margin:0px;
}

.search-inputbox {
    width:60px; 
    padding-right:6px;
    line-height:12px; 
    height:15px; 
    overflow:hidden;
}

/* home_left CSS definitions */

div#leftnavi {
    width:180px;
    float:left;
    padding-right:10px;
    margin:0 10px 0 0px;
}
div#leftnavi div#left_sponsor_ads {
    clear:left;
    overflow:hidden;
    height:auto;
    background-color:#fff;
    border:solid 1px #fff;
}
div#leftnavi div.links {
    width:180px;
    border:1px solid #41532d;
    background:#dfecd0;
    float:left;
    margin:0px;
    margin-bottom :10px;
    padding:5px;
}
div#leftnavi div.links h1 {
    font-size:14pt;
    padding:0 0 7px 0;
    margin:0;
}
div#leftnavi div.links h3 {
    font-size: 18px;
    padding:0 0 7px 0;
    margin:0;
}
div#es-featured-cities {
    background-color:#0c4e8f !important; 
    margin:0;
    padding:0;
    padding-top:3px; 
    margin-bottom:5px;
    height:35px; 
    width:192px;
    color:#ffffff;  
    font-family:verdana; 
    font-size:10px; 
    font-weight:normal;
    clear:both; 
}
.featured-cities a {
    font-weight:normal;
    font-size:11px;
    font-family:verdana; 
    padding-left:5px;
    color:#000000;
    text-decoration:none;
}
.featured-cities a:hover {
    font-weight:normal;
    font-size:11px;
    font-family:verdana; 
    padding-left:5px;
    color:#000000;
    text-decoration:underline;
}
div#leftnavi div.links .cities-page-cities a {
    font-size:11px;
}
div#leftnavi div.links .cities-page-cities a:hover {
    font-size:11px;
}
select#saleRange {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
    border:1px solid #256386;
    width:51px;
}
input#saleSaleZip {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
    border:1px solid #256386;
    width:50px;
}
input#submitSearch {
    margin-bottom:-5px;
}
input#saleKeyword {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
    border:1px solid #256386;
    width:150px;
}
.border41512dright{
    border-right:1px solid #41512d;
}
.city_state_page_links {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#000000;
    text-decoration:none;
}
a.city_state_page_links:hover{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#000000;
    text-decoration:underline;
}
.search_text{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    font-weight:bold;
    text-decoration:none;
}

/* home_right CSS definitions */

div#rightblock_featured{
    width:328px;
    float:right;
    padding-right:17px;
}
div#rightblock_featured .text-block{
    width:322px;
    float:left;
    margin:8px 0;
    padding:5px;
    border-bottom:1px solid #333;
    border-top:1px solid #333;
    font-size:13px;
    font-weight:normal;
    text-decoration:none;
    font-style:italic;
}
div#rightblock_featured .text-block .qa{
    font-size:15px;
    font-weight:bold;
    color:#09F;
}

div#rightblock_featured .text-block-new{
    width:322px;
    float:left;
    margin:8px 0;
    padding:5px;
    border-bottom:1px solid #333;
    font-size:13px;
    font-weight:normal;
    text-decoration:none;
    font-style:italic;
}
div#rightblock_featured .text-block-new .qa{
    font-size:15px;
    font-weight:bold;
    color:#09F;
}
div#rightblock_featured h2 {
    margin-top:14px; 
    font-size:17px;
}


div#rightblock{
    width:250px;
    float:right;
    margin-right:10px;
}
div#rightblock .signuphere{
    width:275px;
    float:left;
    background:url(../img/img_signuphere.gif) no-repeat;
    height:109px;
    margin-bottom:20px;
}
div#rightblock .signuphere a{
    position:absolute;
    width:100px;
    margin:50px 0 0 22px;
    height:20px;
}
div#rightblock div#ads, div#rightblock_featured div#ads {
    width:236px;
    float:right;
}
div#rightblock div#ads img, div#rightblock_featured div#ads img{
    margin-top:6px;
}

div#rightblock div#tcomp, div#rightblock_featured div#tcomp {
    width:236px;
    float:right;
}
div#rightblock div#tcomp img, div#rightblock_featured div#tcomp img{
    margin-top:6px;
}


div#right_sponsorads {
    overflow:hidden; 
    float: left; 
    height: auto; 
    margin-top: 10px; 
    margin-bottom: 10px; 
    width: 262px;
}
div#mostViewedCompanies{
    background-color:#0c4e8f; 
    margin:0;
    padding:0;
    padding-top:4px; 
    margin-bottom:5px;
    height:30px; 
    color:#ffffff;  
    font-family:verdana; 
    font-size:11px; 
    font-weight:bold; 
}
div.sideWidgetTitle {
    background-color:#0A4E8F; 
    margin:0;
    padding:0;
    padding-top:7px; 
    margin-bottom:5px;
    height:21px; 
    width: 198px;
    color:#ffffff;  
    font-family:verdana; 
    font-size:11px; 
    font-weight:bold; 
    text-align: center;
    clear:left;
}
div#sponsorTitle{
    border-top:3px solid #0c4e8f;
    border-bottom:3px solid #0c4e8f;
    /*padding:0 9px 6px 9px;*/
    padding:0 13px 6px;
    margin:0px;
    color: #0B4D8E;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 19px;
    font-weight: normal;
}


/* home_footer CSS definitions */

div#footer {
    background:#125292 url(../img/img_footerbg.gif) repeat-x;
    /* float:left; */
    width:100%;
    padding:27px 0px;
    width:986px;
    margin-left: -2px;
}
div#footer div#footerblock {
    margin:0 auto;
    width:980px;
}
div#footer div#footerblock  div#footerlinks {
    float:left;
    width:740px;
    padding:0px 0px 0 140px;
}
div#footer div#footerblock  div#footerlinks .text {
    width:128px;
    font-size:13px;
    font-weight:bold;
    color:#fff;
    padding:3px 3px 6px 0px;
    margin-right:20px;
    float:left;
}   
div#footer div#footerblock  div#footerlinks ul {
    margin:0px;
    width:128px;
    background:url(../img/img_fsap.gif) no-repeat right;
    padding:3px 23px 0px 0px;
    margin-right:20px;
    float:left;
}
div#footer div#footerblock  div#footerlinks ul li {
    float:left;
    width:128px;
    list-style:none;
}
div#footer div#footerblock  div#footerlinks ul a {
    padding:0px;
    float:left;
    width:110px;
    padding:3px 8px 3px 18px;
    z-index:1;
    background:url(../img/img_warrow.gif) no-repeat 2px 9px;
    font-size:12px;
    font-weight:normal;
    color:#fff;
    text-decoration:none;   
}
div#footer div#footerblock  div#footerlinks ul a:hover {
    color:#dadada;
}
div#footer div#footerblock  div#contactus {
    float:left;
    /* width:406px; */
    /* background:url(../img/img_flogo.gif) center top no-repeat; */
    padding:16px 0 0 320px;
    /* text-align:left; */
    color:#FFF;
}

div#message-bar a {
    text-decoration:none;
    color:#0000f0;
}
div#message-bar a:hover {
    text-decoration:none;
    color:#0000f0;
}
.active-tab {
    height:30px !important;
    color: #0068aa;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    width:50%; 
    padding-left:12px; 
    border-left:1px solid #41532d;
    border-top:1px solid #41532d;
    border-right:1px solid #41532d;
    border-bottom:0px;
    box-shadow:3px 3px 2px #c6c6c6;
    -moz-box-shadow:3px 3px 2px #c6c6c6;
    -webkit-box-shadow:3px 3px 2px #c6c6c6;
    z-Index:3;
 }
.no-tab {
	width:50%; 
	border-bottom:1px solid #41532d;
    z-Index:2;
    background-color:transparent;
}
.tab-card {
    height:30px !important;
    color: #0068aa;
    background-color:#ffffff;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    border-top:0px;
	border-left:1px solid #41532d;
    border-bottom:1px solid #41532d;
    border-right:1px solid #41532d; 
    padding:10px;
    box-shadow:3px 3px 2px #c6c6c6;
    -moz-box-shadow:3px 3px 2px #c6c6c6;
    -webkit-box-shadow:3px 3px 2px #c6c6c6;
    z-Index:4 !important;
}
.rtbot-shadow {
	box-shadow:3px 3px 2px #c6c6c6;
    -moz-box-shadow:3px 3px 2px #c6c6c6;
    -webkit-box-shadow:3px 3px 2px #c6c6c6;
}
.rtbot-light-shadow {
    box-shadow:2px 2px 1px #d9d9d9;
    -moz-box-shadow:2px 2px 1px #d9d9d9;
    -webkit-box-shadow:2px 2px 1px #d9d9d9;
}
