
body{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	color: #000;
}

div{
	text-align: left;
}

h1, h2, h3, h4, h5, h6{
	margin: 0.4em 0 0.2em;
}

h1{
	font-size: 1.8em;
}
h2{
	font-size: 1.5em;
}
h3{
	font-size: 1.3em;
}
h4{
	font-size: 1.2em;
}
h5{
	font-size: 1.1em;
}
h6{
	font-size: 1em;
	margin: 0.4em 0 0.2em;
}

p{
	margin: 0.2em 0 0.5em;
}

table{
	font-size: 1em;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {*display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {display: block; height: 1%;}
/* End hide from IE-mac */


/* FORM ELEMENTS */

form{
	margin: 0;
	padding: 0;
}

input, textarea, select{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 1px;
}

input.checkbox{
	border: none;
	width: auto;
}

p.formLine{
	margin: 0 0 0 0;
	padding: 0 0 0 90px;
}

p.formLine strong{
	float: left;
	font-weight: normal;
	margin-left: -90px;
	margin-top: 0;
	width: 85px;
}

p.checkboxGroup, span.checkboxGroup{
	margin: 0 10px 0 0;
	white-space: nowrap;
	display: inline;
	overflow: hidden;
	width: 160px;
}

p.checkboxGroup{
	float: left;
}


p.formSubmit{
	margin: 0;
	text-align: right;
}

/* New mortgage services page */
div.contentBox.mortgageservices .msbackground{
	height: 1%;
	padding: 10px 10px 50px 10px;
	color: #fff;
	background: transparent url(/assets/images/bg_vdkblue_wide.png) repeat-y scroll 0%;
	border-bottom: 50px solid #fff;
}

div.contentBox.mortgageservices a{
	color: #fff;
	font-weight: bold;
}

div.contentBox.mortgageservices p img{
	padding: 0px 10px;
}

div#cmslogo img{
	float: right;
	margin-top: -35px;
	clear: right;
	border: none;
	display:block;
}

div.contentBox.mortgageservices p em img{
	float: left;
	padding-top: -10px;
	margin-top: -80px;
	display:block;
}

div.contentBox.mortgageservices h4{
	color: #fff;
}

div.contentBox.mortgageservices h4.ms{
	color: #000;
	font-weight: bold;
}

div.contentBox.mortgageservices h4.ms em{
	color: #423795;
	font-weight: bold;
	font-style: normal;
}

div.contentBox.mortgageservices img{
	float: right;
	display:block;
}

/* ERRORS */

ul.errors{
	margin: 0 0 1em 0;
	padding: 0 0 0 1.5em;
	color: #C00;
}

/* END OF SHARED */

body {
	background: #F0F0F0;
}

a {
	text-decoration: none;
	color: #002767;
}

a:hover {
	color: #002767;
}

a:followed {
	color: #002767;
}

ul {
	list-style-type: none;
}

div#pageContainer{
	background: #fff;
	margin: 0 auto;
	width: 920px;
	border: 1px solid;
	padding-bottom: 10px;
	position: relative;
}


div#header{
	padding: 10px 5px 0;
	margin: 0 0 10px 0;
	position: relative;
}

div#header h1{
	padding: 0;
	margin: 0 5px 5px;
}

div#header a{
	text-decoration: none;
}

div#banner{
	position: absolute;
	top: 10px;
	right: 20px;
}

ul.itemList {
	list-style-type: none;
}

/* lhCol */

div#lhColumn, div#rhColumn{
	width: 190px;
}

div#lhColumn{
	float: left;
	margin-left: 10px;
	display: block;
}

div#rhColumn{
	float: right;
	margin-right: 10px;
	display: block;
}

div#mainContent.leftIndent{
	margin-left: 200px;
	margin-right: 10px;
}

div#mainContent.rightIndent{
	margin-right: 200px;
	margin-left: 10px;
}

div#mainContent.leftIndent.rightIndent {
	margin-left: 200px;
	margin-right: 200px;
}

/* VERTICAL MENU */
div#middleSection ul.menu, div#middleSection ul.menu ul{
	list-style: none;
    padding: 0 0 6px;
	margin: 0;
	position:relative;
}

div#middleSection ul.menu ul{
	padding: 0;
}

div#middleSection ul.menu li{
	position:relative;
	background: none;
}

div#middleSection ul.menu li:hover {
    background: #ccc;
}

div#middleSection ul.menu ul li{
	border-width: 0;
    padding: 0 6px 2px;
    margin: 0;
}

div#middleSection ul.menu ul li:hover {
    background: #aaa;
}

div#middleSection ul.menu a, div#middleSection ul.menu h3{
	font-size:1em;
	font-weight: normal;
	display: block;
	padding: 3px 0;
	margin: 0;
	text-decoration: none;
}

div#middleSection ul.menu ul{
	position: absolute;
	width: 17em;
	z-index: 500;
	left: 138px;
	top: -1px;
    border-color: #777;
	border-width: 0 1px 1px 0;
	border-style: solid;
	background-color: #bbb;
    margin: 0 0 0 -30px;
}

html>body div#middleSection ul.menu ul{
	left: 100%;
}

div#middleSection ul.menu ul a, div#middleSection ul.menu ul h3{
	height: 1%;
}

div#middleSection ul.menu ul,
div#middleSection ul.menu li:hover ul ul,
div#middleSection ul.menu ul li:hover ul ul
{display: none;}

div#middleSection ul.menu li:hover ul,
div#middleSection ul.menu ul li:hover ul,
div#middleSection ul.menu ul ul li:hover ul
{display: block;}


/* HORIZONTAL MENU */
div#topSection, div#topSection #navBar1, div#topSection #navBar2, div#topSection .module.menu_obj {
	position:relative;
	width: 100%;
}

div#topSection ul.menu, div#navBar3 ul.menu{
	display: table;
	white-space:nowrap;
	margin: 0 auto;
}

div#topSection ul.menu, div#navBar3 ul.menu, div#topSection ul.menu ul, div#navBar3 ul.menu ul{
	list-style-type: none;
	padding: 0;
	text-align: center;
}

div#topSection ul.menu li, div#navBar3 ul.menu li{
	display:table-cell;
}

div#topSection ul.menu ul li, div#navBar3 ul.menu ul li{
	display: block;
	float: none;
}

div#topSection ul.menu a , div#navBar3 ul.menu a {
	font-size:1em;
	font-weight: bold;
	border-width: 0 0 0 1px;
	border-style: solid;
	margin: 0;
	padding: 3px 10px 4px;
	line-height: 2.2em;
	text-decoration: none;
}
div#topSection ul.menu li:first-child a, div#navBar3 ul.menu li:first-child a, div#topSection ul.menu li a.index, div#navBar3 ul.menu li a.index, div#topSection ul.menu ul li a, div#navBar3 ul.menu ul li a, div#topSection ul.menu li.home a, div#navBar3 ul.menu li.home a{
	border: none;
}

div#topSection ul.menu ul , div#navBar3 ul.menu ul {
	display: block;
	margin: 0;
	position: absolute;
	width: 20em;
	z-index: 500;
	border-width: 0 1px 1px;
	border-style: solid;
	text-align: left;
}

div#topSection ul.menu ul li a, div#navBar3 ul.menu ul li a{
	border-width: 1px 0 0 0;
	border-style: solid;
	height: 1%;
}
div#topSection ul.menu ul ul , div#navBar3 ul.menu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#topSection ul.menu ul, div#navBar3 ul.menu ul,
div#topSection ul.menu li:hover ul ul, div#navBar3 ul.menu li:hover ul ul,
div#topSection ul.menu ul li:hover ul ul
, div#navBar3 ul.menu ul li:hover ul ul
{display: none;}

div#topSection ul.menu li:hover ul, div#navBar3 ul.menu li:hover ul,
div#topSection ul.menu ul li:hover ul, div#navBar3 ul.menu ul li:hover ul,
div#topSection ul.menu ul ul li:hover ul
, div#navBar3 ul.menu ul ul li:hover ul
{display: block;}


/* FORMS */
p.formLine{
	margin: 3px 0 4px 0;
	padding-left: 0px;
}

div.rpw_search_form_mod_obj p.formLine {
	width: 400px;
}

input, textarea, select{
	border-color: #555;
}

div#lhColumn p.formLine, div#rhColumn p.formLine{
	padding-left: 65px;
	padding-top: 2px;
}

div#lhColumn p.formLine strong, div#rhColumn p.formLine strong{
	margin-left: -65px;
	width: 60px;
}

div#lhColumn input.textbox, div#rhColumn input.textbox, div#lhColumn select, div#rhColumn select{
	width: 87px;
}

html>body div#lhColumn select, html>body div#rhColumn select, html>body div#lhColumn input.textbox, html>body div#rhColumn input.textbox{
	width: 92px;
}

/* MEDIA */

a.thumbnail img, img.inlineImage, div.thumbnail{
	border-width: 2px;
	border-style: solid;
}

ul.mediaList, ul.itemList ul.mediaList, .item ul.mediaList{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

ul.mediaList li, ul.itemList li ul.mediaList li{
	display: inline;
	margin: 0 4px 4px 0;
	border: none;
	padding: 0;
}

ul.mediaList li a{
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	display: inline;
}

a.file{
	background: url(../images/mime-32.gif) top center no-repeat;
	width: 64px;
	padding-top: 32px;
	text-align: center;
}

a.file.doc{
	background: url(../images/doc-32.gif) top center no-repeat;
}


a.file.pdf{
	background: url(../images/pdf-32.gif) top center no-repeat;
}

a.file.xls{
	background: url(../images/xls-32.gif) top center no-repeat;
}

a.file.zip{
	background: url(../images/zip-32.gif) top center no-repeat;
}

a.file.mov{
	background: url(../images/mov-32.gif) top center no-repeat;
}

.module ul{
	margin: 0.5em 0;
	padding: 0;
}

.module ul li{
	margin: 0 0 0.3em 0;
}

/* rounded */
div#lhColumn div.extra2, div#rhColumn div.extra2, .index div.extra2 {
	padding: 10px 18px;
}

body.home div#rhColumn div.extra2 {
    padding: 10px 15px;
}

div.rpw_map_selector_obj {
	display: none;
}

/* lh / rh rounded */
div#lhColumn div.module, div#rhColumn div.module {
    background: url(../images/item_back.png) repeat-y center;
    height: 1%;
    margin: 0 0 3px 0;
}

div#lhColumn div.module div.extra1, div#rhColumn div.module div.extra1 {
    background: url(../images/item_under.png) no-repeat center bottom;
    height: 1%;
}

div#lhColumn div.module div.extra1 div.extra2, div#rhColumn div.module div.extra1 div.extra2 {
    background: url(../images/item_over.png) no-repeat center top;
}

/* mainContent rounded - Home only */
.home div#mainContent div.module {
    background: url(../images/content_back.png) repeat-y center;
}

.home div#mainContent div.module div.extra1 {
    background: url(../images/content_under.png) no-repeat bottom;
}

.home div#mainContent div.module div.extra1 div.extra2 {
    background: url(../images/content_over.png) no-repeat top;
}


/* other pages with narrow rounded */
.newinstructions div#mainContent div.module,
.hipinformation div#mainContent div.module,
.tenreasons div#mainContent div.module,
.mortgageservices div#mainContent div.module,
.legalinformation div#mainContent div.module,
.conveyancing div#mainContent div.module,
.surveying div#mainContent div.module,
.homesoverseas div#mainContent div.module,
.auctions div#mainContent div.module,
.contactusoverseas div#mainContent div.module,
.tolet div#mainContent div.module,
.adviceforlandlords div#mainContent div.module,
.guidancefortenants div#mainContent div.module,
.landlordinsurance div#mainContent div.module,
.tenantsinsurance div#mainContent div.module,
.obtainaquote div#mainContent div.module,
cwea_hip_login_form_obj {
    background: url(../images/content_back.png) repeat-y center;
}

.newinstructions div#mainContent div.module div.extra1,
.hipinformation div#mainContent div.module div.extra1,
.tenreasons div#mainContent div.module div.extra1,
.mortgageservices div#mainContent div.module div.extra1,
.legalinformation div#mainContent div.module div.extra1,
.conveyancing div#mainContent div.module div.extra1,
.surveying div#mainContent div.module div.extra1,
.homesoverseas div#mainContent div.module div.extra1,
.auctions div#mainContent div.module div.extra1,
.contactusoverseas div#mainContent div.module div.extra1,
.tolet div#mainContent div.module div.extra1,
.adviceforlandlords div#mainContent div.module div.extra1,
.guidancefortenants div#mainContent div.module div.extra1,
.landlordinsurance div#mainContent div.module div.extra1,
.tenantsinsurance div#mainContent div.module div.extra1,
.obtainaquote div#mainContent div.module div.extra1 {
    background: url(../images/content_under.png) no-repeat bottom;
}

.newinstructions div#mainContent div.module div.extra1 div.extra2,
.hipinformation div#mainContent div.module div.extra1 div.extra2,
.tenreasons div#mainContent div.module div.extra1 div.extra2,
.legalinformation div#mainContent div.module div.extra1 div.extra2,
.conveyancing div#mainContent div.module div.extra1 div.extra2,
.surveying div#mainContent div.module div.extra1 div.extra2,
.homesoverseas div#mainContent div.module div.extra1 div.extra2,
.auctions div#mainContent div.module div.extra1 div.extra2,
.contactusoverseas div#mainContent div.module div.extra1 div.extra2,
.tolet div#mainContent div.module div.extra1 div.extra2,
.adviceforlandlords div#mainContent div.module div.extra1 div.extra2,
.guidancefortenants div#mainContent div.module div.extra1 div.extra2,
.landlordinsurance div#mainContent div.module div.extra1 div.extra2,
.tenantsinsurance div#mainContent div.module div.extra1 div.extra2,
.obtainaquote div#mainContent div.module div.extra1 div.extra2 {
    background: url(../images/content_over.png) no-repeat top;
	padding: 10px 18px;
}

/* PAGE SPECIFIC */
body.image div#pageContainer{
	border: none;
	margin: 0;
}

/* Flashmaps */
div.module.rpw_flash_map_obj div.extra2 {
	padding: 10px 15px;
}

div.rpwFlashMap {
	padding: 2px 6px 8px 6px;
	background: url(../images/flashmap_shadow.png) no-repeat;
}

/* Search Results / Property Details */
div#mainContent div.search_navigation_obj {
	background: url(../images/beam750.png) no-repeat;
	margin: 0 0px 2px;
	padding: 0 10px 0 0;
}

div#mainContent div.search_navigation_obj div.extra2 {
	padding: 1px 18px;
}

div#mainContent div.search_navigation_obj div.extra2 .resultTotal {
	float: right;
	display: inline;
}

div#mainContent div.cwea_hip_login_form_obj div.extra1 div.extra2,
.thankyouhip div.text_content_obj div.extra1 div.extra2 {
    padding: 10px 18px;
}

div#mainContent ul.searchResults li,
div#mainContent div.cwea_property_details_mod_obj,
div#mainContent div.rpw_search_form_mod_obj,
div#mainContent div.rpw_hip_login_form_obj,
.thankyou div#mainContent div.module,
.lettingssearch div#mainContent div.module,
.lettings div#mainContent div.module,
.mortgageservices div#mainContent div.module,
.thankyouhip div.text_content_obj,
div#mainContent div.cwea_hip_login_form_obj {
    background: url(../images/content750_back.png) repeat-y center;
}

div#mainContent ul.searchResults li.clearright,
.mortgageservices div#mainContent {
	width: 750px;
}

.mortgageservices div#mainContent div.extra3 {
    padding: 15px 45px;
}

.contactus div#mainContent ul.searchResults li.clearright {
	width: auto;
}

div#mainContent ul.searchResults li div.extra1,
div#mainContent div.cwea_property_details_mod_obj div.extra1,
div#mainContent div.rpw_search_form_mod_obj div.extra1,
div#mainContent div.rpw_hip_login_form_obj div.extra1,
.thankyou div#mainContent div.module div.extra1,
.lettingssearch div#mainContent div.module div.extra1,
.lettings div#mainContent div.module div.extra1,
.mortgageservices div#mainContent div.module div.extra1,
.thankyouhip div.text_content_obj div.extra1,
div#mainContent div.cwea_hip_login_form_obj div.extra1 {
    background: url(../images/content750_under.png) no-repeat bottom;
}

div#mainContent ul.searchResults li div.extra1 div.extra2,
div#mainContent div.cwea_property_details_mod_obj div.extra1 div.extra2,
div#mainContent div.rpw_search_form_mod_obj div.extra1 div.extra2,
div#mainContent div.rpw_hip_login_form_obj div.extra1 div.extra2,
.thankyou div#mainContent div.module div.extra1 div.extra2,
.lettingssearch div#mainContent div.module div.extra1 div.extra2,
.lettings div#mainContent div.module div.extra1 div.extra2,
.mortgageservices div#mainContent div.module div.extra1 div.extra2,
.thankyouhip div.text_content_obj div.extra1 div.extra2,
div#mainContent div.cwea_hip_login_form_obj div.extra1 div.extra2 {
    background: url(../images/content750_over.png) no-repeat top;
}

div#mainContent ul.searchResults {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div#mainContent ul.searchResults div.extra2,
div#mainContent div.cwea_property_details_mod_obj div.extra1 div.extra2,
div#mainContent div.rpw_search_form_mod_obj div.extra1 div.extra2,
div#mainContent div.cwea_contactus_shorter_obj div.extra1 div.extra2,
div#mainContent div.rpw_new_instructions_obj div.extra1 div.extra2,
div#mainContent div.rpw_hip_login_form_obj div.extra1 div.extra2,
.thankyou div#mainContent div.module div.extra1 div.extra2 {
	padding: 10px 18px;
}

div#mainContent ul.searchResults img,
div#mainContent ul.searchResults div.nopic {
	float: right;
	border: none;
	padding: 0px 10px 10px 0px;
	margin: 7px 1px 0 3px;
	background: url(../images/shadow240x180.gif) no-repeat bottom right;
	display: inline;
}

div#mainContent ul.searchResults div.nopic {
	width: 230px;
	height: 38px;
	font-size: 24px;
	text-align: center;
	padding: 60px 10px;
}

div.thumbnailGallery p a img {
	float: left;
	padding: 5px 3px;
	border: none;
	display: inline;
}

.homesoverseas img {
	border: none;
}

/* Offices */

div#mainContent div.cwea_office_list_mod_obj ul.itemList li {
    float: right;
	margin:0pt 5px 6px;
	width:270px;
}

div#mainContent div.cwea_office_list_mod_obj ul.itemList li.toplink {
    float: none;
    background: none;
}

div#mainContent div.cwea_office_list_mod_obj ul.itemList li.even {
	float: left;
}

div#mainContent ul.itemList.offices li div.officebox {
    background: url(../images/content270_under.png) no-repeat bottom;
    height:160px;
    padding: 0;
	margin: 0;
}

div#mainContent ul.itemList.offices li {
    background: url(../images/content270_back.png) repeat-y center;
}

div#mainContent ul.itemList.offices li h3 {
    background: url(../images/content270_over.png) no-repeat center top;
    padding: 10px 15px;
    margin-top: 0;
}

ul.offices.compact p.address {
	float: none;
	padding: 0 14px;
}

ul.offices.compact p.contacts {
	float: none;
	padding: 0 14px 14px;
	margin-bottom: 0;
}

ul.offices.compact p.officeLinks {
	float: none;
	text-align: right;
	width: 200px;
	padding: 0 0 0 14px;
}

ul.offices.compact p.officeLinks a span {
	display: none;
}

ul.offices.compact p.officeLinks a.officeEmail {
	float: none;
	margin: 0pt 0pt 0pt 34px
}

div#mainContent div.module.cwea_office_list_mod_obj,
div#mainContent div.module.cwea_office_list_mod_obj div.extra1,
div#mainContent div.module.cwea_office_list_mod_obj div.extra1 div.extra2 {
	background: none;
}

div#mainContent div.module.cwea_office_list_mod_obj div.extra1 div.extra2 {
	padding: 0 0 0 5px;
}

p.officeLinks a {
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
}

ul.offices.compact p.officeLinks a {
	float:left;
	height:16px;
	margin:0pt 0pt 0pt 1px;
	padding:0pt;
	width:16px;
	display:block;
}

p.officeLinks a.officeProperties {
background-image:url(../images/icon-homes.gif);
}
p.officeLinks a.officeMap {
background-image:url(../images/icon-map.gif);
}
p.officeLinks a.officeEmail {
background-image:url(../images/icon-email.gif);
}

/* Breadcrumb */
div.module.breadcrumb_obj {
	background: #729EBB;
	color: #fff;
	padding: 1px 10px 2px;
	margin-bottom: 5px;
}

div.module.breadcrumb_obj div.extra2 {
	padding: 2px 18px;
}

/* New mortgage services page */
div.contentBox.mortgageservices .msbackground{
	height: 1%;
	padding: 10px 10px 50px 10px;
	color: #fff;
	background: transparent url(/assets/images/bg_vdkblue_wide.png) repeat-y scroll 0%;
	border-bottom: 50px solid #fff;
}

div.contentBox.mortgageservices a{
	color: #fff;
	font-weight: bold;
}

div.contentBox.mortgageservices p img{
	padding: 0px 10px;
}

div#cmslogo img{
	float: right;
	margin-top: -35px;
	clear: right;
	border: none;
	display:block;
}

div.contentBox.mortgageservices p em img{
	float: left;
	padding-top: -10px;
	margin-top: -80px;
	display:block;
}

div.contentBox.mortgageservices h4{
	color: #fff;
}

div.contentBox.mortgageservices h4.ms{
	color: #000;
	font-weight: bold;
}

div.contentBox.mortgageservices h4.ms em{
	color: #423795;
	font-weight: bold;
	font-style: normal;
}

div.contentBox.mortgageservices img{
	float: right;
	display:block;
}

/* Contact Us */



span.checkboxes {
	width: 175px;
	float: left;
	margin-bottom: 3px;
	display:block;
}

span.checkboxes input.checkbox {
	margin-bottom: -1px;
}

div.element.atStart {
	background: #ccc;
}

h3.toggler.atStart {
	background: url(../images/plusbutton.png) left no-repeat;
}

.clearright {
	clear: right;
}

/* other services boxes */
body.otherservices div.extra1 div.extra2 div.dynamicBox {
  float: left;
  text-decoration: none;
  cursor: pointer;
  margin: 0 3px 4px;
}

.otherservices div#mainContent div.dynamicBox {
    background: url(../images/content370_back.png) repeat-y center;
}

.otherservices div#mainContent div.dynamicBox div.extra1 {
    background: url(../images/content370_under.png) no-repeat bottom;
}

.otherservices div#mainContent div.dynamicBox div.extra1 div.extra2 {
	padding: 18px;
    background: url(../images/content370_over.png) no-repeat top;
}

.otherservices div#mainContent div.dynamicBox div.dBimg{
  float: none;
}

.otherservices div#mainContent div.dynamicBox div.dBimg img{
  border: none;
}

.halfWidth {
  width: 370px;
}

div.rpw_featured_property_obj a.thumbnail img {
	border: none;
	background: url(../images/shadow150x150.gif);
	margin-top: 3px;
	padding: 0 7px 7px 0;
}

img.cwms {
	padding: 2px 0 4px;
	margin-bottom: 2px;
	border: none;
}

div#runRunner {
	margin: 0 6px;
	background: url(../images/shadow138x178.gif);
	padding: 0 7px 7px 0;
}

div#navBar3 div.extra1 {
	background: url(../images/beam960.png) no-repeat;
}

div#navBar3 div.extra1 div.extra2{
	background: url(../images/beam960.png) no-repeat;

	padding-top: 4px;
}

div#navBar3 div.extra1 div.extra2 div {
	text-align: center;
}

div.centerlow {
	height: 128px;
}

div#lhColumn div.module.rpw_featured_property_obj {
	height: 425px;
}

div#lhColumn div.module.rpw_featured_property_obj div.extra1 {
	height: 100%;
}

body.contactus h4 {
	margin-top: 10px;
}

body.contactus form {
	margin-left: 250px;
}

body.contactus form p em {
	margin-left: -250px;
	width: 250px;
	float: left;
}

body.search input.formButton {
	margin: 18px;
}

body.landandnewhomes div#mainContent ul li {
	list-style-type: circle;
	margin-left: 20px;
}

.formLinkAndSubmit {
	padding: 0 0 10px 0;
	text-align: left;
	width: 159px;
}

.formLinkAndSubmit a {
	float: left;
	padding-top: 2px;
}

.alignright {
	text-align: right;
}

div.rpw_flash_map_obj h3 {
	padding-left: 5px;
}

div.rpw_new_instructions_obj div.extra1 {
	height: 250px;
}

div.rpw_new_instructions_obj div.extra1 div.extra2 div.extra3 div {
	background: #E8E8E8;
}

.newinstructions div.rpw_new_instructions_obj div.extra1 p {
	padding-left: 244px;
}

.newinstructions div.text_content_obj div.extra2 {
	height: 26px;
}

p.contentBox {
	padding: 0 5px;
}

div.propkey {
	height: 62px;
}

/* Option buttons on property pages */

div.details.module ul{
	float: none;
	margin: 0.2em 0 0.3em;
}

div#middleSection .module ul.optionButtons{
	margin: 10px 0 6px;
    height: 18px;
	padding: 0;
	list-style-type: none;
	float: none;
}

div#middleSection .module ul.optionButtons li{
	float: left;
	border-color: inherit;
	padding: 0;
	margin: 0;
	background: none;
}

div#middleSection .module ul.optionButtons li a{
	display: block;
	float: left;
	padding: 3px 3px 7px 22px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin-right: 12px;
}

div#middleSection .module ul.contactList a.emailButton {
        display: block;
        padding: 3px 3px 7px 22px;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: 0 2px;
        margin-right: 12px;
}

div#middleSection .module ul.optionButtons li a:hover{
	padding-bottom: 5px;
}

div#middleSection .module ul.optionButtons a.emailButton,
div#middleSection .module ul.contactList a.emailButton {
    background-image: url(../images/icon-tel.gif);
}

div#middleSection .module ul.optionButtons a.printButton{
	background-image: url(../images/icon-print.gif);
}

div#middleSection .module ul.optionButtons a.mapButton{
	background-image: url(../images/icon-map.gif);
}

div#middleSection .module ul.optionButtons a.floorplanButton{
	background-image: url(../images/icon-floorplan.gif);
}

div#middleSection .module ul.optionButtons a.vtourButton{
	background-image: url(../images/icon-vtour.gif);
}

div#middleSection .module ul.optionButtons a.HIPButton{
	background-image: url(../images/icon-hip.gif);
}

/* New Instructions */
div.newInstruction a.thumbnail {
	padding: 10px 10px 0 0;
	float: left;
}

div.newInstruction p {
	padding-top: 10px;
}

div.extra1 div.extra2 div.extra3 div{
   margin-top: 0;
}

.warn {
	color: #f00;
}

p.dblinks {
	padding-left: 18px;
}

div#mainContent div.rpw_hip_login_form_obj div.extra1 div.extra2 {
	height: 100px;
}

div.epc {
	margin-left: 18px;
}

div.epc p img {
	width: 720px;
}

body.auctions div.property{
	background: url(/assets/images/auctions_mann.jpg) no-repeat;
	height: 599px;
	cursor: pointer;
      text-decoration: none;
}

body.auctions div.property div.auctionsmain{
	float: right;
	color: #191a51;
	font-size: 11px;
	padding: 276px 40px 22px 179px;
}
body.auctions div.property div.auctionsmain em{
	color: #bfaf4a;
	font-style: normal;
}

body.auctions div.property div.auctionsend{
	color: #191a51;
	font-size: 11px;
	padding: 545px 17px 0px 33px;
}

body.auctions div.property p{
	color: #191a51;
	font-size: 11px;
}

div.Lettings{
	width: 565px;
	border: 10px solid #729EBB;

}

div.FManagement {
	background: url(/assets/images/boxa.jpg) no-repeat;
	border-bottom: 10px solid #091C5A;
	padding-bottom: 50px;
	padding-left: 5px;
	color: #091C5A
}


div#content div.FManagement h4{
	padding-top: 18px;
	color: #091C5A;
	margin-right:150px;
	padding-bottom: 30px;

}

div.FManagement p{
	margin-right: 247px;
	color: #091C5A;
	padding: 0px 10px 0px 10px;
}

div.letsfull {
	background: url(/assets/images/boxb.jpg) no-repeat;
	padding-left: 5px;
	margin-top: 5px;
	border-bottom: 10px solid #091C5A;
	color: #091C5A
}

div#content div.letsfull h4{
	color: #091C5A;
}

div.letsfull ul{
	color:#091C5A;
	padding-bottom: 1px;
	margin-right: 139px;
}

div.LRCollection {
	background: url(/assets/images/boxc.jpg) no-repeat;
	padding-left: 5px;
	border-bottom: 10px solid #091C5A;
	margin-top: 4px;
	color: #091C5A
}

div#content div.LRCollection h4{
	color: #091C5A;
}

div.LRCollection ul{
	color:#091C5A;
	padding-bottom: 4px;
	margin-right: 139px;
}

div.LO {
	background: url(/assets/images/boxd.jpg) no-repeat;
	padding-left: 5px;
	margin-top: 5px;
	color: #091C5A;
}

div#content div.LO h4{
	color: #091C5A;
}

div.LO ul{
	color: #091C5A;
	padding-bottom: 1px;
}

body.lettings div.contentBox {
	padding: 0px;
}

div.EAR li{
	padding-top: 10px;
}

div.border2 {
	border: 10px solid #091C5A;
}

div.Lettings ul{
	list-style-type: disc;
	padding-left: 20px;
}

div.FManagement h4{
	padding-bottom: 30px;
}

.module div.EAR ul li {
	list-style-type: disc;
	margin-left: 25px;
}

/* LAND*/

div.nhomes {
	background: transparent url(../images/paint_mann.jpg) no-repeat scroll 0%;
	margin-bottom: -20px;
	height: 152px;
	width: 888px;
	}

div.nhomes h2 {
	color: #000080;
	}

ul.bullet li {
	list-style-type: disc;
	margin-left: 12px;
	color: #000;
	}

body.landandnewhomes .rpw_quick_search_obj {
	margin-top: 40px;
	background: #36467a;
	width: 210px;
	float: right;
	height: 200px;
	}

body.landandnewhomes .rpw_quick_search_obj h3 {
	text-decoration: none;
	color: #fff;
	margin-left: 10px;
	}

img.hat {
	float: right;
	border: none;
	}

div.land_text {
background:	url(../images/hat_mann.jpg) no-repeat bottom right;
width: 520px;
float: left;
	}

body.landandnewhomes div#mainContent .rpw_quick_search_obj p.formLine {
	color: #fff;
	padding-left: 65px;
	padding-top: 11px;
	}

body.landandnewhomes div#mainContent .rpw_quick_search_obj	p.formLine strong {
	float: left;
	margin-left: -55px;
	width: 74px;
	}

div.rpw_quick_search_obj input.textbox,
div.rpw_quick_search_obj select {
 width: 87px;
}

body.landandnewhomes div.rpw_quick_search_obj input.formButton {
	width: 114px;
	margin-left: 84px;
	margin-top: 13px;
	background: #f4cd4a;
	margin-right: 12px;
	}

img.button_nh {
	border: none;
	}

body.landandnewhomes div#header {
	background : #fff;
	}

/*LETTINGS*/

div#information {
	background-color: #fff;
	border-color: #729ebb;
	border-style: solid;
	border-width: 2px;
	color: #000;
	padding: 5px;
	}

div#information ul {
	background-color: #e8e8e8;
	border-color: #729ebb;
	border-width: 2px;
	border-style: solid;
	margin: 10px 0px 0px;
	padding: 10px;
	}

div#information ul li.advice {
	background: transparent url(../images/lettings_advice.jpg) no-repeat left top;
	height:86px;
	}

div#information ul li {
	height: 90px;
	padding-left: 260px;
	}

div#information ul li.guidance {
	background:transparent url(../images/lettings_guidance.jpg) no-repeat scroll left top;
	height:86px;
}

div#information ul li.services {
	background:transparent url(../images/lettings_landlords.jpg) no-repeat scroll left top;
	height:86px;
}

div#information ul li.land_insurance {
	background:transparent url(../images/lettings_linsurance.jpg) no-repeat scroll left top;
	height:86px;
}

div#information ul li.ten_insurance {
	background:transparent url(../images/lettings_tenants.jpg) no-repeat scroll left top;
	height:86px;
}

div#information ul li.quotation {
	background:transparent url(../images/lettings_quote.jpg) no-repeat scroll left top;
	height:86px;
}

div#information ul li.search {
	background:transparent url(../images/lettings_search.jpg) no-repeat scroll left top;
	height:86px;
}

.tolet div#mainContent div.module div.extra1 div.extra2 {
	padding: 18px 18px;
	}

div.lets_cover {
	float:right;
}

div.text_content_obj div.l_insurance {
	height: 484px;
	}

div.text_content_obj div.tenants {
	height: 388px;
	}

div#mainContent .panel1 {
	margin-left:0px;
}

div#mainContent .panel1 {
	background-color:#091c5a;
	color:#FFFFFF;
}

div#mainContent .panel1, div#mainContent .panel2 {
	float:left;
	height:210px;
	margin-bottom:10px;
	margin-left:16px;
	padding:5px;
	width:222px;
}

div#mainContent .panel2 {
	background-color:#729ebb;
	color:#000099;
}

div.panelContainer div.panel1 a {
	color: #fff;
	text-decoration: underline;
	}

div.panelContainer div.panel2 a {
	text-decoration: underline;
	}

div.panelContainer div.panel1 img.panelImage,
div.panelContainer div.panel2 img.panelImage {
	margin-left: 15px;
	}

div.panelContainer h4 {
	font-size: 11px;
	margin-left: 11px;
	}

.lettingssearch p.formLine {
	height: 15px;
	}

div.rpw_search_form_obj form h3 {
	padding-top: 10px;
	padding-left: 20px;
	}

div.rpw_search_form_obj form h4,
div.rpw_search_form_obj form p {
	padding-left: 20px;
	}

div.rpw_search_form_obj form p.formLine strong {
	margin-left: 0px;
	}

body.lettingssearch p.formSubmit {
	margin-right: 45px;
    margin-top: 90px;
	}

div.rpw_search_form_obj form {
	height: 210px;
	}

body.lettingssearch div.rpw_search_form_obj form {
    height: 297px;
}

img.lettings_ad {
    border:medium none;
    margin-bottom:2px;
    padding:2px 9px 4px;
}

body.lettingsoffices p.dblinks {
    display: none;
}

div.salesbanner {
    float: left;
}

div#modulea8aa15ac412936855a6e66aa1578579e div.extra1 div.extra2 {
    padding: 0 0 0 4px;
}

div#modulea8aa15ac412936855a6e66aa1578579e div.extra1 div.extra2 a img {
    border: none;
}

.index div#mainContent div.extra2 {
    padding-top: 6px;
}

.index div#mainContent div.extra2 h3 {
    margin-top: 0px;
}

.lettings div#mainContent ul.searchResults li.clearright,
.sales div#mainContent ul.searchResults li.clearright {
	width:0px;
}
.lettings div#mainContent ul.searchResults li.clearright p,
.sales div#mainContent ul.searchResults li.clearright p {
	width:700px;
}

div.cwea_results_mod_obj p.moredetails {
    font-size: 16px;
    font-weight: bold;
}

body.searchresults a.officeEmail span {
    font-weight: bold;
}

div.cwea_hip_login_form_obj p.formLine {
    margin: 0;
    padding-left: 200px;
}

div.cwea_hip_login_form_obj p.formLine em {
    float: left;
    width: 250px;
    margin-left: -200px;
}
/* New style careers page */
ul.moduleSelector{
	border-bottom: 1px solid #CCC;
	height: 20px;
	margin-bottom: 0px;
	width: 650px;
}
ul.moduleSelector li{
	float: left;
	padding: 3px 10px;

	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	background-color: #BBB;
}
ul.moduleSelector li.active a{
  color: #00244e;
}

ul.moduleSelector li a{
	color: #fff;
}

ul.moduleSelector li.active{
	background-color: #fff;
}

p.job{
	margin: 10px;
	border: 1px solid;
	padding: 10px;
	background-color: #fff;
	float: left;
	width: 280px;
}

div.module_switcher_obj .response_form_obj{
	margin-top: 0px;
}

div.module_switcher_obj form{
	background-color: #729EBB;
	color:white;
}

div.module_switcher_obj form h3{
	background-color: #091C5A;
	padding-bottom: 10px;
	color: #729EBB;
}

div.module_switcher_obj form h4{
	padding-left: 5px;
}

div.module_switcher_obj form p.formSubmit{
	padding: 5px 10px 10px;
}

img.imgRight{
	float: right;
	margin: 0px 0px 5px 10px;
}

img.imgLeft{
	float: left;
	margin: 0px 10px 0px 0px;
}

div#information ul.keyresponse li
{

	list-style-type: square;
	margin-left:15px;
}

div#information ul.keyresponse{
	float:left;
	border:none;
	margin-top:0;
	padding-left:0;
}

li.one{
	float: left;
}

div#information ul.container p{
	margin-bottom: 20px;
}

div.post_board_obj{
	margin-top: -5px;
}

div#mainContent .post_board_obj h3{
	background-color: #729EBB;
	color: #091C5A;
}

div#mainContent .post_board_obj li{
	background-color: #5283D4;
	padding-bottom: 5px;
	height:37px;
}

div#mainContent .post_board_obj p,
div#mainContent .post_board_obj .textContent{
	background-color: #091C5A;
	margin: -3px 5px 0px 5px;
	padding: 10px;
	color:white;
}

form.responseform h3{
	margin-top: 0px;
}

form#careersapp.responseform p{
	margin-left: 5px;
}

form#itemForm p.formLine strong{
	width: 300px;
	margin: 0px;
}

form#itemForm p.formLine{
	margin: 0px;
}
div#information ul li {
	margin-bottom:0;
	padding-left:0;
	height:30px;
}
body.careers div#information {
	background-color:#729EBB;
}
body.careers p.formLine strong {
	width:160px;
}

/* End of new style careers page */

body.lettings ul li h5, body.lettings ul li a {
	padding-left:250px;
}

div.boxEPC {
	background: url(../images/epc_sample.jpg) no-repeat top right;
	padding-right: 260px;
}

/* Start of new overseas page */

body.contactusoverseas div#rhColumn {
                width:295px;
}
body.contactusoverseas div#rhColumn .cwea_contactus_mod_obj {
                width:280px;
}
body.contactusoverseas div#rhColumn p.formLine {
                padding-left:0;
}
body.contactusoverseas div#rhColumn .cwea_contactus_mod_obj h4 {
                display:none;
}
body.contactusoverseas div#rhColumn .text_content_obj {
                background:none;
                margin:0;
                width:280px;
}
body.contactusoverseas div#rhColumn .text_content_obj p {
                text-align:center;
                font-style:normal;
}
body.contactusoverseas div#rhColumn p.formLine em, body.contactusoverseas div#rhColumn em {
                color:#0000ff;
                font-style:normal;
}
body.contactusoverseas div#rhColumn p.formLine {
                margin:0;
                width:240px;
}
body.contactusoverseas div#rhColumn .text_content_obj p.masa_information {
                font-size:24px;
                margin:0;
                padding:17px 0 0 0;
                color:#f18008;
}
body.contactusoverseas div#rhColumn .text_content_obj p.masa_number {
                font-size:36px;
                margin:0;
                color:#ec2726;
}

body.contactusoverseas div#rhColumn .text_content_obj p.masa_form {
                font-size:24px;
                margin:0;
                color:#f18008;
}
body.contactusoverseas div#rhColumn input.cinput {
                width:250px;
                margin:0 0 10px 0;
}
body.contactusoverseas div#rhColumn input.formButton {
                margin-bottom:10px;
                background-color:#ec2726;
                color:#fff;
}

body.contactusoverseas div#rhColumn .module {
    background: #fff;
    border: none;
}

body.contactusoverseas div#rhColumn div.module div.extra1, body.contactusoverseas div#rhColumn div.module div.extra2,
body.contactusoverseas div#mainContent .module div.extra1, body.contactusoverseas div#mainContent .module div.extra1 div.extra2,body.contactusoverseas div#mainContent .module {
	background:none;
}

/* End of new overseas page */

ul.searchResults li.clearright h4.chainfree {
    background: url(/assets/images/flag_cf_b.gif) no-repeat;
    width:93px;
    height:71px;
}

ul.searchResults li.clearright h4.auction {
    background: url(/assets/images/flag_auction.png) no-repeat;
    width:93px;
    height:71px;
}

ul.searchResults li.clearright h4.openhouse {
    background: url(/assets/images/flag_openhouse.gif) no-repeat;
    width:93px;
    height:97px;
}

div.cwea_search_banner_obj h5 { border: 1px solid; height: 32px; padding: 18px 10px 2px; }

span.cfbanner { background: url(/assets/images/cfbanner_tiny_b.gif) no-repeat; padding: 15px 0 16px 213px; }

.careers div#information ul img {
	float:left;
	padding-right: 10px;
}

body.contactus div.cwea_contactus_shorter_obj {
	background-color: white;
}

body.contactus div.module_switcher_obj form h3,
body.contactsales div.cwea_contactus_shorter_obj h3,
body.marketappraisalcontact div.cwea_contactus_shorter_obj h3 {
	color: black;
	padding: 0 0 0 18px;
}

body.contactus ul.moduleSelector {
	border-bottom: none;
	height: 18px;
}


body.contactus form {
	margin-left: 0;
}

body.contactus div.module_switcher_obj form {
	background-color: white;
	color: black;
}

body.contactus div.cwea_contactus_shorter_obj,
body.contactsales div.cwea_contactus_shorter_obj,
body.contactlettings div.cwea_contactus_shorter_obj,
body.contactoverseas div.cwea_contactus_shorter_obj,
body.marketappraisalcontact div.cwea_contactus_shorter_obj {
	border: 1px solid black;
	padding: 5px;
}

body.contactus div.offices,
body.contactlettings div.offices {
	height: 100px;
}

body.contactsales p.formLine,
body.contactlettings p.formLine,
body.contactoverseas p.formLine {
	padding-left: 0;
}

body.contactsales div#mainContent ul.searchResults li,
body.contactlettings div#mainContent ul.searchResults li {
	background: none;
}

body.contactsales div#mainContent div.cwea_contactus_shorter_obj div.extra1 div.extra2,
body.contactlettings div#mainContent div.cwea_contactus_shorter_obj div.extra1 div.extra2,
body.marketappraisalcontact div#mainContent div.cwea_contactus_shorter_obj div.extra1 div.extra2 {
	padding: 0;
}

body.contactsales div#mainContent ul.searchResults img,
body.contactlettings div#mainContent ul.searchResults img  {
	background: none;
}

div#mainContent div.cwea_results_mod_obj ul li.inlined { border: none; margin: 0; background: none; }
div#mainContent div.cwea_results_mod_obj ul li.inlined img { background: none; margin: 0; padding: 5px 0 0; }

div#mainContent h4.statusflag img{
	margin:0; padding:0; float:none;
}
div.extra3 a img{
	border:none;
}
/*Start Autumn Auctions*/
img.gavil{
	float:left;
}
div#containermainPromotion h1{
	font-weight:normal; margin-bottom:12px;
}
div#containermainPromotion div.containermainGreyBox p{
	background:#e0e4e4; float:none;
}
div.containermainGreyBox{
	width:583px; margin-left:177px; border-bottom:2px solid #666666;  
}
div#containermainPromotion div.containermainGreyBox p{
	padding:32px; margin-bottom:0; clear:none;
}
div#containermainPromotion p, div#containermainPromotion h2{
	float:left; 
}
div#containermainPromotion h2{
	margin:0; color:#666666; padding:10px 0; font-weight:normal; 
}
div#containermainPromotion h2.catalogue{
	padding-top:5px;
}
div#containermainPromotion p{
	padding-top:6px; line-height:18px; margin:0;
}
div#containermainPromotion ul{
	float:left; 
}
div#containermainPromotion ul li{
	float:left;
}
div#containermainPromotion ul li a{
	color:white;
}
div#containermainPromotion ul li a:hover{
	text-decoration:none;
}
div#containermainPromotion ul li.londonAuction{
	background: url(/assets/images/londonAuction.gif) no-repeat; height:40px; margin-right:30px; padding:0 0 0 32px;
}
div#containermainPromotion ul li.glasgowAuction{
	background: url(/assets/images/glasgowAuction.gif) no-repeat; height:40px; width:252px; margin-right:30px; padding:0 0 0 28px;
}
li.manchesterAuction{
	background: url(/assets/images/manchesterAuction.gif) no-repeat; height:40px; width:260px; padding:0 0 0 20px;
}
div#containermainPromotion ul li.londonAuction p, div#containermainPromotion ul li.glasgowAuction p, div#containermainPromotion ul li.manchesterAuction p{
	padding-top:0;
}
p.auctionsDate{
	padding-left:42px;
}
p.auctionsSearch{
	padding-bottom:14px;
}
a.servicesLinks{
	color:#666666;
}
div#containermainPromotion h4{
	color:#666666; padding:10px 0 0 0; margin-bottom:0; float:left;
}
div#containermainPromotion li.londonAddress p, div#containermainPromotion li.glasgowAddress p, div#containermainPromotion li.manchesterAddress p{
	clear:left; padding-top:8px;
}
div#containermainPromotion ul li.londonAddress, div#containermainPromotion ul li.glasgowAddress{
	margin-right:87px;
}
li.londonAddress h5{
	color:#008461; font-weight:normal;
}
li.glasgowAddress h5{
	color:#083e88; font-weight:normal;
}
li.manchesterAddress h5{
	color:#940a48; font-weight:normal;
}
h1.propertywide_link{
	float:left;
}
/*End Autumn Auctions*/

/*Start Open House*/
img.house{
	float:left; margin-left:45px;
}
.openhouse div#containermainPromotion div.containermainGreyBoxOpenHouse p{
	background:#e0e4e4; float:none; padding:18px; margin-bottom:0; clear:none; font-size:12px; width:498px;
}
div.containermainGreyBoxOpenHouse{
	width:534px; margin-left:213px; border-bottom:2px solid #666666; padding-top:16px;  
}
div.extra1 div.extra2 div.extra3 div.openhouseTab{
	background: url(/assets/images/openhouse_search.gif) no-repeat; width:639px; height:69px; margin-top:11px; clear:none; margin-top:52px;
}
div.openhouseTab p{
	font-size:16px;
}
div#containermainPromotion div.openhouseTab p{
	padding:25px 0 0 42px;
}
.openhouse div#containermainPromotion p{
	padding-top:15px; width:763px;
}
div.openhouseContact{
	background: url(/assets/images/openhouse_contact.gif) no-repeat; width:314px; height:60px; margin-top:11px; clear:left;
}
div#containermainPromotion div.openhouseContact p{
	padding:22px 0 0 86px; font-size:16px; color:black;
}
div.openhouseTab a p, div.openhouseContact a p{
	cursor:pointer;
}
div.sectionPromotion1{
	float:left; width:610px;
}
.openhouse div#containermainPromotion div.sectionPromotion1 p{
	width:613px;
}
/*End Open House*/

/*Start Managemant Fee*/
div.containermainGreyBoxManagementFee{
	width:534px; margin-left:213px; border-bottom:2px solid #666666; padding-top:16px;  
}
.managementfeechallenge div#containermainPromotion div.containermainGreyBoxManagementFee p{
	background:#e0e4e4; float:none; padding:18px; margin-bottom:0; clear:none; font-size:12px; width:498px;
}
div.contactUsTab{
	background: url(/assets/images/management_contact.gif) no-repeat; width:314px; height:60px; margin-top:11px; clear:left;
}
div#containermainPromotion div.contactUsTab p{
	font-size:16px; padding:22px 0 0 86px;
}
span{
	font-weight:bold;
}
.managementfeechallenge div#containermainPromotion p{
	padding-top:10px;
}
img.managementhouse{
	float:left; margin-left:45px;
}
.managementfeechallenge div#containermainPromotion p.smallPrint {
	padding-top:30px; font-size:9px;
} 
img.managementPromotion{
	float:left; width:272px; margin-top:20px; margin-right:10px; clear:left;
}
div#containermainPromotion div.promotext p{
	clear:none; float:none;
} 

.managementfeechallenge div#containermainPromotion p{
	float:none;
}
/*End Management Fee*/

/*Start Big Search*/

.home div#mainContent div.cwea_big_search_obj {
        margin-top: 5px;
        margin-left: 5px;
}

.home div#mainContent div.cwea_big_search_obj h3{
	font-size:20px; font-weight:normal; float:left; margin-top:5px; margin-right:25px;
}

div.bigsearch_left {
        height: 180px;
	width:520px;
	background:#ccc;
}

div.bigsearch_left img, div.bigsearch_right img { border: none; margin: none; }

div.bigsearch_left p.formLine { padding-left: 0px; padding-top:10px; margin-top:0; margin-bottom:0; }

div.bigsearch_left p.formLine strong {  font-size:14px; color:#4d4d4d; margin-left:0;}

div.bigsearch_left p.formLine strong.keywords { font-size: 14px; height: 22px; color:#4d4d4d; padding-top:4px; }

div.bigsearch_left p.formLine input.keywords { font-size: 18px; height: 22px; width: 420px; }

div.bigsearch_left span { color: #4d4d4d; font-size:12px; }

div.bigsearch_left p.formLine select{ width:192px; font-size:12px; }

div.bigsearch_left p.formSubmit { margin-right:12px; }

div.bigsearch_left p.formSubmit input.formButton { background:#f95606; font-size:16px;}

div.bigsearch_left span input{
	border:none;
}

/*End Big search*/

/*Start ChainFree*/
div#chainfreeStrapline h1{
	margin-bottom:7px;
}
div#chainfreeStrapline h1, div#chainfreeStrapline h2{
	font-weight:normal;
}
ul.chainfreeBullets{
	list-style-type:disc; margin:0 0 15px 15px;
}
ul.chainfreeBullets li{
	font-size:13px; color:#7d807f;
}
.chainfree div.cwea_big_search_obj h3{
	font-size:18px; margin-bottom:15px; width:520px;
}
.chainfree div.bigsearch_right{
	display:none;
}
img.chainfreeImage{
	float:left; margin:10px 15px 7px 0;
}
p.promotionEndText{
	clear:left;
}
div#chainfreePromotion p{
	line-height:18px;
}
div#chainfreePromotion h5{
	margin-bottom:9px;
}
div#chainfreePromotion ul li{
	list-style-type:disc; line-height:16px;
}
div#chainfreePromotion ul{
	margin-left:30px;
}
div#chainfreePromotion h3{
	background: url(/assets/images/cf_contactus_button.gif) no-repeat; width:180px; height:33px; padding:21px 0 0 48px; color:#727171;
}
div#chainfreePromotion span a{
	color:#dc6339;
}
.chainfree div.bigsearch_left{
	margin-right:10px;
}
h5.propertychainHeader{
	margin-top:10px;
}
h5.propertychainBenefits{
	margin-top:12px;
}
.chainfree div.bigsearch_left p.formSubmit input.formButton{
	background:#DC6339;
}
div.bigsearch_left p.formLine strong.keywords{
	clear:none;
}
.chainfree div.bigsearch_left{
	float:left; height:180px; background:#d6dbda; width:622px; padding:0 20px; margin-right:66px; margin-bottom:10px;
}
/*End Chain Free*/

div.marketAppraisal h1, div.appraisalThank h1{
	color:#4D4D4D; font-weight:normal;
}

.marketappraisalcontact p.formLine em{
	float:left; width:290px;
}

p.formLine strong {
	margin-left:0;
}

ul.tdp{
	margin:0 0 0 15px;
}

ul.tdp li{
	list-style-type:disc;
}

/*Start Brand Services*/
div#brandServices{
	font-family:Calibri; margin:0 10px;
}
div#brandServices h1{
	color:#4d4d4d; font-size:30px; font-weight:normal; border-bottom: 1px solid #d9d8d9; margin:0 0 20px 0;
}
div#brandServices h3, div#brandServices h3 a{
	color:#0099ff; font-size:20px; font-weight:normal; margin:0px;
}
div.brandIcons{
	background: url(/assets/images/services_border.gif) no-repeat; margin-left:10px; height:302px; padding:0 21px; margin-bottom:20px;
}
div.brandIcons span{
	color:#5a245a;
}
div.brandIcons a{
	color:#0099ff;
}
img.brandIconsMortgages{
	float:left; 
}
img.brandIcons{
	float:left; margin:15px 10px 15px 0; border:none;
}
ul.brandListLeft, ul.brandListRight{
	float:left; width:253px; padding-top:17px; margin-right:25px;
}
ul.brandListLeft li, ul.brandListRight li{
	margin-bottom:20px;
}
div.brandIcons p{
	color:#666666; font-size:12px; margin-bottom:0px;
}
div.brandText h2{
	color:#4d4d4d; font-size:20px; font-weight:normal; text-align:right; margin-bottom:7px;
}
div.brandText p{
	color:#666666; font-size:14px; text-align:right; line-height:18px; margin-bottom:16px;
}
/*End Brand Services*/

/*Start Big Kick Off*/
div#PromotionContainer{
	color:black;
}
div#PromotionContainer h1{
	padding:0 0 10px 0;
}
div#PromotionContainer ul{
	padding:0 0 10px 15px;
}
div#PromotionContainer ul li{
	list-style-type:disc;
}
div#PromotionContainerInformation{
	clear:left; color:black;
}
div#PromotionContainerInformation h3{
	padding:10px 0;
}
div#PromotionContainerInformation p{
	padding:0 0 10px 0;
}
.bigkickoff div.bigsearch_left div.widesearch h3{
	margin:10px 0 0 0;
}
div.cwea_contactus_shorter_obj form p em {
	float:left;
	font-weight:bold;
	margin-left:20px;
	width:340px;
}
div.cwea_contactus_shorter_obj  {
	border:1px solid #BBBBBB;
	margin-top:8px;
}
div.cwea_contactus_shorter_obj h4 {
	padding-left:5px;
}
div.cwea_contactus_shorter_obj form span em {
	margin-left:5px;
}
div.cwea_contactus_shorter_obj input.formButton {
	margin-left:361px; width:190px;
}
div.cwea_contactus_shorter_obj textarea, div.cwea_contactus_shorter_obj input{
	width:190px;
}
 div.cwea_contactus_shorter_obj input.checkbox{
	width:10px;
}
.bigkickoff div.bigsearch_left div.widesearch{
	background:#D6DBDA;
}
.bigkickoff div.bigsearch_left{
	width:650px;
}
.bigkickoff div.bigsearch_left div.widesearch{
	background:#7ec99a;
}
/*End Big Kick Off*/

	