﻿/*
   styles.css 
   
   		styling for modern web browsers, see ie.css for specific browser fixes
   
*/

/* ======================================================================

Hex Guide
	page background	:	#191919
	body background	:	#191919
	base text color	:	#fafafa
	
=======================================================================*/


/*
simple reset
------------------------------------*/
html, body, div, #wrapper
{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
html{background:#191919 url(../graphics/page_bg.jpg);}
body {
	/* font-family:"Lucida Grande",  "Lucida Sans Unicode", Verdana,  Arial,  Helvetica,  sans-serif; */
	font-family: Arial,  Helvetica,  sans-serif;
	font-size:62.5%;
	line-height:1.75;
	background: url(../graphics/crest_back.jpg) right top no-repeat;
	/*zoom:1;*/
}

#innerWrapper{
	position:relative;
	/*width:800px;*/
}
object{outline: none}
/*
Page Setup
------------------------------------*/

.hidden
{
	visibility:hidden;
	display:none;
}
#skiptocontent {
	display:none;
}
.clear {clear: both; height:0; line-height:0; overflow:hidden;}

#wrapper {
	clear:both;
	font-size:110%;
	color: #fafafa;
	width:800px;
	height: 100%;
	margin:0 auto;
	text-align: left;
}

.fright {
	float: right;
	margin-right:6px;
}

/*
Basic Links
------------------------------------*/

a img {border:none;}
a, a:link, a:visited {
	text-decoration: none;
	color: #ffc20f;
	outline: none;
}
a:hover {
	color: #ffc20f;
	text-decoration: underline;
}

/*
Basic Form
------------------------------------*/
textarea{
	width:327px;
	height:80px;
}

/* ======================================================================

Header Section

=======================================================================*/

/*
Header
------------------------------------*/

#header {
	width:100%;
	height:102px;
	font-size: 90%;
}

/*
logo 
------------------------------------*/
.logo {
	float: left;
}

/*
Top Right navigation
------------------------------------*/
#nav_tr {
	float:right;
	width:530px;
}
	#nav_tr ul {
		list-style-type: none;
		margin:8px 0 0 0;
		padding:0;
		float:left;
		line-height:normal;
		overflow:hidden;
		width:auto;
		font-size:110%;
	}
		#nav_tr li {
			float:left;
			padding:0px 6px;
			display:inline;
		}
		
		#nav_tr li a, #nav_tr li a:link, #nav_tr li a:visited, #nav_tr li a:hover, #nav_tr li a:active{
			color:#fafafa;
			display:inline;
			float:left;
			padding:0;
			margin:0;
		}
		#nav_tr li span{
			color:#898989;
		}
	
	#nav_tr fieldset {
		border:none;
		width:173px;
		margin:0px;
		padding-right:0px;
		margin-top:5px;
		float:right;
	}
		#nav_tr fieldset input {
			width:130px;
			font-size: 90%;
			background: #fafafa;
			border:none;
			padding:3px 4px 3px 3px;
			margin:1px 5px 0 0;
			float:left;
		}
		#nav_tr fieldset .submitbutton {
			color:#fafafa;
			padding:3px;
			margin:1px 0 0 0;
			border:0px;
			width:auto;
			background:transparent url(../graphics/button_back.jpg) repeat-x top;
			cursor:pointer;
			float:left;
			text-transform:uppercase;
		}
		#nav_tr fieldset .submitbutton:hover {
			color: #ffc20f;
			background:transparent url(../graphics/button_back.jpg) repeat-x bottom;
		}
		
		


	
/*
Breadcrumbs
------------------------------------*/
#breadcrumbs{
	float:left;
	margin:8px 0 0 18px;
	padding:0;
	position:absolute;
	top:52px;
	left:140px;
}
#breadcrumbs ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
	width:100%;
}

	#breadcrumbs li {
		float:left;
		padding-left:6px;
		color:#898989;
	}
	#breadcrumbs li a, #breadcrumbs li a:link, #breadcrumbs li a:visited {
		color:#fafafa;
		font-size:100%;
	}

/* ======================================================================

Footer Section

=======================================================================*/
#footer {
	width:100%;
	clear: both;
	border-top:2px solid #fafafa;
	float: left;
}
	#footer p {
		float:left;
		margin:10px 0px;
		width:auto  !important;
	}
	#footer ul {
		float: right;
		margin:10px 0px;
		padding:0px;
		list-style-type: none;
		width:auto  !important;
	}
		#footer ul li {
			float: left;
			padding-left:9px;
		}
		#footer ul li a, #footer ul li a:link, #footer ul li a:visited {
			color:#fafafa;
		}
		
	#footer strong {
		color: #ffc20f
	}
	
/* ======================================================================

Main Content Section

=======================================================================*/
#main_content {
	height: 100%;
	margin-top:25px;
	margin-bottom:18px;
	font-size: 110%;
	overflow: hidden;
}

#main_content.hp{
	margin: 10px 0 18px 0;
	overflow: visible;
	}


.newsTicker{
	margin: 10px 0 0 0;
	font-size: 1.1em;
	padding: 0 5px;
	}
	

/*
Left hand Side Navigation
------------------------------------*/
#nav_lhs {
	list-style-type: none;
	padding-left:0px;
	width:142px;
	margin-top:0px;
	float:left;
	overflow: hidden;
}
	/* Top Level */
	#nav_lhs li {
		border-bottom:1px solid #fafafa;
	}
	
	#nav_lhs a, #nav_lhs a:link, #nav_lhs a:visited , #nav_lhs a:hover, #nav_lhs a:active{
		color:#fafafa;
		display:block;
		padding-left:12px;
		background: url(../graphics/lhs_dark.jpg) left 8px no-repeat;
		padding:2px 0px 2px 12px;
	}
	#nav_lhs li a:hover {
		text-decoration: none;
		background: url(../graphics/lhs_light.jpg) left 8px no-repeat; 
	}
	#nav_lhs .active span, #nav_lhs .active a, #nav_lhs .active a:link, #nav_lhs .active a:visited {
		display:block;
		padding:2px 0px 2px 12px;
		color:#191919;
		background: #ffc20f;
		border-bottom:1px solid #fafafa;
		font-weight: bold;
	}
	
	/* lvl2 */
	#nav_lhs li ul {
		list-style-type: none;
		padding-left:10px;
		width:100%;
	}
	#nav_lhs li ul li {
		border:none;
		border-bottom:1px solid #191919;
	}
	#nav_lhs ul a, #nav_lhs ul a:link, #nav_lhs ul a:visited, #nav_lhs .active ul a, #nav_lhs .active ul a:link, #nav_lhs .active ul a:visited {
		color:#fafafa;
		display:block;
		padding-left:12px;
		background: url(../graphics/lhs_dark.jpg) left 8px no-repeat;
		padding:0px 0px 0px 12px;
		border:none;
		font-weight: normal;
	}
	#nav_lhs ul li a:hover, #nav_lhs .active ul a:hover {
		background: url(../graphics/lhs_light.jpg) left 8px no-repeat; 
	}
	
	#nav_lhs ul .active span, #nav_lhs ul .active a, #nav_lhs ul .active a:link, #nav_lhs ul .active a:visited {
		color:#fafafa;
		display:block;
		padding-left:12px;
		background: url(../graphics/lhs_light.jpg) left 8px no-repeat; 
		padding:0px 0px 0px 12px;
		border:none;
		/* font-weight: bold; */
	}
	
	/* lvl3 */
	#nav_lhs li ul ul {
		list-style-type: none;
		padding-left:5px;

	}
	#nav_lhs li ul li li {
		border:none;
	}
	#nav_lhs ul ul a, #nav_lhs ul ul a:link, #nav_lhs ul ul a:visited, #nav_lhs .active ul ul a, #nav_lhs .active ul ul a:link, #nav_lhs .active ul ul a:visited {
		color:#fafafa;
		display:block;
		padding-left:12px;
		background: url(../graphics/lhs_dark.jpg) left 8px no-repeat;
		padding:0px 0px 0px 12px;
		border:none;
	}
	#nav_lhs ul ul li a:hover {
		background: url(../graphics/lhs_light.jpg) left 8px no-repeat; 
	}
	
	#nav_lhs ul .active span, #nav_lhs ul .active a, #nav_lhs ul .active a:link, #nav_lhs ul .active a:visited {
		color:#fafafa;
		display:block;
		padding-left:12px;
		background: url(../graphics/lhs_light.jpg) left 8px no-repeat; 
		padding:0px 0px 0px 12px;
		border:none;
		/* font-weight: bold; */
	}
	#nav_lhs ul .active a:hover, #addedNav .active {
		background: url(../graphics/lhs_light.jpg) left 8px no-repeat !important; 
	}

	#nav_lhs ul .active span{font-weight: bold}
/*
Main Content Region
------------------------------------*/
#content_region {
	width:635px;
	float: right;
	/*min-height: 550px;
	height:auto !important;
	height:550px;*/

	/* font-size: 110%; */
}
	#content_region h1 {
		font-weight: lighter;
		margin:0px 0px 6px 0px;
		font-size:160%;
		width:100%;
		clear:both;
		color:#ffc20f;
		display: block;
		border-bottom: 2px solid #c6c6c8;
	}
	#content_region h2 {
		line-height: 1.5em;
		margin:6px 0px;
		font-size:120%;
		/*width:65%;*/
		clear:both;
		font-weight: lighter;
	}
	/*#content_region p, ul{
		width:65%;
	}*/
	.twocol {
		float:left;
		width:310px;
		padding:0px 10px 0px 0px;
	}
	#content_region p {
		font-size: 100%;
	}

/*
Side Form
------------------------------------*/
.sideForm {
	border:none;
	margin:0;
	padding:0;
	font-size: 100%;
	width:392px;
	float:right;
}
.sideForm .titleBox {
	float:right;
	width:145px;
	display:block;
	background: #ffc20f;
	color: #191919;
	text-align: center;
	padding:2px;
	border-bottom: 1px solid #fafafa;
	margin-bottom:9px;
	font-weight: bold;
}
.sideForm label {
	clear: left;
	float:left;
	width: 80px;
	text-align: right;
	margin-bottom: 9px;
	display:block;
}
.sideForm input, .sideForm select, .sideForm textarea {
	float: right;
	padding:2px;
	width:145px;
	background: #fafafa;
	border: none;
	font-size: 100%;
	clear:right;
}
.sideForm select {
	width:148px;
	clear:right;
}
.sideForm .auto{
	display: block !important;
}
.sideForm .auto input {
	width: auto;
	clear: both;
	border: none;
}
.sideForm .auto label {
	float:right;
	width: auto;
	clear: none;
}
.sideForm .submitButton {
	width:auto;
	clear: both;
	float:right;
	background: url(../graphics/searchbutton_back.jpg) repeat-x;
	padding:0px 2px 4px 2px;
}

/* ======================================================================

Homepage Grid

=======================================================================*/

.hp_c1 {
	width:473px;
	float:left;
}
.hp_c1 h1 {
	font-weight: lighter;
	margin:6px 0px;
	font-size:160%;
	width:100%;
	clear:both;
	color:#ffc20f;
}
.hp .col {
	width:470px;
	float:left;
	min-height:1px;
	height:auto !important;
	height:1px;
}
.hp .col p{
	/* margin:9px 0px; */
	line-height: 1.5em;
}
.hp .col2 {
	float:left;
	width:233px;
	min-height:1px;
	height:auto !important;
	height:1px;
}
.hp .sideForm {
	margin-top: 18px;
	width:auto;
}
.hp .sideForm label {
	width:80px;
}
.hp .sideForm .auto label {
	float:right;
	width: auto;
	clear: none;
}

.thinbox {
	width:145px;
	float:left;
	margin-left: 18px;
	display:inline;
	min-height:1px;
	height:auto !important;
	height:1px;
}
.thinbox #nav_lhs {
	width:135px;
	margin-left:5px;
	padding-bottom:9px;
	min-height:1px;
	height:auto !important;
	height:1px;
}
.thinbox #nav_lhs li {
	margin-top:1px;
}
.thinbox .sideForm {
	background: #2f3034;
	margin-bottom:9px;
	margin-top:0px;
}
.thinbox .sideForm .titleBox {
	padding:2px 0px;
	margin-bottom:0px;
	white-space:nowrap;
	letter-spacing:-0.5px;
}
.thinbox .sidebox{
	margin-bottom:17px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Homepage Modules

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#hp_mods{
	width:326px;
	float:left;
	position:relative;
}
#hp_mods .sidebox{
	width:145px;
	/*height:106px;*/
	margin-left:18px;
	float:left;
	background:#2F3034 none repeat scroll 0 0;
	margin-bottom:9px;
	display:inline;
}
#hp_mods .sidebox h2{
	width:100%;
	font-size:100%;
	margin:0;
	background:#FFC20F none repeat scroll 0 0;
	border-bottom:1px solid #FAFAFA;
	color:#191919;
	font-weight: bold;
	text-indent: 6px;
}
#hp_mods .sidebox a, #hp_mods .sidebox a:link, #hp_mods .sidebox a:visited{
	color: #FFC20F;
	text-transform: lowercase;
}


/*
Wide Box
------------------------------------*/
#hp_mods .wide{
	width:308px;
	margin-left:18px;
	float:left;
	background:#2F3034 none repeat scroll 0 0;
	margin-bottom:9px;
}
#hp_mods .wide img{
	float:right;
	margin:9px 5px 9px 0;
}

#hp_mods .wide p{
	float:left;
	font-size:90% !important;
	border-bottom: 1px solid #fafafa;
	margin:2px 1px 0;
	text-indent:4px;
	width:178px;
}
#hp_mods .wide a, #hp_mods .wide a:link, #hp_mods .wide a:visited{
	
}
#hp_mods .spacer{
	width:178px;
	height:7px;
	display: block;
	font-size:0;
}
/*
Map Section
------------------------------------*/
#hp_mods #mapPop{
	height: 114px;
	width:145px;
	overflow: hidden;
	position: absolute;
	z-index: 20;
	background:#28292c none repeat scroll 0 0;
}
#hp_mods #mapPop img{
	float:left;
}
#hp_mods #mapPop h2{
	background: #444444;
	color: #fafafa
}

#mapPop .mapNav {
	width:135px;
	margin-left:5px;
	padding-bottom:9px;
	min-height:1px;
	height:auto !important;
	height:1px;
	list-style-type: none;
	padding-left:0px;
	width:142px;
	margin-top:0px;
	float:left;
	position: absolute;
	left:160px;
	/*display:none;*/
}
#mapPop .mapNav li {
	margin-top:0px;
	border-bottom:1px solid #fafafa;
}
#mapPop .mapNav li a, #mapPop .mapNav li a:link, #mapPop .mapNav li a:visited{
	color:#fafafa;
			color:#fafafa;
		display:block;
		padding-left:12px;
		background: url(../graphics/lhs_dark.jpg) left 8px no-repeat;
		padding:2px 0px 2px 12px;
		text-transform: none;
}
#mapPop .mapNav li a:hover{
	text-decoration: none;
	background: url(../graphics/lhs_light.jpg) left 8px no-repeat; 
}

#mapPop .mp1{
	left:6px;
	top:20px;
}

/*
News Feed
------------------------------------*/
#feedRotator{
	height: 116px;
	width:145px;
	overflow: hidden;
	position: relative;
}
#feedRotator h2{
	background: #444444  !important;
	color: #fafafa  !important;
	position: absolute;
	z-index: 5;
	
}
#feedRotator .newsItem{
	padding:0 6px;
	clear:both;
	font-size: 90%;
	line-height: 1.2em;
	_line-height: 1.5em;
}
#feedRotator .newsItem h3{
	margin-bottom:2px;
	font-size: 110%;
	color: #FFC20F;
	font-weight: normal;
}
#feedRotator .newsItem p{
	margin:0px;
}
#feedRotator .newsItem a, #feedRotator .newsItem a:link, #feedRotator .newsItem a:visited{
	float:right;
	margin-right: 10px;
}

/* ======================================================================

Flash Sliders

=======================================================================*/
#flashholder{
	width:600px;
	height:200px;
}
/*
Arrows
------------------------------------*/
.arrow {
	height:auto;
}
.arrows {
	position:absolute;
	margin-top:18px;
	cursor: pointer;
	_left:160px;
	
}
#previous {
margin-left:0px;
}
#next {
margin-left:612px;
}


/*
Panels
------------------------------------*/
#panes {
	width:580px;
	margin:0 auto;
}
.panel {
}
	#content_region .panel h2 {
		color:#FFC20F;
		font-size: 140%;
		margin-bottom:0px;
		margin-top:18px;
	}
	#content_region .panel h2 span {
		font-size: 60%;
		color:#fafafa;
		font-style: italic;
	}
	#content_region .panel p{width:auto}
	#content_region .panel p span {
		color:#FFC20F;
	}
	.panel .twocol {
		width:55%;
		padding:0px;
	}
	.panel .twocol.last {
		width:40%;
		float:right;
		padding-right:0px;
	}
	.panel .twocol p{
		padding-right:5px;
		width:auto;
	}

/*
SiteMap
------------------------------------*/
ul#siteMap{
	list-style-type:none;
	margin:0;
	padding:0;
}

ul#siteMap li{
	margin:0;
	padding:0;
}

ul#siteMap li a, ul#siteMap li a:link, ul#siteMap li a:visited, ul#siteMap li a:hover, ul#siteMap li a:active{
	border-bottom:1px solid #191919;
	color:#FAFAFA;
}

ul#siteMap li a:hover{
	color:#FFC20F;
	text-decoration:none;
}

ul#siteMap li a:visited{
	color:#ccc;
}

/*inner level*/
ul#siteMap ul{
	padding:0 0 0 15px;
	margin:0;
}

/*
Sitemap - - - - */
/*ul#siteMap{
	margin:0;
	padding:0;
	overflow:hidden;
	list-style-type:none;
}

ul#siteMap ul{
	margin:0 0 0 5px;
	padding:0;
	list-style-type:none;
}

ul#siteMap ul ul{
	margin:0 0 0 5px;
	padding:0;
	list-style-type:none;
}

ul#siteMap li{
	background:none;
	font-size:100%;
	padding:0;
	margin:0 10px 0 0;
	float:left;
	
}

ul#siteMap ul li{
	float:left;
}

ul#siteMap ul ul li{
	font-size:100%;
	float:none;
	margin:0;
}

ul#siteMap li a, ul#siteMap li a:link, ul#siteMap li a:visited, ul#siteMap li a:hover, ul#siteMap li a:active{
	background:url(../images/li-square.gif) left top no-repeat;
	padding:0 0 0 10px;
	text-decoration:none;
	
}

ul#siteMap li a:visited, ul#siteMap li a:hover{
	background:url(../images/li-square.gif) -294px top no-repeat;
	color:#ccc;
}*/


/*
Property search form
------------------------------------*/
.PropSearchKeyword
{
	color:Gray;
}

/*
Property list form
------------------------------------*/
span.bold{
	font-weight:bold;
}

.mailinglistform{
	margin:10px 0 0 0;
	width:415px;
}

.mailinglistform label{
	float:left;
	margin:0 0 2px 0;
	clear:left;
	width:150px;
}

.mailinglistform select, .mailinglistform input{
	float:right;
	width:250px;
	margin:0 0 5px 0;
}

.mailinglistform input{
	float:right;
	width:248px;
	border:1px solid #657B90;
	height:17px;
	padding:1px 0 0 0;
	clear:right;
}

.mailinglistform .AspNet-CheckBoxList, .sideForm .AspNet-CheckBoxList{
    margin:10px 0;
    float:left;
    width: 100%;
}
.mailinglistform .AspNet-CheckBoxList ul, .sideForm .AspNet-CheckBoxList ul{
clear:both;
margin:0 0 0 25px;
min-height:50px;
padding:0;
width:100%;
}
.mailinglistform .AspNet-CheckBoxList-Item, .sideForm .AspNet-CheckBoxList-Item{
background:#303030 none repeat scroll 0 0;
float:left;
list-style-type:none;
margin:0 5px 5px 0;
padding:5px;
width:180px;
}
.mailinglistform .AspNet-CheckBoxList-Item:hover, .sideForm .AspNet-CheckBoxList-Item:hover{
background: #505050
}
.mailinglistform .AspNet-CheckBoxList-Item input, .sideForm .AspNet-CheckBoxList-Item input{
float:right;
margin:2px 0 0;
width:auto;
background: transparent;
}
.mailinglistform .AspNet-CheckBoxList-Item label, .sideForm .AspNet-CheckBoxList-Item label{
clear:none !important;
float:left;
margin:0 0 0 5px;
width:auto;
}
.mailinglistform input.PostcodeFindButton{
	width:auto;
	padding:0 10px;
}

.linkButtons{
	list-style-type:none;
	margin:0;
	padding:0;
	float:right;
}

.mailinglistform ul.linkButtons {
margin:5px 1px 0 0 !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.righthandside{
	position:absolute;
	right:0;
	top:365px;
}
.righthandside .sidebox{
	width:145px;
	/*height:106px;*/
	margin-left:18px;
	float:left;
	background:#2F3034 none repeat scroll 0 0;
	margin-bottom:9px;
	display:inline;
}
#content_region .righthandside .sidebox h2{
	width:100%;
	font-size:110%;
	margin:0;
	background:#FFC20F none repeat scroll 0 0;
	border-bottom:1px solid #FAFAFA;
	color:#191919;
	font-weight: bold;
	text-indent: 6px;
}
.righthandside .sidebox a, .righthandside .sidebox a:link, .righthandside .sidebox a:visited{
	color: #FFC20F;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

left_column

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#left{
	float:left;
	width:415px;
	margin:0 20px 0 0;
	clear: both;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

right_column

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#right{
	width:200px;
	float:left;
}

.sb{
	background: url(../graphics/side_will.jpg) no-repeat;
	width:200px;
	margin-bottom:10px;
	padding:0;
	min-height:95px;
	height:auto !important;
	height:95px;
}

.sb a, .sb a:link{
	margin-top:0;
	padding:10px 115px 0 15px;
	width:70px;
	min-height:85px;
	height:auto !important;
	height:85px;
	display:block;
	line-height:135%;
	font-weight:bold;
	color:#fafafa;
	text-decoration:none;
	font-size:110%;
}

.sb a span, .sb a:link span{
	display:block;
	color:#FFC20F;
	text-decoration:none;
	margin-top:3px;
	font-size:90%;
}

.sb a:hover span{
	text-decoration:underline;
}

.sb.button a, .sb.button a:link{
	padding:10px 55px 0 15px;
	width:130px;
}

/*enews*/
.sb.enews{
	background: url(../graphics/side_news.jpg) no-repeat;
}

.sb.enews a, .sb.enews a:link{
	padding:10px 85px 0 15px;
	width:100px;
}

/*team*/
.sb.team{
	background: url(../graphics/side_team.jpg) no-repeat;
}

.sb.team a, .sb.team a:link{
	padding:10px 85px 0 15px;
	width:100px;
}

/*property*/
.sb.property{
	background: url(../graphics/side_property.jpg) no-repeat;
}

/*mortgages*/
.sb.mortgages{
	background: url(../graphics/side_mortgages.jpg) no-repeat;
}

/*financial advice*/
.sb.fin_adv{
	background: url(../graphics/side_fin_adv.jpg) no-repeat;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#hp_mods #hp_search{
	height: 238px;
	width:145px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	background:#28292c none repeat scroll 0 0;
}
.hps{
	height: 238px;
}

.hps .sideForm .titleBox{
	width:100%;
	.width:145px;
	margin-bottom: 3px;
	_margin-bottom: 0px;
	text-align: left;
	text-indent: 10px;
}
.hps .sideForm{
	margin:0px;
	font-size: 90%;
}
.hps .sideForm p{
	line-height:1.5em;
	margin:2px 8px;
	_margin:0px 8px;
	width:90%;
}
.hps .sideForm select{
	width:129px;
	clear:both;
	float: none;
	margin:3px 0 3px 8px;
}
.hps .sideForm label{
	display: none;
}

.hps .sideForm .auto{
	width:100%;
	float:left;
}
.hps .sideForm .auto input{
	float: right;
	margin-right: 6px;
	display:inline;
	width:auto;
}
.hps .sideForm .auto label{
	display:block;
	float:left;
	margin-left:8px;
	text-align:left;
	line-height: 1.2em;
	width:100px;
}
.hps .sideForm input{
	width:124px;
	clear:both;
	float: none;
	margin:3px 0 3px 8px;
}

.hps .sideForm .submitButton{
	margin-right:7px;
	width:auto;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

News List

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.newsList{
	/*width:65%;*/
}
.newsList ul, .newsList p, .newsList h2{
	width:100%  !important;
}
.newsList ul{
	list-style-type: none;
	margin:0;
	padding:0 0 5px 0;
	background: #424146;
}
.newsList li{
	clear:both;
	border-top:10px solid #191919;
	background: #424146;
	padding: 0px 0px 3px;
	margin: 0 0 30px 0;
}
.newsList li h2 a, .newsList li h2 a:link, .newsList li h2 a:visited{
	color: #191919;
	padding: 3px 0px;
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 0px;
	margin-left:2px;
	margin-right:0px;
	text-align: left  !important;
	display: block;
	float:none;
}

.newsList li h2{
	background:#FFC20F;
	display: block;
	margin: 0px !important;
	border-bottom: 1px solid #C6C6C8;
}
.newsList .date{
	margin:0px 5px;
	float:left;
	width:auto  !important;
}
.newsList a{
	float: right;
	margin-right:5px;
}
.newsList .documentDesc{
	display:none;
}

/*news search*/
.newsSearch{
	overflow:hidden;
	margin:0 0 10px 0;
	width:100%;
}

.newsSearch input, .newsSearch select{
	clear:both;
	float:left;
	margin:0 0 5px 0;
}

.newsSearch select{
	width:150px;
}

.newsSearch p{
	float:left;
	clear:both;
	margin:3px 0 3px 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Forms

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.form{
	width:400px;
}

.form .clear{
	height:3px;
}

.form img{
	float:right;
	margin-left:10px;
}

.form label{
	float:left;
}

.form input, .form select{
	float:right;
}

.form select{
	width:146px;
	.width:155px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Documents

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.documents{
	width:450px;
}

ul.documentsList{
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.documentsList li{
	border-top:1px solid #515151;
	padding:3px 3px 0 3px;
	overflow:hidden;
	margin:0 0 15px 0;
}

ul.documentsList li:hover{
	border-top:1px solid #FFC20F;
}


ul.documentsList p{
	margin:0 0 5px 0;
	float:left;
}

ul.documentsList a, ul.documentsList a:link, ul.documentsList a:visited, ul.documentsList a:hover, ul.documentsList a:active{
	background:url(../images/pdf.gif) right top no-repeat;
	float:right;
	display:block;
	padding:0 20px 0 0;
	color:#fff;
}

ul.documentsList p a, ul.documentsList p a:link, ul.documentsList p a:visited, ul.documentsList p a:hover, ul.documentsList p a:active{
	background:none;
	float:none;
	font-size:120%;
	font-weight:bold;
	text-decoration:none;
	padding:0;
}

ul.documentsList p.documentDesc{
	color:#ddd;
	clear:both;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Events

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.eventsList ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.eventsList p{
	margin:5px 0 5px 0;
}

.eventsList p.date{
	border-bottom:1px solid #515151;
}

.eventsList h2{
	font-weight:bold !important;
}

/*feedback form*/
.feedbackform{
	border:none;
	width:330px;
	margin:0;
	padding:0;
}

.feedbackform .clear{
	height:5px;
}

.feedbackform label{
	float:left;
}

.feedbackform input{
	float:right;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Google map

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.address{
	float:left;
	width: 415px !important;
}

#map{
	float:right;
}

.googleResults iframe{
	width:635px !important;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Glosarry

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.glossary{
	width:450px;
}

.glossary .glossaryFilter a, .glossary .glossaryFilter a:link, .glossary .glossaryFilter a:visited, .glossary .glossaryFilter a:hover, .glossary .glossaryFilter a:active{
	margin:0 2px 0 0;
}

.glossary ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

p.glossaryHeading{
	border-bottom:1px solid #515151;
}

/*
SendToFriendForm - - - - */
.SendToFriendForm{
	clear:both;
}

.SendToFriendForm label{
	float:left;
	width:120px;
	margin:2px 0 0 0;
}

.SendToFriendForm label.select{
	width:190px;
	margin:0 0 5px 0;
}

.SendToFriendForm input, .SendToFriendForm textarea, .SendToFriendForm select{
	margin:0 0 10px 20px;
	width:250px;
	float:right;
}

.SendToFriendForm select{
	width:200px;
}

.SendToFriendForm input.select{
	width:196px;
}

.SendToFriendForm input.submitbutton{
	float:right;
	width:auto;
}

.SendToFriendForm p{
	display:block;
	clear:both;
}

/*.SendToFriendForm textarea{
	margin:0 0 0 20px;
	width:300px;
}*/

.propertyText
{
	display:block;
	margin-bottom:20px;
}

ul.linkButtons{
	display:inline;
	margin:5px 58px 0 0;
}

ul.linkButtons a, ul.linkButtons a:link, ul.linkButtons a:visited, ul.linkButtons a:hover, ul.linkButtons a:active{
	display:block;
	padding:0 30px;
	background:#333;
	color:#fff;
	text-align:center;
	float:right;
}

ul.linkButtons a:hover{
	background:#ccc;
	color:#333;
}

/* ======================================================================

footer section bit

=======================================================================*/

.PropertyPager input, .PropertyPager select{
	width:auto !important;
}

.lincbutton{
	margin: 0 0 10px 0;
	}

.paymentError
{
	float:left;
	width:100%;
}

/* ================================

claim form

=================================*/

.ClaimForm .inputField{
	width: 200px;
}

.ClaimForm .ClaimAddress{
	width: 200px;
}
