/*---------------------------------------------------------*/
/*-- V0.3.1 - 091026 - LR ---------------------------------*/
/*---------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, cite, em, font, img, small, strong,
sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, input, button, legend, table, caption, tr, th, td, blockquote {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style:none;
}

body {
	background:#290b27;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#290b27;
	padding:12px 0;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#0085CE;
	text-decoration:none;
}

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

a img{
	border:0 none;
}

table {
	border-collapse:collapse;
}

img {
	display:block;	
}



/*---------------------------------------------------------*/
/*-- Generic Styles ---------------------------------------*/
/*---------------------------------------------------------*/

.float_left 		{ float:left; }
.float_right		{ float:right; }
.bordered 			{ border:1px solid #DEDEDE;	}
.clear 				{ clear:both; }
.nowrap 			{ white-space:nowrap; }
.uppercase 			{ text-transform:uppercase; }
.no_transform		{ text-transform:none; }
.text_right			{ text-align:right; }

.gutter_right		{ margin-right:10px!important; }
.gutter_side		{ margin-left:10px!important; margin-right:10px!important; }
.gutter_bottom		{ margin-bottom:10px!important; }
.no_gutter			{ margin:0!important; }

img.gutter_right	{ margin-top:6px!important; }

.gutter_double_left { margin-left:20px!important; }
.gutter_double_right{ margin-right:20px!important; }
.gutter_double_bottom { margin-bottom:20px!important; }
.gutter_double_side	{ margin-left:20px!important;margin-right:20px!important; }

.block_highlight 	{ background-color:#e5ecf0; }
.divider_bottom		{ border-bottom:1px solid #c7d3da; }

.font_xl			{ font-size:22px; }
.font_l				{ font-size:18px; }
.font_m				{ font-size:15px; }
.font_s				{ font-size:12px; }
.font_xs			{ font-size:11px; }

/*---------------------------------------------------------*/
/*-- Text Styles ------------------------------------------*/
/*---------------------------------------------------------*/

h1 {
	font-size:22px;
	font-weight:bold;
	margin:0 0 10px;
}

h1.logo {
	background:#FFF url('../graphics/logo.png') 0 12px no-repeat;
	width:338px;
	height:59px;
	overflow:hidden;
	text-indent:-99999px;
	margin:0;
	padding:15px 0 12px;
	float:left;
}

h1.logo a {
	width:338px;
	height:59px;
	display:block;
}

h2 {
	font-size:26px;
	font-weight:normal;
	margin:0 0 10px;
	color:#290b27;
}

h3 {
	font-size:15px;
	font-weight:normal;
	margin:0 0 10px;
	color:#290B27;
}

.admin_note {
	font-size:15px;
	font-weight:normal;
	margin:10px 0 0 10px;
	color:#290B27;
}

.admin_selected_header {
	font-size:22px;
	font-weight:bold;
	margin:0 0 0 10px;
}


p {
	margin:0 0 10px;
}

h2 a,
h3 a {
	color:#290b27;	
}

h2 a:hover,
h3 a:hover {
	text-decoration:none;
}

/*---------------------------------------------------------*/
/*-- Error & Notification Styles --------------------------*/
/*---------------------------------------------------------*/

.success {
	background:#F5FFF0;
	color:#009900;
	border:1px solid #009900;
	text-align:center;
	margin-bottom:12px;
	padding:8px 0;	
}

.error {
	background:#FEEDED;
	color:#990000;
	border:1px solid #990000;
	text-align:center;
	margin-bottom:12px;	
	padding:8px 0;
}

.inline_error {
	color:#FF0000;
	font-weight:bold;
}

/*---------------------------------------------------------*/
/*-- Main Page Layout -------------------------------------*/
/*---------------------------------------------------------*/

#wrapper {
	background:#FFF;
	width:970px;
	margin:0 auto;
	text-align:left;
}

#header {
	
}

#navigation {
	background:#e5ecf0;
	border-bottom:5px solid #FFF;
}

#feature {
	background:#080304;
}

#feature_revolve {
	background:#080304;
	width:650px;
	height:308px;
	float:left;	
	overflow:hidden;
}

#feature_details {
	float:left;
	width:320px;
	color:#a2b6c1;
}

#feature_details .feature_padding {
	padding:20px 30px 5px;	
}

#content {
	padding:20px 10px 10px;	
}

#partner_logos {
	border-top:1px solid #290b27;
	text-align:center;	
	padding:12px 0 6px;
}

#partner_logos img {
	display:inline;
}

#header_accrediation {
	float:right;
	display:inline;
	margin:8px 39px 6px 0;
}

#right_block {
	padding-top:10px;	
}

/*---------------------------------------------------------*/
/*-- Grid Layout ------------------------------------------*/
/*---------------------------------------------------------*/

.one_third,
.two_thirds,
.half {
	float:left;
	margin-bottom:12px;
}

.padding {
	padding:10px;	
}

.padding_top_bottom {
	padding:10px 0;	
}

.one_third {
	width:310px;
}

.two_thirds {
	width:630px;
}

.half {
	width:470px;	
}
/*---------------------------------------------------------*/
/*-- Sub Page Layout --------------------------------------*/
/*---------------------------------------------------------*/

.team_block {
	width:130px;
	float:left;
	position:relative;
	margin-bottom:10px;
}

.team_block h3 {
	background:#FFF;
	font-size:12px;	
	margin-bottom:0;
	padding:4px 6px;
	text-transform:uppercase;
}

.team_block img {
	display:block;	
}

.team_block p {
	font-size:11px;
	background:#FFF;
	margin-bottom:0;
	padding-bottom:3px;
	padding:4px 6px;
	width:118px;
}

#survey_and_valation {
	border:1px solid #C7D3DA;
	padding:20px;
}

.available_property {
	border:1px solid #E5ECF0;
	margin-bottom:10px;
	padding:20px;
}

.available_property .property_image {
	position:relative;
	float:left;
	width:222px;
	margin-right:20px;
}

.available_property .property_image img {
	border:1px solid #E5ECF0;	
}

.available_property .property_image img.sold_overlay {
	position:absolute;
	border:0 none;
	bottom:1px;right:1px;
}

.available_property .property_description {
	float:left;
	width:646px;
}

.available_property .property_description h4 {
	padding:0 0 4px;
	text-transform:uppercase;
}

.linked_image {
	display:block;
	border:1px solid #646E75;	
}

.linked_image .link_text {
	background:#FFF url("../graphics/icons/grey_arrow.png") 7px 10px no-repeat;
	display:block;
	font-size:16px;
	padding:5px 5px 5px 28px;
	text-transform:uppercase;
}

.linked_image:hover {
	text-decoration:none;	
}

.contact_block {
	width:232px;
	float:left;
}


/*---------------------------------------------------------*/
/*-- List & Navigation Styles -----------------------------*/
/*---------------------------------------------------------*/

#navigation ul {
	padding-left:12px;
}

#navigation li {
	background:#FFF;
	float:left;
}

#navigation li a {
	background:#e5ecf0;		
	display:block;
	padding:6px 7px 6px 8px;
	color:#290b27;
	margin-right:2px;
	text-transform:uppercase;
	font-size:12px;
}

#navigation li.active a {
	background:#FFF;	
}

#feature_navigation {
	margin:0 10px;
	padding-bottom:12px;
	border-bottom:1px solid #646e75;
}

#feature_navigation li a {
	background:21px 6px no-repeat;
	font-size:18px;
	color:#FFF;
	text-transform:uppercase;	
	padding:6px 12px 6px 20px;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
}

#feature_navigation #properties_for_sale_link a {
	background-image:url(../graphics/titles/properties_for_sale.png);
}

#feature_navigation #properties_for_rent_link a {
	background-image:url(../graphics/titles/properties_for_rent.png);
}

#feature_navigation #commercial_properties_link a {
	background-image:url(../graphics/titles/commercial_properties.png);
}

#feature_navigation li:hover {
	background:url(../graphics/lists/grey_arrow.png) 0 12px no-repeat;
}

#content ul.arrowed {
	margin-bottom:10px;
	margin-left:15px;
}

#content ul.arrowed li {
	background:url(../graphics/icons/mini-arrow.png) 0 6px no-repeat;
	padding:3px 0 3px 20px;
}


#admin_nav ul {
	padding-left:3px;
}

#admin_nav li {
	background:#FFF;
	float:left;
}

#admin_nav li a {
	background:#e5ecf0;		
	display:block;
	padding:6px 10px;
	color:#290b27;
	margin-right:2px;
	text-transform:uppercase;
}

#admin_nav li.active a {
	background:#FFF;	
}

/*---------------------------------------------------------*/
/*-- Title Graphics ---------------------------------------*/
/*---------------------------------------------------------*/

#title_perfect_home {
	background:url(../graphics/titles/find_your_perfect_home.png) 1px 1px no-repeat;
	text-indent:-999999px;
	overflow:hidden;	
}

#title_mailing_list {
	background:url(../graphics/titles/join_our_mailing_list.png) 1px 0 no-repeat;
	text-indent:-999999px;
	overflow:hidden;
}

/*---------------------------------------------------------*/
/*-- Quotes & Testimonails --------------------------------*/
/*---------------------------------------------------------*/

#scrolling_testimonials {
	height:80px;
	overflow:hidden;
}

.testimonial {
	position:relative;
	padding:0 20px;
	margin-bottom:10px;
	font-size:11px;
	zoom: 1; /* IE6 Fix */
}

#scrolling_testimonials .testimonial {
	width:250px;	
}

.testimonial .quote_start,
.testimonial .quote_end {
	display:block;
	width:12px;
	height:12px;
	text-indent:-999999px;
	position:absolute;
}

.testimonial .quote_start {
	background:url(../graphics/quotes/testimonial_start.png) no-repeat;
	top:0px;
	left:0px;
}

.testimonial .quote_end {
	background:url(../graphics/quotes/testimonial_end.png) no-repeat;
	bottom:-2px;
	right:2px;
}

.highlighted_quote {
	background:#E5ECF0;
	padding:24px 29px;
	position:relative;
	color:#56004e;
	font-size:13px;
	margin-bottom:10px;
	zoom:1;
}

.highlighted_quote .quote_start,
.highlighted_quote .quote_end {
	display:block;
	width:28px;
	height:22px;
	text-indent:-999999px;
	position:absolute;
}

.highlighted_quote .quote_start {
	background:url(../graphics/quotes/quote_white_left.png) no-repeat;
	top:0;left:0;
}

.highlighted_quote .quote_end {
	background:url(../graphics/quotes/quote_white_right.png) no-repeat;
	bottom:0;right:0;
}

.grey_arrow {
	background:url(../graphics/icons/grey_arrow.png) 1px 4px no-repeat;
	padding-left:22px;
}

/*---------------------------------------------------------*/
/*-- Relocation (Home Sale External Content) --------------*/
/*---------------------------------------------------------*/

#home_sale_external {
	
}

#home_sale_external h2 {
	background:url("../graphics/icons/grey_arrow.png") no-repeat scroll 1px 4px transparent;
	padding-left:22px;	
	font-size:16px;
}

#home_sale_external h3 {
	font-size:15px;
	border-bottom:1px solid #C7D3DA;
	padding-bottom:6px;
}

#home_sale_external u {
	text-decoration:none;
}

#home_sale_external ul {
	margin-bottom:10px;
	margin-left:15px;
}

#home_sale_external ul li {
	background:url(../graphics/icons/mini-arrow.png) 0 6px no-repeat;
	padding:3px 0 3px 20px;
}

#home_sale_external img {
	margin:auto;
}

#home_sale_external .imgleft {
	float:left;
	clear:none;
	margin:3px 12px 12px 0;
}

#home_sale_external .imgright {
	float:right;
	clear:none;	
}

/*---------------------------------------------------------*/
/*-- Footer Styles ----------------------------------------*/
/*---------------------------------------------------------*/

#footer {
	width:950px;
	margin:12px auto;
	color:#e5ecf0;	
	font-size:11px;
}

#footer_left {
	width:650px;
	float:left;
	text-align:left;
}

#footer a {
	color:#e5ecf0;
	text-decoration:none;
}

#footer li {
	float:left;
	display:block;
	padding:2px;
}

#footer li a{
	float:left;
	display:block;
	padding:0 5px 0 0;
}

#footer_right{
	width:300px;
	float:left;
	text-align:right;
}

/*---------------------------------------------------------*/
/*-- V0.1 - Admin Styles - 090120 - LR --------------------*/
/*---------------------------------------------------------*/

.edit_box {
	background:#FFFF99;
	position: absolute;
	top:0;
	right:0;
	border:1px solid #CCCCCC;
	padding:3px 5px 3px 5px;
	margin:0;
}

.edit_box a{
	background:#FFFF99 url(../graphics/icons/comment_edit.png) top right no-repeat;
	font-size:12px;
	padding-right:23px;
}

/*---------------------------------------------------------*/
/*-- Usage: Add these extra classes to 'edit_box' ---------*/
/*---------------------------------------------------------*/

.home_icon a{
	background-image:url(../graphics/icons/house.png);
}

.picture_icon a{
	background-image:url(../graphics/icons/picture_edit.png);
}

.cog_icon a{
	background-image:url(../graphics/icons/cog.png);
}

.pencil_icon a{
	background-image:url(../graphics/icons/pencil.png);
}

.page_edit_icon a{
	background-image:url(../graphics/icons/page_white_edit.png);
}

.admin_form {
	padding:12px;
	font-size:12px;
	/*width: 730px;added 090708 dg*/
}

.admin_form fieldset{
	border:1px solid #390E1F;
	padding:12px;
}

.admin_form legend{
	padding:5px;
	font-size:14px;
	font-weight:bold;
}

.admin_form .admin_row{
	clear:left;
	margin-bottom:12px;
}

.admin_form .admin_row label{
	width:130px;
	float:left;
	margin:4px 12px 0 0;
}

.admin_form .admin_row_body{
	float:left;
	display:inline;	
	width:553px;
}

.no_label .admin_row_body{
	margin-left:142px;
}

.button_row .admin_row_body {
	margin-left:142px;
	text-align:right;
	width:554px;
}

.button_row .admin_row_body button{
	float:none;
	padding:1px 12px 3px
}

.checkbox_row small {
	vertical-align:bottom;
}

.admin_form .admin_row input{
	width:547px;
	padding:2px;
	border:1px solid #999;
	height:17px;
}

.admin_form .admin_row textarea{
	width:547px;
	padding:4px 2px 2px;
	border:1px solid #999;
	height:220px;
}

.admin_row.checkbox_row .admin_row_body input{
	float:none;
	padding:1px 12px 3px;
	width:20px;
	margin:5px 3px 0 0;
	border:0 none;
}

.admin_form .admin_row .mceEditor select{
	width:auto;
}

.admin_form .admin_row select{
	width:306px;
	padding:2px 2px 2px 0;
	border:1px solid #999;
	color:#390F1E;
}

.admin_form .error_row select, .admin_form .error_row input, .admin_form .error_row textarea {
	border:1px solid #990000;
	background:#FFE6E6;
}

/*---------------------------------------------------------*/
/*-- Date / Time Combo Box --------------------------------*/
/*---------------------------------------------------------*/

.admin_form .admin_row .date_time_combo {
	float:left;
}

.admin_form .admin_row .date_time_combo input {
	width:147px;
	margin-right:6px;
}

.admin_form .admin_row .date_time_combo select {
	width:50px;
}

.date_time_combo_label {
	display:block;
	float:left;
	margin-top:3px;
	width:40px;
}

/*---------------------------------------------------------*/
/*-- Multi Checkbox Lists ---------------------------------*/
/*---------------------------------------------------------*/

.admin_form .admin_row label.multi_checkbox {
	background:#FFF;
	border:1px solid #999999;
	margin:0 6px 6px 0;
	width:auto;
	position:relative;
	padding:4px 4px 4px 25px;
	-moz-border-radius:3px;
}

.checkbox_row .admin_row_body .multi_checkbox input {
	position:absolute;
	left:3px;
	top:3px;
	margin:0;
}

.protel_extras {
	background:#f3f4f1;
	border:dashed #000;
	border-width:1px 0;
	padding:12px;
	margin:24px -12px 24px -12px;
}

.protel_extras h3{
	font-size:14px;
	font-weight:bold;
	padding-top:6px;
}

/*---------------------------------------------------------*/
/*-- Booking System Orders --------------------------------*/
/*---------------------------------------------------------*/

#records .records {
	border:1px solid #390F1D;
	width:752px;
}

#records .records th{
	background:#FFF;
	border-bottom:1px solid #390F1D;
	padding:3px;
}

#records .records td{
	padding:3px;
}

#records button {
	margin-right:6px;	
}

.show_selector {
	float:left;
	width:200px;
	margin-right:45px;
}

.search_columns {
	float:left;
	width:500px;	
}

#records button {
	float:none;	
}

.total_retrieved {
	clear:both;	
}

/*---------------------------------------------------------*/
/*-- Admin Row Clearfix -----------------------------------*/
/*---------------------------------------------------------*/

.admin_row:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}

.admin_row {
    display:inline-block;
}

html[xmlns] .admin_row {
    display:block;
}

* html .admin_row {
    height:1%;
}

/*---------------------------------------------------------*/
/*-- CSS Clearfix -----------------------------------------*/
/*---------------------------------------------------------*/

.clearfix:after,
.block_wrapper:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}

.clearfix,
.block_wrapper {
    display:inline-block;
}

html[xmlns] .clearfix,
html[xmlns] .block_wrapper {
    display:block;
}

* html .clearfix,
* html .block_wrapper {
    height:1%;
}