/* Import External Styles */
@import url(/assets/venturehomesusa/blog.css);
@import url(/assets/venturehomesusa/calendar.css);
@import url(/assets/venturehomesusa/library.css);
@import url(/assets/venturehomesusa/newsletter.css);
@import url(/assets/venturehomesusa/store.css);


body {
	font-size: 80%;
	line-height: 140%;
	font-family: Helvetica, Arial, san-serif;
	background: url(background.gif) top repeat-x;
	}
	
h1.logo { width: 312px; height: 113px; position: absolute; top: 0px; left: 0; background: transparent url(logo.png) no-repeat; }
h1.logo a { width: 312px; height: 113px; display: block; text-indent: -5000px; overflow: hidden; }

h1 {
	color: #751637;
	font-size: 200%;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	margin: 10px 0px;
	}

h2 {
	color: #751637;
	font-size: 140%;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	margin: 10px 0px;
	}

h2.side {
	margin: 0px 0px 7px 0px;
	color: #751637;
	font-size: 120%;
	font-weight:bold;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;

}

h3 {
	color: #000000;
	font-size: 16px;
	font-weight:bold;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	padding: 10px 0px;
	}

ul.main {margin: 10px 0px 10px 20px;list-style-type:disc;}
ol.main {margin: 10px 0px 10px 20px;}

ul.nav { position: absolute; top: 96px; right: 0; list-style: none; }
ul.nav li { float: left; display: inline; margin-left: 1px; }
ul.nav a { display: block; color: #fff; text-decoration: none; padding: 0 13px; height: 34px; font-size: 110%; line-height: 34px; font-family: "Trebuchet MS", Helvetica, san-serif; background: #751637; }
ul.nav a:hover { background: url(nav-background.gif) repeat-x; }


p {margin: 10px 0px;}
p.description {width: 100%;}

#container {
	width: 940px;
	margin: 0 auto;
	}

#header {
	position: relative;
	height: 135px;
	margin-bottom: 30px;
	}


#main {
	float: left;
	width: 660px;
	margin-right: 20px;
	margin-bottom: 30px;
	}
	
#sidebar {
	float: left;
	width: 260px;
	margin-bottom: 30px;
	}

#sidebar p {
	margin-bottom: 10px;
	}

#contact, #signup {
	margin-bottom: 1px;
	padding: 15px;
	background: #c6b3ba;
	}

input#markupfactory-getnewslettersignup-email {
	width: 220px;
	padding: 4px;
	border: #999 1px solid;
	}

#bottom {
	clear: both;
	border-top: #e2e0C1	5px solid;
	border-bottom: #e2e0C1 5px solid;
	padding: 20px 0;
	}

#footer {
	color: #666;
	font-size: 85%;
	padding: 20px;
	text-align: center;
	}	

.button, #sidebar p.button { width: 93px; height: 26px; border: none; margin: 0; text-indent: -5000px; overflow: hidden; cursor: pointer; }
.button a { width: 93px; height: 26px; display: block; text-indent: -5000px; overflow: hidden; }

input#button-submit {
	background: url(/assets/venturehomesusa/b-search.gif) top left no-repeat; 
	height: 36px; 
	width: 98px;
	float: left;
	margin-top: 25px;
	margin-left:12px;
}

.b-contact { background: url(/assets/venturehomesusa/b-contact.gif) no-repeat; }

#sidebar p.nopad, .nopad { margin: 0; padding: 0; }



form#s-community, #map {
	float: left;
	width: 285px;
	margin-right: 15px;
	}

#map { margin: 0; }	

#main form label {
	display: block;
	}
	 
#main form select { width: 100%; border: none; padding: 5px; }


form#propsearch {
	float: left;
	width: 90%;
	margin: 0px 15px 15px 0px;
	background:#C6B3BA ;
	padding: 10px;
	}

form p.full {
	width: 260px;
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	}

form p.half {
	width: 120px;
	float: left;
	margin-right:20px;
	margin-bottom: 15px;	
	}
	
input:focus { background: #ccc; }	

#map_canvas {
	background: url(/assets/venturehomesusa/home-photo2.jpg); 
	border: 3px solid #751637;
	width: 285px; 
	height: 250px;
}

#floor_canvas {
	background: url(/assets/venturehomesusa/home-floor-plan.jpg); 
	border: 3px solid #751637;
	width: 285px; 
	height: 250px;
}
img.floor-plan {width: 500px; }

#pageControls {margin-top: 15px; float: right; }
#pageControls ul {display: block;}
#pageControls ul li {display: inline; margin-left: 10px;}

/* Tabs */


/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

.ui-wrapper { border: 1px solid #50A029; }
.ui-wrapper input, .ui-wrapper textarea { border: 0; }

.ui-tabs-nav, .ui-tabs-panel {
    font-size: 100%;
}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin-right: 2px;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: #7b183d;
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
}
.ui-tabs-nav a {
    margin: 2px 0 2px; /* position: relative makes opacity fail for disabled tab in IE */
    height: 27px;
    line-height: 27px;
    padding-left: 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #fff;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 2px;
    z-index: 2;
    margin-top: 0;
    background: #c6b3ba;
    color: #000;
    height: 29px;
    line-height: 29px;    
}
.ui-tabs-nav a span {
    padding-top: 0;
    padding-right: 0;
    height: 27px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 29px;
    line-height: 29px;
    background: #c6b3ba;
    
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.ui-tabs-panel {
    padding: 15px;
    background: #c6b3ba; /* declare background color for container to avoid distorted fonts in IE while fading */
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/* LISTINGS SEARCH */
.searchItem {
  clear: both;
  margin-bottom: 66px;
  border-bottom: 1px solid #CFD7DC;
}

.searchItem .pics, .searchItem .numbers, .searchItem .adr, .searchItem .links {
  float: left;
}

.searchItem .pics {
  width: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.searchItem .pics img.thumbnail {
  margin-bottom: 0px;
  padding: 3px;
  border 2px solid #E67756;
  width: 110px;
}

#mainContent .searchItem .pics a {
}

.searchItem .numbers {
  width: 140px;
}

.searchItem .numbers .price {
  display: block;
  font-size: 1.25em; 
}

.searchItem .adr {
  width: 230px;
}

.adr {}
  

.searchItem .street-address {
  font-size: 1.25em;
}

.searchItem .info {
  clear: both;
}

.searchItem ul.links {
  list-style: none;
  text-align: right;
  width: 150px;
  padding-bottom: 20px;
}

.searchItem .adr a span.street-address {
  display: block;
}

.searchItem .numbers p {
  line-height: 1;
}

.searchItem .info .type {
  font-weight: bold;
}

/* Details for Listings */

#details .adr p {
  font-size: 1.25em;
}

#details .mls-number {
  color: #ADADAD;
  float: right;
}

#details ul.links {
  float: right;
  list-style: none;
  text-align: right;
}

#details .info .type {
  font-weight: bold;
}

#details .detailGroup ul li span {
  font-weight: bold;
}

#details .detailGroup {
  float: left;
  width: 325px;
}

#details .detailGroup h4 {
  margin-bottom: 0.25em;
}

#details img.primary {
  text-align: center;
}

#details .features {
  width: 100%;
  float: none;
  margin-bottom: 1em;
  clear: both;
  font-size: 1.2em;
}

#details .features table { width: 100%; }
#details .features tr td.categoryName { color: #062646; font-weight: bold; }


#details tr td.categoryName {width: 120px;}
#details tr {width: 49%; float:left;}

/* Listing Images */
.images {
  clear: both;
  padding-top: 1em;
}

.images #mainImage {
  margin: 1em 1em 0 3em;
  clear: both;
  width: 680px;
  height: 380px;

}

#mainImage img {
width: 600px;

}

#firstImage img {
width: 350px;
float: left;
margin: 0px auto;
}

.images ul  {
  list-style: none;
  margin: 2em 0px;
}

.images ul li  {
  display: inline;
}

.images ul li a img {
  width: 90px;
  height: 62px;
  margin: 0px;
  margin-right: 11px;
  margin-bottom: 0.25em;
  padding: 3px;
  border: 1px solid #456377; 
}

#clearer {clear:both;}

form.MFForm {width: 50%;}
