/********************************************** Keep It Tidy ****/

@import url("reset.css"); /** <---- Resets all browser default settings */
@import url("acms.min.css"); /** <---- Default ACMS Styling */
@import url("nav.css"); /** <---- Contains all navigation styling */

/********************************************** Global Styles ****/

body {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	color: #797F84;
	font-size: 13px;
}

a {
	color: #99906E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 27px;
	margin: 0 0 25px 0;
}

h1 {
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	float: right;
	width: 398px;
	height: 115px;
}

h2 {
	font-family: optimer;
	font-weight: normal;
	font-size: 18px;
	color: #4C4E54;
	margin: 0 0 35px 0;
}

.header {
	background: #99906E;
	padding: 10px;
	clear: left;
}

.business .header {	
	background: #4C4E4E;
}

.private .header {	
	background: #C2C3C6;
}

.site_wrapper {
	width: 980px;
}

.two_column_layout_right .columns_wrapper {
	border-left: 1px solid #99906E;
	border-right: 1px solid #99906E;
	width: 978px;
}

.visual_margin {
	margin: 15px 10px;
	float: left;
	background: url(../images/wrapper.png) repeat-y -15px 0;
}

.two_column_layout_right .main_content {
	width: 780px;
}

.main_content .alt_visual_padding {
	padding: 20px 30px;
}

.footer {
	background: #fff;
	border-top: 1px solid #99906E;
	padding: 10px 0 0 0;
	float: left;
	width: 980px;
}

.top_content {
	display: none;
}

a img {
	border: 0;
}

.press {
	margin-top: 20px;
	float: left;
}

/********************************************** Specific Styles ****/

/**** Top Control ****/

#top_control {
	float: left;
	width: 980px;
	height: 35px;
}

#top_control p.phone {
	float: left;
	font-family: optimer-bold;
	color: #B3A880;
	font-weight: bold;
	width: 315px;
	margin: 0 0 5px 0;
	font-size: 12px;
	padding: 9px 0 0 0;
}

#top_control .login {
	float: right;
	width: 320px;
}

#top_control .login a {
	float: left;
	color: #797F84;
	text-decoration: underline;
	padding: 1px 12px 2px 3px;
	border-right: 1px solid #99906E;
	font-size: 12px;
	margin: 2px 0 0 0;
}

#top_control .login form {
	float: right;
}

#top_control .login form input.s {
	border: 1px solid #DFDEDC;
	color: #797F84;
	padding: 2px 0;
}

#top_control .login form input.sub {
	background: #4C4E54;
	border: 0;
	padding: 2px 8px;
	color: #fff;
	cursor: pointer;
	width: 72px;
}

/**** Main Content ****/

.new_column {
	width: 360px;
	float: left;
}

.main_visual_padding {
	padding: 28px;
}

.main_content .person {
	background: #DFDEDC;
	float:left;
	padding:8px;
	margin: 0 0 20px 85px;
	width:204px;
}

.next_steps .person {
	margin: 0 !important;
}

/**** Module Content ****/

.module_column {
	width: 520px;
	float: left;
	text-align: justify;
	position: relative;
}

.module_column ul.sub_groups li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	float: left;
	width: 225px;
	margin: 0 0 15px 0;
}

.module_column ul.sub_groups li a {
	text-decoration: none;
	color: #4C4E54;
}

.module_column ul.sub_groups li a:hover {
	text-decoration: underline;
	color: #99906E;
}

.next_steps {
	width: 220px;
	background: #DFDEDC;
	float: right;
	margin: 0 30px 0 0;
}

.next_steps h3 {
	background: #99906E;
	color: #fff;
	font-family: optimer;
	font-weight: normal;
	font-size: 15px;
	padding: 8px;
}

.next_steps p {
	color: #4C4E54;
	line-height: 14px;
	padding: 8px;
	font-size: 12px;
	margin: 0;
}

.next_steps .person {
	padding: 8px;
	float: left;
	width: 204px;
	border-top: 1px solid #AAA88F;
}

.person h4 {
	color: #4C4E54;
	font-weight: bold;
	font-size: 13px;
}

.person p {
	font-size: 13px;
	color: #4C4E54;
	margin: 3px 0 10px 0;
	padding: 0;
}

.person img.thumb {
	float: left;
	padding: 3px 7px 3px 0;
}

.person a.more {
	float: right;
	margin: 10px 0 0 0;
	width: 116px;
	cursor: pointer;
}

.person a.more span {
	font-family: optimer;
	color: #4C4E54;
	text-decoration: none;
	float: left;
	cursor: pointer;
	margin: 1px 0 0 0;
}

.left_module_column {
	width: 190px;
	float: left;
	position: absolute;
	top: -15px;
	left: -10px;
}

.left_module_column ul.sub_groups li {
	width: 190px;
	float: left;
	margin: 0 0 1px 0;
}

.left_module_column ul.sub_groups li a {
	color: #5C5F62;
	font-weight: bold;
	background: #DFDEDC;
	width: 180px;
	float: left;
	padding: 12px 0 12px 10px;
	text-align: left;
}

.left_module_column ul.sub_groups li a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: #99906E;
}

.right_module_column {
	width: 320px;
	float: right;
}

.right_module_column .alt_visual_padding {
	padding: 40px 20px 40px 0;
	line-height: 27px;
}

.right_module_column .alt_visual_padding ul li {
	list-style: disc;
	margin: 0 0 0 20px;
}

/**** Testimonials ****/

#testimonial_flash {
	
}

#testimonial_flash a {
	text-decoration: none;
	color: #fff;
}

.name {
	color: #99906E;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 30px;
}

/**** Pretty Popin ****/

#overlay {
	background: #000;
	position: absolute; top: 0; left: 0;
	z-index: 10000;
	width: 100%;
}

.prettyPopin {
	display: none;
	position: absolute; 
	z-index: 11000;
	top: 50%; 
	left: 50%;
	background: url(../images/popinLeft.gif) bottom left no-repeat;
}

.prettyPopin a#b_close {
	display: none;
	position: absolute; 
	z-index: 2;
	top: 8px; 
	right: 7px;
	width: 61px; 
	height: 17px;
	text-indent: -10000px;
	background: url(../images/close.gif) bottom left no-repeat;
}

.prettyPopin .prettyContent {
	position: relative;
	width: 100%; 
	height: 110%;
	font-size: 1.2em;
	background: #DFDFDC;
	border: 1px solid #B4A880;
}

.prettyPopin .prettyContent .prettyContent-container {
	display: none;
	padding: 25px 15px 15px 15px;
}

.prettyPopin .prettyContent .loader {
	position: absolute;
	top: 50%; 
	left: 50%;
	margin: -14px 0 0 -14px;
}

.prettyPopin .person {
	float: left;
	width: 260px;
}

.prettyPopin #enquiryForm {
	float: right;
	margin: 0;
	width: 200px;
}

.prettyPopin .whole_contain #enquiryForm {
	width: 260px;
}

.prettyPopin #enquiryForm label {
	text-align: left;
}

.prettyPopin #enquiryForm input, 
.prettyPopin #enquiryForm textarea {
	margin-left: 0;
	width: 250px;
}

#label_enquiryForm_terms {
	width: 220px !important;
}

#enquiryForm_terms {
	width: 15px !important;
}

.whole_contain {
	width: 550px;
	float: left;
}

.whole_contain h2 {
	display: none;
}

.whole_contain h4 {
	text-align: left;
}

.whole_contain p {
	text-align: left;
	line-height: 18px;
	color:#4C4E54;
	font-size:13px;
	margin:3px 0 10px;
	padding:0;
}

.whole_contain p.error {
	display: none;
}

.whole_contain .desc p {
	float: left;
	text-align: justify;
}

.whole_contain .desc {
	font-size: 13px;
	text-align: justify;
}

.whole_contain #enquiryForm .submit_button {
	margin-right: 3px;
	margin-top: 5px;
}

#testimonial_flash {
	float: left;
}

/**** Center Control ****/

#center_control {
	width: 388px;
	float: left;
	margin: 0 0 20px 0;
}

#center_control li {
	margin: 0 0 15px 0;
	float: left;
}

#center_control li a {
	float: left;
	width: 388px;
	text-indent: -99999px;
}

#center_control li.full a {
	height: 185px;
}

#center_control li.half a {
	height: 91px;
}

#center_control li.business a {
	background: url(../images/businessClients.jpg) no-repeat;
}

#center_control li.private a {
	background: url(../images/privateClients.jpg) no-repeat;
}

#center_control li.client a {
	background: url(../images/clientLogin.jpg) no-repeat;
}

#center_control li.calculator a {
	background: url(../images/calculator.jpg) no-repeat;
}

/**** Conveyancing Calculator ****/

.ui-tabs .ui-tabs-hide {
     display: none;
}

.tab_container {
	background: #DFDEDC;
	color: #4C4E4E;
	padding: 15px;
	width: 273px;
	flaot: left;
	clear: left;
	position: relative;
	margin: 0 0 30px 0;
}

.tab_container .legend {
	font-weight: bold;
	margin: 0;
	clear: both;
}

input#freehold_buy, 
input#freehold_sale, 
input#freehold_dual_purchase, 
input#freehold_dual_sale, 
input#freehold_remortgage {
	margin: 0 3px 0 15px;
	float: left;
}

input#leasehold_buy, 
input#leasehold_sale, 
input#leasehold_dual_purchase, 
input#leasehold_dual_sale, 
input#leasehold_remortgage {
	margin: 0 3px 0 97px;
	float: left;
}

.tab_container label {
	float: left;
}

.radios label {
	line-height:11px;
}

#user_input {
	margin: 15px 0;
	padding: 10px 0 0 0;
}

input#house_price_buy,
input#house_price_sale,  
input#house_price_dual_purchase, 
input#house_price_dual_sale, 
input#house_price_dual,
input#house_price_remortgage {
	float: right;
}

.ui-tabs-nav {
	float: left;
}

.ui-tabs-nav li {
	display: inline;
}

.resultTable {
	display: none;
}

input.invalid {
	border: 2px solid #cc0000;
}

.tab_container .submit {
	background: url(../images/calculateEstimate.png) no-repeat;
	width: 213px;
	height: 31px;
	display: block;
	text-indent: -99999px;
	margin: 20px 0 0 0;
}

.error {
	display: none;
}

.resultTable th {
	font-size: 12px;
	font-weight: normal;
}

td.ref {
	text-transform: uppercase;
}

.ui-tabs-nav a {
	color: #fff;
	text-decoration: none;
	background: #4C4E4E;
	padding: 5px 7px;
	float: left;
	margin: 1px;
}

.ui-tabs-nav a:hover, 
.ui-tabs-nav a.active {
	background: #99906E !important;
}

.estimate_links {
	position: absolute;
	bottom: -26px;
	left: 0px;
	display: none;
	width: 303px;
}

.estimate_links a {
	float: left;
	text-indent: -99999px;
}

.estimate_links a.new_estimate {
	background: url(../images/newEstimate.gif) no-repeat;
	width: 93px;
	height: 22px;
	margin: 0 4px 0 0;
}

.estimate_links a.print_estimate {
	background: url(../images/printEstimate.gif) no-repeat;
	width: 97px;
	height: 22px;
	margin: 0 3px 0 0;
}

.estimate_links a.accept_estimate {
	background: url(../images/acceptEstimate.gif) no-repeat;
	width: 106px;
	height: 22px;
	margin: 0;
}

.calc_crm form#enquiryForm {
	width: 270px;
}

.calc_crm h2 {
	display: none;
}

/**** News Page ****/

.newsPage h5 {
	display: none;
}

.newsPage .acms_news_item_date {
	display: none;
}

.newsPage h4, 
h4.title {
	width: 724px;
	background: #99906E;
	color: #fff;
	padding: 5px 0;
	text-indent: 6px;
	margin: 0 0 10px 0;
}

.newsPage h4 a {
	color: #fff;
	text-decoration: none;
}

.showByMonth .acms_news_item_article {
	line-height: 27px;
	padding: 0 6px;
}

.acms_news_item_article {
	line-height: 27px;
}

.acms_news_item_article a, 
.acms_news_item_shortArticle a {
	text-decoration: none;
	float: right;
}

.acms_news_item_article a span, 
.acms_news_item_shortArticle a span {
	float: left;
	margin: 1px 2px 0 0;
}

.acms_news_item_full {
	clear:left;
	float:left;
	margin-bottom:20px;
	width:724px;
}

.acms_news_date_list ul{
	list-style: none;
	list-style-position: outside;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
}

.acms_news_date_list ul li{
	margin: 0;
	padding: 0;
}

.acms_news_date_list ul li ul{
	display: inline;
	margin: 0;
	padding: 0 5px 0 0;
}

.acms_news_date_list ul li ul li{
	display: inline;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	border-left: solid 1px #99906E;
}

.acms_news_date_list a {
	text-decoration: none;
}

.acms_news_submit {
	background:#4C4E54 none repeat scroll 0 0;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 8px;
}

.acms_news_search_term {
	border: 1px solid #4C4E4E;
}

#acms_news_search {
	margin-bottom: 10px;
}

/**** Right Column ****/

.two_column_layout_right .right_column {
	width: 177px;
	margin: 0 0 50px 0;
}

.right_column h3 {
	background: #99906E;
	width: 170px;
	margin: 0 0 10px 0;
	font-family: optimer;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	float: left;
	padding: 8px 0 7px 5px;
}

.right_column h3.anchored {
	padding: 0;
}

.right_column h3 a {
	color: #fff;
	text-decoration: none;
	padding: 8px 0 7px 5px;
	width: 171px;
	background: #99906E url(../images/sidebarHead.gif) no-repeat;
	float: left;
}

.right_column p {
	line-height: 14px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

.right_column p a.alt {
	color: #4C4E4E;
	text-decoration: none;
	float: left;
	padding: 0 20px 0 5px;
	width:147px;
	background: url(../images/arrow.gif) no-repeat center right;
}

/**** Sidebar News ****/

h3.news_title {
	display: none;
}

.acms_news_list {
	
}

.right_column .acms_news_list h4 {
	padding: 0 0 0 5px;
	background: none;
	text-indent: 0;
	margin: 0;
	width: 172px;
}

.right_column .acms_news_list h4 a {
	color: #4C4E4E;
	text-decoration: none;
	font-size: 13px;
}

.right_column .acms_news_item_shortArticle {
	padding: 0 0 0 5px;
	width: 170px;
}

.right_column .acms_news_item_shortArticle a {
	text-decoration: none;
	float: right;
}

.right_column .acms_news_item_shortArticle a span {
	font-family: optimer;
	float: left;
	margin: 1px 4px 0 0;
}

.right_column .acms_news_item_date {
	display: none;
}

.right_column .acms_news_item {
	border-bottom: 1px solid #AAA88F;
	padding-bottom: 10px;
	float: left;
}

/**** Static Pages & CRM ****/

.alt .main_content h2 {
	margin: 0;
}

/**** Footer Styles ****/

.footer p {
	color: #99906E;
	font-size: 10px;
	line-height: 13px;
	margin: 5px 0 0 0;
}

.footer p.alt {
	font-weight: bold;
	text-transform: uppercase;
}

