@charset "UTF-8";
/* CSS Document */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding: 0;
	margin:0;
	background-color:#FFFFFF;

}

.affiliates {
	width: 400px;
	text-align: left;
	padding:8px;
}
a:link, a:visited {
	color:#000066;
	text-decoration: none;

}

a:hover {
	text-decoration: underline;
	color: #0000CC;
}
.hidden {
	display: none;
}
#images {
	width: 340px;
	background-color:#BBD5FC;
	border: 1px solid #E9E9E9;
	float: right;
	margin-bottom: 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#mainImageContainer {
	padding: 13px 10px;
	text-align: center;
	

}

#mainImageContainer img {
	border: 6px solid #F7F7F7;
}

#smallImages {
	padding: 10px;
	text-align:center;
	
}

#smallImages img {
	border: 3px solid white;
}

H1, H2, H3 {
	font-family: "Century Gothic", Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

H1 {
	font-size: 2.5em;
}

H2 {
	margin: 4px 0px 0px 0px;
	padding: 0;
}

#mainImageContainer a:link, #mainImageContainer a:visited {
	text-decoration: none;
	font-size: 10px;
	color:#4675D1;
	text-align:right;
}


#searchBox {
	background-image: url(../template_images/search-box-bg.jpg);
	background-repeat:no-repeat;
	width: 268px;
	padding: 6px 10px 10px 6px;
	margin: 4px;
	border: none;
	height: 307px;
	color: white;
}

#priceRange {
	width:170px;
	float:right;
}

#bedroomSlider {
	width: 170px;
	float: right;
}


#searchBox .label {
	clear:left;
	float:left;
	padding-top:0;
	text-align:right;
	width:75px;
}

#searchBox .dropDown {
	float:right;
	text-align:left;
	width:170px;
}

#searchBox h2 {
	margin-top:0;
}

#searchBox .minPrice, #searchBox .maxPrice, #searchBox .minBeds, #searchBox .maxBeds{
	font-size:10px;
	width:82px;
	float:left;
	padding: 0px 0px 4px 6px;
	text-align: left;
}

#searchBox .maxPrice, #searchBox .maxBeds {
	text-align: right;
}

#searchBox .field {
	margin-bottom:15px;
	margin-top:6px;
	padding:0 0 30px;
	width:255px;
}

#prices, #bedrooms {
	margin-bottom: 6px;
	padding:4px 5px 2px 0px;

}

#searchBox select {
	width: 170px;
}

.button {
	margin-top: 10px;
	text-align:center;
}
#searchButton, .contactButton {
	text-align:center;
	padding: 4px 20px 4px 20px;
	border: 1px solid white;
	margin: 4px;
	background-color: #f6861f;
	color: white;
	font-weight: bold;
	background-image: url(/jquery/css/custom-theme/images/ui-bg_glass_75_f6861f_1x400.png);
	background-repeat:repeat-x;
	background-position: 50% 50%;
	background-attachment:scroll;
	
}

#listResults {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.listItem {
	width: 800px;
	clear: both;
}

.listTitle {
	font-family: "Century Gothic", Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	text-align: left;
	border-bottom: 1px solid gray;
	
}

.listTitle a:link, .listTitle a:visited {
	text-decoration: none;
	color:#0000CC;
}

.listTitle a:hover {
	text-decoration: underline;
}

.listPhoto {
	width: 120px;
	padding: 10px;
	float: left;
	clear: left;
	z-index: 1;
	position: relative;
	
}

.listPhoto img {
	border: 1px solid #002F3F;
}

.soldSticker, .underOfferSticker {
	z-index:3;
	position: absolute;
	top: 5px;
	left: 5px;
}

.soldSticker img, .underOfferSticker img, .letSticker img, .letAgreedSticker img {
	border: none;
}

.saleAgreedSticker, .underOfferSticker, .soldSticker, .letSticker, .letAgreedSticker {
	z-index:3;
	position: absolute;
	top: 5px;
	left: 5px;
	border: none;
}

.saleAgreedSticker img{
	border: none;
}

.listDescription {
	padding: 2px 10px 8px 10px;
	text-align: left;
	float:right;
	width: 540px;
	height:140px;
	overflow: hidden;
}

.listDetail {
	margin: 4px 0px 4px 0px;
	padding: 0px;
}

.shortDescription {
	margin-top: 0px;
	padding-top: 0px;
}


#navList {
	margin: 0 0 0 -40px;
}


.status {
	font-weight: bold;
	color: red;
}



.tabOff {
	background-image: url(/template_images/tab-off.jpg);
	background-repeat:no-repeat;
	height: 20px;
	width: 130px;
	/*  Alternative */
	background-image:url(../template_images/images/tab-off.jpg);
}

#navList li {
	display: block;
	padding-top: 4px;
	
	float: left;
	text-align: center;
	border: none;
}

.tabOn {
	background-image: url(/template_images/tab-on.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 130px;
	/*  Alternative */
	background-image:url(../template_images/images/tab-on.jpg);
	background-position: top;
	
	width: 132px;
	padding-top: 1px;
	margin-top: -3px;
	height: 23px;
}

#navList li a:link, #navList li a:visited {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	font-size: .9em;
}

#navList li a:hover {
	text-decoration: underline;
}


#top {
	width: 100%;
	padding: 0;
	
	margin: 0;
	border: none;
	/*  Alternative */
	background-image:url(../template_images/images/shadow-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	vertical-align: bottom;

	
}

#head {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

#logo {
	float: left;
	width: 377px;
	padding: 8px 0 0 0;
	margin: 0;
}

#toplinks {
	float: right;
	margin-top: 8px;
	vertical-align: top;
	text-align: right;
}

#toplinks img {
	margin: 10px;
}

#toplinks a:link, #toplinks a:visited {
	color: #002F3F;
	text-decoration:none;	
}

#toplinks a:hover {
	text-decoration: underline;
}

#navBar{
	height: 24px;
	width: 940px;
	padding: 0;
	clear: both;
	margin-bottom: 0;
	border: none;
	margin-left: auto;
	margin-right:auto;
	text-align: left;
}

#bottom {
	background-image:url(/template_images/shadow-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:0;
	margin:0;
	margin-top: -1px;
	width: 100%;
	clear:both;
	border: none;
	
	/*  Alternative */
	background: none;
	}


#content {
	padding: 4px 0px 4px 0px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

#moreinfo {
	width: 100%;
	border: none;
	border-top: 8px solid #F6861F;
	background-color: #002F3F;
	color: white;
	clear:both;
	padding: 0;
	margin: 8px 0px 0px 0px;
	
}

#moreinfo .content {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 15px 0px 15px;
}

#moreinfo ul li {
	list-style:none;
	margin: 10px 4px;
}

#moreinfo ul li a:link, #moreinfo ul li a:visited {
	color: #D8D8D8;
	font-size: .8em;
	text-decoration: none;
}

#moreinfo ul li:hover {
	text-decoration: underline;
}

#footer {
	width: 100%;
	text-align: center;
	padding: 8px 0px 8px 0px;
	background-color:#C6C6C6;
	color: #002F3F;
	font-size: .8em;
}

#welcome {
	width: 328px;
	padding: 0px 16px 0px 0px;
	margin: 0px 0px 4px 0px;
	float: left;
	background-image:url(/template_images/vert-divider.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	height: 330px;
	overflow: hidden;
	text-align:justify;
}

#welcome h1, #featuredProperty h2 {
	margin: 3px 3px 3px 0px;
	font-size: 1.5em;
	text-align:left; 
}

#welcome p {
	margin: 8px 0px;
}
#featuredProperty {
	width: 220px;
	float: left;
	background-image:url(/template_images/vert-divider.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	padding-right: 25px;
	margin: 0 0 0 15px;
	height: 317px;
	font-size: .9em;
	overflow: hidden;
}


#homeSearch {
	width: 290px;
	float: left;
	text-align: center;
	margin: 0;
	margin-top: 5px;
}

.rightBoxes {
	float: left; 
	width: 560px; 
	padding-top: 0px;
	margin: 0;
}

.footerContact {
	text-align: center;
	clear: both;
	padding-bottom: 10px;
}
.footerContact a:link, .footerContact a:visited {
	color: white;
}

#searchModule {
	width: 780px;
	margin-left:auto;
	margin-right: auto;
	padding:5px 10px 5px 10px;
	background-image:url(/template_images/search-module.jpg);
	background-repeat:no-repeat;
	height: 110px;
	color: white;
}

#searchModule .minPrice, #searchModule .maxPrice, #searchModule .minBeds, #searchModule .maxBeds{
	font-size:10px;
	float:left;
	padding: 3px 0px 0px 6px;
}

#searchModule .maxPrice, #searchModule .maxBeds {
	text-align: right;
	float: right;
}

#searchModule h2 {
	margin: 6px 0px 2px 6px;
}
#searchModule .label {
	margin-bottom: 4px;
}

#toolbar {
	float: right; 
	width: 300px; 
	text-align:right;
	margin-top: 12px;
}

#contactBox {
	width: 564px;
	padding: 10px 10px 0px 10px;
	background-color: #E1EFF4;
	border: 3px solid #005572;
	margin-top: 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#contactBox .callBox {
	float: left;
	width: 30%;
	border-right: 3px groove #005572;
	margin-right: 15px;
	vertical-align: top;
	padding-left: 10px;
	padding-bottom: 4px;
}

#contactBox .emailBox {
	float: left;
	width: 30%;
	border-right: 3px groove #005572;
	padding-bottom: 4px;
}

#contactBox .appointmentBox {
	float: right;
	width: 30%;
}

#contactBox H2, #contactBox H3 {
	font-weight: bold;
	color: #002F3F;
	margin: 0px;
}

#contactBox p {
	margin: 4px 0px 0px 0px;
	line-height: 150%;
}

#energyRating {
	width: 332px;
	float: right;
	background-color: #BBD5FC;
	border: 1px solid #E9E9E9;
	padding: 0px 4px 4px 4px;
	clear: right;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#energyRating H3 {
	margin: 0px;
	font-weight: bold;
	color: #002F3F;
}

#Rating {
	width: 80px;
	margin-left: auto;
	margin-right: auto;
	font-size: 2.0em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 8px;
}

.A1, .A2, .A3 {
	background-color: #05A255;
	background-image:url(/template_images/ber/a1-a3.jpg);
	background-repeat:no-repeat;
}

.B1, .B2, .B3 {
	background-color: #48BB42;
	background-image:url(/template_images/ber/b1-b3.jpg);
	background-repeat:no-repeat;
}
.C1, .C2, .C3 {
	background-color: #BFD727;
	background-image:url(/template_images/ber/c1-c3.jpg);
	background-repeat:no-repeat;
}

.D1, .D2 {
	background-color: #FFF100;
	background-image:url(/template_images/ber/d1-d2.jpg);
	background-repeat:no-repeat;
}

.E1, .E2 {
	background-color: #FCB815;
	background-image:url(/template_images/ber/e1-e2.jpg);
	background-repeat:no-repeat;
}

.F {
	background-color: #F46F22;
	background-image:url(/template_images/ber/f.jpg);
	background-repeat:no-repeat;
}

.G {
	background-color: #EE1C25;
	background-image:url(/template_images/ber/g.jpg);
	background-repeat:no-repeat;
}

.featuredImage {
 width: 200px;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 3px;
 padding: 0;
 z-index: 1;
 
}

.featuredImage img {
	padding: 4px;
	border: 1px solid #D6D6D6;
	background-color: #E9E9E9;
}

.contactForm{
	clear:both;
	display: none;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}

#formFrame {
	width: 400px;
	border: none;
	overflow:hidden;
	height: 350px;
}

.pagination {
	font-size: 1.1em;
	padding: 15px 0px 15px 0px;
	vertical-align:top;
}

.pagination strong {
	font-size: 1.3em;
	color:#333333;
}

.pagination .inactive {
	color: #999999;
}

.pagination .pages {
	width: 580px; 
	text-align: center; 
	float:left;
}
.pagination .previous {
	float:left; 
	width: 120px;
}

.under-offer {
	color: #006600;
}