/* CSS Document */


/***************** COLOUR CHART *******************/
/* DARK BLUE: #006BB6 */
/* BLUE: #88C5E1 */
/* LIGHT BLUE: #D3E6ED */
/* PALE YELLOW: #F0ECD0 */
/* DARK GREY: #333333 */

/******************* GENERIC **********************/

body {
	margin: 0px;
	padding: 0px;
}
body, p, td, li, div {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
form {
	padding: 0px;
	margin: 0px;
}
hr {
	clear: both;
	visibility: hidden;
}
.dHomeContentL h1 {
	font-size: 16px;
	color: #006BB6;
	text-transform: uppercase;
}
.dHomeContentL h2 {
	margin-top:40px;
	font-size: 16px;
	color: #006BB6;
	text-transform: uppercase;
}
h1 {
	text-transform: uppercase;
}
h2 {
	margin-top: 25px;
	text-transform: uppercase;
	font-size: 14px;
}

/******************** IMAGES ***********************/
#imgLogo {
	padding: 8px;
}
/******************** LINKS ***********************/
a:link, a:visited {
	color: #006BB6;
	text-decoration: none;
	font-weight: bold
}
a:active, a:hover {
	color: #006BB6;
	text-decoration: underline;
	font-weight: bold;
}
a.linksNavT:link, a.linksNavT:visited {
	color: #006BB6;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}
a.linksNavT:active, a.linksNavT:hover {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}
a.linksTerms:link, a.linksTerms:visited {
	color: #006BB6;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
a.linksTerms:active, a.linksTerms:hover {
	text-decoration: underline;
	color: #006BB6;
	font-size: 11px;
	font-weight: normal;
}
a.linkSearch:link, a.linkSearch:visited, a.linkSearch:active, a.linkSearch:hover {
	width: 20px;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #333333;
	padding: 0px 11px 0px 11px;
	color: #006BB6;
	text-decoration: none;
	font-size: 12px;
}
.searchNoLink {
	background-color: #F0ECD0;
	width: 20px;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #333333;
	padding: 0px 8px 0px 8px;
	font-size: 12px;
}
.dTabs a {
	width: 20px;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #333333;
	padding: 5px 11px 5px 11px;
	color: #006BB6;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
}
/******************** TABLES **********************/
#tContainer {
	width: 770px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #006BB6;
	font-size: 12px;
}
#tContainerTL, #tContainerTR {
	background-color: #88C5E1;
	height: 20px;
}
#tContainerTL {
	width: 152px;
	background-image: url(../images/bg_divider_v.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#tContainerTR {
	text-align: right;
	vertical-align: middle;
}
#tContainerLogo {
	background-image: url(../images/bg_divider_v.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#tContainerDividerTL {
	background-color: #D3E6ED;
	background-image: url(../images/bg_divider_v.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: 10px;
}
#tContainerDividerTR {
	background-color: #D3E6ED;
	height: 10px;
}
#tContainerLinks {
	background-image: url(../images/bg_divider_v.gif);
	background-repeat: repeat-y;
	background-position: right;
	vertical-align: top;
}
#tContainerContent {
	height: 400px;
	vertical-align: top;
}
#tContainerCopy{
	height: 30px;
	background-color: #D3E6ED;
	background-image: url(../images/bg_divider_v.gif);
	background-repeat: repeat-y;
	background-position: right;
	color: #FFFFFF;
	font-size: 11px;
	padding: 3px;
	vertical-align: bottom;
}
#tContainerTerms {
	height: 35px;
	background-color: #D3E6ED;
}
#tContainerDividerBL{
	height: 10px;
	background-color: #88C5E1;
	background-image: url(../images/bg_divider_v.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 1px;
}
#tContainerDividerBR{
	height: 10px;
	background-color: #88C5E1;
}
.tFeaturedProp {
	width: 100%;
	margin-top: 36px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #88C5E1;
}
.tFeaturedProp td {
	vertical-align: top;
}
/********************* DIVS ***********************/
#dContainerTerms{
	position: relative;
	height: 30px;
	color: #006BB6;
	font-size: 10px;
	padding: 3px 0px 0px 5px;
	vertical-align: middle;
}
#dTerms {
	position: absolute;
	top: 14px;
	left: 420px;
	height: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 8px;
	font-weight: normal;
}
#dPrivacy {
	position: absolute;
	top: 14px;
	left: 530px;
	height: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 8px;
}
.dContainerContent {
	padding: 15px;
	vertical-align: top;
}


.dTabs {
	background-color: #FFFFFF;
	height: 20px;

}
.dTabs span {
	background-color: #e8e8e8;
	width: 20px;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #333333;
	padding: 5px 11px 5px 11px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.dPropertyContainer {
	border-width: 0px 0px 1px 1px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #e8e8e8;
}
.dPropertyLeft {
	padding: 20px 10px 10px 10px;
	width: 300px;
	font-size: 11px;
}
.dPropertyRight {
	float: right;
	padding: 20px 10px 10px 10px;
	text-align: right;
	font-size: 11px;
}
.dPropertyContainer h2 {
	margin: 0px;
	text-transform: uppercase;
	color: #006BB6;
	font-size: 18px;
	font-weight: normal;
}
.dHomeContentL {
	width: 290px;
	margin: 15px 0px 15px 15px;
	font-size: 12px;
}
.dHomeContentR {
	float: right;
	width: 300px;
}
.dFeatureTitle {
	padding: 4px;
	background-color: #D3E6ED;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #88C5E1;
	color: #006BB6;
	font-weight: bold;
}

.dContainerSForm {
	width: 280px;
	border-width: 1px;
	border-style: solid;
	border-color: #D3E6ED;
	padding: 2px 3px 2px 3px;
}
.dSFormLabel  {
	position: relative;
	height: 25px;
	background-color: #D3E6ED;
	color: #006BB6;
	font-size: 11px;
	vertical-align: bottom;
	padding: 6px 0px 0px 5px;
	margin: 1px 0px 2px 0px;
}


.dContainerSForm #postcodes {
	border-width: 0px;
	border-style: solid;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #006BB6;
	padding: 2px;
	width: 150px;

}

/******************** FORMS ***********************/
.dContainerSForm select {
	border-width: 0px;
	border-style: solid;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #006BB6;
	padding: 2px;
	width: 150px;

}
.dSFormButton {
	padding: 5px;
	text-align: right;
}
.dSFormField {
	position: absolute;
	top: 0px;
	left: 80px;
	height: 25px;
	color: #006BB6;
	font-size: 11px;
	vertical-align: bottom;
	padding: 5px 0px 0px 5px;
}
