/* GLOBAL STYLES */
html, body{
    height: 100%;
}

html, body, div, p, ul, li, input, select, td, a{
    font-family: PT Sans, Helvetica, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 16px; }

h1, h2, h3, h4, h5, h6{
    font-family: PT Sans Narrow, Helvetica, sans-serif;
    line-height: 1em;
    color: #3b77e5;
}

h1{ font-size: 2.7em; }
h2{ font-size: 1.9em; }
h3{ font-size: 1.8em; }
h4{ font-size: 1.3em; }
h5{ font-size: 1.2em; }
h6{ font-size: 1em; }

body{
    width: 100%;
    height: 100%;
    color: #606c81;
    margin: 0px;
    padding: 0px;
}

#pageContainer_outer{ }
#pageContainer{
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    background: url(/images/header_bg.png) repeat-x top left;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */
#headerContainer{
    text-align: center;
}
#header{
    position: relative;
    z-index: 1;

    margin: 0px auto;

    width: auto;
    max-width: 980px;
    height: 126px;
    background: url(/images/header_wave.png) no-repeat center center;

    text-align: left;
}

#header .headerLnk{
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: 25000;
    width: 212px;
    height: 87px;
    background: url(/images/logo.png) no-repeat 10px 0px;
    background-size: 90% 90%;
}

/* END LOGO STYLES */

#header_right{ float: right; width: 100px; }
#header_photo{ display: none; float: right; }

#header_tagline, #header_tagline div{ font-family: 'Raleway', sans-serif; color: #fff; text-align: center; }
#header_tagline{
    display: none;
    padding: 15px 0px 0px 0px;
    font-size: 12px;
    font-weight: 400;
}
#header_tagline div{ font-size: 16px; font-weight: 700; }

#hmenu{ list-style: none; padding: 10px 0px 0px 0px; margin: 0px; }
#hmenu li{ text-align: left; border-top: 1px solid #4a6eaf; display: block; }
#h_li_0{ border-top: 1px solid transparent !important; }
#hmenu li img{ float: left; margin: 5px 10px 0px 8px; }
#hmenu li a{ display: block; margin: 6px 0px 8px 0px; font-size: 12px; color: #fff; font-weight: normal; }

#call_now_button{
    text-align: center;
    padding: 50px 0px 0px 0px;
    font-size: 21px;
    font-weight: 400;
}
#call_now_button a{ color: #fff; font-size: 16px; font-weight: bold; background-color: #259e3d; border-radius: 5px; padding: 7px 13px; }
#call_now_button a:hover{ text-decoration: none; }

#call_now_button a strong{ display: none; }
#call_now_button a span{ display: inline; }

/* MENUBAR STYLES */

#menubar_container{
    background: url(/images/menubar_mobile_bg.gif) no-repeat 10px 17px;
    background-color: #f4f5f7;
    height: 60px;
    cursor: pointer;
}

#menubar{
    display: none;
    position: relative;
    top: 50px;
    z-index: 25000;

    margin: 0px auto;
    text-align: center;
    white-space: nowrap;
    width: auto;
    max-width: 980px;
    background-color: #f4f5f7;
}


#menubar_phone{
    position: absolute;
    top: 50px;
    right: 10px;
    padding: 10px 0px;
    width: 97%;
    color: #6e7b91;
    background-color: #f4f5f7;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
}
#menubar_phone span{ color: #2953a0; }

#tmenu{
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
}

#tmenu li{
    list-style: none;
    margin: 0px;
    white-space: nowrap;
    position: relative;
}

#tmenu li a{
    display: block;
    position: relative;

    padding: 12px 10px;
    line-height: 18px;

    text-align: left;
    text-decoration: none;
    text-transform: none;

    font-family: PT Sans Narrow, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #2953a0;
    border: 0px solid #f00;
}


#tmenu li a span{
    display: block;
    text-decoration: none;
}

#tmenu li a:hover, #tmenu li a.ta_cur{
    background-color: #259e3d;
    color: #fff;
}

#tmenu li .ta_home{
    display: none;
    background: #3b77e5 url(/images/tmenu_home.png) no-repeat center center;
    text-indent: -9999em;
    width: 39px;
}

 /* DROP DOWN MENU */
#tmenu li div{
    z-index: 25000;
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: auto;

    overflow: hidden;
}

#tmenu li ul{
    list-style: none;
    padding: 0px 8px 5px 8px;
    margin: 0px;

    overflow: hidden;
}

#tmenu li ul li{
    position: relative;
    display: block;
    padding: 0px;
    overflow: visible;
    padding: 1px;
}
#tmenu li ul li span.d_span{
    position: absolute;
    bottom: 0px;
    left: 16px;
    z-index: 5;

    width: 211px;
    height: 3px;
}

#tmenu li ul li a{
    position: relative;
    z-index: 10;
    display: block;
    padding: 8px 15px;
    margin: 0px;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;

    white-space: normal;

    min-width: 200px;
}

#tmenu li ul li a:hover, #tmenu li ul li a.ta_cur{
    background-image: none;
    text-decoration: underline;
    text-transform: none;
    background-color: transparent;
    color: #2953a0;

}

#tmenu td ul .drop_spacer{ border-bottom: 0px solid #fff; }

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */

/* #columnLeft, #columnMain, #columnRight{ vertical-align: top; } */

#columnLeft{
    z-index: 2000;
}

#contentContainerO{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#contentContainer{
    position: relative;
    z-index: 100;

    width: auto;
    max-width: 980px;
    margin: 0px auto;
}

#content{
    position: relative;
    padding: 0px 10px;
    height: auto;

    /* make sure it clears any columns */
    min-height: 500px;

    text-align: left;
    line-height: 1.4em;
}
.no_left{ width: 100% !important; padding: 0px !important; }
#content.home_content{ padding: 0px !important; }
#home_inner{ padding: 10px; }

#footer_top{
    text-align: center;
    background: #2c59ad;
}

#footer_contact{ }

#footer_contact_heading, #bmenu .bmenu_heading{
    border-bottom: 3px solid #3b77e5;
    padding-bottom: 5px;

    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-family: PT Sans Narrow, Helvetica, sans-serif;
    text-transform: uppercase;
}

#bottommenu{ padding: 0px; }
/*
#bmenu{ list-style: none; margin: 0px; padding: 0px; }
#bmenu .bmenu_heading{
    display: block;
    padding: 4px 6px;
}
#bmenu .bmenu_col ul{ list-style: none; margin: 0px; padding: 0px; }
#bmenu .bmenu_sub{ margin: 0px; line-height: 13px; }
#bmenu .bmenu_sub a{ color: #2c59ad; font-size: 13px; font-weight: normal; }
#bmenu .bmenu_sub a{ display: block; padding: 8px 6px; background-color: #fff; border-bottom: 1px solid #3b77e5; }
#bmenu .bmenu_sub a:hover{ text-decoration: none; }
#bmenu .bmenu_sub a:hover span{ text-decoration: underline; }
*/

#bmenu{ list-style: none; margin: 0px; padding: 0px; overflow: hidden; text-align: left; }
#bmenu li .bm_a{
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 15px 10px;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #7e7e7e;

    transition: background-color .25s ease-in;
}
#bmenu li .bm_a:hover{ color: #fff; background: #3b77e5; cursor: pointer; }

#bmenu > li{ }
.bm_a span{ position: absolute; top: 23px; right: 17px; display: block; width: 20px; height: 5px; background-color: #fff; border-radius: 1px; transition: all .2s linear; }
.bm_a span:first-child{ transform: rotateZ(180deg); }
.bm_a span:last-child{ transform: rotateZ(270deg); }

.bmenu_col.bm_active .bm_a span{
     transform: rotateZ(0deg);
}

#bottommenu li ul{ display: none; background-color: #fff; list-style: none; margin: 0px; padding: 10px; }
#bottommenu li ul li a{ display: block; font-weight: normal; color: #2c59ad; font-size: 16px; text-decoration: none; transition: color .2s linear; padding: 8px 0px; }
#bottommenu li ul li a:hover{ color: #0f75bd; text-decoration: underline; }

#footer_contact_heading{ margin-bottom: 10px; padding: 20px 10px 10px 10px; }
#footer_contact_details{ width: 100%; }
#footer_contact_address{ float: left; padding: 10px; }
#footer_contact_phone{ float: right; padding: 10px; }
#footer_contact_address, #footer_contact_address a, #footer_contact_phone{ font-size: 13px; color: #fff; line-height: 15px; }
#footer_contact_address a:hover{ text-decoration: underline; }

#footer_social_container{ width: 190px; margin: 10px auto 10px auto; }
.footer_social:first-child{ float: left; margin-right: 3px; }
#footer_subscribe{ width: 290px; margin: 0px auto; padding: 10px; }
#footer_subscribe input[type=text]{ width: 140px; }
#footer_subscribe .button, #footer_subscribe .buttonOver{ padding: 5px 8px; border: 1px solid #55b468; }

#footer_bottom{ background-color: #1a3c7a; }

#footer_menu, #footer_legal{
    position: relative;
    width: auto;
    max-width: 980px;
    margin: 0px auto;
    padding: 0px;

    text-align: left;
}

#f_copyright, #f_bx3{ color: #fff; font-size: 11px; padding: 10px; opacity: .6; text-align: center; }

#f_bx3 a{
    text-decoration: none;
    font-size: 11px;
    color: #fff;
}
#f_bx3 a:hover{ text-decoration: underline; }

/* END USUAL STRUCTURAL STUFF */

/* FORM ELEMENTS */

input, select, textarea{ color: #424242; }
input, select{
    font-weight: normal;
    font-size: 15px;
}

textarea{
    font-weight: normal;
	height: auto;
}

.button, .buttonOver{
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    text-decoration: none;
    background-color: #259e3d;
	border: 0px solid #000;
    padding: 7px 8px 9px 8px;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    opacity: .85;

    -webkit-appearance: none;
}

.button{
    color: #fff;
}
.buttonOver{
    color: #fff;
    opacity: 1;
}

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #006ac3; font-weight: bold; text-decoration: none; }
a:hover{ color: #1f5281; text-decoration: underline; }
a.cellHeader{ text-decoration: none; font-weight: bold;}
a.cellHeader:hover{ text-decoration: underline;}
a.cellHeaderSmall{ text-decoration: none; font-size: 10px; font-weight: bold;}
a.cellHeaderSmall:hover{ text-decoration: underline; }
a.cellLarge{ text-decoration:none; font-weight: normal; }
a.cellLarge:hover{ text-decoration:none;}
a.small{ font-size: 11px; font-weight: bold; margin-bottom: 4px;}
a.toolbarText{ font-weight: bold; font-size: 10px; text-decoration: none;}
a.toolbarIcon{ margin: 0px;}
a.toolbarIcon:hover{ margin: 0px;}
.toolbarIcon{ margin: 0px;}

a.home_link{ color: #e9efd3; font-size: 14px; font-weight: normal; text-decoration: underline; }
a:hover.home_link{ color: #ffffff; font-size: 14px; text-decoration: none; }

/* END ANCHORS */

/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
/* Most ie users will probably paste stuff, so here it is. */

/*used for the checkout page header text and for email header text*/
.boldHeader{ font-weight: bold; }
span.small{ font-size: 12px; }
.large{ font-size: 12px; }
.tdHeader{ font-size: 12px; }
.error{ font-weight: bold;  color: #FF0000; border: 0px solid #CCCCCC;}
span.good{ font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2, hr{ height: 1px; font-size: 1px; margin: 40px 0px; background: #89ADDC; border: 0px; line-height: 0; }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }

/* general 100% + 0 padding and 0 margin (where applicable) */
.t100{ width: 100%; margin: 0px; padding: 0px; }

.center{ text-align: center; }
.right{ text-align: right; }


.dottedHR{ border-top: 1px dotted #000000; padding: 5px 0px; }

/* CONTACT STYLES */
.contactTable{
    width: 430px !important;
    text-align: left;
}

.contactTable td{
    padding: 2px;
}

.contactLeft{
    text-align: left;
}

.contactRight{
    text-align: left;
}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

.clearBoth, .clear_both{
    clear: both;
}

.centerTable td{
    text-align: center;
}
.centerTable td a img{
    border: 0px solid #000;
}

#google_map, #google_pano{
    width: 100%;
    height: 230px;
}

#google_pano{ display: none; }


#mapDirectionsC{
    padding: 8px;
    background-color: #EBF1F9;
    border: 1px solid #D2DCEC;
}

.startAddress{
    width: 250px;
}

#directions{
    display: none;
    margin-top: 8px;
    width: 98%;
    background-color: #FFFFFF;
    border: 1px solid #D2DCEC;
}
.printDirections{
    text-align: right;
}

#workNode{ display: none; }

/* custom form cells */

.cell, .cellOdd, .cellError{ padding: 3px; }
.cellError{ background-color: #ffcfcf; }

/* search results */
.searchResults{
    margin-bottom: 15px;
}
.searchResults h3{
    margin: 0px;
    padding: 0px;
}

.searchDesc{
    padding: 5px 0px;
}
.searchURL{
    color: #25a609;
}

.resultsNav{
    border-top: 1px solid #7da7e4;
    border-bottom: 1px solid #7da7e4;
    padding: 8px 0px;
    margin: 8px 0px;
}
.resultsNav a{
    font-size: 12px;
}
.jumpNav{
    float: right;
    margin-top: 15px;
}
.resultsNav .curNav{
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.searchSuggestion{
    color: #25a609;
    font-style: italic;
    margin-bottom: 4px;
    font-size: 14px;
}
.searchSuggestion a{ font-weight: bold; font-size: 14px; }

/* end search results */

.custom_form_request{
	width: 90%;
}

.formRequired{
	font-style: italic;
}

.formRequired2{
	font-size: 11px;
	font-style: italic;
}

.captcha{
	width: 250px;
	border: 1px solid #bbb;
	padding: 5px;
	margin-right: 10px;
}

.captcha2{
	width: 250px;
	border: 1px solid #bbb;
	padding: 5px;
	margin-right: 10px;
}

.custom_multi_selects{ list-style: none; margin: 0px; padding: 0px; width: 100%; }
.custom_multi_selects li{ float: left; min-width: 150px; padding: 0px 6px 6px 0px; }

#homepage_slider{ display: none; position: absolute; top: 0px; left: 0px; z-index: -1; width: 100%; overflow: hidden; }
#homepage_slider ul{ list-style: none; position: relative; height: 613px; }
#homepage_slider ul, #homepage_slider ul li{ margin: 0px; padding: 0px; }
#homepage_slider ul li{ position: absolute; top: 0px; left: 0px; z-index: 1; }
#homepage_slider ul li:first-child{ z-index: 10; }

#home_left_container{ width: 100%; background-color: #e6e6e6; padding-left: 0px; padding-top: 0px; vertical-align: top; }
#home_left{
    text-align: center;
    margin: 0px;
}
#home_left img{ display: block; }

#home_property_search{
    background-color: #fff;
    margin-bottom: 0px;
}
#home_property_search h1{
    color: #fff;
    background-color: #3b77e5;
    font-size: 20px;
    text-transform: uppercase;
    padding: 7px 14px;
    margin: 0px;
}

#home_property_search_basic{ padding: 15px; text-align: left; }
#home_property_search_extended{ position: relative; padding: 10px 15px 65px 15px; }
#home_property_search_basic{ border-bottom: 1px solid #dcdcdc; }
#home_property_search_input_container{ position: relative; height: 36px; }
#home_property_search_basic input[type=text]{ width: 100%; font-size: 16px; padding: 5px 2px; }
#home_property_search_input_container input[type=submit]{
    position: absolute;
	top: 2px;
    right: -4px;

    display: block;
    background: url(/images/home_search_button.gif) no-repeat top left;

    width: 34px;
    height: 30px;
    padding: 0px;
    border: 0px solid #fff;
    cursor: pointer;
    text-indent: -9999em;
    opacity: .8;
}
#home_property_search_input_container input[type=submit]:hover{ opacity: 1; }
#home_property_search_button{ position: absolute; bottom: 12px; left: 14px; width: 90%; }

#home_property_search_extended input[type=text], #home_property_search_extended select{ padding: 5px 4px; }
#home_property_search_extended input[type=text], .home_property_search_price{ width: 40px; }
.home_property_search_price{ padding-right: 10px; }
.home_property_search_price:first-child{ padding-right: 0px; }
.home_property_search_heading{ text-transform: uppercase; color: 767676; font-size: 14px; }
.home_property_search_label{ text-align: center; width: 25px; color: #424242; font-size: 14px; }
#home_property_search_row2 td{ padding-top: 5px; text-align: left; }
#home_property_search_type{ width: 100%;  }
#home_property_search_extended .button, #home_property_search_extended .buttonOver{ font-size: 16px; }

#search_banner img{ width: 100%; margin-top: 10px; }

/* chrome specific hack */
@media screen and (-webkit-min-device-pixel-ratio: 0){
	#home_property_search_input_container input[type=submit]{
		top: 4px;
		right: -5px;
	}
}

#home_right_container{ width: 0%; vertical-align: top; }
#home_right{
    display: none;
    position: relative;
    height: 390px;
    /*border: 5px solid rgb(127, 127, 127);
    border: 5px solid rgba(255, 255, 255, .75);*/
    text-align: left;
    margin: 20px 0px;
}

#slide_control_prev, #slide_control_next, #slide_pagination_container{ display: none !important; }

#slide_control_prev, #slide_control_next{ position: absolute; top: 158px; width: 16px; height: 73px; opacity: .8; cursor: pointer; }
#slide_control_prev:hover, #slide_control_next:hover{ opacity: 1; }
#slide_control_prev{ left: 10px; background: url(/images/home_slides_left.png) no-repeat top left; }
#slide_control_next{ right: 10px; background: url(/images/home_slides_right.png) no-repeat top right; }
#slide_pagination_container{ position: absolute; bottom: 10px; text-align: center; width: 100%; }
#slide_pagination{ list-style: none; margin: 0px auto; padding: 0px; }
#slide_pagination li{ margin: 0px 4px; padding: 0px; float: left; }
#slide_pagination li a{ display: block; width: 15px; height: 15px; background-color: #fff799; border-radius: 12px; }
#slide_pagination li a:hover{ text-decoration: none; }
#slide_pagination li .cur_slide{ background-color: #fff; }

#home_results_heading{ float: none; font-size: 36px; padding-left: 15px; margin: 3px 0px 15px 0px; text-align: center; }
#home_filter_properties{ float: none; padding: 0px 0px 10px 0px; font-size: 14px; font-weight: bold; color: #424242; text-align: center; }
#home_filter_properties select{ font-size: 12px; }

#home_properties_container{ text-align: center; }
#home_properties{ list-style: none; padding: 0px; margin: 0px auto; width: 222px; text-align: center; }
#home_properties li{
    cursor: pointer;
    position: relative;
    margin: 0px 0px 12px 0px;
    width: 222px;
    height: 139px;
    text-align: center;

    background-color: #fff;

    -webkit-box-shadow: 0px 3px 7px rgb(206, 206, 206);
    -moz-box-shadow: 0px 3px 7px rgb(206, 206, 206);
    box-shadow: 0px 3px 7px rgb(206, 206, 206);

    -webkit-box-shadow: 0px 3px 7px rgba(206, 206, 206, 1);
    -moz-box-shadow: 0px 3px 7px rgba(206, 206, 206, 1);
    box-shadow: 0px 3px 7px rgba(206, 206, 206, 1);
}
#home_properties li:nth-child(3n+0){ margin-right: 0px; }
#home_properties li a{ display: block; position: absolute; height: 100%; width: 100%; top: 0px; left: 0px; z-index: 20000; text-indent: -9999em; }
#home_properties li .property_details_image, #home_properties li .property_details{
    position: absolute;
    top: 0px;
    left: 0px;

    /*are you flippin crazy?*/
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;

	-o-transition: all .55s ease-in-out;
	-ms-transition: all .55s ease-in-out;
	-moz-transition: all .55s ease-in-out;
	-webkit-transition: all .55s ease-in-out;
	transition: all .55s ease-in-out;
}
#home_properties li .property_details_image{
    display: block;
    border: 5px solid #fff;
    z-index: 20;
}
#home_properties li .property_details{
    background-color: #3b77e5;
    text-align: left;
    color: #fff;
    height: 119px;
    width: 192px;
    margin: 5px;
    padding: 5px 10px;
    z-index: 10;

    /*yup*/
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
}
#home_properties li .property_details_misc{ font-size: 12px; line-height: 14px; }
#home_properties li:hover .property_details_image, #home_properties .hover_flip .property_details_image{
    z-index: 10;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
#home_properties li:hover .property_details, #home_properties .hover_flip .property_details{
    z-index: 20;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
}
.property_details_address, .property_details_subdiv{ font-size: 14px; }
.property_details_price{ float: left; padding-top: 5px; }
.property_details_buttons img, .property_details_buttons input{ float: right; }
.property_details_buttons img{ padding-right: 5px; border: 0px solid #fff; }
.property_details_buttons .button, .property_details_buttons .buttonOver{ padding: 2px 3px; opacity: 1; }

.property_details_credit{ position: absolute; z-index: 25000; }

#home_property_navigation{ text-align: center; margin: 0px auto; }
#home_properties_prev, #home_properties_next{ display: block; text-indent: -9999em; width: 15px; height: 26px; }
#home_properties_prev{ background: url(/images/home_properties_left.png) no-repeat top left; float: left; }
#home_properties_next{ background: url(/images/home_properties_right.png) no-repeat top left; float: right; }
#home_properties_prev:hover{ background: url(/images/home_properties_left_hover.png) no-repeat top left; }
#home_properties_next:hover{ background: url(/images/home_properties_right_hover.png) no-repeat top left; }

#home_property_pagination_container{ padding: 8px 0px 0px 20px; }
.home_property_pagination{ display: block; float: left; text-indent: -9999em; width: 10px; height: 10px; background: url(/images/home_properties_pagination.png) no-repeat top left; margin: 0px 3px; }
.home_property_pagination:hover, #home_property_pagination_container .active_page{ background: url(/images/home_properties_pagination_active.png) no-repeat top left; }

#home_blocks_container{ margin: 30px 0px 20px 0px; background-color: #e9ebef; }
#home_blocks{ list-style: none; margin: 0px auto; padding: 0px; width: 100%; }
#home_blocks .home_block{
    float: left;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    width: 100%;

    background-color: #fff;

    -webkit-box-shadow: 0px 2px 2px rgb(100, 100, 100);
    -moz-box-shadow: 0px 2px 2px rgb(100, 100, 100);
    box-shadow: 0px 2px 2px rgb(100, 100, 100);

    -webkit-box-shadow: 0px 2px 2px rgba(100, 100, 100, 0.5);
    -moz-box-shadow: 0px 2px 2px rgba(100, 100, 100, 0.5);
    box-shadow: 0px 2px 2px rgba(100, 100, 100, 0.5);
}
#home_blocks .home_block:nth-child(2n-1){ margin-right: 0px; }
.home_block_image{ display: block; margin: 0px auto; }

.home_block_freeform{ padding: 20px; }
.home_block, .home_block div, .home_block a{ font-size: 13px; line-height: 1em; }
.home_block, .home_block div{ color: #606c81; }
.home_block h5{ font-size: 24px; margin: 0px 0px 16px 0px; padding: 0px; line-height: 28px; }
.home_block h5 strong{ color: #259e3d; }

.home_block_gallery{ overflow: hidden; position: relative; }
.home_block_gallery ul{ list-style: none; position: relative; height: 260px; }
.home_block_gallery ul, .home_block_gallery ul li{ margin: 0px; padding: 0px; }
.home_block_gallery ul li{ position: absolute; top: 0px; left: 0px; z-index: 1; }
.home_block_gallery ul li:first-child{ z-index: 10; }

.home_block_gallery_name{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 0px;
    background: url(/images/home_gallery_caption_bg.png) repeat top left;
    text-align: center;
    font-family: PT Sans Narrow, Helvetica, sans-serif;
    color: #fefff2 !important;
    font-weight: bold;
    font-size: 24px !important;
    line-height: 16px !important;
    z-index: 1000;
}
.home_block_gallery_name a{ color: #fefff2; font-size: 12px; }

.block_slide_control_prev, .block_slide_control_next{ position: absolute; top: 110px; width: 16px; height: 73px; opacity: .8; cursor: pointer; z-index: 1000; }
.block_slide_control_prev:hover, .block_slide_control_next:hover{ opacity: 1; }
.block_slide_control_prev{ left: 19px; background: url(/images/home_gallery_left.png) no-repeat top left; }
.block_slide_control_next{ right: 19px; background: url(/images/home_gallery_right.png) no-repeat top right; }

/* subdivisions */

/* rslides */

.subdivision_slides{
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.subdivision_slides li{
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.subdivision_slides li:first-child{
    position: relative;
    display: block;
    float: left;
}

.subdivision_slides img{
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

/* end rslides */

#subdivision_header_image_container{ position: relative; }
#subdivision_header_image_container.has_gallery{ cursor: pointer; }
#subdivision_header_image_overlay, #subdivision_header_image_overlay_icon{ display: none; }
#subdivision_header_image_overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: .67;
    background-color: #000;
}
#subdivision_header_image_overlay_icon{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(/images/subdivision_view_gallery_icon.png) no-repeat center center;
}
#subdivision_header_image{ display: block; }
#subdivision_gallery_list{ display: none; }

#subdivision_left{ padding: 20px 2% 0px; }
#subdivision_right_container{ padding: 0% 2%; }
#subdivision_right{ min-height: 0px !important; }

#subdivision_left h5{
    padding: 15px;
    margin: 5px 0px;
    border: 1px solid #dcdcdc;
    background-color: #f4f5f7;
    cursor: pointer;
}

#subdivision_left div{ padding: 4px 4px 20px 4px; }

#subdivision_left h5 span{
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition-duration: 200ms;
    display: block;
    float: left;
    margin-right: 5px;
}
#subdivision_left h5 span.arrow_down{
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition-duration: 200ms;
}

#subdivision_right h3{ margin-top: 0px; }
#subdivision_right #home_properties{ width: 224px !important; }
#subdivision_right #home_properties li{ margin-right: 10px; }
#subdivision_right #home_properties li:nth-child(2n+0){ margin-right: 0px !important; }
#subdivision_right #home_property_navigation{ margin-bottom: 30px; }

.subdivision_block{
    margin-top: 16px;
    padding: 16px;
    background-color: #f4f5f7;
    border: 1px solid #dcdcdc;
}
#subdivision_directions{
    margin-top: 16px;
    padding: 16px;
    background-color: #d9e6ff;
}

#subdivision_contact{
    margin: 20px 0px;
    min-height: 400px;
    height: auto;
    background: url(/images/allison-and-jamie-yancy.jpg) no-repeat top left;
}

#subdivision_contact_form{
    float: right;
    width: 350px;
    margin: 20px 20px 0px 0px;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    background-color: rgba(250, 255, 255, 0.8);
}
#subdivision_contact_form h6{
    margin: 0px 0px 20px 0px;
    font-size: 22px;
    text-transform: uppercase;
}
#subdivision_contact_form td{ padding: 4px; }
#subdivision_contact_form .ta_right{ text-align: right; }
#subdivision_contact_form span{ color: #cb0000; }

#subdivision_cf_errors{ margin-top: -10px; color: #cb0000; }

#subdivision_nav{ margin-top: -10px; margin-bottom: 10px; overflow: hidden; }
#subdivision_nav h5{ margin: 3px 0px 0px 0px; padding: 0px; float: left; }
#subdivision_nav_select{ float: left; margin: 0px 0px 0px 10px; }

#search_lcr_button{ text-align: center; padding: 20px 0px; }
#search_lcr_button a{ background-color: #259e3d; color: #fff; font-size: 18px; padding: 20px 50px; border-radius: 4px; opacity: .9; }
#search_lcr_button a:hover{ opacity: 1; text-decoration: none; }

#subdivision_list, #subpage_list{ overflow: hidden; margin: 0px; padding: 0px; }
#subdivision_list li, #subpage_list li{ list-style: none; margin-bottom: 20px; text-align: center; }

/* end subdivisions */

#directory_search_right{ padding: 10px 0px; margin-bottom: 20px; border-bottom: 1px solid #dcdee2; }

.alphaContain{ background-color: #f4f5f7; border: 1px solid #dcdee2; padding: 10px; margin-bottom: 20px; overflow: hidden; border-radius: 10px; }
.alphaList{ margin: 0px; padding: 0px; }
.alphaList li{ list-style: none; float: left; margin-right: 8px; }
.alphaList li:last-child{ margin-left: 15px; }

.bizListings{ overflow: hidden; }
.bizListings ul{ margin: 0px; padding: 0px; }
.bizListings ul li{ list-style: none; float: left; min-height: 140px; width: 49%; margin-right: 2%; }
.bizListings ul li:nth-child(2n+2){ margin-right: 0%; }

#cta_buttons{ overflow: hidden; }
#cta_buttons ul{ padding: 0px; margin: 20px auto 10px; }
#cta_buttons ul li{ list-style: none; }
#cta_buttons ul li img{ opacity: .95; }
#cta_buttons ul li img:hover{ opacity: 1; }

.home_content #cta_buttons{ margin: 10px 0px; }
.home_content #cta_buttons ul{ margin: 0px auto; }


.content_float_c{
    position: relative;
    overflow: hidden;
}

.content_left{
    /* float left, show in higher res */
    display: none;
}
.content_right{
    /* float right in higher res */

    padding: 0px 20px;
}



/* home blog styles */

.blog_listing{
    padding: 20px 0px;
}
.blog_listing:first-child{ padding-top: 0px; }
.blog_listing:first-child h5{ padding-top: 0px; margin-top: 8px; }

.blog_home{
    overflow: hidden;

    margin-bottom: 30px;

    background: #fff;

    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);

}

.blog_date{
    padding: 20px 0px 20px 0px;
    text-align: center;

}

.blog_month{
    display: block;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
}

.blog_day{
    display: block;
    font-size: 48px;
    font-weight: bold;
    line-height: 1em;
}

.blog_home_txt{
    padding: 30px 10px;
    font-size: 16px;
}

.blog_title_home{
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}

.blog_title_home a{
    font-weight: bold;
    text-decoration: none;
}

.blog_share{
    padding-left: 40px;
}


.comment_c{
    padding: 30px 0px;
    border-bottom: 1px solid #f0f1f2;
}
.comment_attr{
    padding-bottom: 10px;
    font-style: italic;
}
.comment_nav_c{
    padding: 20px 0px;
}

.blogs_list_name h5 a{ font-size: 40px; }



/* default size */
@media only screen and (min-width: 320px){ }

@media only screen and (min-width: 480px){
#header_right{ width: 200px; }
#header_tagline, #call_now_button{ padding-right: 20px; }
#header_tagline{ display: block; font-size: 21px; }
#header_tagline div{ font-size: 27px; }
#call_now_button{ padding-top: 5px; }
#subdivision_list li, #subpage_list li{ float: left; width: 49%; margin-right: 2%; }
#subdivision_list li:nth-child(2n+2), #subpage_list li:nth-child(2n+2){ margin-right: 0%; }
}

@media only screen and (min-width: 580px){
#subdivision_right #home_properties{ width: 465px !important; }
#subdivision_right #home_properties li{ float: left; }
}


@media only screen and (min-width: 640px){
#home_left_container{ padding-left: 10px; }
#home_left{ text-align: center; margin: 20px 10px 20px 0px; }


#home_property_search h1{ font-size: 25px; }
#home_property_search_extended input[type=text], .home_property_search_price{ width: 75px; }

#contentContainer{ padding-top: 40px; }
#pageContainer.home_container #contentContainer{ padding-top: 0px; }

#columnLeft{ float: left; width: 31.38%; margin-right: 3.5%; }
#content{ float: right; width: 65.12%; padding: 0px 0px 10px 0px; }
#content h1{ margin-top: 0px; }

#pageContainer.home_container #columnLeft{ padding-top: 10px; }
#content.home_content{ padding-top: 5px !important; }

#home_blocks_container{ padding: 30px; }
#home_blocks, #home_blocks .home_block{ width: 329px; }

#cta_buttons ul{ max-width: 680px; }
#cta_buttons ul li{ float: left; width: 49%; margin-right: 2%; }
#cta_buttons ul li:last-child{ margin-right: 0%; }



}

@media only screen and (min-width: 768px){
#header_right{ display: block; width: 572px; }
#header_tagline{ padding-top: 20px; }

#call_now_button{ padding-top: 0px; }
#call_now_button a, #call_now_button strong{ font-family: 'Raleway', sans-serif; }
#call_now_button a{ padding: 0px; background-color: transparent; cursor: default; }
#call_now_button a strong{ display: inline; }
#call_now_button a span{ display: none; }

#hmenu li a{ font-size: 14px; }
#header_photo{ display: inline; }
#menubar_phone{
    top: 67px;
    right: 0px;
    padding: 13px 0px;
    width: 220px;
}
#home_results_heading{ margin-top: 0px; }
.home_property_search_heading:first-child{ text-align: left; }

#home_property_search_input_container input[type=submit]{
	top: 3px;
	right: 36px;
}
#home_property_search_basic input[type=text]{ width: 300px; font-size: 18px; }
#home_property_search_type{ width: 270px;  }

.home_content #home_properties{ width: 456px; margin: 0px auto; }
.home_content #home_properties li{ float: left; margin-right: 10px; }
.home_content #home_properties li:nth-child(3n+0){ margin-right: 10px }
.home_content #home_properties li:nth-child(2n+0){ margin-right: 0px; }
#home_left_container{ width: 380px; background-color: transparent; padding: 0px; }
#search_banner{ height: 129px; overflow: hidden; display: block; text-align: center; }
#home_right_container{ max-width: 589px; }

@media screen and (-webkit-min-device-pixel-ratio: 0){
	#home_property_search_input_container input[type=submit]{
		top: 5px;
		right: 36px;
	}
}
}

@media only screen and (min-width: 800px){
#menubar_container{
    background-image: none;
    height: auto;
    cursor: default;
}
#menubar{ display: block !important; top: 0px; background-color: transparent; }
#tmenu li{ float: left; }
#tmenu li a{ text-align: center; padding: 15px 10px 14px; font-size: 14px; }
#tmenu li .ta_home{ display: block; }
#tmenu li div{
    display: none;
    position: absolute;
    top: 45px;
    max-width: 230px;
    background-color: #f4f5f7;

    -webkit-box-shadow: 0px 1px 1px rgb(163, 163, 163)
    -moz-box-shadow: 0px 1px 1px rgb(163, 163, 163)
    box-shadow: 0px 1px 1px rgb(163, 163, 163)

    -webkit-box-shadow: 0px 1px 1px rgba(163, 163, 163, 0.75);
    -moz-box-shadow: 0px 1px 1px rgba(163, 163, 163, 0.75);
    box-shadow: 0px 1px 1px rgba(163, 163, 163, 0.75);
}
#tmenu li ul li a{ padding: 8px 6px; font-family: 'Open Sans', sans-serif; font-size: 14px; }
#homepage_slider, #home_right{ display: block; }
#bmenu .bmenu_heading{ font-size: 14px; }
}

@media only screen and (min-width: 840px){
#subdivision_left{ width: 47%; margin-right: 3%; float: left; padding: 20px 0px 0px; }
#subdivision_right_container{ padding: 0px 0px 0px 5%; }
#subdivision_right{ width: 50%; float: right; background: url(/images/right-column-gradient.gif) repeat-y top left; }
}

@media only screen and (min-width: 900px){
#tmenu li a{ font-size: 16px; }
#bmenu .bmenu_heading{ font-size: 18px; }
#footer_contact_details{ width: 290px; float: left; }
#footer_right{ float: right; width: 600px; padding-bottom: 40px; }
#footer_social_container{ width: 260px; }
.footer_social{ float: left; border-right: 1px solid #3b77e5; padding: 5px 20px; }
#footer_subscribe{ float: left; margin-top: 17px; padding: 0px 0px 0px 20px; }
}

@media only screen and (min-width: 940px){
.bizListings ul li{ width: 30%; margin-right: 5%; }
.bizListings ul li:nth-child(2n+2){ margin-right: 5%; }
.bizListings ul li:nth-child(3n+3){ margin-right: 0%; }
}

@media only screen and (min-width: 980px){
#bottommenu{  }
#bottommenu > li{ float: left; margin: 0px; min-height: 260px; width: 33%; }
.bm_a span{ display: none; }

#bottommenu li .bm_a{
    border-bottom: 0px;
    padding: 0px 0px 5px 0px;
    font-size: 18px;
    font-weight: bold;
    cursor: default;
}

#bottommenu li .bm_a:hover{
    background: transparent;
}

#bottommenu li ul{ display: block !important; background: transparent; padding: 0px; margin-top: 5px; }
#bottommenu li ul li{ padding: 3px 0px; }
#bottommenu li ul li a{ display: inline; color: #fff; padding: 0px; font-size: 13px; font-weight: normal; }

#bottommenu li ul li a:hover{
    color: #fff;
    text-decoration: underline;
}

#bmenu .bmenu_col{ float: left; width: 23.5%; margin-left: 2%; }
#bmenu .bmenu_col:first-child{ margin-left: 0%; }
#bottommenu #bmenu .bmenu_heading{ margin-top: 0px; border-bottom: 3px solid #3B77E5; }
#bmenu .bmenu_sub a{ padding: 3px 0px 3px 5px; background-color: transparent; border-bottom: 0px solid #fff; color: #fff; }
#bottommenu{ padding: 27px 0px 29px 0px; }

#footer_social_container{ width: 260px; float: left; padding-top: 0px; margin: 10px 0px 0px 0px; }
#footer_subscribe{ float: right; padding-top: 12px; width: auto; }

#footer_contact_details, #footer_contact_address, #footer_contact_phone{ padding: 0px; }
#footer_contact_address{ margin-right: 30px; }

#f_copyright{ float: left; }
#f_bx3{ float: right; }


.content_left{
    display: block;
    float: left;
    width: 21%;

    margin-right: 3%;

    padding-right: 4px;

}
.content_right{
    float: right;
    width: 75%;

    padding: 0px;

    margin-bottom: 40px;
}

}


@media only screen and (min-width: 994px){
#tmenu li a{ font-size: 18px; }
#menubar_phone{
    top: 0px;
    right: 0px;
    padding: 13px 0px;
    width: 220px;
}
#columnLeft{ width: 21.7%; }
#content{ padding: 0px 0px 20px 0px; width: 74.8%; }
.home_content #home_properties{ width: 686px; }
.home_content #home_properties li{ margin-right: 10px; }
.home_content #home_properties li:nth-child(2n+0){ margin-right: 10px; }
.home_content #home_properties li:nth-child(3n+0){ margin-right: 0px; }
#home_blocks{ width: 100%; }
#home_blocks .home_block:nth-child(2n-1){ margin-right: 13px; }
#home_results_heading{ float: left; text-align: left; margin-bottom: 10px; margin-top: 4px; }
#home_filter_properties{ float: right; text-align: left; padding: 14px 0px 10px 15px; }
}

@media only screen and (min-width: 1040px){

#home_inner {
    padding: 40px 0 0;
}

}


/* Featured Property Styles */

#featured_property {
    background-color: #f4f4f4;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding: 5px;
    text-align: center;
}
#featured_property > h2 {
    margin: 5px 0 8px;
}
.feat_list_img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    width: 100%;
}
.top_feat_c {
    padding: 10px;
}
.feat_list_addr, .feat_list_subd {
    color: #3b77e5;
    font-weight: 600;
}
.feat_list_addr {
    font-size: 20px;
}
.feat_list_subd {
    font-size: 16px;
}
.feat_list_price {
    float: right;
    font-size: 20px;
    font-weight: 600;
}
.feat_content {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    color: #606c81;
    text-align: left;
}
.bot_feat_c > ul {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.bot_feat_c li {
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
    display: block;
    float: left;
    max-height: 69px;
    padding: 12px 0;
    text-align: center;
    width: 33.333%;
}
.bot_feat_c li:nth-child(3), .bot_feat_c li:nth-child(5) {
    border-right: 0 none;
}
.bot_feat_c li:nth-child(4), .bot_feat_c li:nth-child(5) {
    width: 50%;
}
.bot_feat_c li strong {
    display: block;
}

.bot_feat_c_i{ padding: 20px; }
.bot_feat_c_i > h2, .bot_feat_c_i > h3, .bot_feat_c_i > h4, .bot_feat_c_i > h5, .bot_feat_c_i > h6{ padding-top: 0px; margin-top: 0px; }

#featured_property a:hover {
    text-decoration: none;
}

@media screen and (min-width: 780px){

#featured_property {
    margin-bottom: 25px;
    padding: 15px 20px 20px;
}
.feat_list_img {
    height: 350px;
}
.feat_list_price, .feat_list_addr {
    font-size: 30px;
}
.feat_list_subd {
    font-size: 24px;
}
.bot_feat_c li:nth-child(3) {
    border-right: 1px solid #e6e6e6;
}
.bot_feat_c li, .bot_feat_c li:nth-child(4), .bot_feat_c li:nth-child(5) {
    width: 20%;
}
.bot_feat_c li strong {
    font-size: 24px;
}
#featured_property > h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

}

@media screen and (min-width: 980px){

.feat_list_img {
    height: 450px;
}
.top_feat_c {
    padding: 15px 20px;
}

}