/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../images/brick.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
a {
	color: #4e87ce;
	text-decoration: none;
}
a:hover {
	color: #535252;
	text-decoration: none;
}

#wrapper {
	width: 909px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/full_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}

/* --------------------------------- Branding -------------------------------- */
#branding {
	height: 109px;
}
#strip {
	height: 150px;
	width: 909px;
}

#flash {
	float: left;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
#branding h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 27px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #202635;
	float: left;
	padding-bottom: 4px;
	margin-bottom: 6px;
}
#branding p {
	clear: both;
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	width: 450px;
}
/* --------------------------------- Top Nav -------------------------------- */
#top_nav {
	clear: both;
	height: 32px;
	background-image: url(../images/nav_back.jpg);
	text-align: center;
	margin-bottom: 6px;
}
#top_nav ul{
padding: 0;
margin: 0;
}
#top_nav ul li{
display: inline;
padding: 0;
margin: 0;
}
#top_nav ul li a{
	color: #555454;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 27px;
	padding-bottom: 0;
	padding-left: 27px;
	float: left;
} 
#top_nav ul li a:hover, #top_nav ul li a:focus{
	color: #4e82c2;
}
.split {
	float: left;
}
/* --------------------------------- Home Hero -------------------------------- */
#home_hero {
	height: 313px;
	width: 909px;
	background-color: #87b8f5;
}
#home_hero_inner {
	float: right;
	width: 380px;
	padding-right: 36px;
	padding-top: 36px;
}
#home_hero_inner h1 {
	font-size: 24px;
	color: #293e5a;
	font-weight: normal;
	padding-bottom: 20px;
}
#home_hero_inner h2 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	padding-bottom: 24px;
}
a.how {
	background-image: url(../images/button.jpg);
	display: block;
	height: 24px;
	width: 141px;
	font-size: 14px;
	font-weight: normal;
	color: #605f5f;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 34px;
	background-position: left top;
	margin-left: 199px;
}
a.how:hover {
	background-image: url(../images/button.jpg);
	display: block;
	height: 24px;
	width: 141px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 34px;
	background-position: left -34px;
}

/* --------------------------------- Content -------------------------------- */
#content {
	clear: both;
	padding-right: 14px;
	padding-left: 18px;
	background-color: #efeeee;
	padding-top: 19px;
	padding-bottom: 24px;
}
/* --------------------------------- Left Column -------------------------------- */
#col_left_outer {
	float: left;
	width: 627px;
}
#col_left {
	float: left;
	background-color: #FFFFFF;
	width: 565px;
	border: 1px solid #c4c3c3;
	padding-top: 22px;
	padding-left: 25px;
	padding-right: 35px;
	padding-bottom: 25px;
	margin-bottom: 15px;
}
#col_left h1 {
	font-size: 22px;
	font-weight: normal;
	color: #4a4a4b;
	margin-bottom: 15px;
}
.title_no_border {
	padding-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a3a3a3;
	}


#col_left h2 {
	font-size: 22px;
	color: #4a4a4b;
	font-weight: normal;
	padding-bottom: 20px;
}
#col_left h3 {
	font-size: 18px;
	color: #4a4a4b;
	font-weight: normal;
	clear: both;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a3a3a3;
	margin-bottom: 20px;
}
#col_left h4,h5 {
	font-size: 16px;
	color: #4a4a4b;
	padding-bottom: 5px;
}

.step h4 {
	font-size: 18px;
	font-weight: normal;
	color: #4a4a4b;
}


#col_left p {
	font-size: 14px;
	color: #535252;
	padding-bottom: 12px;
	line-height: 18px;
}
#col_left p a {
	color: #4e87ce;
	text-decoration: none;
}
#col_left p a:hover {
	color: #4a4a4b;
	text-decoration: none;
}

#col_left ul {
	margin-left: 17px;
	list-style-type: square;
	padding-bottom: 12px;
}
#col_left li {
	font-size: 14px;
	padding-bottom: 1px;
	color: #535252;
	line-height: 18px;
}
#col_left li a {
	color: #4e87ce;
	text-decoration: none;
}
#col_left li a:hover {
	color: #4a4a4b;
	text-decoration: none;
}
/*a.normal {
	color: #4e87ce;
	text-decoration: none;
}
a.normal:hover {
	color: #535252;
	text-decoration: none;
}*/

a.how_bottom {
	background-image: url(../images/who_butt.jpg);
	display: block;
	height: 24px;
	width: 151px;
	font-size: 14px;
	font-weight: normal;
	color: #605f5f;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 24px;
	background-position: left top;
	float: right;
	margin-top: 10px;
}
a.how_bottom:hover {
	background-image: url(../images/who_butt.jpg);
	display: block;
	height: 24px;
	width: 151px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 24px;
	background-position: left -34px;
	margin-top: 10px;
}
p.place_image	{
	margin: 0 0 1em;
	text-align: center;
}
/* --------------------------------- Left Bottom -------------------------------- */
#col_left_bottom {
	width: 627px;
	float: left;
	height: 210px;
}
#articles {
	float: left;
	clear: both;
	width: 283px;
	background-color: #FFFFFF;
	height: 200px;
	border: 1px solid #c4c3c3;
	padding-right: 27px;
	padding-left: 25px;
	padding-top: 10px;
}
#articles h3 {
	font-size: 17px;
	font-weight: bold;
	color: #605f5f;
	padding-bottom: 12px;
}
#articles h3 a { 
	font-size: 17px;
	font-weight: bold;
	color: #605f5f;
	padding-bottom: 12px;
	text-decoration:none;
}
#articles h3 a:hover {
	font-size: 17px;
	font-weight: bold;
	color: #605f5f;
	padding-bottom: 12px;
	text-decoration:underline;
}
#articles h4 {
	font-size: 12px;
	font-weight: bold;
	color: #605f5f;
}
#articles p {
	font-size: 12px;
	color: #605f5f;
	font-weight: normal;
	padding-bottom: 20px;
}
#articles a {
	font-weight: bold;
	color: #4e87ce;
	text-decoration: none;
}
#articles a:hover {
	font-weight: bold;
	color: #605F5F;
	text-decoration: none;
}
#where {
	float: right;
	width: 270px;
	height: 200px;
	background-color: #FFFFFF;
	border: 1px solid #C4C3C3;
	text-align: center;
	padding-top: 10px;
}
#where h3 {
	font-size: 17px;
	font-weight: bold;
	color: #605f5f;
	padding-bottom: 12px;
}
#where h3 a{
	font-size: 17px;
	font-weight: bold;
	color: #605f5f;
	padding-bottom: 12px;
	text-decoration:none;
}
#where h3 a:hover {
	font-size: 17px;
	font-weight: bold;
	color: #605f5f;
	padding-bottom: 12px;
	text-decoration: underline;
}
a.map {
	display: block;
	background-image: url(../images/map.jpg);
	background-position: left top;
	width: 244px;
	height: 164px;
	text-indent: -3000px;
	margin-right: auto;
	margin-left: auto;
}
a.map:hover {
	display: block;
	background-image: url(../images/map.jpg);
	background-position: left -164px;
	width: 244px;
	height: 164px;
	text-indent: -3000px;
}
/* --------------------------------- Right Column -------------------------------- */
#col_right {
	float: right;
	width: 233px;
}
a.quick {
	background-image: url(../images/quick.jpg);
	display: block;
	height: 79px;
	width: 233px;
	text-indent: -3000px;
	background-position: left top;
}
a.quick:hover {
	background-image: url(../images/quick.jpg);
	display: block;
	height: 79px;
	width: 233px;
	text-indent: -3000px;
	background-position: left -79px;
}
#right_form {
	background-color: #d8d5d6;
	background-image: url(../images/form_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 76px;
	padding-right: 21px;
	padding-left: 19px;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
.call_box {
	width: 186px;
	height: 19px;
	border: 1px solid #c1bdbe;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-left: 5px;
	font-size: 12px;
	color: #363637;
}
.call_box_multi {
	font-family: Arial, Helvetica, sans-serif;
	width: 186px;
	height: 80px;
	border: 1px solid #c1bdbe;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-left: 5px;
	font-size: 12px;
	color: #363637;
}
.subby {
	float: right;
	margin-right: 1px;
	margin-top: 2px;
}
.clearing {
	font-size: 1px;
	clear: both;
	height: 1px;
	text-indent: -3000px;
	width: 800px;
}
/* --------------------------------- News Page -------------------------------- */
.news_item {
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a3a3a3;
}
.news_img_holder {
	float: left;
	width: 87px;
}
.news_img {
	border: 1px solid #c4c3c3;
}
.news_text {
	float: left;
	width: 475px;
}
.news_date {
	font-size: 12px;
	font-weight: normal;
	color: #696868;
	padding-bottom: 3px;
}
.news_title {
	font-size: 14px;
	font-weight: bold;
	color: #535252;
	padding-bottom: 3px;
}
.news_desc a {
	color: #4e87ce;
	text-decoration: none;
}
.news_desc a:hover {
	color: #535252;
	text-decoration: none;
}
#breadcrumbs {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-right-color: #A3A3A3;
	font-size: 12px;
	color: #4a4a4b;
	margin-bottom: 20px;
}
#breadcrumbs a {
	color: #4a4a4b;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #4e87ce;
	text-decoration: none;
}

.blue {
	color: #4e87ce;
}
.quote {
	background-image: url(../images/quotes.gif);
	width: 460px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 49px;
	padding-top: 20px;
	padding-right: 52px;
	margin-bottom: 30px;
	font-size: 16px;
	font-style: italic;
	color: #ab330b;
}
.quote a {
	text-decoration: none;
	color: #AB330B;
}
.quote a:hover {
	text-decoration: none;
	color: #535252;
}




p.more {
	float: right;
	font-size: 12px;
	color: #535252;
}
p.more a {
	color: #4e87ce;
	width: 80px;
	text-decoration: none;
}
p.more a:hover {
	color: #535252;
	width: 80px;
	text-decoration: none;
}

a.back {
text-align:left
	font-size: 12px;
	color: #4e87ce;
	width: 150px;
	text-decoration: none;
}
a.back:hover {
	text-align:left
	font-size: 12px;
	color: #535252;
	width: 150px;
	text-decoration: none;
}


/* --------------------------------- Footer -------------------------------- */
#footer {
	background-color: #3e3d3e;
	height: 165px;
	padding-top: 15px;
	padding-right: 12px;
	padding-left: 12px;
	clear: both;
}
#top_row {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9b9a9b;
	font-size: 11px;
	font-weight: bold;
	color: #8f8e8f;
	height: 29px;
	padding-right: 4px;
	margin-bottom: 12px;
}
#top_row .para_right a {
	/*float: left;
	margin-left: 5px;*/
	margin-top: 5px;
	color: #8f8e8f;
	text-decoration: none;
}
#top_row .para_right a:hover {
	/*float: left;
	margin-left: 5px;*/
	margin-top: 5px;
	color: #BFBDBF;
	text-decoration: none;
}
#top_row .para_left a {
	color: #8f8e8f;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
.dash {
	float: left;
	padding-top: 5px;
	margin-left: 5px;
}

#top_row .para_left a:hover {
	color: #BFBDBF;
	text-decoration: none;
}

.catch {
	float: left;
	margin-left: 10px;
}

.para_left {
	float: left;
	padding-top: 5px;
}
.para_right {
	float: right;
	width: auto;
}
#row_two {
}
#f_col_one {
	float: left;
	width: 170px;
	padding-left: 10px;
}
#f_col_two {
	float: left;
	width: 170px;
	padding-left: 10px;
	padding-top: 17px;
}
#f_col_three {
	float: left;
	width: 170px;
	padding-left: 10px;
}
#f_col_three {
	float: left;
	width: 172px;
	padding-left: 10px;
}
#f_col_four {
	float: right;
	width: 250px;
	padding-left: 90px;
	font-weight: bold;
	background-image: url(../images/bpc.gif);
	background-repeat: no-repeat;
}
#row_two h6 {
	font-size: 12px;
	font-weight: bold;
	color: #bfbdbf;
	padding-bottom: 4px;
}
#row_two ul{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 14px;
	list-style-type: square;
	font-size: 11px;
	color: #757475;
}
#row_two ul li{
	padding: 0;
	margin-left: 0;
	line-height: 14px;
}
#row_two ul li a{
	color: #757475;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	padding-right: 0px;
	padding-bottom: 6px;
	font-weight: bold;
} 
#row_two ul li a:hover, #row_two ul li a:focus{
	color: #BFBDBF;

}
#row_two ul li.nav_tel {
	list-style-type: none;
	background-image: url(../images/phone_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
#row_two ul li.nav_email {
	list-style-type: none;
	background-image: url(../images/email_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
#row_two ul li.nav_enquiry {
	list-style-type: none;
	background-image: url(../images/enquiry_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
#row_two ul li.nav_globe{
	list-style-type: none;
	background-image: url(../images/globe_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
#special {
	clear: both;
	height: 37px;
}
#lines {
	float: left;
	width: 385px;
	height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.list_holder {
	float: left;
	width: 188px;
}
/* --------------------------------- Form -------------------------------- */
.frm_title {
	width: 191px;
}
.frm_title label {
	font-size: 12px;
	font-weight: bold;
	color: #4a4a4b;
}
#personal label {
	font-size: 12px;
	font-weight: bold;
	color: #4a4a4b;
	margin-right: 8px;
	padding-top: 4px;
	display: block;
}
#agent label {
	font-size: 12px;
	font-weight: bold;
	color: #4a4a4b;
	margin-right: 8px;
	padding-top: 4px;
	display: block;
}
#agent .gap {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 10px;
	border-top-width: 1px;
    border-top-style: dotted;
	border-top-color: #a3a3a3;
		
}

#property label {
	font-size: 12px;
	font-weight: bold;
	color: #4a4a4b;
	margin-right: 8px;
	display: block;
	padding-top: 4px;
}
.f_input {
	background-color: #efeeee;
	height: 19px;
	width: 287px;
	margin-bottom: 4px;
	border: 1px solid #cdcaca;
	padding-top: 3px;
	padding-left: 4px;
	font-size: 12px;
	color: #4a4a4b;
}
.f_input:hover { background-color: #f6f9fa; border: 1px solid #8cbcf6; }
.f_input:focus { background-color: #f6f9fa; border: 1px solid #8cbcf6; }
#personal {
	background-image: url(../images/personal.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a3a3a3;
	padding-bottom: 12px;
}

#agent {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a3a3a3;
	padding-bottom: 12px;
}
#property {
	background-image: url(../images/property.gif);
	background-repeat: no-repeat;
	background-position: right 12px;
	padding-bottom: 12px;
	padding-top: 12px;
}
.s_input {
	background-color: #efeeee;
	height: 22px;
	width: 230px;
	margin-bottom: 4px;
	border: 1px solid #cdcaca;
	font-size: 12px;
	color: #4a4a4b;
}
.t_input {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #efeeee;
	height: 22px;
	width: 220px;
	margin-bottom: 4px;
	border: 1px solid #cdcaca;
	font-size: 12px;
	color: #4a4a4b;
}
.sht_input {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #efeeee;
	height: 22px;
	width: 120px;
	margin-bottom: 4px;
	border: 1px solid #cdcaca;
	font-size: 12px;
	color: #4a4a4b;
}
.s_input:hover { background-color: #f6f9fa; border: 1px solid #8cbcf6; }
.s_input:focus { background-color: #f6f9fa; border: 1px solid #8cbcf6; }
.a_input {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #efeeee;
	height: 100px;
	width: 287px;
	margin-bottom: 8px;
	border: 1px solid #cdcaca;
	padding-top: 3px;
	padding-left: 4px;
	font-size: 12px;
	color: #4a4a4b;
}
.a_input:hover { background-color: #f6f9fa; border: 1px solid #8cbcf6; }
.a_input:focus { background-color: #f6f9fa; border: 1px solid #8cbcf6; }
.pol {
	font-size: 11px;
	color: #363637;
}
.pol a {
	color: #363637;
	text-decoration: underline;
}
.pol a:hover {
	color: #363637;
	text-decoration: none;
}
.pol .s {
	float: right;
	margin-right: 82px;
}
.policy {
	float: left;
	padding-top: 5px;
}
.step {
	background-image: url(../images/triangle.gif);
	height: 110px;
	width: 528px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 15px;
	margin-top: 5px;
	text-align: center;
}
a.get {
	background-image: url(../images/get.jpg);
	height: 73px;
	width: 569px;
	text-indent: -3000px;
	display: block;
	margin-bottom: 25px;
}
a.get:hover {
	background-image: url(../images/get.jpg);
	height: 73px;
	width: 569px;
	text-indent: -3000px;
	display: block;
	background-position: left -73px;
	margin-bottom: 25px;
}

strong {
	font-weight: bold;
}
.x_b {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A3A3A3;
	margin-bottom: 15px;
}
.p_border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A3A3A3;
	margin-bottom: 15px;
}

#col_left .errors {
	padding-bottom: 12px;
}

#col_left .errors p {
	font-size: 14px;
	color: #ab330b;
	padding-bottom: 0;
}

#col_right .errors {
	padding-bottom: 6px;
}

#col_right .errors p {
	font-size: 12px;
	color: #ab330b;
	padding-bottom: 0;
}