body {
	font-size: 13px;
	line-height:18px;
	font-family: 'verdana';
	color:#444;
	text-align:center;
	margin:0 0 20px 0;
	border-top:11px solid #3178bd;
}

p {
	margin:0.5em 0;
}

a {
	color:#007ad3;
	text-decoration:none;
}

	a:hover {
		text-decoration:underline;
	}


#container {
	width:986px;
	margin:0 auto;
	text-align:left;
}

#c1 {
	height:147px;
	position:relative;
}

	#c1 h1 {
		color:#3178bd;
		font-weight:bold;
		font-size:43px;
		position:absolute;
		right:0;
		top:45px;
	}

	#c1 #logo {
		position:absolute;
		top:20px;
		left:0;
	}

	#top_menu {
		position:absolute;
		right:0px;
		top:106px;
		color:#000;
		text-align:right;
		font-size:14px;
	}

	#top_menu a {
		color:#3178bd;
		font-weight:bold;
		text-decoration:none;
		padding:0 9px;
		border-right:1px solid #aaa;
	}

	#top_menu a:hover {
		text-decoration:underline;
		color:#000;
	}

	#top_menu a:last-child {
		padding-right:0;
		border-right:0;
	}

#c2 {
	background:#3178bd;
	color:#fff;
	padding:20px;
	margin-bottom:15px;
}

	#c2 #searchform_top, .three #searchform_top {
		border-bottom:4px solid #fff;
		padding-bottom:9px;
		margin-bottom:25px;
	}

	.three .inner {
		padding:20px;
		color:#fff;
	}

	#c2 #searchform_top p, .three #searchform_mid p {
		float:right;
		color:#b0d3f3;
		font-size:10px;
	}

		 .three #searchform_mid p {
		 	float:none;
		 	margin-top:40px;
		 }

		#c2 #searchform_top p a, .three #searchform_mid p a {
			color:#fff;
			font-weight:bold;
		}

	#c2 #searchform_top h2, .three #searchform_top h2 {
		font-size:18px;
		font-weight:bold;
	}

	#c2 #searchform_bottom, .three #searchform_bottom {
		position:relative;
	}

		.three #searchform_bottom {
			margin-top:40px;
		}

		.three .addthis_sharing_toolbox {
			float:left;
		}

	#c2 #searchform_bottom h3, .three #searchform_bottom h3 {
		margin-bottom:5px;
	}

		.three #searchform_bottom a {
			color:#fff;
		}

	#c2 #sample_searches, .three #sample_searches {
		float:right;
		margin-right:300px;
		color:#b0d3f3;
		font-size:10px;
	}

		.three #sample_searches {
			margin-right:0;
		}

	#c2 #q, .three #q {
		font-size:15px;
		border:1px solid #999;
		padding:6px 10px 3px 10px;
		width:530px;
		margin:0 5px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		box-shadow:inset 5px 5px 10px 0px #aaa;
		box-shadow:inset 5px 5px 10px 0px #aaa;
	}

		.three #q {
			width:380px;
			margin-top:20px;
		}

	#c2 .searchbutton, .three .searchbutton {
		font-size:15px;
		padding:4px 30px 4px 30px;
		background:#f99c1a;
		color:#fff;
		font-weight:bold;
		border-width:0;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		position:relative;
		top:-1px;
	}

		.three .searchbutton {
			margin-top:20px;
		}

	#c2 #searchtip, .three #searchtip {
		margin:5px 0 10px 130px;
		font-size:11px;
	}

	#c2 #mid_menu {
		position:absolute;
		right:0;
		bottom:8px;
	}

		#c2 #mid_menu a {
			color:#fff;
			font-size:13px;
			font-weight:bold;
			padding:0 5px;
			border-right:1px solid #fff;
		}

		#c2 #mid_menu a:last-child {
			padding-right:0;
			border-right:0;
		}

		#c2 #saved_searches_link {
			position:relative;
			top:10px;
		}

		.three #saved_searches_link {
			display:block;
			float:right;
			font-size:15px;
			padding:4px 30px 4px 30px;
			background:#fff;
			color:#2A79C3 !important;
			font-weight:bold;
			border-width:0;
			-webkit-border-radius: 8px;
			border-radius: 8px;
		}

		.three #saved_searches_link:hover {
			text-decoration:none;
			background:#f99c1a;
			color:#fff !important;
		}

.temp_msg {
	background:#ffa;
	text-align:center;
	padding:8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 0 0 10px 0;
}

#c3 {
	background:#e6f3fc;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:10px 0;
	margin-bottom:10px;
	font-size:22px;
	font-weight:bold;
	color:#007ad3;
	position: relative;
	overflow: auto;
	width:986px;
}

	#c3 ul {
		margin:0 10px;
	}

	#c3 ul li {
		float:left;
	}



#c4 {
	margin-bottom:10px;
	position:relative;
}


	#save_this {
		background:#F99C1A;
		padding:10px;
		margin-bottom:10px;
		font-weight:bold;
		position: relative;
		overflow: auto;
		color:#fff;
		font-size:11px;
	}

	#save_this input[type="text"] {
		width:360px;
		padding:2px 5px;
		font-size:11px;
	}

	#save_this input[type="submit"] {
		padding:1px 5px;
		font-size:11px;
	}

	#save_button {
		float:right;
		color:#246197;
		padding-left:30px;
		background:url(/images/dot.png) no-repeat;
	}
		#save_button:hover {
			text-decoration:none;
		}

		#save_button span {
			display:inline-block;
			width:23px;
			height:23px;
			background:#246197;
			-webkit-border-radius: 15px;
			border-radius: 15px;
			position:absolute;
			margin-left:-35px;
			margin-top:-2px;
		}
		#save_button:hover span {
			background:#F99C1A;
		}

	#arrow {
		position:absolute;
		top:-3px;
		left:400px;
		visibility:hidden;
	}


	#c4 .home_box {
		float:left;
		margin-right:24px;
		border-bottom:1px solid #007bc8;
		min-height:250px;
	}

	#c4 .home_box_img {
		display:block;
		width:228px;
		height:171px;
		background-size:cover;
		background-position:center center;
		image-rendering: -moz-crisp-edges;         /* Firefox */
		image-rendering:   -o-crisp-edges;         /* Opera */
		image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
		image-rendering: crisp-edges;
		-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
	}

	#c4 .caption {
		background:#ddd;
		font-size:10px;
		color:#000;
		height:35px;
		padding:5px;
		margin-top:2px;
	}

	#c4 h2, #c4 h3 {
		font-size:15px;
		margin:8px 0;
	}

	#c4 .home_box.last {
		margin-right:0;
		float:right;
	}

	#c4 .home_box .inner {
		border-top:5px solid #007bc8;
		width:228px;
	}

	#c4 .col1left {
		float:left;
		width:228px;
		margin-right:24px;
	}

	#c4 .col2right {
		float:right;
		width:700px;
	}

		#c4 .col2right h1 {
			color:#0375BA;
			font-size:20px;
			margin:1em 0;
		}

		#c4 .col2right h2 {
			color:#0375BA;
			font-size:16px;
			margin:1em 0;
		}

		#c4 .col2right p {
			line-height:1.6em;
		}


	#c4 .click_map {
		float:left;
		margin-right:24px;
	}

	#c4 .map_info {
		float:left;
		width:362px;
	}

	#c4 .map_info .inner {
		border-top:5px solid #007bc8;
	}

	#c4 .example_map {
		float:right;
	}

	#c4 .search_col {
		float:left;
		width:228px;
	}

	#c4 .search_col .inner {
		border-top:5px solid #007bc8;
	}

	#c4 #map_canvas {
		float:right;
		height:400px;
		width:730px;
		border:1px solid #0078C4;
	}

	#c4 #search_title {
		background:#b2d5f1;
		border-top:6px solid #246198;
		padding:10px;
		margin-bottom:10px;
		font-weight:bold;
		font-size:14px;
	}

	#c4 #search_results {
		float:right;
		width:730px;
	}

	#c4 .details_left {
		float:left;
		width:228px;
		margin-right:24px;
	}

	#c4 .details_center {
		float:left;
		width:480px;
	}

	#c4 .details_right {
		float:right;
		width:228px;
	}

		.details_spc {
			display:block;
			text-decoration:none;
			color:#fff;
			padding:10px;
			background:#3178BD;
		}

		.details_spc u {
			color:#fff;
		}

		.details_spc:hover {
			background:#F9bC3A;
			text-decoration:none;
			color:#000;
		}

		.details_spc:hover u {
			color:#3178BD;
		}

	#c4 .details_spc {
		display:block;
		margin:10px 0;
	}

	#c4 .details_solicitor {
		display:block;
		margin:10px 0;
	}

	#c4 .details {
		font-size:13px;
		font-weight:bold;
		color:#666666;
	}

		#c4 .details_top {
			background:#f5f5f5;
			padding:15px;
		}

		#c4 .details .price {
			color:#0574CE;
		}

		#c4 img.main_photo {
			max-width:450px;
			margin-top:15px;
		}

		#c4 .details_description {
			margin:20px 0;
			line-height:1.6em;
		}

	#c4 #advanced_search fieldset {
		border:1px solid #ccc;
		margin:5px 0;
		padding:0 10px 10px 10px;
	}

		#c4 #advanced_search legend {
			padding:10px;
			font-weight:bold;
		}

	#galleria {
		width:480px;
		height:415px;

	}

		.galleria-container {
		    background: #F5F5F5;
		}

	#map_canvas {
		width:100%;
		height:400px;
		border:1px solid #000;
	}

#c5 {
	background:#3178bd;
	padding:10px 20px;
	color:#b0d3f3;
	font-size:11px;
	font-weight:bold;
	}

	#c5 a {
		color:#fff;
		border-right:1px solid #fff;
		padding:0 5px;
		font-weight:normal;
	}

	#c5 a:last-child {
		border-right:0;
		padding-right:0;
	}

#c6 {

}

#location_map_opener, #location_map_closer {
	font-weight:bold;
	font-style:normal;
	color:blue;
}
#location_map_closer {
	float:right;
}
#location_map_holder {
	display:none;
	font-style:italic;
	color:#777;
}
#location_map {
	width:100%;
	height:400px;
	border:1px solid #000;
}

#enq {
	margin-top:5px;
}

#enq input {
	border:1px solid #999;
	margin:5px 0;
	width:180px;
}

#enq input[type="submit"] {
	width:200px;
}

#enq input[type="submit"]:hover {
	background:#ffa;
}

#enq textarea {
	width:200px;
	height:100px;
	border:1px solid #999;
	margin:5px 0;
}

.msg {
	margin-top:5px;
	padding:8px;
	background:#ffa;
}

#advanced_search .advanced_box {
	border:1px solid #b0dbfe;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	margin-bottom:10px;
}

	#advanced_search .advanced_box .inner {
		padding:10px;
	}

#advanced_search h3 {
	background: #b0dbfe;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	padding:10px;
	margin:0;
}

.blue_button {
	display:block;
	font-size:12px;
	padding:10px 10px 10px 45px;
	background:#3178BD;
	color:#fff;
	font-weight:bold;
	border-width:1px;
	text-decoration:none;
}

	.blue_button:hover {
		background:#F99C1A;
		color:#000;
		text-decoration:none;
	}

.search_note {
	margin:5px 0;
	padding:10px;
	background:#E7F4FD;
	font-size:11px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}


#back_button {
	margin-bottom:20px;
	background-image:none;
	padding-left:10px;
}

#new_search {
	margin-bottom:20px;
}

.grey_box {
	border:1px solid #CCCCCC;
}

	.grey_box h3 {
		background:#CCCCCC;
		padding:8px 10px;
		margin:0 !important;
		font-size:13px !important;
		color:#000;
	}

	.grey_box>div {
		padding:10px;
	}

.solicitor_name {

}

.solicitor_logo {
	max-width:208px;
	margin:5px auto 0 auto;
}

#saved_search_list {
	width:500px;
	border:10px solid #fff;
	text-align:left;
	background:url(/images/logo_2013.gif) no-repeat top right;
	font-size:11px;
}

	#saved_search_list h2 {
		margin:27px 0 20px 0;
		font-size:20px;
		color:#0375BA;
	}

	#saved_search_list .delete_search {
		cursor:pointer;
	}

	#saved_search_list .delete_search_active {
		color:red;
	}

	#saved_search_list p {
		margin:5px 10px;
	}


.paging {
	padding:20px 0;
}

.paging .previous {
	float:left;
}

.paging .next {
	float:right;
}

#towns  {
	text-align:left;
	-moz-column-count: 6;
	-moz-column-gap: 20px;
	-webkit-column-count: 6;
	-webkit-column-gap: 20px;
	column-count: 6;
	column-gap: 20px;
	line-height:1.4em;
}

#postcodes  {
	text-align:left;
	-moz-column-count: 15;
	-moz-column-gap: 20px;
	-webkit-column-count: 15;
	-webkit-column-gap: 20px;
	column-count: 15;
	column-gap: 20px;
	line-height:1.4em;
}

#fancybox-content {
	border-color:#0375BA;
}

.data {
	width:100%;
}

.data th, .data td {
	padding:5px 10px;
	font-size:11px;
}

.data thead th {
	color:#fff;
	background:#0375BA;
}

.data tr.row0 {
	background:#ddd;
}

.data tr.row0 {
	background:#eee;
}

.data tfoot th {
	color:#fff;
	font-weight:normal;
	font-style:italic;
	background:#777;
}

.data a {
	color:blue;
}

.sols {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
	margin-left:130px;
}

#sol_details {
	text-align:left;
	line-height:1.6em;
}

	#sol_details img {
		float:right;
		margin-left:10px;
	}

#faq {
	text-align:left;
	line-height:1.4em;
}

	#faq dt {
		font-weight:bold;
		padding:5px;
	}

	#faq dd {
		padding: 5px 10px 8px 40px;

	}

	#faq a {
		border-bottom:1px dotted #fff;
	}

	#faq a:hover {
		border-bottom:1px solid #fff;
		text-decoration:none;
	}

	#faq .highlighted_faq {
		background:#ffc;
	}

	#savedsearchurl {
		display:block;
		border:1px solid #000;
		padding:3px;
		color:#000;
		background:#eee;
		margin-top:5px;
		width:530px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

.p {
	color:#000;
	clear:both;
	display:block;
	text-align:left;
	text-decoration:none;
	line-height:1.4em;
	border:1px solid #246197;
	cursor:pointer;
	margin-bottom:16px;
	position:relative;
	min-height:172px;
}

.p:hover {
background-color:#eee;
text-decoration:none;
}

.p img {
	width:216px;
	margin-right:10px;
	border:2px solid #fff;
	min-height:147px;
	position:absolute;
	top:10px;
	left:13px;
	max-height:150px;
	overflow:hidden;
}

.p span.bb {
	display:block;
	background:#246197;
	color:#fff;
	font-weight:bold;
	padding: 10px 13px 10px 245px;
}

.p span.wb {
	display:block;
	padding: 10px 13px 10px 245px;
	color:#246197;
	font-weight:bold;
}

.p .pi {
	position:absolute;
	left:245px;
	bottom:10px;
	font-size:16px;
}

.p .ci {
	font-size:10px;
	position:absolute;
	bottom:10px;
	right:13px;
	font-weight:normal;
}


.nbox {
	float:left;
	border:1px solid #2A79C3;
	width:187px;
	height:310px;
	margin-right:12px;
	margin-bottom:12px;
}
.nbox.two {
	width:380px;
}
.nbox.three {
	width:580px;
	background:#2A79C3;
}
.nbox.nomargin {
	margin-right:0;
}
.nbox.halfheight {
	height:148px;
}
.nbox h2 {
	background:#2A79C3;
	color:#fff;
	margin-top:0 !important;
	padding:5px;
}

.nbox .half {
	width:50%;
}

.nbox .left {
	float:left;
}

.nbox .right {
	float:right;
}



.abox {
	width:100%;
	float:left;
}
.abox.two {
	width:40%;
}
.abox.three {
	width:60%;
}
.abox.half {
	width:50%;
}

.abox ul {
margin-left:20px;
}

.abox ul li {
list-style-type:disc;
padding:5px;
}

.graph_button {
	display:block;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	background:#F99C1A;
	color:#fff;
	padding:3px 7px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	white-space: nowrap;
	font-size:10px;
}

.graph_button:hover, .graph_button.on {
	background:#3178BD;
	text-decoration:none;
}











#area_news {
	padding:10px;
}
	#area_news a.centre_icon {
		display:block;
		padding:7px 7px 7px 30px;
		font-weight:bold;
		border-top:1px solid #3279be;
		font-size:.9em;
		background-position:left centre;
		background-repeat:no-repeat;
		background-size:contain;
	}
	#area_news a.centre_icon:first-child {
		border-top:0;
	}
	#area_news .centre_icon span {
		font-weight:normal;
		color:#aaa;
		font-size:10px;
		float:right;
	}
	.centre_icon_1 {
		background-image:url(/images/centres/1.png);
	}
	.centre_icon_2 {
		background-image:url(/images/centres/2.png);
	}
	.centre_icon_3 {
		background-image:url(/images/centres/3.png);
	}
	.centre_icon_4 {
		background-image:url(/images/centres/4.png);
	}
	.centre_icon_5 {
		background-image:url(/images/centres/5.png);
	}
	.centre_icon_6 {
		background-image:url(/images/centres/6.png);
	}
	.centre_icon_7 {
		background-image:url(/images/centres/7.png);
	}
	.centre_icon_8 {
		background-image:url(/images/centres/8.png);
	}
	.centre_icon_9 {
		background-image:url(/images/centres/9.png);
	}
	.centre_icon_10 {
		background-image:url(/images/centres/10.png);
	}
	.centre_icon_11 {
		background-image:url(/images/centres/11.png);
	}
	.centre_icon_12 {
		background-image:url(/images/centres/12.png);
	}
	.centre_icon_13 {
		background-image:url(/images/centres/13.png);
	}
	
#property_news {
	padding:10px;
}

	#property_news a {
		display:block;
		padding:7px 0;
		border-top:1px solid #3279be;
		font-weight:bold;
		font-size:.9em;
	}

	#property_news a:first-child {
		border-top:0;
		padding-top:0;
	}

#property_law {
	padding:10px;
}

	#property_law a {
		display:block;
		padding:7px 0;
		border-top:1px solid #3279be;
		font-weight:bold;
		font-size:.9em;
		}

	#property_law a:first-child {
		border-top:0;
		padding-top:0;
	}

#advanced_search_link {
	display:block;
	font-size:12px;
	text-align:center;
	padding:3px 0 9px 0;
	color:#3279be;
}

#advanced_search_info {
	display:block;
	padding:6px;
	font-size:10px;
	color:#3279be;
	line-height:13px;
	text-align:center;
}



.new_on_the_market {
	background:#65a8ec;
	color:#fff;
}

	.new_on_the_market h2 {
		margin-bottom:0 !important;
	}

	.home_property {
		display:block;
		height:124px;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
	}

	.home_property_link {
		display:block;
		color:#fff;
		padding:8px 10px;
		max-height:55px;
		overflow:hidden;
	}

	.home_property_count {
		display:block;
		background:#fff;
		padding:8px 10px;
		color:#65a8ec;
		font-size:11px;
	}

	.home_property_latest {
		display:block;
		padding:8px 10px;
		font-size:11px;
		color:#fff;
	}

.slideshow {
	width:228px;
	height:171px;
}

.leftad {
	margin-top:10px;
}

.column.half {
	width:50%;
	float:left;
}

.column.twothirds {
	width:67%;
	float:left;
}

.column.onethird {
	width:32%;
	float:right;
}

.news a.blocklink {
	display:block;
	padding:8px;
}

	.news a:hover {
		text-decoration:none;
		background:#65A8EC;
		color:#fff;
	}

	span.ntitle {
		font-weight:bold;
		display:block;
	}
	
	.news a span.ndetails {
		font-weight:normal;
		font-style:italic !important;
		display:block;
	}
	
	.news .ncontent img {
		max-width:650px !important;
	}
	
	

.icon {
	padding:1px 0 1px 22px;
	background-position:0;
	background-repeat:no-repeat;
	font-style:normal;
}

	.icon.info {
		background-image:url(/images/icons/information.png);
	}

.addthis_sharing_toolbox {float:right;}

.clear {
	clear:both;
}