@import url(reset.css);

body,
textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

body {
  background: #250A00 url(../images/background-page.jpg) repeat-x;
  color: #fff;
}

h1 {
  font-size: 22px;
  color: #056297;
  font-weight: normal;
  margin: 10px 0px;
}

#contentContainer {
  position: relative;
  z-index: 1; /* IE7 cannot focus some form fields because the sidebar is on a layer above the content */
}

#contentContainer h2 {
  font-size: 16px;
  color: #056297;
  font-weight: normal;
  margin: 10px 0px;
}

a {
  color: #3d290e;
}

#flashBanner {z-index:2;}

p {
  margin: 10px 0px;
  line-height : 130%;
  font-size : 11px;
  color : #333333;
}

sup {
  vertical-align: super;
  font-size: 7px;
}

#globalContainer {
  width: 800px;
  margin: 30px auto;
  position: relative;
}

#bannerContainer {
  height: 195px;
}

.home #bannerContainer {
  height: 245px;
}

#flashBanner {
  position: absolute;
  height: 225px;
}

.home #flashBanner {
  position: absolute;
  height: 225px;
}

.home #flashBanner {
  height: 275px;
}

#pageContainer {
  color: #000;
  background-color: #fff;
  padding: 0px 15px 15px;
}

.tabbedNav {
  height: 63px;
  overflow: hidden;
}

  .tabbedNav li {
    background: transparent url(../images/background-nav-block.jpg) no-repeat bottom left;
    float: left;
  }
  
  .tabbedNav li span {
    display: block;
    background: transparent url(../images/background-nav-end.jpg) no-repeat bottom right;
  }
  
  .tabbedNav li a {
    display: block;
    position: relative;
    padding: 18px 12px 0px 12px;
    line-height: 40px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    height: 40px;
  }
  
  .tabbedNav li a.on,
  .tabbedNav li a:hover {
    padding-bottom: 5px;
  }
  
  /*\*/ * html .tabbedNav li { width:75px; } /**/
  /*\*/ * html .tabbedNav li.featureGallery a { width:120px; } /**/

#sidebarContainer .tabbedNav li {
  width: 100%;
}

#contentContainer {
  float: left;
  width: 567px;
}

#sidebarContainer {
  margin-left: 582px;
}

#footerContainer {
  display: relative;
  background-color: #fff;
}

  #footerContainer,
  #footerContainer a {
    color: #8c7765;
  }

  #footerContainerLeft {
    position: relative;
    background: transparent url(../images/background-page-corner-bl.gif) no-repeat bottom left;
  }
  
  #footerContainerRight {
    position:relative;
    background: transparent url(../images/background-page-corner-br.gif) no-repeat bottom right;
    padding: 0px 15px 15px 15px;
  }
    
    #footer {
      border-top: 1px solid #d1c7b6;
      padding-top: 10px;
      background-color: none;
    }









.panel {
  position: relative;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
  margin: 13px 0px 0px;
}

  .panel h2 {
    margin-bottom: 10px;
  }
  
  .panel p {
    margin: 5px 0px;
  }

#sidebarContainer .panel,
#sidebarContainer .panel a {
  color: #fff;
  font-size: 12px;
}

.palePanel {
  border-color: #d1c7b6;
  background-color: #f8eee2;
  width: 545px;
}

  .palePanel h2 {
    font-size: 16px;
    font-weight: normal;
    color: #056297;
  }

.darkPanel {
  border-color: #321f00;
  background-color: #5f492e;
}

  .darkPanel h2 {
    font-size: 16px;
    font-weight: normal;
  }

.shoutPanel {
  border-color: #003366;
  background: #00D5F9 url(../images/background-panel-shout.jpg) no-repeat bottom;
}

  .shoutPanel h2 {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .shoutPanel .border {
    border-color: #003366;
  }
  
.genericPanel {
  border-color: #321f00;
  background-color: #02476e;
  color: #fff;
}

  .genericPanel h2 {
    font-size: 16px;
    font-weight: normal;
  }





#sidebar_username {
  width: 154px;
}

#sidebar_password {
  width: 93px;
}

.small {
  font-size: 10px !important;
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 0px;
  overflow: hidden;
}

.border {
  border-style: solid;
  border-width: 1px;
}

#homeSearchControl {
  float: right;
  position: relative;
  width: 180px;
}

  form.homeSearch li {
    position: relative;
    margin-bottom: 2px;
  }

  form.homeSearch li.homeSearchPanel {
    display: block;
    height: 65px;
    background: transparent url(../images/home/search-panel.gif) no-repeat;
    padding: 5px;
  }
  
  form.homeSearch label {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    color: #fff;
  }
  
  form.homeSearch select.fullWidth {
    width: 170px;
  }
  
  form.homeSearch select.halfWidth {
    width: 82px;
  }

  form#quickSearch li {
    position: relative;
    margin-bottom: 2px;
  }
  
  form#quickSearch .formRow {
    margin: 0px;
  }

  form#quickSearch li.quickSearchPanel {
    display: block;
    background: transparent url(../images/background-quicksearch-arrow.gif) no-repeat center bottom;
    padding: 5px 5px 30px 5px;
  }
  
  form#quickSearch select.fullWidth {
    width: 153px;
  }
  
  form#quickSearch select.halfWidth {
    width: 135px;
    margin: 2px 0px;
  }
  
  form#quickSearch .advancedSearchLink {
    font-size: 10px;
  }

.propertyList .propertyListItem {
	position: relative;
  border-bottom: 1px solid #b8aea3;
  margin-top: 10px;
}

.propertyList .propertyListItem p {
	font-size: 12px;
}

.propertyList .featured {
  padding-bottom: 10px;
}

.propertyList .propertySold .listingBox {
  background: url(../images/bg-sold.png) no-repeat 100px 10px;
}

  .propertyList .propertyListItem h3 {
    font-weight: normal;
    font-size: 12px;
    padding: 0px 10px;
  }
  
  .propertyList .propertyListItem h3,
  .propertyList .propertyListItem h3 a {
    color: #3d290e;
    text-decoration: none;
  }
  
  .propertyList .featured h3 {
    background-color: #3d290e;s
    border: 1px solid #d1c7b6;
    padding: 7px 10px;
  }
  
  .propertyList .featured h3,
  .propertyList .featured h3 a {
    color: #fff;
    text-decoration: none;
  }
  
  .propertyList .propertyListItem .viewMicrositeButton,
  .propertyList .propertyListItem .listingImage {
    float: right;
  }
  
  .propertyList .propertyListItem .listingImage {
    position: relative;
  }
  
  .propertyList .propertyListItem .listingImage {
    margin: 0px 0px 7px 7px;
  }
  
  .propertyList .listingContent {
    padding: 7px 10px;
    margin-bottom: 10px;
  }
  
  .propertyList .featured .listingBox {
    border: 1px solid #d1c7b6;
    border-top: none;
    background-color: #f8eee2;
  }
  
  .propertyList .listingFooter {
    clear: both;
    border-top: 1px dotted #d1c7b6;
    padding: 7px 0px;
    margin: 0px 10px;
    height: 21px;
  }

    .featureList li {
      float: left;
      border: none;
      border-left: 2px solid #a5907b;
      padding: 0px 0px 0px 30px;
      margin: 0px 0px 0px 10px;
      font-size: 12px;
      color: #3d290e;
      background-repeat: no-repeat;
      background-position: 10px 0px;
      height: 16px;
    }
    
    .featureList li.first {
      border: none;
      margin-left: 0px;
      padding-left: 20px;
      background-position: 0px 0px;
    }
    
    .featureList li.bedroom {background-image: url(../images/listing-icon-bedroom.gif);}
    .featureList li.bathroom {background-image: url(../images/listing-icon-bathroom.gif);}
    .featureList li.garage {background-image: url(../images/listing-icon-garage.gif);}
    .featureList li.landAream {background-image: url(../images/listing-icon-land-area-m.gif);}
    .featureList li.landAreaha {background-image: url(../images/listing-icon-land-area-ha.gif);}
    
#pagingDescription {
  color: #330000;
}

#pagingContainer {
  width: 415px;
  text-align: center;
  padding: 20px 0px;
}

#pagingControl {
  font-size: 12px;
  margin: 0px auto;
}

  #pagingControl li.pageCaption {
    font-size: 10px;
    text-transform: uppercase;
  }
  
  #pagingControl li.page,
  #pagingControl li.page a {
    color: #003366;
  }
  
  #pagingControl li.page a {
    text-decoration: underline;
  }
  
  #pagingControl li,
  #pagingControl li a {
    display: inline;
    color: #3399ff;
    text-decoration: none;
  }
  
  #pagingControl li.previous {
    text-transform: uppercase;
    background: transparent url(../images/icon-page-previous.gif) no-repeat;
    padding-left: 7px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid #3399ff;
  }
  
  #pagingControl li.next {
    text-transform: uppercase;
    background: transparent url(../images/icon-page-next.gif) no-repeat right;
    padding-right: 7px;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 2px solid #3399ff;
  }
  
  #pagingControl li.previous a,
  #pagingControl li.next a {
    font-weight: bold;
  }
  
.errorMessages {
	background-color: #fee;
	border: 1px solid #c00;
	padding: 5px;
	color: #c00;
}

  .errorMessages h3 {
    font-size: 14px;
    font-weight: normal;
  }
  
  .errorMessages ol {
    margin: 5px 0px;
  }
  
  .errorMessages ol li {
    margin-left: 25px;
    list-style-type: decimal;
  }
  
.highlight {
  color: #056297;
}

.temporaryThumbnailList li {
	float: left;
	border: solid #999 1px;
	padding: 1px;
	margin: 5px;
}

ul.managePropertyList {
}

ul.managePropertyList li.manageProperty {
  clear: left;
  border: solid #999 1px;
  padding: 5px;
  margin: 10px 0px;
}

ul.managePropertyList li.manageProperty img.thumbnail {
  float: left;
}

ul.managePropertyList li.manageProperty div.managePropertyContentContainer {
  margin-left: 145px;
}

ul.managePropertyList li.manageProperty div.managePropertyContentContainer h3 {
  margin: 0px 0px 10px 0px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

ul.managePropertyList li.manageProperty div.managePropertyContentContainer ul.managePropertyContentList {
}

ul.managePropertyList li.manageProperty div.managePropertyContentContainer ul.managePropertyContentList li.managePropertyContent {
  background-color: #eee;
  border: 1px dotted #ccc;
  margin: 5px 0px;
  padding: 2px;
  height: 16px;
  line-height: 16px;
}

.right {
  float: right;
}

.iconList li {
  display: inline;
}

.messages {
  border: solid #009900 1px;
  background-color: #dfd;
  padding: 10px;
}

#agencyBlock {
  border-bottom: 1px dotted #d1c7b6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#agencyBlock .agentName {
  font-size: 10px;
  color: #876b4f;
  padding-top: 15px;
}

#agencyBlock .agentName span {
  font-size: 16px;
  color: #3d290e;
}

.formRow {
  margin: 0px;
  padding: 10px;
  background-color: #f6f6f6;
  border-top: 1px solid #e0e0e0;
}

#contentContainer .formRow {position:relative;}

  .errorRow {
    background-color: #ffa;
  }

  .formRow .mainLabel {
    display: block;
    float: left;
    position: relative;
    width: 175px;
    padding-top: 5px;
    color: #3d2600;
  }
  
  .errorRow .mainLabel {
    color: #c00;
  }
  
  .formRow .errorNote,
  .formRow .fieldNote {
    margin-top: 5px;
  }
  
  .formRow .errorNote,
  .formRow .fieldNote,
  .formRow .fieldList {
    margin-left: 175px;
  }
  
  .formRow .errorNote {
    color: #c00;
  }
  
  .formRow .fieldNote {
    color: #056397;
  }
  
.panel .formRow {
	padding: 0px;
	background-color: transparent;
	border: none;
}

.darkPanel .mainLabel {
	position: relative;
	color: #fff;
}

.associatesList h6 {
  margin: 0px !important;
  font-size: 11px;
  color: #999;
  font-weight: normal;
}

.associatesList li {
  display: inline;
}

.associatesList li a {
	display: block;
	text-align: center;
	border: solid #eee 1px;
	padding: 5px;
	width: 220px;
	text-decoration: none;
	float: left;
	margin: 20px;
	height: 140px;
}

.associatesList li img {
	margin-top: 10px;
}

.associatesList li a:hover {
	border-color: #ccc;
}

.contentBox {display:block; text-decoration:none; border:1px solid #056297; padding:10px; margin:10px 0 0;}
.contentBox .contentBox {border:1px solid #ccc; padding:10px; margin:10px 0 0; background-color:#eee;}

.small {font-size:85%;}


.pricingOptions li {float:left; display:block; width:155px; margin:10px 5px; height:115px;}
.pricingOptions h4 {font-size:150%; margin-bottom:5px;}
.pricingOptions .price {font-size:200%; color:silver; font-weight:bold; margin-bottom:5px;}
.pricingOptions label {cursor:hand; cursor:pointer;}
.pricingOptions .priceDescription {}
