/* Start Main Layout */
#header2 {
	width: 900px;
	height: 100px;
}
#header {
	width: 960px;
	background-color:#0089dd;
	
}
#mainwrapper1 {
	z-index: 1;
  	text-align: left;
  	width: 100%;
  	margin-left: auto;
  	margin-right: auto;
  	background-image:url(../images/logobg.gif);
	background-repeat:repeat-x;
	height:106px;  
}

#propertypro{
	width:360px;
	float:left;
	text-align:left;
	padding-top:60px;
	padding-left:40px;
	font-size:24px;
	color:#FFFFFF;
}

#block_1_links{
	width:500px;
	float:left;
}

#block_3_links{
	width:400px;
	float:left;

}

#fasciapic{
	width:300px;
	float:left;
}




.phonenames{
color:#636466;
font-weight:bold;
font-size:1.1em;
}

.blue{
color:#105485;
}

.contacttel{
color:#000000;
}
.shortcontact{
	width:100px;
}

.checkbox{
	width:15px;
	height:15px;
	background:none;
	border:none;
}


#main{
}

.main_home_padding {
	padding:30px;
	margin: 0px 15px 0px 15px;
}
.main_padding{
	padding:0 30px 30px 30px;
	margin: 0px 15px 0px 15px;
}



#imageholder{
	width:875px;
	background-repeat:no-repeat;
	padding-top:25px;
	margin-left:42px;
}

.housetext{
	margin-bottom:10px;
}

.formbutton{
	width:68px;
	height:24px;
	background:none;
}

#key{
	padding-top:3px;
}



.imageborder{
	border:1px solid #0169a9;
}


.propertyholder{
	width:420px;
	height:221px;

}
.householder_wrapper {
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:1px solid #eeeeee;
}
.householder {
	width:190px;
	float:left;
}
.householder_wrapper .alpha {
	margin-right:30px;
}
.housetitle{
	line-height:16px;
	font-size:14px;
	font-weight:bold;
	color:#0d5582;
	margin-bottom:3px;
}
.householder .property_img, .rentholder .property_img  {
	display:block;
	width:190px;
	height:143px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-html-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:10px;
	position:relative;
}
.householder .property_img img, .rentholder .property_img img  {
	position:absolute;
	top:-15px;
	left:-15px;
	margin:0;
}

#topnavbg{

	width:100%;
	height:47px;
	background-image:url(../images/topnavbg.gif);
	background-repeat:repeat-x;
}


#topnavlinks{
	width:944px;
    margin-left: auto;
    margin-right: auto;
	
	height:47px;	
	}

#linksandterms{
	float:right;
	padding-top:8px;
	padding-right:65px;
	color:#FFFFFF;
	text-decoration:none;
}	



#mainwrapper2 {
	z-index: 1;
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

#navigation {
	width: 100%;
}

#tel{
	width:240px;
	float:right;
	text-align:right;
	padding-top:60px;
	font-size:24px;
	color:#FFFFFF;
	padding-right:40px;
}

#logo{
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	float:left;
}

#logoholder{
	width:900px;
    margin-left: auto;
    margin-right: auto;	
	height:106px;	
}

#block_1 {
	float: left;
	width: 580px;
	background:none;	
}
#block_1h h1 {
	margin-top:0;
	margin-bottom:20px;
	padding-bottom:10px;
} 

#block_1h {
	float: left;
	width: 445px;
	background:none;
}
#block_1h .block1_padding {
	border-right:1px solid #eeeeee;
	padding-right:20px;
	margin-right:10px;
}
#block_1p {
	float: left;
	width: 500px;
	margin-left: 10px;
	background:none;
	
}

* html #block_1 {
	display: inline;
}
* html #block_1h {
	display: inline;
}

#block_2 {
	display: none;
}

#block_3 {
	float: left;
	width: 290px;
    background:none;
}

#block_3h {
	float: left;
	width: 425px;
    background:none;
}
#block_3h .block3_padding {

}
#block_3p {
	float: left;
	width: 400px;
    background:none;
	margin-right: 10px;

}

#wrapper
	{
	width: 960px;
	background:url("../images/bodybg.gif") top center repeat-y;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
#footer_container {
		width: 100%;
		background-color:#025b93; 
}
#footer
	{
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image:url(../images/footerbg.gif);
	height:127px;
	background-repeat:no-repeat;
	
	clear: both;
	}

#wrapper, #footer {
	margin-left: auto;
  margin-right: auto;
}

/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}
.block1_padding {
	margin-right:15px;
}
.block2_padding {
	padding: 10px;
}
.block3_padding {
	margin-left:15px;
}
.footer_padding {
	padding: 10px;
}
.header_padding {
	padding: 0px;
}
.clear {
   clear: both;
}

/* END Main Layout */


.social_btns a {
	text-indent:-700px;
	overflow:hidden;
	width:413px;
	height:46px;
	display:block;
	margin-bottom:10px;
}
.social_btns a.facebook {
	background:url('../images/btn_facebook.gif') top left no-repeat;
}
.social_btns a.facebook:hover {
	background:url('../images/btn_facebook.gif') bottom left no-repeat;
}
.social_btns a.blogger {
	background:url('../images/btn_blogger.gif') top left no-repeat;
}
.social_btns a.blogger:hover {
	background:url('../images/btn_blogger.gif') bottom left no-repeat;
}
.social_btns a.twitter {
	background:url('../images/btn_twitter.gif') top left no-repeat;
}
.social_btns a.twitter:hover {
	background:url('../images/btn_twitter.gif') bottom left no-repeat;
}
.map {
	height:500px;
	border:1px solid #d6d0c5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-html-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:25px;
}
.winter_newsletter {
	display:block;
	margin-bottom:25px;
}
.winter_newsletter img {
	display:block;
}
.rentholder {
	border-bottom:1px solid #eeeeee;
	margin-bottom:20px;
}
.property_image {
	float:left;
	width:190px;
	margin-right:25px;
}
.property_image a {
	display:block;
} 
.property_image img {
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-html-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;	
	margin-bottom:20px;
}
.property_description {
	width:613px;
	float:left;
}
.property_description ul {
	margin:0;
	padding:0;
}
.property_description p {
	line-height:1.3;
}
.property_description .price {
	font-size:22px;
	color:#0D547E;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:6px;
}
.property_description .title {
	margin-bottom:0;
	font-size:18px;
	font-weight:bold;
}
.property_description .address {
	font-size:13px;
	margin-bottom:10px;
}
.property_tabs h2 {
	border:none;
	padding:0;
	margin:0 15px 0 0;
	width:280px;
	float:left;
}
.property_tabs .omega {
	margin-right:0;
}
.properties_available .selected {
	background:#448713 url('../images/properties_available_tab.gif') top left repeat-x;
	color:#ffffff;
	padding:0 20px;
	border:none;
	border:1px solid #448713;
	line-height:52px;
}
.properties_signed_up  .selected {
	background:#a90000 url('../images/properties_unavailable_tab.gif') top left repeat-x;
	color:#ffffff;
	padding:0 20px;
	border:none;
	border:1px solid #a90000;
	line-height:52px;
}
.coming_soon .selected {
	background:#004a78 url('../images/coming_soon_tab.gif') top left repeat-x;
	color:#ffffff;
	padding:0 20px;
	border:none;
	border:1px solid #004a78;
	line-height:52px;
}
.property_tabs .selected:hover {
	color:#ffffff;
}
.property_tabs a:hover {
	color:#777777;
}
.property_tabs a {
	border:1px solid #dddddd;
	border-bottom:none;
	background:#eeeeee url('../images/properties_tab.gif') bottom left repeat-x;
	display:block;
	padding:0 18px;
	line-height:53px;
	color:#aaaaaa;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.unavailable_properties {
	display:none;
}
.unavailable_properties, .available_properties, .coming_soon {
	padding:20px 20px 0 20px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border:1px solid #dddddd;
}
.unavailable_properties .rentholder:last-child, .available_properties .rentholder:last-child, .coming_soon .rentholder:last-child {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
.description {
	width:420px;
	float:left;
}
.main_image {
	position:relative;
	margin-right:30px;
	width:420px;
	float:left;
}
.main_image img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-html-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	
}
.gallery .main_img {
	display:block;
	margin-bottom:10px;
}
.gallery {
	width:420px;
	float:left;
	margin-right:30px;
}
.gallery img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-html-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display:block;
}
.gallery .thumb {
	float:left;
	margin-bottom:5px;
	display:block;
	margin-right:4px;
}
.gallery .omega {
	margin-right:0;
}
.address {
	font-weight:bold;
	font-size:16px;
	color:#000000;
	margin:0 0 15px 0;
}
.property_location {
	width:420px;
	float:left;
}
a.btn {
	display:block;
	line-height:29px;
	color:#333333;
	background: url('../images/enquiry_btn.gif') top left repeat-x;
	float:left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-html-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding:0 15px 0 15px ;
	border:1px solid #d0d0d0;
	text-shadow:0 1px 0 #ffffff;
}
a.btn:hover {
	background: url('../images/enquiry_btn.gif') bottom left repeat-x;
	color:#333333;
	border:1px solid #aaaaaa;
}
a.btn img {
	margin-left:5px;
	float:right;
	display:block;
}
.property_location .map {
	height:280px;
}
.enquire {
	background:#ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-html-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	width:360px;
	text-align:left;
}
span.required {
	color:red;
}
p.required, td.required {
	text-align:right;
}
td.required {
	padding-top:15px;
}
.enquire #spam_check {
	margin-bottom:15px;
}
.enquire p.required {
	float:right;
}
.enquire form {
	padding-bottom:0;
}
.enquire form p {
	margin-bottom:4px;
}
.enquire form input[type=submit] {
	margin-top:5px;
}
.enquire .enquiry_padding {
	padding:20px;
}
.enquire h2 {
	margin:0 0 10px 0;
}
label {
	cursor:pointer;
	font-weight:bold;
}
.enquire input[type=text] {
	margin-top:4px;
}
input[type=text], textarea {
	width:308px;
	margin:0 0 7px 0;
	font-size:13px;
	color:#333333;
	padding:5px;
	border:1px solid #aaaaaa;
	background:#eeeeee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-html-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	
}
input[type=submit], input[type=button] {
	float:left;
	width:auto;
	background:url('../images/blue_btn.gif') top left repeat-x;
	border:1px solid #004a78;
	color:#ffffff;
	font-size:13px;
	padding:0 12px 5px 12px;
	height:29px;
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-html-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
}
input[type=submit]:hover, input[type=button]:hover {
	border:1px solid #00426b;
	background:url('../images/blue_btn.gif') left -29px repeat-x;
}
input[type=radio], input[type=checkbox] {
	margin:9px 5px 20px 0;
	border:none;
	background:none;
}
.contact_form table {
	width:486px;
	margin:0;
}
.request_repair {
	margin:0 0 0 130px;
	width:492px;
}
.request_repair th {
	width:160px;
}
form td label {
	margin-right:30px;
	line-height:30px;
	*position:relative;
	*top:10px;
}
form th {
	padding-top:4px;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}
.contact_form {
	border-top:1px solid #eeeeee;
	padding-top:30px;
}
.contact_form th {
	width:140px;
}
.contact_form {
	padding:20px 0;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	margin:0 0 30px 0;
}
.contact_numbers strong {
	font-size:13px;
	color:#333333;
	font-weight:normal;
	letter-spacing:0;
}
.contact_numbers .red {
	font-size:12px;
	letter-spacing:0;
	font-weight:normal;
}
.contact_numbers p {
	padding-bottom:10px;
	border-bottom:1px solid #eeeeee;
	line-height:20px;
	margin-bottom:10px;
	font-size:16px;
	color:#0D547E;
	font-weight:bold;
}
.contact_numbers {
	margin-bottom:20px;
}
.staff {
	width:128px;
	float:left;
}
.staff img {
	margin-bottom:10px;
	display:block;
	border:1px solid #005c94;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-html-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	
}
.block3_padding .alpha {
	margin-right:19px;
}
.householder a.btn, .property_description a.btn {
	padding:0 11px;
	line-height:24px;
	font-size:12px;
}
.map_window p.title {
	margin-top:0;
}
.map_window p {
	font-size:12px;
	margin-bottom:8px;
}
.map_window {
	width:250px;
}
.map_window img {
	border:1px solid #666666;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-html-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	max-width:100px;
	max-height:100px;
}
.breadcrumb {
	margin-top:18px;
}
.breadcrumb p {
	margin-bottom:0;
}
#spam_check {
	border:1px solid #0ca104;
	margin:5px 0 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-html-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background:#f8fff8;
	float:left;
	padding-right:6px;
}
#spam_check p {
	float:left;
	background:#0ca104;
	color:#ffffff;
	padding:6px 15px;
	margin:0 10px 0 0;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase; 
	font-size:11px; 
	text-shadow:0 -1px 0 #045100;
	line-height:13px;
}
#spam_check label {
	margin-top:0;
	padding-top:0;
	color:#222222;
	float:left; 
	display:block;
	line-height:38px;
	font-weight:bold;
	*position:static;
	*top:0;
}
#spam_check #calc_answer {
	float:left;
	padding:4px; 
	display:block;
	width:30px; 
	margin:6px 0 0 10px;
	border:1px solid #cccccc;
}
strong {
	color:#105485;
}
.error {
	background:#fff0f0;
	border:1px solid #fbb4b9;
	padding:10px;
}
.message {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-html-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	
	margin-bottom:15px;
	padding:10px;
	border:1px solid #fce7b6;
	background:#fff8ec;
}
.message p {
	margin-bottom:0;
}
.useful_numbers {
	width:100%;
	font-size:12px;
	border-top:1px solid #eeeeee;
}
.useful_numbers td { 
	padding:3px 0;
	border-bottom:1px solid #eeeeee;
}
.useful_numbers .number {
	text-align:right;
	font-weight:bold;
	color:#0D5582;
}
.header .links a {
	color:#ffffff;
}
.header .links a:hover {
	color:#ffea00;
}
img {
	border:none;
}
.slide img {
	display:block;
	padding:0;
	color:none;
	background:none;
	border:none;
}
.repair_request_btn {
	height:221px;
	display:block;
	margin-bottom:25px;
}
.repair_request_btn img {
	display:block;
	margin-top:-36px;
	position:relative;
	z-index:1000;
}
.about_property {
	margin-bottom:20px;
}
.map_window a {
	display:block;
	float:left;
	width:102px;
	margin-right:15px;
}
.map_window .text {
	width:133px;
	float:left;
}
.map_window strong {
	color:#000000;
}
.about_property .price {
	font-size:30px;
	color:#105485;
	margin:0;
	font-weight:bold;
}
.main_image img.ptype {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-html-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	position:absolute;
	top:-10px;
	left:-10px;
}
