/* Copyright Lee Gething 2008

   No part of this code may be reused or distributed in any way with out the
   written permission of the copyright holder.
 */
 
html { overflow: -moz-scrollbars-vertical !important; }

body{
  font-family: Arial, sans-serif;
  font-size: 13px;
  width: 100%;
  margin: 2%; /* this x2 plus the html width below must = 100 */
  /* margin: 6%; /* XMAS */
  background: #003511 url(/images/bg.jpg) repeat-x top ;
  }

html{
  width: 96%; /* this plus the margin above x2 must = 100 (96 or 88)    Another line on nas below! */
}

.hidden{
  visibility: collapse;
}


a:hover img, a:link img, a:hover img, img{
  border-style: none;
}

#Wrapper {
  background-color:#ffffff;
  width:100%;
}

#PrimaryPane{
  margin-left: 165px;
  background-color: #FFFFFF;
  min-height: 700px;
}

#AncillaryPane{
  float: left;
  width: 155px;
  background-color: #DADAD0;
  padding-bottom: 4px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 4px;
  color: #10572d;
  height: 100%;
  display:inline;
}

#AncillaryPane a:link{
  color: #10572d;
  text-decoration: none;
}

#AncillaryPane a:visited{
  color: #10572d;
  text-decoration: none;
}

#Header{
width: 100%;
height: 10em;
Display: Block;
}


#Logo_home{
  width: 665px;
  margin-left: auto;
  margin-right:auto;
}

#Logo{
  width: 615px;
  height: 200px;
  margin-left: auto;
  margin-right:auto;
  background: url(/images/bennettkayelogo.jpg) no-repeat top;
}

#head_details{
	float:right;
	padding-top:20px;
	width: 25%
	
	}
	
#head_logos{
	float:left;
	padding-top:0px;
	}	

#Tagline {
  margin-left: auto;
  margin-right:auto;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  font-weight: bold;
  font-family: Times New Roman;
}

#gmap {
	position:absolute;
	right:-175px;
	top:25px;
	width:372px;
	height:262px;
	z-index:1;
}

#map {
  margin-padding: 20px;
  width: 75%;
  height: 600px;
  margin-left:205px;
}

.map_footer{
  font-size: 0.65em;
  font-style: italic;
}

#controls{
  padding-left: 10px;
  padding-bottom:10px;
}


#MainContent{
padding-bottom: 10px;
Padding-top: 1px;
color: black;
font-size: medium;
height:Auto;
min-height: 650px;
margin-left:200px;

}

#MainContent body  {
font-size: medium;
}

#MainContent p{
padding-left: 20px;
padding-right: 20px;
text-align: justify;
}

#MainContent ul{
padding-left: 75px;
padding-right: 20px;
}

#MainContent li{
padding-left: 0px;
padding-right: 0px;
list-style:none;
}


#MainContent table{
padding-left: 20px;
padding-right: 20px;
}

.black{
  color: #000000;
}

#MainContent h1{
    font-family: "Century Gothic", Arial;
	font-size: 22px;
	color: #10572d;
	font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

#MainContent h2 {
	font-family: "Century Gothic", Arial;
	font-size: 16px;
	color: #ABAB96;
	text-transform: capitalize;
	font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

#MainContent h3{
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	font-weight: normal;
	color: #10572d;
	text-transform: capitalize;
    padding-left: 20px;
    padding-right: 20px;
}

#MainContent a{
	font-weight: bold;
	color: #10572d;
	text-decoration: none;
}

#MainContent a:hover{
    color: #009900;

 }

#homepage{
text-align:center;
margin-left:-200px;
}

#homepage img{
border: none;
}

#homepage h1{
    font-family: "Century Gothic", Arial;
	font-size: 22px;
	color: #10572d;
	font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

#homepage h2 {
	font-family: "Century Gothic", Arial;
	font-size: 20px;
	color: #000000;
	text-transform: capitalize;
	font-weight: normal;
    padding-left: 20px;
    padding-right: 20px;
}

#homepage h3{
	font-family: "Century Gothic", Arial;
	font-size: 15px;
	font-weight: normal;
	color: #10572d;
	text-transform: capitalize;
    padding-left: 20px;
    padding-right: 20px;
}

#homepage h4{
	font-family: "Century Gothic", Arial;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	text-transform: capitalize;
    padding-left: 20px;
    padding-right: 20px;
}

#homepage h5{
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	font-weight: normal;
	color: #10572d;
	text-transform: capitalize;
    padding-left: 20px;
    padding-right: 20px;
}

#homepage p{
	font-size: 15px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}

#homepage table{
padding-left: 20px;
padding-right: 20px;
}

#head_details h1 {
	font-family: "Century Gothic", Arial;
	font-size: 20px;
	color: #000000;
	text-transform: capitalize;
	font-weight: normal;
    padding-left: 20px;
    padding-right: 20px;
    text-align: right;
}

#head_details h3{
	font-family: "Century Gothic", Arial;
	font-size: 15px;
	font-weight: normal;
	color: #10572d;
	text-transform: capitalize;
    padding-left: 20px;
    padding-right: 20px;
    text-align: right;
}
 /* Site Menu */

#Nav {
	width: 204px;
    height:600px;
    position: absolute;
    left: 2%;						/* #################################### XMAS #####################*/
    margin-top:-50px;

}

#Nav ul li a:link, #Nav ul li a:visited {
    color: #ffffff;
    float:left;
    text-decoration: none;
    text-transform: Title;
    font-size: .9em;
    font-weight: bolder;
    
}

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

#Nav ul li {
    list-style: none;
    height:50px;
    border: none;
    margin-left:-20px;
    text-indent:20px;
    background-image: url(/images/button.jpg);
	background-repeat: no-repeat;
    width: 204px;
	line-height: 50px;
}

#Nav ul {
 margin: 0px;
 padding-top: 21px;
 padding-left: 20px;
}

#fliter{
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

.button {
  text-align: center;
  width: 204px;
  height: 50px;
/*  background: url(/images/button.jpg) no-repeat center;*/
  position:relative;
  white-space: nowrap;

}

.button a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  width: 204px;
  height: 50px;
  display: block;
  float: left;
  text-decoration: none;
  font-weight: bolder;

}

.button span{
  position: absolute;
  left: 0px;
  top: 13px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  cursor: pointer;
  width: 204px;
  height: 25px;
  text-align: center;
  color: #ffffff;
}




#button a:link, #button a:visited, #button a:hover {
  color: #ffffff;
}

#divProperties a:link, #divProperties a:visited {
     color: #FFFFFF;
     text-decoration: none;
}

#divProperties a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#divProperties a:hover {
     color: #FFFFFF;
     text-decoration: underline;
}

#divProperties table {
  border-spacing: 0px;
  border-collapse: collapse
}

#divProperties{
  margin-top:25px;
  padding:20px;
  background-color: #FFFFFF;
  margin-left:-200px;
  margin-right:0px;
}

#divProperties p{
	padding-left:20px;
}

#property_image {
  background-color: #10572d;
  padding:0px;
  width:200px;
  border: 1px;
}

#property_image a:link img, #property_image a:visited img, #property_image a:hover img{
  border: 1px hidden;
  position: relative;
  vertical-align: middle
}

#PropertyForm {
  font-family: "Century Gothic", Arial;
  font-size: 12px;
}

#PropertyForm ul{
  padding-left: 0px;
  margin-left:0px;
  list-style-type: None;
}

#PropertyForm ul li{
  padding-left: 0px;
  margin-left:0px;
  list-style-type: None;
}

#divPartners a:link, #divPartners a:visited {
     color: #FFFFFF;
     text-decoration: none;
}

#divPartners a:hover {
     color: #FFFFFF;
     text-decoration: underline;
}

#divPartners table {
  border-spacing: 0px;
  border-collapse: collapse
}

#divPartners{
   width: 99%;
   padding:5px;
 }

#Partners_image {
  background-color: #070064;
  padding:0px;
  width:200px;
}

#Partners a:link img, #Partners a:visited img, #Partners a:hover img{
  border: 1px solid #070064;
  position: relative;
  vertical-align: middle
}

#Footer{
text-align: center;
font-size: 1em;
background-color: #10572d;
color: #DADAD0;
width: 100%;
padding-bottom: 5px;
padding-top: 5px;
clear:both;
}

#Footer a:link, #Footer a:visited{
color: #E9E9DF;
text-decoration:none;
padding:0px;
font-weight:Normal;
}

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

.Footer {
text-align: center;
font-size: 1em;
background-color: #10572d;
color: #DADAD0;
padding-bottom: 5px;
padding-top: 5px;
}

#Contacts{
padding-bottom: 1em;
text-align: center;
}

#Contacts a:link, #Contacts a:visited {
  text-decoration: none;
  font-weight: normal;
}

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

#Sponsers{
padding-bottom: 10px;
width:155px;
position: relative;
left:-30px;
}

#Sponsers ul{
  list-style: none;
  display: inline;
  padding-bottom:2px;
  float: left;
}

#Sponsers li{
  text-align: center;
  padding:2px;
}

#MainNavigation{
padding-bottom: 10px;
}

#UserMenu{
float: right;
margin-top: 6.5em;
padding-right:10px;
display: inline;
font-size: 1em;
text-align: right;
}

#UserMenu a {
text-decoration: none;
color: #070064;
}

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

#contactus {
 width: 650px;
 padding-left: 10px;
}

.borderless {
  border-style: none;
}

.spacer{
  height: 15px;
}

.statusSold{
  background-color: red;
  text-align:center;
  color: #FFFFFF;
}

.statusNew{
  background-color: blue;
  text-align:center;
  color: #FFFFFF;
    text-transform: none;
}

.statusReduced{
  background-color: #FFA500;
  text-align:center;
  color: #FFFFFF;
}

.statusForSale{
  background-color: #10572d;
  text-align:center;
  color: #FFFFFF;
}

.statusToLet{
  background-color: #10572d;
  text-align:center;
  color: #FFFFFF;
 }

 .statusLet{
  background-color: red;
  text-align:center;
  color: #FFFFFF;
}

.property_table{
  width:100%;
 }

.propertylistbartop{
background-color: #10572d;
color: #ffffff;
font-weight:bold;
font-size:14px;
height: 25px;
text-align:center;
text-transform: capitalize;
}

.price{
  text-align: right;
  color:#FFFFFF;
}

.propertylistbarbottom{
background-color: #10572d;
color: #ffffff;
font-weight:bold;
font-size:14px;
height:25px;
}

.propertylistbarbottom td {
  height:25px;
}

.propertydetails{
 padding:5px;
 background-color: #ABAB96;
 height: auto;
}

.propertyfulldetails{
 height: auto;
 background-color: #ABAB96;
 color: #ffffff;
 font-weight:bold;
 font-size:14px;
}

.propertypicture{
	width:250px;
	height:auto;
	
}

.sold{
	margin-top:-170px;
	float:left;
	margin-top:-159px\9;
	*margin-top:-170px;
}

/* POTW */

#potw{
width: 25%;
min-width: 204px;
height: 100%;
background-color: #ABAB96;
border-style: double;
border-color: #10572D;
border-width: 4px;
float:right;
display: inline;
margin: 10px;
}

#potw h1, #potw2 h1 {
 font-size: 1.5em;
 text-align: center;
 font-family: "Century Gothic",Arial;
 padding-left: 2px;
 padding-right:2px;
}

#potw h2, #potw2 h2
 {
 font-family: "Century Gothic",Arial;
 text-align: center;
 font-size: 1em;
 font-weight: bold;
 color:#10572D;
 padding-left: 2px;
 padding-right:2px;
}


#potw h3, #potw2 h3
 {
 font-family: "Century Gothic",Arial;
 text-align: center;
 font-size: 0.9em;
 color:#000000;
 padding-left: 2px;
 padding-right:2px;
}

#potw a, #potw2 a{
color: #10572D;
}

#potw p, #potw2 p{
color: #000000;
padding-left: 2px;
padding-right:2px;
text-align: center;
font-family: "Century Gothic",Arial;
font-size: 14px;
font-weight: normal;
}

#potw img {
 border: 1px solid #10572D;
}

.potwaline1 {
 text-align: center;
}

.potwaddress
 {
 text-align: center;
 font-weight: bold;
}


/* Random Property */

#randomproperty{
width: 206px;
border: 1px solid #000000;
margin-left:0px;
margin-top: 20px;
}

#randomproperty h1 {
 font-size: 0.9em;
 text-align: center;
 font-family: "Century Gothic",Arial;
 padding-left: 2px;
 padding-right:2px;
 line-height:85%;
 color:#ffffff;
}

#randomproperty h2
 {
 font-family: "Century Gothic",Arial;
 text-align: center;
 font-size: 0.75em;
 font-weight: bold;
 color:#ffffff;
 padding-left: 2px;
 padding-right:2px;
 line-height:85%;

}


#randomproperty h3
 {
 font-family: "Century Gothic",Arial;
 text-align: center;
 font-size: 12px;
 color:#ffffff;
 padding-left: 2px;
 padding-right:2px;
 line-height:85%;
 
}

#randomproperty a{
color: #ffffff;
}

#randomproperty p{
color: #ffffff;
padding-left: 2px;
padding-right:2px;
text-align: center;
font-family: "Century Gothic",Arial;
font-size: 12px;
font-weight: normal;
text-align: center;
line-height:95%;

}

#randomproperty img {
 border: 0px;
 z-index:1;
 position:relative;

}

#randomproperty .sold{
	margin-top:-150px;
	margin-top:-126px\9;
	z-index:2;
	position:relative;
	top:-24px\9;
	left:0px;
	
}


/* Forms */

.label {
  padding-left: 10px;
}

.input{
  background-color: #FFFF99;
  border-width: thin;
  border-color: #A89460;
  border-style: solid;
  padding: 1px;

}

.input_padding{
  background-color: #FFFF99;
  border-width: thin;
  border-color: #A89460;
  border-style: solid;
  padding-left: 10px;
}

.comment {
  background-color: #a7a3df;
  border-width: thin;
  border-color: #070064;
  border-style: solid;
  padding: 2px;
}

.error  {
  background-color: #FFAA9D;
  border-width: 1px;
  border-color: #ff0000;
  border-style: solid;
  padding: 2px;
  font-weight: bold;
}

#bar

{
background-position: left top;
background-repeat: repeat-x;
height: 25px;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
width: 75%;
}

#bar
{
display: block;
}

#bar

{
background-color: transparent;
background-image: url(/images/css/bar.png);
background-repeat: repeat-x;
background-attachment: scroll;
background-position: 0pt 0px;

}

#bar_holder

{
position: fixed;
z-index: 99;
bottom: 0pt;
right: 0pt;
color: #111111;
font-size: 11px;
height: 25px;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
width: 100%;
}

#contactus p, #contactus h1, #contactus h2, #contactus h3, #contactus a{
	padding-left:20px;
		
}

.articleMeta, .sbBox span {
	
	
	margin: 0 20px 0 20px}

.small {
	font-size: 11px;
}

.articleDate {
	font-family: Helvetica, sans-serif, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #570C00;
	text-align: center;
}
.tags {
	background: url('/images/tags.gif') no-repeat;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
}
.cat {
	background: url('/images/cat.gif') no-repeat;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
}
.com {
	background: url('/images/comments.gif') no-repeat;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
}
.author {
	background: url('/images/author.gif') no-repeat;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
}
.options {
	display: block;
	padding: 10px 0 0 0;
}	
.commentUser {
	color: #fff;
}
.clear {
	clear:both;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.aligncenter {
	margin: 0 auto 0 auto!important;
}
.alignright {
	float: right;
	margin: 0 0 0 10px;
}
