/**   Styles for "Screen" Media
*     File: styles.css
*     Theme: 0020 (translucent)
*     Author: Stephen Davis & Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2011-01-18 (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;
   height: 100%;
}
body { padding-bottom: 0; height: 100%; }
   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,
   div.title {
      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, div.title { 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; }

#outer_wrapper {
   position: relative;
   width: 885px;
   margin: 0 auto;
   
}
#wrapper { padding: 0 18px; height: 100%; }


/** Header
-------------------------- **/
/** @group header */
#header { height: 132px; }
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper {
   min-height: 400px;
   padding: 0 1px;
}
/** @group contentSlot */
#contentSlot {
   width: 583px;
   min-height: 600px;
   float: right;
}
   #contentSlot iframe { width: 533px; }
   #contentSlot #layout { padding: 0 25px; }
   #contentSlot #hdrImg { width: 582px; overflow: hidden; }

/** @group loginBox */
#resetBox *, #loginBox * { color: #333; }
   #loginBox .hdr big { color: #000; }
   #resetBox h1 { margin-top: 0.3em; }
/* @end loginBox **/

/* @end contentSlot **/
/** @group sideBar */
#sideBar {
   width: 263px;
   float: left;
}
#sideBar #marginContent { 
   width: 263px;
   overflow: hidden; 
}
#sideBar #marginContent .margincontent, #social_media ul { padding: 0 20px; }
   #sideBarContent .spacer > h1, #sideBarContent .spacer > h2, #sideBarContent .spacer > h3,
   #sideBarContent .spacer > h4, #sideBarContent .spacer > h5, #sideBarContent .spacer > h6,
   #sideBar #vcard .title,
   #sideBar #marginContent h1, #sideBar #marginContent h2, #sideBar #marginContent h3, 
   #sideBar #marginContent h4,  #sideBar #marginContent h5,  #sideBar #marginContent h6 {
      position: relative;
      margin-left: -20px;
   }
   #sideBar #marginContent ul, #sideBar #marginContent ol { padding-left: 1.55em; }
#sideBar div.title,
#sideBar h1, #sideBar h2, #sideBar h3, #sideBar h4,  #sideBar h5,  #sideBar h6 {
   font-size:1.2em;
   padding: 6px 20px;
   margin: 1em 0;
   width: 223px;
}

#newsletter form, #search form {
   padding: 20px;
   padding-top: 10px;
}
#newsletter #authcode, #newsletter .authcode { vertical-align: middle; }

#newsletter #authcode { width: 70px; }

#search { margin-top: 20px; }

#sideBar input, #layout #resetBox input { padding: 4px 5px 5px; }
   #layout #resetBox input#username { width: 235px; }
#sideBar input.search,
#sideBar input.search {
   width: 140px;
   margin-right: 4px;
}
#sideBar input.email { width: 204px; }

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

/** @group topNavigation */
#topNavigation {
   width: 263px;
   z-index: 10;
}
   #topNavigation ul {
      width: 239px;
      margin: 0;
      padding: 10px 0;
      margin-left: 24px;
      float: none;
   }
      #topNavigation ul li {
         margin: 0;
         padding: 0;
         float: none;
         background: none;
         width: 100%;
      }
      #topNavigation ul li.selected { list-style: square; }
         #topNavigation ul li a {
            display: block;
            padding: 12px 6px;
            border: 0;
            font-size: 14px;
         }
         #topNavigation ul li a:hover { text-decoration: underline; }
   #topNavigation ul li ul {
      left: 100%;
      margin-left: 0;
      top: 0;
      padding: 0;
      border-bottom: 0;
      width: 200px;
   }
         #topNavigation ul li ul li a {
            padding: 10px 12px;
            margin: 0;
         }
         #topNavigation ul li ul li a:hover { text-decoration: none; }
/* @end topNavigation **/
/** @group .vcard */
.vcard { color: #C9C6C4; }
   .vcardHook { padding: 0 20px; }
   .vcard .street-address { display: block; }
/* @end .vcard **/

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


/** @group store */
/*.store #header { height: 127px; }*/
.store #hdrImg { display: none; }

.store #topNavigation { top: 89px; }

.store #breadcrumbs { padding-top: 20px; }

.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: 358px; }

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.2em;   
   padding-left: 20px;
   font-weight: normal;
   background: none;
}

#default .menu-minicart .content { padding: 12px 30px 12px 20px; }

.store .products-list .item form { background-color: transparent; }
.store .products-list .details .descr { padding-right: 155px; }
   .store .products-list .details hr { margin-right: 155px; }

.store .product-details .details { 
   float: right;
   width: 285px;
}
.store .product-details .descr { padding: 0; }

.store .flc-left-dialog input[type="text"], .store .flc-left-dialog input[type="password"] { width: 160px; }

.store #contentSlot .flc-right-dialog { 
   background: transparent;
   border-style: dotted;
}
.store .flc-right-dialog .content { line-height: normal; }
.store .flc-right-dialog .content span.flc-login-text { 
   display: block;
   padding-top: 75px; 
}

.flc-tab-marks-line img { background-color: #433F3C; }

.flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img1, .flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img2, .flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img3, .flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img1, .flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img3 { background-color: #9AA213; }

.flc-tab-marks-line .flc-tab-last .flc-tab-line-img2 { background-color: #090A0D; }

.register-section-title label { border-bottom: 1px dotted #ECECEC; }

p.register-note { padding-top: 1.8em; }

.flc-checkout-options label { color: #333; }

.store .button-row+hr { display: none; }
/* @end store **/



/** Footer
-------------------------- **/
/** @group footer */
#footer {
   padding: 20px 25px 10px 20px;
/*   height: 10px;*/
   text-align: right;
}
/*#footer #copyright { float: left; }
#footer #siteBy { float: right; }*/
      #footer a { text-decoration: none; }
      #footer a:hover{ text-decoration: underline; }
/* @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, #corner1, #corner2, #corner3, #corner4, #outer_footer { display: none; }

.content {
   font-size: 1.2em;
   line-height: 1.4em;
}
   .content .toggle { 
      color: #999;
      border-color: #999;
   }
   .content .up {
      background-color: #333;
      border-color: #333;
   }

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

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




/** @group mls */
.layout_script .mls #contentSlot #hdrImg { display: none; }
#mls_vcard {
   width: 800px;
   position: absolute;
   top: 0px;
   left: 40px;
   z-index: 5;
   text-shadow: 1px 1px 1px #333;
}
#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 img { height: 125px; }
#mls_vcard .fn {
   font-size: 2.8em;
   font-family: Georgia, "New York", Garamond, "Times New Roman", Times, serif;
   font-weight: lighter;
   padding-top: 15px;
   min-width: 200px;
}
#mls_vcard .title, #mls_vcard .tel {
   font-family: "Trebuchet MS", Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;
   font-size: 1.6em;
   letter-spacing: 0.1em;
}
   #mls_vcard .title { padding-bottom: 0.2em; }
/** @group mls_banner */
#mls_banner {
   position: absolute;
   top: 3px;
   right: 30px;
}
/* @end mls_banner **/
/** @group property_details */
#shadowbox_loading a, #shadowbox_loading a:visited { color: #FFF; text-decoration: none; }

.mls #search_results #listings div.hr { background-color: #666; }

.mls #property_details .vcard { 
   padding-bottom: 15px;
   min-height: 611px;
}
.mls #property_details .vcard .adr { font-size: 2.2em; margin-top: 0; }
   .mls #property_details .vcard .street-address { display: inline; }
.mls #property_photo {
   width: 355px;
   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 { 
   clear: both;
   padding-top: 20px; 
}
/** @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: 171px;
   right: 45px;
}
.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 #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;
	border: 1px solid #999;
   background-color: #FFF;
	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-top: 40px; }
#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 label { 
   display: block;
   padding: 0 0 0.2em 0;
}
.mls #mls_quick_search .input_no_label { padding-top: 0.8em; }
.mls #adv_search .threeCol { width: 175px; }
.mls #adv_search .floatLeft { float:left; }
.mls #mls_quick_search .adv_search div.submit { 
   position: absolute;
   left: 60%;
   bottom: 170px;
   float: none;
   margin: 0;
}
.mls #mls_quick_search a.adv_search { 
   display: block;
   padding: 0.3em 0.2em;
   padding-top: 0.8em;
   float: left;
   font-size: 0.9em;
}
.mls #mls_quick_search .adv_search div { margin-bottom: 0.4em; }
/* @end adv_search **/

/** @group mls_sidebar */
.mls #mls_quick_search form { 
   margin: 0;
   padding: 0;
}
   .mls #sideBar fieldset {
      margin: 0;
      padding: 0;
      border: 0;
   }

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

/*.mls #mls_quick_search .adv_search { float: left; }*/
.mls #mls_quick_search div.submit { float: right; }
   .mls #mls_quick_search fieldset { padding: 10px 20px 20px; }
   .mls #mls_quick_search select { width: 220px; }
   .mls #mls_quick_search #mls_number, .mls #mls_quick_search #city { width: 205px; }
   .mls #mls_quick_search div { margin-bottom: 0.4em; }

.home .mls #layout {
   width: 270px;
   min-height: 315px;
   float: left;
   padding-top: 0;
}

.home .mls #mls_featured_property {
   float: right;
   width: 260px;
   padding-top: 25px;
}
   .home .mls #mls_featured_property .hlisting { 
      padding: 0 0 0 15px;
      cursor: pointer;
   }
   .mls #mls_featured_property .photo { padding: 8px 0 4px; }
   .mls #mls_featured_property .summary { 
      text-align: center;
      font-size: 1.3em;
      padding-right: 15px;
   }
      .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; }
/* @end mls_sidebar **/
/** @group search_results */
/** @group search_nav */
.mls .search_nav {
   width: 533px;
   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: #CC;
      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 { 
   padding: 10px;
   position: relative;
}
   .mls #search_results .property:hover { cursor: pointer; }

.mls #search_results .property .photo {
   width: 189px;
   height: 150px;
   overflow: hidden;
   float: left;
   padding-right: 15px;
}
.mls #search_results .details {
   width: 305px;
   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: 227px; float: left; }
      .mls #search_results .details .features .col1 { width: 187px; }

.mls #search_results .price_specs {
   width: 105px;
   position: absolute;
   top: 10px;
   right: 10px;
   font-size: 1.4em;
   color: #CCC;
}
   .mls #search_results .price { color: #FFF; }
/* @end property **/
/* @end listings **/
/* @end search_results **/
/* @end mls **/