/**   Styles for "Screen" Media
*     File: _structure-all.css
*     Theme: 0011
*     Author: Stephen Davis & Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2010-07-22 (by Nate Hanna)
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html {
   font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
   font-family: "Trebuchet MS", Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;
}
   a { text-decoration: underline; }
      a:hover { text-decoration: none; }
      a img { border: 0; }

   h1, h2, h3, h4, h5, h6,
   .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
      line-height: 1.25em;
      font-weight: normal;
   }
      h1, .content h1 { font-size: 1.8em; }
      h2, .content h2 { font-size: 1.5em; }
      h3, .content h3 { font-size: 1.4em; }
      h4, .content h4 { font-size: 1.2em; }
      h5, .content h5 { font-size: 1.0em; }
      h6, .content h6 { font-size: 0.9em; }

div.hr {
   height: 1px;
   margin: 1.6em 0 1.6em 0;
   background: #000 no-repeat scroll center;
}
   div.hr hr { display: none; }

td.content th, td.content td { padding: 0.4em; }

#wrapper {
   position: relative;
   width: 974px;
   margin: 0 auto;
}


/** Header
-------------------------- **/
/** @group header */
#header {
   width: inherit;
   height: 435px;
}

#hdrImg #img {
   position: absolute;
   left: 12px;
   top: 176px;
   width: 955px;
   height: 248px;
   overflow: hidden;
}
   .layout_randomsidebar #hdrImg #img, .layout_4divcolumns #hdrImg #img { width: 580px; }

#hdrImg #corner1 {
   display: block;
   width: 974px;
   height: 268px;
   position: absolute;
   left: 0;
   top: 166px;
   z-index: 1;
}
   #hdrImg #corner2, #hdrImg #corner3, #hdrImg #corner4 { display: none; }
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper {
   min-height: 300px;
}
/** @group contentSlot */
#contentSlot {
   width: 520px;
   float: left;
   padding: 20px 30px;
}
   #contentSlot iframe { width: 520px; }

   h1.pg_title { font-size: 2.2em; margin-top: 0.2em; }

   .layout_randomsidebar #column2,
   .layout_4divcolumns #column2,
   .has_hdr_img_txt #img_descr {
      position: absolute;
      top: 176px;
      right: 13px;
      width: 312px;
      height: 207px;
      padding: 20px 36px;
      overflow: auto;
      z-index: 2;
   }
      .layout_4divcolumns #column3, .layout_4divcolumns #column4 { display: none; }
/* @end contentSlot **/
/** @group sideBar */
#sideBar {
   width: 360px;
   float: right;
}
   #sideBar h4, #sideBar .title { text-transform: uppercase; }
#sideBarHook { padding: 46px 0 30px; }
   #search, #newsletter { padding-bottom: 10px; }
      #search .title, #newsletter .title {
         font-size: 1.2em;
         padding-bottom: 18px;
      }
      #search input, #newsletter input {
         padding: 4px 5px;
         margin-right: 6px;
      }
         #newsletter .authcode #newsletter #insertFlash {
            vertical-align: middle;
         }
      #search button, #newsletter button {
         padding: 3px 5px;
         font-size: 0.9em;
         cursor: pointer;
         overflow: visible;
      }


#newsletter { margin-top: 20px; }
#newsletter .title, #search .title {
   font-size: 1.3em;
   letter-spacing: 0.1em;
   padding-bottom: 0;
}
#newsletter form, #search form { padding-top: 10px; }
#newsletter #authcode, #newsletter .authcode { vertical-align: middle; }

#newsletter #authcode { width: 104px; }

#search { margin: 20px 0 30px; }

/*#sideBar input { padding: 4px 4px 5px; }*/
#sideBar input.search {
   width: 140px;
   margin-right: 4px;
   margin-left: 42px;
}
#sideBar input.email { width: 244px; }

#sideBar button,
#formContent input.submit {
   text-transform: uppercase;
   padding: 3px 5px 4px;
   overflow: visible;
   font-size: 0.9em;
}

#vcard {
   position: absolute;
   top: 50px;
   right: 0;
   text-align: right;
   font-size: 1.15em;
   letter-spacing: 0.05em;
}
   #vcard .org { display: none; }
   #vcard .adr { font-size: 1.2em; }

/** @group topNavigation */
#topNavigation {
   position: absolute;
   top: 115px;
   left: 0;
   width: 974px;
   height: 45px;
   padding: 0;
   margin: 0;
   z-index: 5;
}
   #topNavigation ul {
      padding: 0;
      margin: 0;
   }
      #topNavigation ul li {
         background: none;
         padding: 0;
         margin: 0;
      }
         #topNavigation ul li a {
            font-size: 13px;
            letter-spacing: 1px;
            text-transform: uppercase;
            border: none;
            margin: 0;
            padding: 0;
            line-height: 45px;
            cursor: pointer;
            height: 100%;
         }
            #topNavigation ul li a span {
               display: block;
               padding: 0 32px;
            }
            .os_linux #topNavigation ul li a span { padding: 0 28px; }
   #topNavigation ul li ul {
      width: 180px;
      top: 45px;
      z-index: 5;
   }
         #topNavigation ul li ul li a, #topNavigation ul li.selected ul li a { line-height: normal; }
            #topNavigation ul li li a span { background: none; padding: 8px 12px; }
   #topNavigation ul li ul li ul {
      left: 180px;
      top: 0;
   }
/* @end topNavigation **/

/* @end sideBar **/
/* @end contentWrapper **/


/** @group store */
.store #header { height: 233px; }

.store #breadcrumbs {
   margin-top: -60px;
   padding-bottom: 26px;
}

.store #hdrImg { display: none; }

.store .dialog { border: 0; }

a.product-title {
   display: block;
   margin-top: 20px;
}

.menu-dialog div.full { padding-left: 20px; }

button.button .button-right, button.button .button-left {
   font-size: 11px;
   line-height: normal;
   min-height: 0;
   height: auto;
   font-weight: bold;
   padding: 0;
}

.buttons-row button,
.button-row button,
div.button a,
div.menu-button a,
button.main-button,
div.main-button a {
   font-weight: normal;
   text-transform: uppercase;
   padding: 2px 10px;
   font-size: 11px;
   height: auto;
}

.button-row button, .buttons-row button { padding: 4px 10px; }

.data-table textarea { min-width: 388px; }

tr.flc-tab-links td, td.product-cell { padding: 0 8px; }

.store .order-invoice { padding: 8px; }

.menu-dialog .content { background: none; }

.menu-dialog .title-bar {
   font-size: 1.3em;
   font-weight: normal;
   padding-left: 0;
   background: none;
}
/* @end store **/


/** Footer
-------------------------- **/
/** @group footer */
#footer {
   position: relative;
   height: 136px;
   padding-top: 40px;
   z-index: 10;
}
#copyright { float: left; padding-left: 10px; }
#siteBy { float: right; }
      #footer a { text-decoration: none; }
      #footer a:hover{ text-decoration: underline; }
#spark_outer_footer {
   display: block;
   height: 176px;
   margin-top: -176px;
}
/* @end footer **/


/** @group formContent */
#formContent td.content label { font-weight: normal; }
#formContent select, #formContent input.input, #formContent textarea.textarea { border-color: #000; }
#formContent input.submit {
   background-color: #000;
   border: 1px solid #000;
   border-left-color: #333;
   border-top-color: #333;
   color: #FFF;
}
/* @end formContent **/


/** Class Styles
-------------------------- **/
.hidden, .printOnly, #outer_footer { display: none; }

.content {
   font-size: 1.2em;
   line-height: 1.4em;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
}

.clearafter:after {
   content: "";
   display: block; 
   height: 100%;
   clear: both;
   visibility: hidden;
}



/** @group mls */
#mls_vcard {
   width: 800px;
   position: absolute;
   top: 5px;
   left: 25px;
   z-index: 5;
}
#mls_vcard #registered_realtor { padding-top: 6px; }
   #mls_vcard #registered_realtor img { cursor: help; }
#mls_vcard .photo,
#mls_vcard .details { 
   float: left;
   padding-right: 15px;
}
   #mls_vcard .photo { padding-top: 9px; }
      #mls_vcard .photo img { height: 90px; }
#mls_vcard .fn {
   font-size: 2.2em;
   font-family: Georgia, "New York", Garamond, "Times New Roman", Times, serif;
   font-weight: lighter;
   padding-top: 10px;
   min-width: 200px;
}
#mls_vcard .title, #mls_vcard .tel {
   font-family: "Trebuchet MS", Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;
   font-size: 1.4em;
   letter-spacing: 0.1em;
}
   #mls_vcard .title { padding-bottom: 0.2em; }
/** @group mls_banner */
#mls_banner {
   position: absolute;
   top: 0;
   left: 750px;
   z-index: 6;
}
/* @end mls_banner **/
/** @group property_details */
#shadowbox_loading a, #shadowbox_loading a:visited { color: #FFF; text-decoration: none; }

.mls #property_details {
   min-height: 770px;
}

.mls #property_details .vcard { 
   padding-bottom: 15px;
   min-height: 0;
}
.mls #property_details .vcard .adr { font-size: 2.2em; margin-top: 0; }
.mls #property_photo {
   width: 355px;
   padding-top: 15px;
   margin: 0 auto;
}
   .mls #property_photo #enlarged { 
      text-align: center;
      width: 353px;
      padding: 2px 1px;
      margin-bottom: 4px;
      overflow: hidden;
   }
      .mls #property_photo a {
         position: static;
         padding: 0;
      }
.mls #property_interact {
   width: 310px;
   /*float: right;*/
   position: absolute;
   top: 460px;
   left: 600px;
}
/** @group property_menu */
.mls #property_menu {
   margin: 0;
   padding: 0;
   list-style: none;
}
   .mls #property_menu li {
      display: block;
      font-size: 1.1em;
      padding: 0;
      margin: -1px 0 0;
      overflow: hidden;
   }
      .mls #property_menu li.icon span {
         display: block;
         padding-left: 36px;
         padding: 10px 8px 9px 45px;
         background-repeat: no-repeat;
         background-color: transparent;
         background-position: 8px 5px;
         height: 17px;
         cursor: pointer;
      }
      .mls #property_menu li span a { display: block; padding: 0; position: static; }
         .mls #property_menu li span a { text-decoration: none; }
         .mls #property_menu li.listing_details span { background-image: url("/spark/_mls/images/icon_listingDetails.png"); }
         .mls #property_menu li.request_showing span { background-image: url("/spark/_mls/images/icon_showing.png"); }
         .mls #property_menu li.mortgage_calculator span { background-image: url("/spark/_mls/images/icon_calculator.png"); }
         .mls #property_menu li.view_on_map span { background-image: url("/spark/_mls/images/icon_viewMap.png"); }
         .mls #property_menu li.send_to_friend span { background-image: url("/spark/_mls/images/icon_sendFriend.png"); }
         .mls #property_menu li.take_virtual_tour span { background-image: url("/spark/_mls/images/icon_virtualTour.png"); }
         .mls #property_menu li.favorites span { background-image: url("/spark/_mls/images/icon_favorites.png"); }
      .mls #property_menu li ul { margin: 0; padding: 0; list-style: none; }
         .mls #property_menu li ul li { 
            padding: 0;
            font-size: 0.9em;
            background-image: none;
         }
   #TB_iframeContent { overflow: hidden; }
/* @end property_menu **/


.mls #property_details #propertyInfo table td { padding: 2px 5px 2px 8px; }
.mls #property_details #propertyInfo table td.label { text-align: right; }


.mls #property_details #remarks { line-height: 1.65em; }

.mls #property_details #search_results {
   position: absolute;
   top: 455px;
   left: 420px;
   width: 135px;
}
   .mls #property_details #search_results a { white-space: nowrap; }
.mls #property_details .toggle_content { padding: 8px 15px 20px; }
   .mls #property_details table td, .mls #property_details table th { padding: 3px 8px; }
.mls #property_details table td.label { 
/*   white-space:nowrap; */
   text-align: right; 
}

/** @group thumb_slider */
.mls #property_details #thumbnails {
  width: 355px;
  position: relative;
  overflow: hidden;
  height: 265px;
}
   .mls #property_details .thumbs_total_pgs_1 #thumbnails.thumbs_total_images_1,
   .mls #property_details .thumbs_total_pgs_1 #thumbnails.thumbs_total_images_2,
   .mls #property_details .thumbs_total_pgs_1 #thumbnails.thumbs_total_images_3 { height: 90px; }
   
   .mls #property_details .thumbs_total_pgs_1 #thumbnails.thumbs_total_images_4,
   .mls #property_details .thumbs_total_pgs_1 #thumbnails.thumbs_total_images_5,
   .mls #property_details .thumbs_total_pgs_1 #thumbnails.thumbs_total_images_6 { height: 180px; }

.mls #property_details #thumb_slider {
  width: 20000em;
  position: absolute;
  clear: both;
  margin-left: -4px;
}
.mls #property_details #thumb_slider .thumbs_group {
   width: 360px;
   float: left;
}
.mls #property_details #thumb_slider .thumb {
  display:block;
  float:left;
  padding: 1px;
  margin: 2px;
  height: 78px;
  width: 112px;
  overflow: hidden;
}
.mls #property_details #thumb_slider .thumb img { margin: 0 auto; }
.mls #property_details #thumb_slider .thumb a img { display:block; }

/* prev, next, prevPage and nextPage buttons */
.mls #property_details a.prev,
.mls #property_details a.prevPage,
.mls #property_details a.next,
.mls #property_details a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background: transparent url('/jquery/plugins/tools/1.0.2/left.png') no-repeat;
	float:left;
	margin: 0 10px;
	cursor:pointer;
	font-size:1px;
}
   .mls #property_details a.prev,
   .mls #property_details a.prevPage { margin-right: 15px; margin-left: 124px; }

/* mouseover state */
.mls #property_details a.prev:hover, 
.mls #property_details a.next:hover, 
.mls #property_details a.prevPage:hover, 
.mls #property_details a.nextPage:hover { background-position: 0px -18px; }
/* disabled navigational button */
.mls #property_details a.disabled { visibility:hidden !important; }
/* next button uses another background image */
.mls #property_details a.next, 
.mls #property_details a.nextPage {
	background-image: url('/jquery/plugins/tools/1.0.2/right.png');
	clear:right;	
}
/*********** navigator ***********/
/* position and dimensions of the navigator */
.mls #property_details div.navi {
   float: left;
	width:46px;
	height:20px;
	margin-top: 3px;
}
/* items inside navigator */
.mls #property_details div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background: url('/jquery/plugins/tools/1.0.2/navigator.png') 0 0 no-repeat;
	display:block;
	font-size:1px;
}
/* mouseover state */
.mls #property_details div.navi a:hover { background-position:0 -8px; }

/* active state (current page state) */
.mls #property_details div.navi a.active { background-position: 0 -16px; }
/* @end thumb_slider **/
/** @group request_a_showing_form */
.mls #property_menu form { padding: 20px; }
   .mls #comments { width: 265px; }
.mls div.error {
   color:#FFF;
   margin: 0;
   padding: 5px 8px;
   background-color: #8D1C1C;
}
.mls div.success {
   color: #FFF;
   padding: 15px 20px;
   background-color: #62AA27;
}
/* @end request_a_showing_form **/
/** @group mortgage_calculator */
#mortgage_calculator { 
   width: 272px;
   margin: 0 auto;
}
#mortgage_calculator label { display: block; }
#mortgage_calculator input { 
   width: 180px;
   margin-right: 4px;
}
#property_details #mortgage_calculator { margin: 0 10px; }
#mortgage_calculator table td { padding-bottom: 5px; }
#mortgage_calculator table td.td_submit { padding-top: 8px; }
/* @end mortgage_calculator **/
/* @end property_details **/
/** @group adv_search */
.mls #mls_quick_search {
   position: absolute;
   top: 185px;
   left: 595px;
   z-index: 3;
   width: 350px;
}
/*   .mls #mls_quick_search legend + * { margin-top: 0.15em; }*/
   .mls #mls_quick_search.is_adv_search {
      top: 619px;
      left: 595px;
      width: 350px;
   }
.mls #mls_quick_search label { 
   display: block;
   width: 170px;
   padding: 2px 5px 0 0;
   text-align: right;
   float: left;
 }
   .mls #mls_quick_search.is_adv_search label {
      float: none;
      text-align: left;
   }
.mls #mls_quick_search .input_no_label { padding-top: 0.2em; text-align: right; }
   .mls #mls_quick_search.is_adv_search .input_no_label { text-align: left; }
.mls #adv_search .threeCol { width: 170px; }
.mls #adv_search .floatLeft { float:left; }
   .mls #mls_quick_search.is_adv_search #div_city {
      width: auto;
      float: none; 
   }
/*.mls #mls_quick_search .adv_search div.submit { 
   position: absolute;
   left: -305px;
   top: 790px;
   float: none;
   margin: 0;
}*/
.mls #mls_quick_search a.adv_search { 
   display: block;
   padding: 0.3em 0.2em;
   float: right;
}
   .mls #mls_quick_search .adv_search div { margin-bottom: 0.4em; }
/* @end adv_search **/

/** @group mls_sidebar */
.mls #sideBar div.title { margin: 0; padding: 0; text-align: right; }
   .mls #mls_quick_search.is_adv_search div.title { display: none; }
.mls #sideBar form {
   margin: 0;
   padding: 3px 0 0;
}
   .mls #sideBar fieldset {
      margin: 0;
      padding: 0;
      border: 0;
   }

.mls #sideBar form div.submit { padding-top: 3px; }

.mls #mls_quick_search div.submit { 
   float: right; 
   margin-left: 12px;
}
   .mls #mls_quick_search.is_adv_search div.submit { 
      padding-top: 0.3em; 
      float: left;
      margin: 0;
   }
   .mls #mls_quick_search select { width: 172px; }
   .mls #mls_quick_search #mls_number { width: 150px; }
   .mls #mls_quick_search div { margin-bottom: 0.4em; }

   .mls #mls_quick_search #div_city { 
      float: left;
      width: 180px;
   } 

.home .mls #mls_featured_property {
   position: absolute;
   top: 460px;
   left: 600px;
   width: 265px;
}
   .home .mls #mls_featured_property .hlisting { 
      padding: 0 0 0 15px;
      cursor: pointer;
   }
   .mls #mls_featured_property .photo { 
      padding: 8px 0 4px;
      width: 265px;
      height: 170px;
      overflow: hidden;
   }
   .mls #mls_featured_property .summary { 
      text-align: center;
      font-size: 1.3em;
      padding-right: 15px;
   }
      .mls #mls_featured_property pre {
         position: absolute;
         top: 0;
         right: -30px;
         z-index: 3;
         background: #FFF;
         border: 1px dashed #000;
         opacity: 0.55;
      }
      .mls #mls_featured_property .title { font-size: 1.4em; }
      .mls #mls_featured_property .summary .price { padding-right: 8px; }
      .mls #mls_featured_property .summary .location { padding-left: 8px; }

.mls #mls_searchby_number { display: none; }

.home .mls #marginContent { padding-top: 205px; }
/* @end mls_sidebar **/
/** @group search_results */
/** @group search_nav */
.mls .search_nav {
   width: 519px;
   margin: 0 auto;
   text-align: center;
}
.mls #top_nav { padding-bottom: 0.4em; }
.mls #bottom_nav { padding-top: 0.8em; }
   .mls .page_result_text {
      color: #999;
      padding-bottom: 0.4em;
   }
   .mls .page_numbers {
      height: 34px;
      position: relative;
      padding-top: 11px;
      font-size: 1.1em;
   }
      .mls .page_numbers a {
         padding: 0 3px;
         position: static;
         text-decoration: none;
      }
      .mls .page_numbers .prev_link,
      .mls .page_numbers .next_link {
         position: absolute;
         top: 11px;
         left: 15px;
      }
         .mls .page_numbers .next_link {
            left: auto;
            right: 15px;
         }
/* @end search_nav **/
/** @group listings */
.mls #search_results #listings { padding-top: 0.2em; }
   .mls #search_results #listings div.hr { margin: 0.2em 0; }
/** @group property */
.mls #search_results .property { position: relative; padding: 10px 0; }
   .mls #search_results .property:hover { cursor: pointer; }

.mls #search_results .property .photo {
   width: 189px;
   height: 150px;
   overflow: hidden;
   float: left;
   padding-left: 5px;
   padding-right: 10px;
   padding-top: 25px;
}
.mls #search_results .details {
   width: 315px;
   float:  left;
}
   .mls #search_results .details .street-address { font-size: 1.3em; }
   .mls #search_results .details .features { padding: 15px 0 0; }
   .mls #search_results .details .features ul {
      margin: 0;
      padding: 0;
      list-style: none;
   }
      .mls #search_results .details .features li { margin-bottom: 0.5em; }
      .mls #search_results .details .features .col1, #search_results .details .features .col2 { width: 187px; float: left; }
      .mls #search_results .details .features .col1 { width: 127px; }

.mls #search_results .price_specs {
   width: 189px;
   position: absolute;
   top: 10px;
   left: 3px;
   margin-right: -10px;
   font-size: 1.4em;
   text-align: right;
}
/* @end property **/
/* @end listings **/
/* @end search_results **/

#custom_footer,
#prudential_txt {
   position: relative;
   font-size: 1.0em;
   line-height: 1.1em;
   top: 40px;
/*   padding: 0 20px;*/
   text-align: center; 
   z-index: 10;
   width: 520px; margin: 0 auto;
}
#privacy_notice { 
/*   width: 720px;*/
/*   margin: 0 auto;*/
   padding: 10px 0;
}
/* @end mls **/