body {
	background-color: #eee;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 70%;
	color: #333;
}


a:link {
	color: #630;
}
a:visited {
	color: #630;
}
a:hover {
	color: #73A332;
}
a:active {
	color: #630;
}


#wrapper {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #630;
	background-color: #FFF;
}

#header {
	height: 170px;
	width: 930px;
	background-color: #ACD474;
	background-image: url(images/header.gif);
}

#headertel {
	float: right;
	margin-right: 15px;
	font-size: 24px;
	color: #630;
	margin-top: 10px;
	text-align: right;
}

#headeremail {
	float: right;
	clear: both;
	margin-top: 10px;
	margin-right: 15px;
	font-size: 24px;
	color: #630;
}

#headertext {
	clear: both;
	float: right;
	margin-top: 25px;
	margin-right: 15px;
	font-size: 24px;
	color: #630;
}

A.header-link:link {
	color: #630;
	text-decoration:none;
}

A.header-link:visited {
	color: #630;
	text-decoration:none;
}

A.header-link:hover {
	color: #FFFFFF;
	text-decoration:none;
}

p {
	font-size: 1.2em;
	margin-right: 20px;
	margin-left: 20px;
	text-align: justify;
}

#towns {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
}

.redtext {
	color: #F00;
}

.large-text-brown {
	font-size: 1.5em;
	color: #630;
}

#why-titles {
	width: 390px;
	display: inline;
	clear: both;
	float: left;
	height: 144px;
}

#why-pic1 {
	display: inline;
	float: left;
	width: 320px;
	text-align: right;
}

#selling-bulletpoints {
	width: 390px;
	display: inline;
	float: left;
	height: 230px;
	padding-right: 10px;
}

#selling-pic1 {
	width: 310px;
	display: inline;
	float: left;
	height: 220px;
	text-align: right;
	padding-top: 10px;
}

#selling-pic2 {
	display: inline;
	clear: both;
	float: left;
	width: 200px;
	margin-left: 20px;
}

#why-pay-more {
	display: inline;
	float: left;
	width: 490px;
}

#letting-text1 {
	display: inline;
	float: left;
	width: 540px;
}

#letting-pic1 {
	display: inline;
	float: left;
	width: 170px;
	clear: both;
}

/* main-content is the full width of the box and has the green sidebar background*/

#main-content {
	background-color: #FFF;
	background-image: url(images/green-sidebar.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 930px;
}

/* content right is the main text area to the right of the navigation*/

#content-right {
	width:730px;
	float: left;
	display: inline;
}

#content-right ul {
	font-size: 1.2em;
}


#leftcol {
	float: left;
	width: 200px;
	display: inline;
	clear: both;
}

#midcol {
	float: left;
	width: 520px;
	display: inline;
}

#rightcol {
	float: left;
	width: 200px;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ACD474;
}

#contact-details {
	width: 350px;
	display: inline;
	clear: both;
	float: left;
	background-repeat: no-repeat;
	background-position: right top;
}

#contact-pic {
	width: 350px;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

#contact-tel {
	font-size: 1.2em;
	margin-left: 20px;
	
}

/* left navigation */

.leftmenu {
	width:200px;
	text-align:left;
	padding: 0;
	margin: 0;
	background-color: #ACD474;
	font-size: 14px;
}
.leftmenu ul {
	margin:0;
	padding:0;
}
.leftmenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.leftmenu li a {
	color:#764C24;
	text-decoration:none;
	width:170px;
	display:block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	margin: 0;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #764C24;
	background-image: url(images/brown-bullet.gif);
	background-repeat: no-repeat;
	background-position: 15px;
}
.leftmenu li a:hover {
	color: #FFF;
	background-image: url(images/white-bullet.gif);
	background-position: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.leftmenu li a.active {
	font-weight:bold;
}


.current a:link, .current a:visited,
.current a:hover, .current a:active {
	color: #FFF;
	background-image: url(images/white-bullet.gif);
	background-position: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #764C24;
}


/* end left navigation */

#quicksearch {
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
}

#quicksearch select {
	width: 106px;
	border: 1px solid #999999;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

.formselect {
	font-size: 11px;
	width: 125px;
	border: 1px solid #999999;
}

.forminput {
	color: #000000;
	font-size: 11px;
	border: 1px solid #999999;
}

.formtextarea {
	border: 1px solid #999999;
	width: 123px;
	font-size: 11px;
}


#footer {
	color: #FFF;
	background-color: #630;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}

A.footer-link:link {
	color: #FFFFFF;
	text-decoration:none;
}

A.footer-link:visited {
	color: #FFFFFF;
	text-decoration:none;
}

A.footer-link:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
