/* Normalizes margin, padding */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

p {
	margin-bottom: 1.2em;
}

A:link, A:visited, A:active {
	text-decoration: underline;  
	font-weight: none;
	color: #8b0027;
}

A:hover 	{ 
	color: #373737; 
}


body  {
	font-family: 'Raleway', sans-serif;
	font-size: 100%;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #373737;
}

.container { 
	margin: 0 auto;
	width: 100%;
	text-align: left; 
	padding: 0;
} 

.homecontainer { 
	margin: 0 auto;
	width: 100%;
	text-align: left; 
	padding: 0;
} 

.darkbg {
	background: #f1f1f1;
	padding-top: 20px;
} 

.lightbg {
	padding-top: 20px;
}

.header { 
	background: url(sitegraphics/toplogo.png) no-repeat 0 bottom; 
	margin: 0 auto;
	max-width: 1200px;
	height: 150px;
	padding: 0;
} 

#topnav {
	text-align: center;
	padding: 8px 0;
	font-size: 12px;
}

#topimage {
	padding: 0;	
}

#topimage img {
	width:100%;
	height: auto;
	float:none;
	padding-bottom: 0;
}

.corona {
	/**background: #5f6a2e;**/
	background: #373737;
	text-align: center;
	padding: 10px 0;
	color: #ffffff;
	margin-top: 10px;
}

.corona a {
	color: #ffffff;
	text-decoration: none;
}

.corona a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.content {
	margin: 0 auto;
	max-width: 1200px;
	padding: 40px 10px;
	/**background: #FFFFFF;
    -moz-box-shadow: 0px 3px 6px #dadada;
    -webkit-box-shadow: 0px 3px 6px #dadada;
    box-shadow: 0px 3px 6px #dadada;**/
}

.sidebar1 { 
	margin-left: 70%; 
	padding: 0 20px 10px 0;
	margin-top: 0;
	margin-right: 20px;
	width: 30%;
	text-align: right;
}


.sidebar1 img { 
	width: 100%;
	height: auto;
}

#sidebar2 { 
	margin-left: 75%; 
	padding: 0 20px 20px 0;
	margin-top: 0;
}

.sidebar1left { 
	margin-right: 70%; 
	padding: 0 20px 20px 0;
	margin-top: 0;
	margin-right: 20px;
	width: 30%;
}

.sidebar1left img { 
	width: 100%;
	height: auto;
}

.gopaperless {
	/**background: #8b0027;
	color: #ffffff;**/
	border: 1px solid #8b0027;
	color: #8b0027;
	padding: 30px 0;
	text-align: center;
}

.gopaperless h2 {
	/**color: #ffffff;**/
	color: #8b0027;
	font-size: 160%;
	padding-left: 30px;
	padding-right: 30px;
}

.gopaperless h3 {
	/**color: #ffffff;**/
	color: #8b0027;
	padding-left: 40px;
	padding-right: 40px;
}

.gopaperless p {
	padding-left: 40px;
	padding-right: 40px;
}

.sidetextbox {
	border: 1px solid #8b0027;
	padding: 30px 40px 30px 40px;
	text-align: center;
	background: #ffffff;
}

.mainContent { 
	float: left;
	width: 65%; 
	/**margin-left: 20px;**/
} 

.mainContentright { 
	float: right;
	width: 65%; 
	padding-bottom: 30px;
	/**margin-left: 20px;**/
} 


.sideleft.sidebar1 { 
	float: left;
	padding: 0 20px 20px 0;
	margin-top: 0;
	margin-right: 20px;
	width: 290px;
	text-align: right;
}

.sideleft.mainContent { 
	margin-left: 30%;
	/**margin-left: 20px;**/
} 

.mainContentfull { 
	margin: 0;
	padding: 0; 
}

.textcenter {
	text-align: center;
}

.extrapadding {
	padding-top: 40px;
}

.newsflash {
	border: 1px solid #8b0027;
	padding: 20px;
	text-align: center;
	margin: 0 auto;
	max-width: 1200px;
	font-size: 120%;
}

#Fullname {
	visibility:hidden;  
	display:none; 
}


/**** footer styles *****/

.footer { 
	background: #8b0027;
	padding: 40px 0 30px 0;
	color: #ffffff;
	font-size: 100%;
	
} 

.footerarea {
	margin: 0 auto;
	max-width: 1200px;
	line-height: 1.3em;
} 

.footerarea table {
	width: 100%;
}

.footerarea td {
	text-align: left;
}

.footerarea ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	max-width: 1200px;
}

.footerarea li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	border: 1px solid #ffffff;
	width: 30%;
}

.footerarea a {
	color: #cfd4b1;
	text-decoration: none;
} 

.footerarea a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.footerarea h3 {
	font-weight: normal;
	font-size: 130%;
	margin-bottom: 0.5em;
} 

.footerarea p {
} 

.footeropening td {
	padding: 3px;
}

/* external link */

.topbutton {
	margin-top: 0px;
	padding-top: 5px;
	width: 220px;
	float: right;
	text-align: center;
}

.toptel {
	background: url(sitegraphics/toptel-icon.png) no-repeat 20px 4px;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 25px;
	font-size: 130%;
	/**color: #8b0027;**/
	color: #5f6a2e;
	letter-spacing: 1px;
}

.toptel a {
	text-decoration: none;
	color: #5f6a2e;
}

.toptel a:hover {
	text-decoration: none;
	color: #b2b1b1;
}

.myaccountbtn {
	text-align: center;
	padding-left: 45px;
}

.myaccountbtn a {
	display: block;
	font-size: 80%;
	text-transform: uppercase;
	text-decoration: none;	
	color: #ffffff;
	background: #5f6a2e;
	border: 1px solid #D1D1D1;
	border-radius: 3px 20px 13px;
	margin: 10px 0;
	padding: 9px 0 4px 0;
	height: 26px;
	text-decoration: none;
	width: 130px;
}

.myaccountbtn a:hover {	
	color: #b2b1b1;
}

.bottombutton {
	margin-top: 40px;
	padding-top: 5px;
	text-align: center;
}

.bottombutton a {
	background: #f1f1f1;
	border: 1px solid #D1D1D1;
	margin: 0;
	padding: 10px 13px 8px 13px;
	height: 26px;
	text-decoration: none;
	font-weight: bold;
	color: #8b0027;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

.bottombutton a:hover {
	color: #552b78;
}

.footerextra {
	font-size: 80%;
	font-weight: normal;
}

/*****topnav *****/


.mobilemenu {
	display: none;
}

#topnav {
	background: #8b0027;
	padding: 10px 0;
	font-size: 90%;
}

#topnav ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#topnav li {
	margin: 0;
	padding: 0 14px;
	display: inline;
	list-style: none;
}

#topnav a {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px 0;
}

#topnav a:hover {
	color: #c7ce9b;
}

#topnav li>ul {
	z-index:100;
	visibility:hidden;
	position:absolute;
	border-top: none;
	background: #8b0027;
	margin-left:-120px;
	margin-top: 25px;
	padding: 2px 20px 15px 20px;
	text-align: left;
	min-width: 180px;
}
#topnav li:hover>ul {
	visibility:visible;
}

#subnav {
	
}

#subnav ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}

#subnav li {
	margin: 0;
	padding: 5px 0;
	display: block;
	list-style: none;
}

#subnav a {
	
}

.closenav {
	display: none;	
}

a.tellink {
	text-decoration: none;
}

/****** titles ******/

h1 {
	font-family: 'Raleway', sans-serif;
	color: #8b0027;
	font-size: 200%;
	margin-bottom: 15px;
	font-weight: normal;
}

h2 {
	font-family: 'Raleway', sans-serif;
	color: #8b0027;
	font-size: 150%;
	margin-bottom: 10px;
	font-weight: normal;
}

h3 {
	font-family: 'Raleway', sans-serif;
	color: #8b0027;
	font-size: 120%;
	margin-bottom: 10px;
	font-weight: normal;
}

h2.dark {
	color: #373737;
}

h4 {
	font-family: 'Raleway', sans-serif;
	color: #8b0027;
	font-size: 120%;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: center;
}

.homeh2 {
	padding-bottom: 15px;
}

#sidebar1 h2 {
	text-align: center;	
}

#sidebar1 h3 {
	color: #8b0027;
	font-size: 18px;
	margin-bottom: 15px;
	text-align: center;	
	text-transform: uppercase;
}

h1 .meetteamletters {
	font-size: 80%;
	color: #000000;
	font-weight: normal;
}

/***** button styles *****/





.bigbutton {
	text-align: center;
}

.bigbutton a {
	font-size: 110%;
	text-transform: uppercase;
	text-decoration: none;	
	color: #8c172a;
	border: 1px solid #D1D1D1;
	border-radius: 5px 30px 15px;
	margin: 0;
	padding: 15px 22px 13px 22px;
	height: 26px;
	text-decoration: none;
}

.bigbutton a:hover {	
	color: #b2b1b1;
}

.medbutton {
}

.medbutton a {
	display: block;
	font-size: 110%;
	text-transform: uppercase;
	text-decoration: none;	
	color: #ffffff;
	background: #8c172a;
	border: 1px solid #D1D1D1;
	border-radius: 5px 30px 15px;
	margin: 20px 0;
	padding: 15px 22px 13px 22px;
	height: 26px;
	width: 280px;
	text-decoration: none;
}

.medbutton a:hover {	
	color: #b2b1b1;
}

.medbuttonsm a {
	display: block;
	font-size: 100%;
	text-transform: uppercase;
	text-decoration: none;	
	color: #ffffff;
	background: #8c172a;
	border: 1px solid #D1D1D1;
	border-radius: 5px 30px 15px;
	margin: 20px 0;
	padding: 15px 22px 13px 22px;
	height: 26px;
	text-decoration: none;
}

.medbuttonsm a:hover {	
	color: #b2b1b1;
}

.pagenav {
	padding: 20px 0;
	margin: 20px 0;
}

.pagenavright {
	float: right;
}

.pagenavright a {
	
}

.pagenavleft {
	
}

.smallbutton {
	text-align: center;
	margin: 20px 0 0 0;
}

.smallbutton a {
	font-size: 80%;
    text-transform: uppercase;
	text-decoration: none;	
	color: #8c172a;
	border: 1px solid #D1D1D1;
	border-radius: 3px 20px 10px;
	margin: 0;
	padding: 10px 17px 8px 17px;
	height: 26px;
	text-decoration: none;
}

.smallbutton a:hover {	
	color: #b2b1b1;
}


.smallerbutton {
	text-align: left;
	margin: 0;
}

.smallerbutton a {
	font-size: 80%;
    text-transform: uppercase;
	text-decoration: none;	
	color: #8c172a;
	border: 1px solid #D1D1D1;
	border-radius: 3px 20px 10px;
	margin: 0;
	padding: 10px 17px 8px 17px;
	height: 26px;
	text-decoration: none;
}

.smallerbutton a:hover {	
	color: #b2b1b1;
}

.blockbackbutton {
	margin-bottom: 30px;
	text-align: center;
}

/***** callback styles *****/

.callback {
	background: #5f6a2e;
	padding: 20px;
	color: #ffffff;
	text-align: center;
}

.callback h2 {
	color: #ffffff;
}

.callback #formbox {
	color: #ffffff;
	width: 300px;
	margin: 7px 0;
	padding: 5px;
	font-size: 90%;
	border: 1px solid #ffffff;
	background: #5f6a2e;
}

.callback ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d2d5c6;
  opacity: 1; /* Firefox */
}

.callback :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d2d5c6;
}

.callback ::-ms-input-placeholder { /* Microsoft Edge */
  color: #d2d5c6;
}

.callback .submit {
	color: #5f6a2e;
	width: 200px;
}

/***** home styles *****/

.slidertext {
	text-align: center;
	font-size: 200%;
	width: 100%;
  text-shadow: 2px 2px 4px #000000;
	padding-top: 100px;
}

.testrow {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block;
}

.columns {
	width: 33%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: url(sitegraphics/quote_left.png) no-repeat 0 0;
}

.nomarks {
	background: none;
}

.columns p {
	padding: 0 30px;
}

.testname {
	background: url(sitegraphics/quote_right.png) no-repeat 100% 0;
	padding: 15px 30px 10px 30px;
	margin-top: -30px;
	width: 80%;
	font-size: 90%;
	font-weight: bold;
}

/**** our team styles ****/

.biography {
	border: 1px solid #d1d1d1;
	padding: 30px 30px 10px 290px;
	margin-bottom: 30px;
	min-height: 320px;
}

.biographyone {
	padding: 20px 0 0 280px;
	margin-left: -20px;
	min-height: 215px;
}

#neil {
	background: url(sitegraphics/team-photos/neil_lg1.jpg) no-repeat 30px 30px;
	background-size: auto 300px;
}

#louisa {
	background: url(sitegraphics/team-photos/louisa_lg1.jpg) no-repeat 30px 30px;
	background-size: auto 300px;
}

#chrisp {
	background: url(sitegraphics/team-photos/chris_lg1.jpg) no-repeat 30px 30px;
	background-size: auto 300px;
}

#rebecca {
	background: url(sitegraphics/team-photos/rebecca-hodgson.jpg) no-repeat 30px 30px;
	background-size: auto 300px;
}

#emma {
	background: url(sitegraphics/team-photos/emma_lg.jpg) no-repeat 30px 30px;
	background-size: auto 300px;
}

#tom {
	background: url(sitegraphics/team-photos/thomas-young.jpg) no-repeat 30px 30px;
	background-size: auto 300px;
}

#anton {
	background: url(sitegraphics/team-photos/anton1.jpg) no-repeat 30px 30px;
	background-size: auto 300px;
}

#chrisw {
	background: url(sitegraphics/team-photos/chris-ward.jpg) no-repeat 30px 30px;
	background-size: auto 300px;
}

#amanda {
	background: url(sitegraphics/team-photos/amanda_lg1.jpg) no-repeat 30px 30px;
	background-size: auto 300px;
}

#katherine {
	background: url(sitegraphics/team-photos/katherine_lg1.jpg) no-repeat 30px 30px;
	background-size: auto 300px;
}

#steph {
	background: url(sitegraphics/team-photos/steph_lg.jpg) no-repeat 30px 30px;
	background-size: auto 300px;
}

#sarah {
	background: url(sitegraphics/team-photos/sarahc_lg1.jpg) no-repeat 30px 30px;
	background-size: auto 300px;
}



/**** faq styles *****/

.faqquestion {
	color: #8b0027;
	padding-top: 10px;
	padding-bottom: 3px;
}

.faqquestion span {
	text-decoration: underline;
}


.faqanswer {
	margin-bottom: 20px;
}


/***** misc ******/

.ourstoryquote {
	text-align: center;
	padding: 0 100px;
	color: #8c172a;
	font-size: 150%;
	font-style: italic;
}


.portfoliomap {
	text-align: center;
}

.portfoliomap img {
	
}

.highlight {
	border: 1px solid #8b0027;
	padding: 30px 50px 40px 50px;
	margin-bottom: 20px;
}








/***** side column styles *****/

#twitter {
	background: url(sitegraphics/twitter_bg.jpg) repeat-x 0 0;
	padding: 15px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
}

#tweets ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#tweets li {
	list-style-type:none;
}

#pow {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#tweets small {
	color: #8b0027;
}

/***** home page styles *****/

.mainContenthome { 
	width: 65%; 
} 

.homegroundsmaintenance {
	background: #f1f1f1 url(sitegraphics/homeimage-bgtest.jpg) no-repeat 100% 0;
    background-size: 35% auto;
	position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}





.tenantslandlords {
}

.tenantslandlords ul {
	list-style: none;	
}

.tenantslandlords li {
	list-style: none;	
	padding-left: 65px;
	padding-bottom: 20px;
}

#bullettenants {
	background: url(sitegraphics/homebullet_tenants.jpg) no-repeat 0 0;	
}

#bulletlandlords {
	background: url(sitegraphics/homebullet_landlords.jpg) no-repeat 0 0;	
}

.boldlink a {
	font-size: 16px;
	font-weight: bold;
	color: #8b0027;
	text-decoration: none;
}

.boldlink a:hover {
	text-decoration: underline;
}

#latestnews {
	padding: 20px 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

#latestnews ul {
	list-style: none;
}

#latestnews li {
	list-style: none;
}

#latestnews a {
	color: #8b0027;
	text-decoration: none;
}

#latestnews a:hover {
	text-decoration: underline;
}

/*** marketing home ***/

.marketinghometable {
	width: 500px;	
	border-bottom: 20px solid #FFFFFF;
}

.marketinghometable td {
	width: 200px;
	margin: 0 0 20px 0;
}

.marketinghome {
	width: 200px;
	margin: 0 0 20px 0;
	padding: 0;
}

.job {
	background: #b2b2b2 url(sitegraphics/marketing_job_lg_bg.jpg) no-repeat bottom right;
	padding: 25px 20px 0 20px;
	text-align: left;
	color: #373737;
	letter-spacing: 0;
	font-size: 15px;
	border: solid 1px #d2d2d2;
	margin: 20px 120px;
}

.job h4 {
	font-weight: normal;
	font-size: 140%;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.job h5 {
	font-weight: normal;
	font-size: 120%;
	padding-bottom: 50px;
	text-transform: uppercase;
}

.job p {
	text-align: left;	
}

.job a {
	text-decoration: none;
	font-weight: bold;
	color: #373737;
	padding-right: 60px;
}

.job a:hover {
	color: #8b0027;
	text-decoration: underline;
}

.ninepercenthome {
	background: #8c0027 url(sitegraphics/marketing_9percenthome.jpg) no-repeat 0 bottom;
	padding: 15px 20px 5px 20px;
	text-align: right;
	color: #ffffff;
	letter-spacing: 0;
	font-size: 13px;
	border-right: 20px solid white;
}

.ninepercenthome h4 {
	font-weight: bold;
	font-size: 170%;
	padding-bottom: 100px;
	text-align: center;
	line-height: 1.2em;
}

.ninepercenthome p {
	font-size: 90%;
	text-align: center;
	padding-left: 110px;
	padding-top: 30px;
	line-height: 15px;
}

.epchome {
	background: url(sitegraphics/marketing_epc_bg.jpg) no-repeat -10px 0;
	padding: 15px 20px 5px 20px;
	text-align: left;
	color: #FFFFFF;
	letter-spacing: 0;
	font-size: 12px;
	border-bottom: 20px solid #FFFFFF;
}

.epchome h4 {
	font-weight: bold;
	font-size: 145%;
	padding-bottom: 10px;
	text-transform: uppercase;
	line-height: 1.4em;
}

.epchome a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

.epchome a:hover {
	color: #B5E3A0;
}



.cashback {
	background: #ffffff url(sitegraphics/marketing_cashback.jpg) no-repeat bottom right;
	padding: 15px 15px 5px 15px;
	text-align: left;
	color: #8b0027;
	letter-spacing: 0;
	font-size: 12px;
	border: 1px solid #c6c6c6;
}

.cashback h4 {
	font-weight: bold;
	font-size: 160%;
	padding-bottom: 10px;
	text-align: center;
	line-height: 22px;
	color: #8b0027;
}

.cashback h5 {
	font-weight: bold;
	font-size: 112%;
	padding-bottom: 30px;
	color: #8b0027;
	text-align: center;
}

.cashback a {
	text-decoration: none;
	font-weight: bold;
	color: #8b0027;
	text-transform: uppercase;
}

.cashback a:hover {
	color: #373737;
}

.managingagenthome {
	background: #471e64 url(sitegraphics/marketing_managingagenthome_bg.jpg) no-repeat bottom right;
	padding: 15px 20px 5px 20px;
	text-align: left;
	color: #FFFFFF;
	letter-spacing: 0;
	font-size: 12px;
}

.managingagenthome h4 {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 20px;
}

.managingagenthome p {
	line-height: 1.2em;
	margin-bottom: 20px;
}

.managingagenthome a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 90%;
}

.managingagenthome a:hover {
	color: #AC8DBB;
}


/***** quotes *****/

#homequotes {
	background: #f0f0f0;
	clear: both;
	padding: 30px 0;
}

#homequotes table {
	width: 90%;
	max-width: 1200px;
}

#homequotes th {
	background: url(sitegraphics/quote_left.png) no-repeat 0 10px;
	padding: 0 0 0 62px;
	color: #373737;
	font-size: 15px;
	text-align: center;
}

#homequotes td {
	background: url(sitegraphics/quote_right.png) no-repeat 10px 50px;
	padding: 0 100px 0 124px;
	color: #373737;
	font-size: 15px;
	text-align: center;
	width: 200px; 
	height: 95px;
}

#homequotes a {
	text-decoration: none;	
	color: #8c172a;
	background: #f1f1f1;
	border: 1px solid #D1D1D1;
	margin: 0;
	height: 26px;
	text-decoration: none;
}

#homequotes a:hover {	
	color: #b2b1b1;
}

.quote {
	font-weight: 200;
	font-size: 150%;
}

/**** slide show styles ****/

#slideshow {
	width:100%;
	padding-bottom: 10px;
}

#slideshow ul, #slideshow li {
	width:100%;
	margin:0; 
	padding:0px;
	list-style-type:none;
}

#slideshow img {
	width:100%;
	height: auto;
	float:left;
	padding-bottom: 0;
}
#pager, #pager-alt{
	display: none;
	position:absolute;
	z-index:100;
	top:434px;
	margin-left:890px;
}
#pager a{
	background: url(sitegraphics/slide.png) no-repeat scroll 50% 50%;
	display:block;
	float:left;
	font-size:0px;
	width:13px;
	height:13px;
	margin:2px;
	outline-style:none;
	outline-width:medium;
	padding:-1px;
}
#pager .activeSlide{
	background: url(sitegraphics/slide.png) no-repeat scroll 0% 50%;
}
#pager-alt a{
	background: url(../images/slide-alt.png) no-repeat scroll 50% 50%;
	display:block;
	float:left;
	font-size:0px;
	width:13px;
	height:13px;
	margin:2px;
	outline-style:none;
	outline-width:medium;
	padding:-1px;
}
#pager-alt .activeSlide{
	background: url(sitegraphics/slide.png) no-repeat scroll 0% 50%;
}

/*lists */

#list {
	margin-bottom: 15px;
	padding-left: 30px;
}

#list li {
	padding: 0 0 5px 0;
}

.list {
	margin-bottom: 15px;
	padding-left: 30px;
}

.list li {
	padding: 0 0 5px 0;
}

.listhalf {
	
}

.listhalf ul {
	display: inline;
	list-style: none;
}


.listhalf li {
	display: inline;
	list-style: none;
	width: 48%;
	float: left;
}

/*compare table */

#comparetable {
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
}

#comparetable td {
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	font-size: 12px;
	padding: 4px;
}

#comparetable th {
	text-align: center;
	background: #e7e7e7;
	padding: 2px;
	border-right: 1px solid #ffffff;
	font-weight: normal;
}

#comparetableyes {
	color: #8b0027;
	text-align: center;
}

/* marketing */

.marketing {
	width: 250px;
	margin: 0 0 20px 0;
	padding: 0;
}

.marketing p {
	line-height: 1.3em;
	margin-bottom: 12px;	
}

.threemonthsfree {
	background: #255caa url(sitegraphics/marketing-3monthsfree1.jpg) no-repeat bottom right;
	padding: 15px 20px 105px 20px;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0;
	font-size: 13px;
}

.threemonthsfree h4 {
	font-weight: normal;
	font-size: 170%;
	padding-bottom: 10px;
	line-height: 1.4em;
}

.threemonthsfree h4 span {
	font-size: 130%;
}

.threemonthsfree h5 {
	font-weight: normal;
	font-size: 112%;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
}

.threemonthsfree p {
	font-size: 95%;
	text-align: center;
	padding: 0 140px 0 0;
	line-height: 15px;
}

.threemonthsfree p.smalltext {
	font-size: 100%;
	text-align: center;
	padding: 0 90px 0 0;
	line-height: 15px;
}

.threemonthsfree a {
	text-decoration: none;
	font-weight: normal;
	color: #516da3;
	text-transform: uppercase;
	background: #e3e3e3;
	/**background: #e3e3e3 url(sitegraphics/button_marketing_bg.gif) repeat-x 0 0;**/
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 4px;
	/**border-bottom: 1px solid #516da3;
	border-right: 1px solid #516da3;
	border-top: 1px solid #809bc1;
	border-left: 1px solid #809bc1;**/
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
}

.threemonthsfree a:hover {
	color: #552b78;
}

.epc {
	background: url(sitegraphics/marketing_epc_bg.jpg) no-repeat 0 0;
	padding: 15px 20px 5px 20px;
	text-align: left;
	color: #FFFFFF;
	letter-spacing: 0;
	font-size: 12px;
}

.epc h4 {
	font-weight: bold;
	font-size: 145%;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.epc a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

.epc a:hover {
	color: #B5E3A0;
}

.managingagent {
	background: #471e64 url(sitegraphics/marketing_managingagenthome_bg1.jpg) no-repeat bottom right;
	padding: 15px 20px 5px 20px;
	text-align: left;
	color: #FFFFFF;
	letter-spacing: 0;
	font-size: 13px;
	border-bottom: 20px solid #FFFFFF;
}

.managingagent h4 {
	text-align: center;
	font-weight: bold;
	font-size: 145%;
	margin-bottom: 20px;
}

.managingagent p {
	line-height: 1.2em;
	margin-bottom: 20px;
}

.managingagent a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 90%;
}

.managingagent a:hover {
	color: #AC8DBB;
}

.ninepercent {
	background: #8c0027 url(sitegraphics/marketing_9percent_bg.jpg) no-repeat 0 bottom;
	padding: 15px 20px 5px 20px;
	text-align: right;
	color: #ffffff;
	letter-spacing: 0;
	font-size: 13px;
}

.ninepercent h4 {
	font-weight: bold;
	font-size: 170%;
	margin-bottom: 140px;
	text-align: center;
	line-height: 1.4em;
}

.ninepercent p {
	font-size: 90%;
	text-align: center;
	padding-left: 130px;
	line-height: 15px;
}

.novat {
	background: url(sitegraphics/marketing_novat_bg.jpg) no-repeat 0 0;
	padding: 15px 20px 5px 20px;
	text-align: right;
	color: #ffffff;
	letter-spacing: 0;
	font-size: 13px;
}

.novat h4 {
	font-weight: bold;
	font-size: 170%;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.4em;
}

.novat h5 {
	font-weight: normal;
	font-size: 140%;
	margin-bottom: 80px;
	text-align: left;
	line-height: 1.4em;
}


.novat p {
	text-align: left;
}


.register {
	background: #00346a url(sitegraphics/marketing_register_bg.jpg) no-repeat 0 0;
	padding: 15px 20px 10px 20px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}

.register h4 {
	text-align: center;
	font-weight: normal;
	font-size: 21px;
	padding-bottom: 185px;
}

.register p {
	font-size: 110%;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.register a {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}

.register a:hover {
	text-decoration: none;
}

/* properties */

.currentproperties {
	
}

.currentproperties ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

.currentproperties li {
	margin: 0;
	padding: 0 1px;
	float: left;
	display: inline;
	list-style: none;
	text-align: center;
	width: 270px;
	min-height: 300px;
	font-size: 0.9em;
}

.currentproperties p {
	padding: 0 10px;
}

.currentproperties td {
	text-align: center;
}

#propertytitle {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 0.2em;
}

#ceelyhouse {
	width: 260px;
	padding-top: 155px;
	background: url(sitegraphics/property_ceelyhouse.jpg) no-repeat 50% 0;
}

#chequerscourt {
	width: 260px;
	padding-top: 155px;
	text-align: center;
	background: url(sitegraphics/property_chequers.jpg) no-repeat 50% 0;
}

#dormerclose {
	width: 260px;
	padding-top: 155px;
	text-align: center;
	background: url(sitegraphics/property_dormer.jpg) no-repeat 50% 0;
}

#friarscroft {
	width: 260px;
	padding-top: 155px;
	text-align: center;
	background: url(sitegraphics/property_friarscroft.jpg) no-repeat 50% 0;
}

#grandcentral {
	width: 260px;
	padding-top: 155px;
	text-align: center;
	background: url(sitegraphics/property_poets.jpg) no-repeat 50% 0;
}

#poetschase {
	width: 260px;
	padding-top: 155px;
	text-align: center;
	background: url(sitegraphics/property_poets.jpg) no-repeat 50% 0;
}

#readerscourt {
	width: 260px;
	padding-top: 155px;
	text-align: center;
	background: url(sitegraphics/property_readerscourt.jpg) no-repeat 50% 0;
}

#cornclose {
	width: 260px;
	padding-top: 155px;
	text-align: center;
	background: url(sitegraphics/property_cornclose.jpg) no-repeat 50% 0;
}

#oldgardencentre {
	width: 260px;
	padding-top: 155px;
	text-align: center;
	background: url(sitegraphics/property_oldgardencentre.jpg) no-repeat 50% 0;
}

#hillaryclose {
	width: 260px;
	padding-top: 155px;
	text-align: center;
	background: url(sitegraphics/property_hillaryclose.jpg) no-repeat 50% 0;
}

#metrocourt {
	width: 260px;
	padding-top: 155px;
	text-align: center;
	background: url(sitegraphics/property_metrocourt.jpg) no-repeat 50% 0;
}

#downleycourt {
	width: 260px;
	padding-top: 155px;
	text-align: center;
	background: url(sitegraphics/property_downley.jpg) no-repeat 50% 0;
}

#embleton {
	width: 260px;
	padding-top: 155px;
	text-align: center;
	background: url(sitegraphics/property_embleton.jpg) no-repeat 50% 0;
}

#ridgeway {
	width: 260px;
	padding-top: 155px;
	text-align: center;
	background: url(sitegraphics/property_ridgeway.jpg) no-repeat 50% 0;
}

#prebendal {
	width: 260px;
	padding-top: 155px;
	text-align: center;
	background: url(sitegraphics/property_prebendal.jpg) no-repeat 50% 0;
}

#woodlands {
	width: 260px;
	padding-top: 155px;
	text-align: center;
	background: url(sitegraphics/property_noimage.jpg) no-repeat 50% 0;
}

#blockplansm {
	text-align: center;	
	font-size: 85%;
	padding-bottom: 10px;
}

#blockplansm img {
	padding-bottom: 5px;
}

#blockplanmobile {
	display: none;	
}

/* block forms */



#contactform-sm h3 {
	color: #8b0027;
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;	
	text-transform: uppercase;
}

#block-formbox {
	width: 250px;
	padding: 2px;
	font-size: 10px;
	border: 1px solid #8b0027;
}

#block-formcell {
	border: 0px;
	padding: 2px 0;
	
}

.block-mandatory {
	color: #8b0027;
}

/* block pages styles */

#blockplan {
	padding: 0 20px 20px 20px;	
}

#blockplan h2 {
	text-align: center;
	color: #000000;
	font-size: 18px;
	padding-bottom: 10px;
}

/* testimonial page style */

.quotemarks {
	font-size: 200%;	
	color: #8b0027;
	padding: -40px 0;
}

.testimonials {
	
}

.testimonials blockquote {
	margin-bottom: 20px;
	background: url(sitegraphics/quote_top.gif) no-repeat top left;	
}

.testimonials blockquote .quotes {
	background: url(sitegraphics/quote_bottom.gif) no-repeat bottom right;
	padding: 20px 20px 10px 20px;
}

/* form */

/*form {
	border: solid 1px #97838C;
	padding: 10px;
	text-align: center;
}*/

form td {
	text-align: left;
	padding: 2px;
	width: 180px;
}

#formbox {
	color: #8c172a;
	border: 1px solid #D1D1D1;
	border-radius: 3px;
	width: 300px;
	margin: 5px 0;
	padding: 10px;
	font-family: 'Raleway', sans-serif;
	font-size: 100%;
}

.submit {
	text-transform: uppercase;
	text-decoration: none;	
	color: #8c172a;
	border: 1px solid #D1D1D1;
	border-radius: 5px 30px 15px;
	margin: 0;
	padding: 10px 22px 13px 22px;
	height: 36px;
	text-decoration: none;
	width: 120px;
	font-size: 100%;
}

#formcell {
	border: 0px;
	padding: 2px 0;
	width: 180px;
	font-size: 13px;
	text-align: left;
	
}

#formtext {
	border: 0px;
	margin: 4px;
}

/* landing page form */

#contactform-sm {
	text-align: center;
	margin-bottom: 20px;
	padding: 10px;
	border: solid 1px #8b0027;
}

#landing-formbox {
	width: 150px;
	padding: 2px;
	font-size: 10px;
	border: 1px solid #8b0027;
}

#landing-formcell {
	border: 0px;
	padding: 2px 0;
	
}

#contactform-sm td {
	border: 0px;
	padding: 5px 10px;
	text-align: left;
}

.landing-mandatory {
	color: #8b0027;
}

/***** Meet the team styles *****/

.meettheteam img {
	padding-bottom: 10px;
	width: 220px;
	height: auto;
}

.doublewidth img {
	padding-bottom: 10px;
	width: 420px;
	height: auto;
}

.meettheteam ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

.meettheteam li {
	margin: 0;
	padding: 0 10px;
	float: left;
	display: inline;
	list-style: none;
	text-align: center;
	min-height: 450px;
	font-size: 0.9em;
}

.meettheteam div {
	width: 220px;
}

.meettheteam div .strong {
	color: #cc0000;
}


.doublewidth div {
	width: 400px;
}

.meettheteam em {
	font-size: 90%;
}


.meettheteam th {
	width: 150px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 20px;
}

.meettheteam td {
	padding: 0 25px;
	text-align: center;
	padding-bottom: 20px;
}

.meettheteam .button {
	margin-top: 15px;
	text-align: center;	
}

.aboutimage {
	margin: 0 0 20px 30px;
	float: right;
}

/***** current block *****/

.blockmap {
	text-align: center;
	margin-bottom: 20px;	
}

.currentblocks {
	font-size: 90%;
}

.currentblocks h2 {
	text-align: center;
	font-size: 180%;
}

fieldset { 
	border: 0px; 
	border-top: 1px solid #D1D1D1;
	padding: 0 0 0 35px;
	margin-bottom: 10px;
}

.currentblocks h3 {
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-size: 170%;
	font-weight: normal;
}

.currentblocks h4 {
	font-size: 130%;
	margin-bottom: 5px;
}

.currentblocks .leftcolumn {
	float: left;
	width: 48%;
	text-align: justify;
}

.currentblocks .rightcolumn {
	margin-left: 52%;
	text-align: justify;
}

.currentblocks .block {
	padding: 0 0 0 160px;
	margin: 15px 0;
	height: 130px;
	/*border: 1px solid #cc0000;*/
}

.currentblocks .blank {
	background: url(sitegraphics/blank-block.jpg) no-repeat 0 0;
}

.currentblocks .amershamlodge {
	background: url(sitegraphics/currentblocks/amershamlodge.jpg) no-repeat 0 0;
}

.currentblocks .gables7 {
	background: url(sitegraphics/currentblocks/7gables.jpg) no-repeat 0 0;
}

.currentblocks .bookerlane32 {
	background: url(sitegraphics/currentblocks/32bookerlane.jpg) no-repeat 0 0;
}

.currentblocks .chestertoncourt {
	background: url(sitegraphics/currentblocks/chestertoncourt.jpg) no-repeat 0 0;
}

.currentblocks .windrushcourt22 {
	background: url(sitegraphics/currentblocks/22-53windrushcourt.jpg) no-repeat 0 0;
}

.currentblocks .thameroad {
	background: url(sitegraphics/currentblocks/40thameroad.jpg) no-repeat 0 0;
}

.currentblocks .prioryroad13 {
	background: url(sitegraphics/currentblocks/13-15prioryroad.jpg) no-repeat 0 0;
}

.currentblocks .bennetts {
	background: url(sitegraphics/currentblocks/bennetts.jpg) no-repeat 0 0;
}

.currentblocks .blenheimcourt {
	background: url(sitegraphics/currentblocks/blenheimcourt.jpg) no-repeat 0 0;
}

.currentblocks .ceelyhouse {
	background: url(sitegraphics/currentblocks/ceelyhouse.jpg) no-repeat 0 0;
}

.currentblocks .clayacre {
	background: url(sitegraphics/currentblocks/clayacre.jpg) no-repeat 0 0;
}

.currentblocks .cornclose {
	background: url(sitegraphics/currentblocks/cornclose.jpg) no-repeat 0 0;
}

.currentblocks .cottesmore {
	background: url(sitegraphics/currentblocks/cottesmore.jpg) no-repeat 0 0;
} 

.currentblocks .cressexroad {
	background: url(sitegraphics/currentblocks/cressexroad.jpg) no-repeat 0 0;
} 

.currentblocks .dormerclose {
	background: url(sitegraphics/currentblocks/dormerclose.jpg) no-repeat 0 0;
}

.currentblocks .downleycourt {
	background: url(sitegraphics/currentblocks/downleycourt.jpg) no-repeat 0 0;
}

.currentblocks .embletonway {
	background: url(sitegraphics/currentblocks/embletonway.jpg) no-repeat 0 0;
}

.currentblocks .fairlawns {
	background: url(sitegraphics/currentblocks/fairlawns.jpg) no-repeat 0 0;
}

.currentblocks .flagstones {
	background: url(sitegraphics/currentblocks/flagstones.jpg) no-repeat 0 0;
}

.currentblocks .floreygardens {
	background: url(sitegraphics/currentblocks/floreygardens.jpg) no-repeat 0 0;
}

.currentblocks .friarscroftway {
	background: url(sitegraphics/currentblocks/friarscroftway.jpg) no-repeat 0 0;
}

.currentblocks .gilbertscottgardens {
	background: url(sitegraphics/currentblocks/gilbertscottgardens.jpg) no-repeat 0 0;
}

.currentblocks .gladstonecourt {
	background: url(sitegraphics/currentblocks/gladstonecourt.jpg) no-repeat 0 0;
}

.currentblocks .grandcentral {
	background: url(sitegraphics/currentblocks/grandcentral.jpg) no-repeat 0 0;
}

.currentblocks .grenvilecourt {
	background: url(sitegraphics/currentblocks/grenvilecourt.jpg) no-repeat 0 0;
}

.currentblocks .hilaryclose  {
	background: url(sitegraphics/currentblocks/hilaryclose.jpg) no-repeat 0 0;
}

.currentblocks .hildawharf  {
	background: url(sitegraphics/currentblocks/hildawharf.jpg) no-repeat 0 0;
}

.currentblocks .johnnorthhall  {
	background: url(sitegraphics/currentblocks/johnnorthhall.jpg) no-repeat 0 0;
}

.currentblocks .kingswoodestate  {
	background: url(sitegraphics/currentblocks/kingswoodestate.jpg) no-repeat 0 0;
}

.currentblocks .maplelawns {
	background: url(sitegraphics/currentblocks/maplelawns.jpg) no-repeat 0 0;
}

.currentblocks .metrocourt {
	background: url(sitegraphics/currentblocks/metrocourt.jpg) no-repeat 0 0;
}

.currentblocks .millcourt {
	background: url(sitegraphics/currentblocks/millcourt.jpg) no-repeat 0 0;
}

.currentblocks .moorhencourt {
	background: url(sitegraphics/currentblocks/moorhencourt.jpg) no-repeat 0 0;
}

.currentblocks .nascotgrange {
	background: url(sitegraphics/currentblocks/nascotgrange.jpg) no-repeat 0 0;
}

.currentblocks .olivetreecourt {
	background: url(sitegraphics/currentblocks/olivetreecourt.jpg) no-repeat 0 0;
}

.currentblocks .queensgate {
	background: url(sitegraphics/currentblocks/queensgate.jpg) no-repeat 0 0;
}

.currentblocks .poetschase {
	background: url(sitegraphics/currentblocks/poetschase.jpg) no-repeat 0 0;
}

.currentblocks .prebendalhouse {
	background: url(sitegraphics/currentblocks/prebendalhouse.jpg) no-repeat 0 0;
}

.currentblocks .readerscourt {
	background: url(sitegraphics/currentblocks/readerscourt.jpg) no-repeat 0 0;
}

.currentblocks .ridgewaycourt {
	background: url(sitegraphics/currentblocks/ridgewaycourt.jpg) no-repeat 0 0;
}

.currentblocks .sovereignclose {
	background: url(sitegraphics/currentblocks/sovereignclose.jpg) no-repeat 0 0;
}

.currentblocks .spicersyard {
	background: url(sitegraphics/currentblocks/spicersyard.jpg) no-repeat 0 0;
}

.currentblocks .stationroad {
	background: url(sitegraphics/currentblocks/stationroad.jpg) no-repeat 0 0;
}

.currentblocks .stockfieldsplace {
	background: url(sitegraphics/currentblocks/stockfieldsplace.jpg) no-repeat 0 0;
}

.currentblocks .swanmews {
	background: url(sitegraphics/currentblocks/swanmews.jpg) no-repeat 0 0;
}

.currentblocks .theglebe {
	background: url(sitegraphics/currentblocks/theglebe.jpg) no-repeat 0 0;
}

.currentblocks .thefirs {
	background: url(sitegraphics/currentblocks/thefirs.jpg) no-repeat 0 0;
}

.currentblocks .theoldgardencentre  {
	background: url(sitegraphics/currentblocks/theoldgardencentre.jpg) no-repeat 0 0;
}

.currentblocks .thewatergardens  {
	background: url(sitegraphics/currentblocks/thewatergardens.jpg) no-repeat 0 0;
}

.currentblocks .valleyview  {
	background: url(sitegraphics/currentblocks/valleyview.jpg) no-repeat 0 0;
}

.currentblocks .westbournehouse  {
	background: url(sitegraphics/currentblocks/westbournehouse.jpg) no-repeat 0 0;
}

.currentblocks .whitethornclose  {
	background: url(sitegraphics/currentblocks/whitethornclose.jpg) no-repeat 0 0;
}

.currentblocks .windrush1to21  {
	background: url(sitegraphics/currentblocks/windrush1to21.jpg) no-repeat 0 0;
}

.currentblocks .woodlandsview  {
	background: url(sitegraphics/currentblocks/woodlandsview.jpg) no-repeat 0 0;
}

.currentblocks .woodleycourt  {
	background: url(sitegraphics/currentblocks/woodleycourt.jpg) no-repeat 0 0;
}


/***** current block single page *****/

.blockphotos {
	padding: 0 20px;	
}

.blockphotos img {
	padding: 10px;	
}

/***** misc *****/



#sidearea p {
	padding: 5px 0;
	text-align: center;
	color: #8b0027; 
	font-weight: bold;
}


.areascovered {
	padding-top: 20px;
	font-size: 90%;
	text-align: left !important;
}

.areascovered h3 {
	font-family: 'Raleway', sans-serif;
	color: #8b0027;
	font-size: 140%;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: center;
}

#sidearea .areascovered p {
	font-weight: normal;
	padding-bottom: 0.4em;
	margin-bottom: 0;
}

.button {
	padding: 0 0 5px 0;
	margin-bottom: 20px;
	text-align: left;
}

.button a {
	background: #DDDDDD url(sitegraphics/button_bg.gif) repeat-x;
	border: 1px solid #D1D1D1;
	margin: 0;
	padding: 5px 10px 3px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

.button a:hover {
	color: #8B0027;
}

#pagenav {
	padding-bottom: 20px;	
}

.pagenavright {
	float: right;
	
}

.pagenavleft {
	
}

#smalltext {
	font-size: 11px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.catlindesigns {
	font-size: 80%;
}