/* Copyright 2007 Hampstead Portfolios */
/* Author: Sorrel Hoare, Vebra PLC     */



/*********************GENERAL STYLES **************************/

.hidden {
	display: none;
	}

* {margin: 0; padding: 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}

#grey_box {
	width: 800px;
	background-color: #666;
	margin: 0 auto;
	background: #fff url(../stat/bg_strip.gif) 0 0 repeat-y;
	}
	
#container {
	width: 760px;
	min-height: 510px;
	border-top: 1px solid #B5BBC4;
	border-left: 1px solid #B5BBC4;
	border-right: 1px solid #B5BBC4;
	margin: 0 auto;
	}
	
#left_bar {
	background: #D3D7DC url(../stat/vertical_strip.gif) top right no-repeat;
	min-height: 500px;
	float: left;
	width:180px;
	text-align: center;
	}
	
#logo {
	margin-top: 10px;
	}
	
#address {
	margin-top: 20px;
	}

#right_container {
	float: right;
	width: 580px;
	}
	
#content {
	padding-left: 30px;
	}
	
.title {
	margin-top: 20px;
	margin-bottom:20px;
	}
	
.text {
	margin-left: 20px;
	}

.right {
	float: right;
	}

.left {
	float: left;
	}
	
.blue {
	color: #243552;
	}
	
.italic {
	font-style:italic;
	}
	
p {
	line-height: 16px;
	padding: 0 20px 10px 0;
	}
	
.limage {
	margin-right: 10px;
	float: left;
	clear: both;
	}
	
.rimage {
	margin-right: 20px;
	margin-left: 10px;
	float: right;
	}
	
a {
	color: #243552;
	}
	
.quote {
	background: #E5E9EB url(../stat/66.gif) 5px 4px no-repeat;
	color: #757D8A;
	margin: 0 10px 0 178px;
	padding: 5px 5px 5px 10px;
	font-style: italic;
	line-height: 18px;
	text-indent: 30px;
	width: 335px;
	}

blockquote {
	background: url(../stat/99.gif) bottom right no-repeat;
	}

/******************* FOOTER STYLES **********************/

#footer {
	width: 790px;
	height: 12px;
	background: #C9CBCD;
	border: 1px solid #B5BBC4;
	color: #45586A;
	padding: 4px;
	clear: both;
	font-size:10px;
	}

#footer ul {
	list-style-type: none;
	}
	
#footer ul li {
	display: inline;
	border-right: 1px solid #B5BBC4;
	}
	
#footer ul li a {
	text-decoration: none;
	color: #45586A;
	margin: 0 20px;	
	}
	
#footer ul li a:hover {
	color: #fff;
	}
	
#ftr_nav {
	width: 580px;
	float: right;
	text-align: right;
	}
	
.end_link {
	margin: 0 20px 0 0!important;
	border: none!important;
	}
	

/******************* NAV BAR STYLES **********************/

#nav_bar {
	text-align: center;
	margin: 0 auto;
	width:506px;
	}

#nav_bar ul {
	list-style-type: none;
	}
	
#nav1, #nav2, #nav3, #nav4, #nav5, #nav6 {
	display: inline;
	float: left;
	}

#nav_bar ul li a {
	display: block;
	text-decoration: none;
	height: 25px;
	margin: 10px 15px 0 15px;
	}
	
#nav1 a { background: url(../stat/home.gif) 0 0 no-repeat; width: 40px;}
#nav1 a:hover { background: url(../stat/home_over.gif) 0 0 no-repeat; width: 40px;}

#nav2 a { background: url(../stat/about.gif) 0 0 no-repeat; width: 60px;}
#nav2 a:hover { background: url(../stat/about_over.gif) 0 0 no-repeat; width: 60px;}

#nav3 a { background: url(../stat/properties.gif) 0 0 no-repeat; width: 67px;}
#nav3 a:hover { background: url(../stat/properties_over.gif) 0 0 no-repeat; width: 67px;}

#nav4 a { background: url(../stat/areas.gif) 0 0 no-repeat; width: 35px;}
#nav4 a:hover { background: url(../stat/areas_over.gif) 0 0 no-repeat; width: 35px;}

#nav5 a { background: url(../stat/services.gif) 0 0 no-repeat; width: 52px;}
#nav5 a:hover { background: url(../stat/services_over.gif) 0 0 no-repeat; width: 52px;}

#nav6 a { background: url(../stat/contact.gif) 0 0 no-repeat; width: 72px;}
#nav6 a:hover { background: url(../stat/contact_over.gif) 0 0 no-repeat; width: 72px;}

#dropDown {
	visibility: hidden;
	position: absolute;
	voice-family: "\"}\"";
	voice-family: inherit;
	z-index: 99;
	list-style-type: none;
	}

#dropDown a, #dropDown a:hover {
	text-decoration: none;
	z-index: 99;
	display: block;
	width:100px!important; 
	height:14px!important;
	margin: 0 0 2px 15px!important;
	background: #DEDFE0!important;
	border: 1px solid #B5BBC4!important;
	text-align: left;
	color: #45586A;
	padding: 3px;
	}
	
#dropDown a:hover {
	background: #fff!important;
	}

/******************** IMAGE SLIDESHOW STYLES ***********************/

#slideshow {
	width: 580px;
	background: #fff url(../stat/horizontal_strip.gif) 0 0 repeat-y;
	height: 163px;
	margin-top: 70px;
	}


#slideshow_left {
	position: relative;
	}
	
#slideshow_right {
	/*position: absolute;
	left: 835px;*/
	position: relative;
	margin-left: 395px;
	}
	
#slideshow_centre {
	position: relative;
	margin-left: 187px;
	}
	
.placeholder {
	top: 0;
	left: 0;
	padding: 0 !important;
	margin-top: 7px;
	position: absolute;
	}
	
/******************** QUICK SEARCH STYLES ***********************/

#quicksearch {
	float: right;
	width: 235px;
	margin-right: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	}

#quicksearch img {
	margin-bottom: 10px;
	}

label {
	color: #93A7AD;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
select {
	width: 110px;
	font-size: 10px;
	}
	
#beds {
	width: 40px;
	}
	
#submit, .Button {
	/*background: url(../stat/search.gif) 0 0 no-repeat;*/
	background: #DEDFE0;
	border: 1px solid #B5BBC4;
	text-align: center;
	color: #45586A;
	width: 58px;
	height: 18px;
	display: block;
	margin-left: 10px;
	padding-bottom: 2px;
	}
	
input.Button { float: left; }	
#submit:hover, .Button:hover 
{
	background: #fff;
	cursor: pointer;
}
	
.spacer {
	width: 100%;
	height: 5px;
	border-bottom: 1px solid #C9CBCD;
	margin-bottom: 5px;
	}

.radio {
	margin: 0 5px;
	}
	
select {
	height: 16px;
	}
	

	
/******************** FEATURE PROPERTY STYLES ***********************/

#featureProperty {
	margin: 0 auto;
	width: 140px;
	padding-top: 90px;
	}

#featureProperty p {
	text-align: left;
	color: #666666;
	font-weight: bold;
	padding: 0;
	}

#fp_placeholder {
	padding: 1px;
	border: 1px solid #B5BBC4;
	margin: 5px 0;
	}
 
/*********************IE 6 STYLES******************************/

#slideshow {
	margin-top: expression('70px');
	}
	
#footer {
	padding-top: expression('3px');
	padding-bottom: expression('0');
	padding-left: expression('4px');
	padding-right: expression('4px');
	height: expression('17px');
	}

span.navText
{
    color: #969eab;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;      
}
	
ul#newsNav
{
    margin: auto 150px;
}
ul#newsNav li 
{
    margin: auto;
    float: left;
}

ul#newsNav li a:hover span.navText
{
    color: #dfe0e2;
}
	
/*#slideshow_centre {
	left: expression('616px');
	}
	
#slideshow_right {
	left: expression('824px');
	}