﻿body {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-family: arial, helvetica, sans-serif;
  background-color: #ffffff;
  background-image: url(../Images/background.jpg);
  background-repeat: repeat-x;
}

ul {
  margin: 0; 
  padding: 0; 
  list-style: none;
}

h3 {
  font-size: 14px;
  color: #3e6e9d;
  margin: 0;
  border-bottom: 1px dotted #3e6e9d;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
}

#wholepage {
  width: 820px;
  margin: 0 auto;
}

#pagecontent {
  width: 760px;
  margin: 0 auto;
}

#headercontainer {
  background-color: #06284e;
}

.menulinkscontainer {
  padding-bottom: 0px;
}

#menulinks  {
  height: 34px;
  line-height: 34px;
  background-color: #F2DE97;
  color: #10325C;
  text-align: center;
  font-weight: bold;
  border: 1px solid #8f9cad; 
}

#menulinks li {
  display: inline;
}

#menulinks li a:link, #menulinks li a:visited {
  text-transform: uppercase;
  text-decoration: none;
  color: #003366;
  font-size: 12px;
  margin: 0 7px;
}

#menulinks li a:hover {
  color: #3e6e9d;
}

#adminlinks  {
  height: 34px;
  line-height: 34px;
  background-color: #F2DE97;
  color: #10325C;
  text-align: center;
  font-weight: bold;
  border: 1px solid #8f9cad;   
}

#adminlinks li {
  display: inline;
}

#adminlinks li a:link, #adminlinks li a:visited {
  text-transform: uppercase;
  text-decoration: none;
  color: #003366;
  font-size: 12px;
  margin: 0 7px;
}

#adminlinks li a:hover {
  color: #3e6e9d;
}

#maincontainer {
  width: 758px;
  background-color: #ffffff;
  border-left: 1px solid #8f9cad;
  border-right: 1px solid #8f9cad;
  display: table;
}

#maincontainerleft {
  float:left;
  width: 356px; 
  background-color: #ffffff;
  padding: 20px;
  text-align: justify;
}

#maincontainerleft h3 {
  font-size: 14px;
  color: #3e6e9d;
  margin: 0;
  border-bottom: none;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  padding-bottom: 10px;
}

#maincontainerright {
  float:right;
  width: 360px;
  background-color: #ffffff;
}

.ddlboxfull {
  background:#ffffff;
  border: 1px solid #a5acb2;
  font-size: 10px;
  width: 100%;
}

.ddlboxhalf {
  background:#ffffff;
  border: 1px solid #a5acb2;
  font-size: 10px;
  width: 49%;
}

.mlsinputbox {
  background:#ffffff;
  border: 1px solid #a5acb2;
  font-size: 10px;
  width: 98%;
}

.clear {
  clear: both;
  float: none;
}

.searchresultscount {
  margin-bottom: 5px;
  position: relative;
  font-weight: bold;
}

.searchresultscountnumber {
  font-size: 12px; 
  color: #5882cf;
}

.previouslink {
  color: #5882cf;
  padding-left: 3px;
  padding-right: 5px;
}

.ddlpagenumbers {
  background:#ffffff;
  border: 1px solid #a5acb2;
  font-size: 10px;
}

.nextlink {
  color: #5882cf;
  padding-left: 5px;
  padding-right: 3px;
}

.summaryrow {
  position: relative;
  height: 70px;
  overflow: hidden;
}

.headerrow {
  position: relative;
  height: 20px;
  overflow: hidden;
  text-align:left;
  vertical-align:bottom;
}

.summaryrow ul li {
  display: inline; 
  color: #04244a;
}

.summarythumbcell {
  width: 95px;
  text-align: center; 
  vertical-align:middle;
  border: 0px;
  border-style: none;
}

.summarycell {
  text-align: left; 
  vertical-align: middle;
}

.msc-listing-logo {
 position: relative; 
 width: 120px; 
 height: 30px; 
 top: -15px; 
 left: 155px;
}

.summaryfeatures {
  vertical-align:top; 
  padding-top: 0px;
}

.summarythumb {
  width: 90px;
  height: 63px;
  border: 0px;
}

.summaryaddress {
  color: #5882cf;
  font-weight: bold;
}

a.summaryaddress:link {
  color: #5882cf;
  font-weight: bold;
}

a.summaryaddress:visited {
  color: #5882cf;
  font-weight: bold;
}

.toplist {
  position: relative;
  top: 5px;
}

.bottomlist {
  position: relative;
  top: 5px;
}

.detailslink {
  position: relative;
  top: 5px;
  margin-top: 5px;
}

.detailslink a {
  color: #5882cf;
}

.detailslink a:visited {
  color: #5882cf;
}

.summaryprice {
  text-align: right; 
  vertical-align:top; 
  font-weight: bold; 
  padding-top: 0px;
}

#imagenavigationcontainer {
  background: #f0f5fa;
  border: 1px solid #c6c6c6;
  text-align: center;
  height: 27px;
  line-height: 27px;
  position: relative;
}

#imagenavigationcontainer .left {
  border: 0px;
  position: absolute;
  left: 2px;
  top: 2px;
}

#imagenavigationcontainer .right {
  border: 0px;
  position: absolute;
  right: 2px;
  top: 2px;
}

.tools {
  width: 100%;
  background: #e5f1fd;
}

.propertytoolscontainer ul {
  background: #e5f1fd;
  padding: 10px 15px 10px 15px;
}

.propertytoolscontainer ul a:link, .propertytoolscontainer ul a:visited {
  color: #1f4997;
  text-decoration: none;
  line-height: 18px;
  padding-left: 18px;
}

.propertytoolscontainer ul a:hover {
  text-decoration: underline;
}

a#pf {
  background: url(../images/printable-flyer.gif) no-repeat; 
}

a#vt {
  background: url(../images/virtual-tour.gif) no-repeat; 
}

a#vn {
  background: url(../images/view-neighborhood.gif) no-repeat; 
}

a#ad {
  background: url(../images/developer.gif) no-repeat; 
}

#propertytoolsleftcol {
  float: left;
  padding-right: 10px;
  width: 40%; 
  height: 1%;
}

#propertytoolsrightcol {
  float: right; 
  width: 40%; 
  background: transparent url(../images/dotted-line.gif) 0 50% repeat-y !important;
}

.listingdetailscontainer {
  padding: 20px;
  background-color: #ffffff;
  border-left: 1px solid #8f9cad;
  border-right: 1px solid #8f9cad;
  display: table;
}

.listingdetailscontainerleft {
  margin-top: 0px;
  width: 328px;
  float: left;
  background-color: inherit;
}

.listingdetailscontainerleft h3 {
  font-size: 14px;
  color: #3e6e9d;
  margin: 0;
  border-bottom: 1px dotted #3e6e9d;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
}

.listingdetailaddress {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #3e6e9d;
  margin: 0;
  height: 20px;
  line-height: 20px;
  padding-bottom: 3px;
}

.listingdetailaddress a {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: #3e6e9d;
  margin: 0;
  height: 20px;
  line-height: 20px;
  padding-bottom: 3px;
}

#listingphotos {
  padding-top: 7px;
}

.maininformation {
  position: relative;
  line-height: 16px;
  margin-bottom: 0;
}

.listingbroker {
  position: relative;
  line-height: 16px;
  margin-bottom: 0;
  margin-left: 12px;
}

.maininformation ul li span, .listingbroker ul li span {
  font-weight: bold;
}

.listingdetaildescription {
  padding-top: 10px;
  padding-left: 12px;
  text-align: justify;
  margin-right: 15px;
  background: none;
}

.listingdetaildescription h3 {
  font-size: 14px;
  color: #3e6e9d;
  margin: 0;
  border-bottom: 1px dotted #3e6e9d;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}

.listingdetailscontainerright {
  margin-top: 0px;	
  margin-left: 10px;
  width: 380px;
  float: right;
  position: relative;
  background-color: inherit;
}

.boldtext {
  font-weight: bold;
}

.searchbutton {
  color: #3e6e9d;
  font-size: 10px;
  margin-bottom: 5px;
  background-color: #f3f3f3;  
  padding: 5px;
  cursor: pointer;  
  cursor: hand;
  font-weight: bold;
  margin-top: 5px;
  border: 1px solid #e7e7e7;
}

#openhouse {
  height: 32px;
  line-height: 32px;
  background: #fff9e8;
  padding-left: 10px;
}

.listingdetailstext {
  margin: 10px 0px 10px 10px;
  background: url(../images/dotted-line.gif) 50% 0 repeat-y;
  height: 1%;
}

.roomdimensions {
  margin: 10px 0px 10px 10px;
  background: url(../images/dotted-line.gif) 50% 0 repeat-y;
  height: 1%;
}

.listingdetailstext ul li span, .roomdimensions ul li span {
  font-weight: bold;
  width: 189px;
}

.listingdetailstextleft, .roomdimensionsleft {
  float: left;
  width: 199px;
}

.googlemapcontainer {
  position: relative;
}

.idxdisclaimer {
  padding-top: 10px;
  background-color: inherit; 
  text-align: justify;
  position: relative;
}

.searchcriteriacontainer {
  position: relative;
  width: 718px;
  padding: 20px;
  background-color: #ffffff;
  border-left: 1px solid #8f9cad;
  border-right: 1px solid #8f9cad;
  display: table;
}

.searchcriteriacontainerembedded {
  position: relative;
  width: 718px;
  background-color: #ffffff;
  display: table;
}

.searchresultscontainer {
  position: relative;
  width: 718px;
  padding: 20px;
  background-color: #ffffff;
  border-left: 1px solid #8f9cad;
  border-right: 1px solid #8f9cad;
  display: table;
}

.searchresultscontainerembed {
  position: relative;
  width: 718px;
  background-color: #ffffff;
  display: table;
}

.foxblock {
  display: block;
}

#searchcriteriacontainerleft {
  float: left;
  width: 440px;
}

#searchcriteriacontainerright {
  float: right;
  width: 250px; 
  text-align: justify;
}

#searchcriteriacontainerleft h3 {
  font-size: 14px;
  color: #3e6e9d;
  margin: 0;
  border-bottom: none;
  margin-bottom: 10px;
}

#searchcriteriacontainerleft h2 {
  color: #3e6e9d;
  font-size: 14px;
  margin-bottom: 5px;
  background-color: #f3f3f3;  
  padding: 5px;
  border: 1px solid #e7e7e7;
}

#searchcriteriacontainerright h3 {
  font-size: 14px;
  color: #3e6e9d;
  margin: 0;
  border-bottom: none;
  margin-bottom: 10px;
}

#searchcriteriacontainerright ul {
  margin: 0; 
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px; 
  list-style-type: disc;
}

.filtercontainerleft {
  float: left;
  width: 49%;
}

.filtercontainerright {
  float: right;
  width: 49%;
}

.featuredlistingsfootercontainer {
  background-color: #06284e;
  color: #ffffff;
  overflow: hidden;
  padding: 10px;
  display: table;
  width: 740px;
}

.featuredlistingsfootercontaineritem {
	width: 359px;
	padding-top: 10px;
	vertical-align: top;
}

.breadcrumbcontainer {
  position: relative;
  font-weight: bold; 
  color: #3e6e9d; 
  margin-bottom: 5px; 
  background-color: #f3f3f3; 
  padding: 5px; 
  border: 1px solid #e7e7e7;	
  width: 706px;
  display: table;
}

.breadcrumbcontainer a:link, a:visited {
  color: #3e6e9d; 
}

#sellahomecontainer {
  position: relative;
  width: 718px;
  padding: 20px 20px 0px 20px;
  background-color: #ffffff;
  text-align: justify;
  border-left: 1px solid #8f9cad;
  border-right: 1px solid #8f9cad;
}

#sellahomecontainer h3 {
  font-size: 14px;
  color: #3e6e9d;
  margin: 0;
  border-bottom: none;
  margin-bottom: 10px;
}

#sellahomecontainerleft {
  position: relative;
  width: 349px;
  background-color: #ffffff;
  text-align: justify;
  float: left;
}

#sellahomecontainerright {
  position: relative;
  width: 349px;
  margin-left: 20px;
  background-color: #ffffff;
  text-align: justify;
  float: right;
}

#sellahomecontainerbottom {
  position: relative;
  width: 718px;
  background-color: #ffffff;
  text-align: justify;
  float: right;
  margin-top: 10px;
}

#sellahomecontainer ul {
  margin: 0; 
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px; 
  list-style-type: disc;
}

#associateinformationcontainer {
  position: relative;
  width: 718px;
  padding: 20px;
  background-color: #ffffff;
  text-align: justify;
  border-left: 1px solid #8f9cad;
  border-right: 1px solid #8f9cad;
}

#associateinformationcontainer h3 {
  font-size: 14px;
  color: #3e6e9d;
  margin: 0;
  border-bottom: none;
  margin-bottom: 10px;
}

#googlepopupcontainer {
  width: 300px;	
  background-color: #ffffff;
}

#googlepopupcontainerleft {
  width: 100px; 
  float: left;
  background-color: #ffffff;
}

#googlepopupcontainerright {
  width: 200px; 
  float: right;
  background-color: #ffffff;
}

.googlethumb {
  float: left;
  position: relative;
  width: 90px;
  height: 63px;
  border: 0px;
}

.googledetails {
  color: #5882cf;
  padding-right: 5px;
}

.googleaddress {
  color: #5882cf;
  font-weight:bold;
  padding-right: 10px;
  bottom: 5px;
}

.googlefeatures {
  vertical-align:top; 
  position: relative;
  display: inline; 
  color: #04244a;
}

.googlefeatures li {
  display: inline; 
  color: #04244a;
}

#logincontainer {
  position: relative;
  width: 718px;
  padding: 20px;
  background-color: #ffffff;
  border-left: 1px solid #8f9cad;
  border-right: 1px solid #8f9cad;
  display: table;
}

#logincontainerleft {
  float: left;
  width: 440px;
}

#logincontainerright {
  float: right;
  width: 250px;
  text-align: justify;
}

#logincontainerleft h3 {
  font-size: 14px;
  color: #3e6e9d;
  margin: 0;
  border-bottom: none;
  margin-bottom: 10px;
}

.loginerror {
  font-size: 14px;
  color: #ff0000;
  margin: 0;
  border-bottom: none;
  margin-bottom: 10px;
}

#logincontainerleft h2 {
  color: #3e6e9d;
  font-size: 14px;
  margin-bottom: 5px;
  background-color: #f3f3f3;  
  padding: 5px;
  border: 1px solid #e7e7e7;
}

#logincontainerright h3 {
  font-size: 14px;
  color: #3e6e9d;
  margin: 0;
  border-bottom: none;
  margin-bottom: 10px;
}

.logininputcontainerleft {
  float: left;
  width: 49%;
}

.logininputcontainerright {
  float: right;
  width: 49%;
}

.loginbutton {
  color: #3e6e9d;
  font-size: 10px;
  margin-bottom: 5px;
  background-color: #f3f3f3;  
  padding: 5px;
  cursor: pointer;  
  cursor: hand;
  font-weight: bold;
  float: right;
  margin-top: 5px;
  border: 1px solid #e7e7e7;
}

.logintextbox {
  background:#ffffff;
  border: 1px solid #a5acb2;
  width: 98%;
  font-size: 11px;
  font-family: arial, helvetica, sans-serif;
}

#homepagemessagecontainer {
  position: relative;
  width: 718px;
  padding: 20px;
  background-color: #ffffff;
  text-align: justify;
  border-left: 1px solid #8f9cad;
  border-right: 1px solid #8f9cad;
  display: table;
}

#homepagemessagecontainer h3 {
  font-size: 14px;
  color: #3e6e9d;
  margin: 0;
  border-bottom: none;
  margin-bottom: 10px;
}

.homepagemultilinetextbox {
  background:#ffffff;
  border: 1px solid #a5acb2;
  width: 714px;
  height: 200px;
  font-size: 11px;
  font-family: arial, helvetica, sans-serif;
}

#keywordscontainer {
  position: relative;
  width: 718px;
  padding: 20px;
  background-color: #ffffff;
  border-left: 1px solid #8f9cad;
  border-right: 1px solid #8f9cad;
  text-align: justify;
  display: table;
  padding-top: 0px;
}

#keywordscontainer h3 {
  font-size: 14px;
  color: #3e6e9d;
  margin: 0;
  border-bottom: none;
  margin-bottom: 10px;
  margin-top: 20px;
}

.keywordscontainerleft {
  float: left;
  width: 290px;
}

.keywordscontainerright {
  float: right;
  width: 410px; 
  text-align: justify;
}

.keywordscontainerleft h3 {
  font-size: 14px;
  color: #3e6e9d;
  margin: 0;
  border-bottom: none;
  margin-bottom: 10px;
}

.keywordscontainerleft h2 {
  color: #3e6e9d;
  font-size: 14px;
  margin-bottom: 5px;
  background-color: #f3f3f3;  
  padding: 5px;
  border: 1px solid #e7e7e7;
}

.keywordscontainerright h3 {
  font-size: 14px;
  color: #3e6e9d;
  margin: 0;
  border-bottom: none;
  margin-bottom: 10px;
}

.keywordscontainerright h2 {
  color: #3e6e9d;
  font-size: 14px;
  margin-bottom: 5px;
  background-color: #f3f3f3;  
  padding: 5px;
  border: 1px solid #e7e7e7;
}

.keywordsinputcontainerleft {
  float: left;
  width: 100%;
}

.keywordsinputcontainerright {
  float: left;
  width: 100%;
}

.keywordstextbox {
  background:#ffffff;
  border: 1px solid #a5acb2;
  width: 99%;
  font-size: 11px;
  font-family: arial, helvetica, sans-serif;
}

.featuredlistingmultilinetextbox {
  background:#ffffff;
  border: 1px solid #a5acb2;
  width: 100%;
  height: 50px;
  font-size: 11px;
  font-family: arial, helvetica, sans-serif;
  margin-top: 10px;
}

.updatebutton {
  color: #3e6e9d;
  font-size: 10px;
  margin-bottom: 5px;
  background-color: #f3f3f3;  
  padding: 5px;
  cursor: pointer;  
  cursor: hand;
  font-weight: bold;
  float: right;
  margin-top: 5px;
  border: 1px solid #e7e7e7;
}

#featuredlistingscontainer {
  position: relative;
  width: 718px;
  padding: 20px;
  background-color: #ffffff;
  text-align: justify;
  border-left: 1px solid #8f9cad;
  border-right: 1px solid #8f9cad;
  display: table;
}

#featuredlistingscontainer h3 {
  font-size: 14px;
  color: #3e6e9d;
  margin: 0;
  border-bottom: none;
  margin-bottom: 10px;
}

.nofeaturedlistings {
  position: relative;
  background-color: #ffffff;
  text-align: justify;
  display: table;
}

.nofeaturedlistings h3 {
  font-size: 14px;
  color: #3e6e9d;
  margin: 0;
  border-bottom: none;
  margin-bottom: 10px;
}

.featuredthumb {
  float: left;
  position: relative;
  width: 90px;
  height: 63px;
  padding: 2px 10px 2px 5px;
  border: 0px;
}

.featureddetails {
  float:left;
  padding-right: 10px;
  width: 230px;
}

.featuredaddress {
  font-size: 12px; 
  font-weight:bold;
}

.featuredsplitter {
  padding-left: 5px; 
  padding-right: 5px;
}

.featuredlink, .featuredlink:visited {
  color: #efa45a;
  font-weight: bold;
  text-decoration: none;
  background: url(../images/orangearrow.gif) right no-repeat;
  padding-right: 10px;
}

#footercontainer {
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  text-align: center;
  border: 0px;
  border-top: 1px solid #F2DE97;
}

#footercontainer a:link, #footercontainer a:visited {
  text-decoration: none;
  font-size: 10px;
  font-weight: normal;
  color: #006699;
}

#footercontainer a:hover {
  text-decoration: underline;
}

.greyform {
  background: #f8f8f8;
  border: 1px solid #cccccc;
  margin-top: 20px;
  padding: 10px;
  position: relative;
}

.requestinformationcontainer, .requestcompletecontainer {
  background: #f8f8f8;
  border: 1px solid #cccccc;
  margin-top: 20px;
  padding: 10px;
  position: relative;
  width: 308px;
  text-align: left;
}

.requestinformationcontainer h3, .requestcompletecontainer h3 {
  padding: 0px;
  margin: 0px;
}

.requestinformationcontainer h4, .requestcompletecontainer h4 {
  font-size: 12px;
  padding: 5px 0px 5px 0px;
  margin: 0px;
}

.requestinformationcontainer h4 b, .requestcompletecontainer h4 b {
  color: #4064a7;
}

.requestinformationcontainer table th, .requestcompletecontainer table th {
  text-align: left;
  vertical-align: top;
  width: 105px;
}

.requestinformationcontainer table td, .requestcompletecontainer table td {
  width: 195px;
}

.requestinformationcontainer table td input.textbox, .requestcompletecontainer table td input.textbox {
  width: 195px;
}

.requestinformationcontainer table td textarea, .requestcompletecontainer table td textarea {
  width: 298px;
  height: 70px;
}

.requestinformationcontainer table th b, .requestcompletecontainer table th b {
  color: red;
  margin-right: 3px;
}

.requestinformationcontainer table label, .requestcompletecontainer table label {
  display: block; 
  white-space: nowrap;
}

.requestinformationcontainer table b, .requestcompletecontainer table b {
  display: inline;
  float: left;
}

.contactinputbox {
  background:#ffffff;
  border: 1px solid #a5acb2;
  font-size: 11px;
  width: 98%;
}

.submitbutton {
  color: #3e6e9d;
  font-size: 10px;
  margin-left: 3px;
  margin-bottom: 5px;
  background-color: #f3f3f3;  
  padding: 5px;
  cursor: pointer;  
  cursor: hand;
  font-weight: bold;
  margin-top: 5px;
  border: 1px solid #e7e7e7;
}

.smallerFont {
 font-size: 80% !important;
 line-height: 1.2em !important;
 margin: 3px;
 padding: 0px;
}

#contactinformationcontainerleft {
  margin-top: 0px;
  margin-bottom: 10px;
  width: 328px;
  float: left;
  background-color: #ffffff;
}

#contactinformationcontainerleft a {
  color: #5882cf;
}

#contactinformationcontainerright {
  margin-top: 0px;	
  margin-left: 10px;
  width: 380px;
  float: right;
  background-color: #ffffff;
}

#contactinformationcontainerleft ul li span, 
#contactinformationcontainerright ul li span {
  background-color: #ffffff;
  font-weight: bold;
}

.contactcontainer {
  width: 718px;
  padding: 20px;
  background-color: #ffffff;
  border-left: 1px solid #8f9cad;
  border-right: 1px solid #8f9cad;
  display: table;
  text-align: center;
}

#contactcontainerleft {
  float:left;
  padding: 20px;
  background-color: #ffffff;
  text-align: justify;
}

#contactcontainerleft h3 {
  font-size: 14px;
  color: #3e6e9d;
  margin: 0;
  border-bottom: 1px dotted #3e6e9d;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
}

#contactcontainerright {
  float:right;
  background-color: #ffffff;
}