body {
	background-color: #FBF5EA;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 76%;
}

a:link {
	color: #006;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #900;
}

h1 {
	color: #006;
	font-weight: normal;
	font-size: 24px;
}

h2 {
	color: #006;
	font-weight: normal;
	font-size: 18px;
}

.small {
	font-size: 14px;
	font-weight: bold;
}

.blue-text {
	color: #006;
}

.red-text {
	color: #F00;
}

.pink-text {
	color: #F0F;
}

.yellow-text {
	color: #F90;
}

.green-text {
	color: #3C0;
}

#wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(images/headerbg.gif);
	height: 200px;
	width: 970px;
	margin-bottom: 2px;
}

#logo {
	width: 150px;
	margin-left: 15px;
	display: inline;
	float: left;
}

#header-flash {
	width: 514px;
	display: inline;
	float: right;
	height: 147px;
	margin-right: 20px;
}

#header-text {
	float: right;
	display: inline;
	width: 514px;
	color: #006;
	font-style: italic;
	font-size: 18px;
	text-align: right;
	margin-right: 20px;
}

#menu {
	height: 30px;
	color: #FFF;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	width: 966px;
	background-image: url(images/menubg.gif);
	line-height: 2.2em;
}

#menu ul {
	padding: 0;
	margin: 0;
}
#menu li {
	display: inline;
}
#menu a:link, #menu a:visited {
	text-decoration:none;
	color: #FFF;
	font-size: 15px;
	padding-right: 35px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
}
#menu a:hover {
	color: #C6DFDB;
}

#sddmenubox {
	height: 30px;
	color: #FFF;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	width: 966px;
	background-image: url(images/menubg.gif);
	line-height: 2.2em;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
}

#sddm li a
{
	display: block;
	margin: 0 0px 0 0;
	padding: 1px 3px;
	width: 80px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-color: #A51129;
}

#sddm li a:hover
{
	background-color: #A51129;
	color: #C6DFDB;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #A51129;
	background-color: #A51129;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #FFF;
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	background-color: #A51129;
}

	#sddm div a:hover
	{
	color: #FFF;
	background-color: #A51129;
}
		
		
		
		
		
		#sddm2
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm2 li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
}

#sddm2 li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 1px 3px;
	width: 90px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-color: #A51129;
}

#sddm2 li a:hover
{
	background-color: #A51129;
	color: #C6DFDB;
}

#sddm2 div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: #A51129;
}

	#sddm2 div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 2px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	background-color: #A51129;
}

	#sddm2 div a:hover
	{
	color: #FFF;
	background-color: #006;
}



#left-col {
	display: inline;
	float: left;
	width: 200px;
	margin-top: 10px;
}

#mid-col {
	display: inline;
	float: left;
	width: 500px;
	margin-left: 35px;
	margin-top: 10px;
}

#mid-col p {
	font-size: 1.4em;
}

#mid-col h1 {
	margin-top: 22px;
	font-size: 26px;
}
#mid-col h2.locations {
	margin-top: -16px;
	font-size: 22px;
}


#right-col {
	display: inline;
	float: right;
	width: 200px;
	margin-top: 10px;
}

#content {
	display: inline;
	float: left;
	width: 735px;
	margin-left: 35px;
	margin-top: 10px;
}

#content p {
	text-align: justify;
}

#content h1 {
	margin-top: 5px;
}

#content-nocolumn {
	display: inline;
	float: left;
	width: 970px;
	margin-top: 10px;
}


.title-bar-small {
	background-image: url(images/title-bar-small.gif);
	height: 30px;
	width: 200px;
	font-size: 16px;
	color: #FFF;
	line-height: 1.8em;
	text-align: center;
}

#quick-search {
	height: 265px;
	width: 200px;
	background-image: url(images/blue-box.gif);
	margin-top: 2px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}

#quick-search select {
	width: 120px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#valuation-request {
	height: 265px;
	width: 200px;
	margin-top: 2px;
	background-image: url(images/blue-box.gif);
}

#valuation-request input {
	width: 95px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#valuation-request textarea {
	width: 95px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#valuation-request select {
	width: 95px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#valuation-request .submitbutton {
	height: 22px;
	width: 177px;
}

.buttons {
	padding-top: 10px;
}

#latest-properties-sales {
	height: 255px;
	background-image: url(images/blue-box.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-bottom: 30px;
	width: 200px;
	text-align: center;
	padding-top: 10px;
}

#latest-properties-lettings {
	background-image: url(images/blue-box.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
	height: 255px;
	width: 200px;
	text-align: center;
	padding-top: 10px;
}

A.white-link:link {
	color: #FFF;
	text-decoration: none;
}
A.white-link:visited {
	color: #FFF;
	text-decoration: none;
}
A.white-link:active {
	color: #FFF;
	text-decoration: none;
}
A.white-link:hover {
	color: #C6DFDB;
	text-decoration: none;
}

#contact-details {
	width: 350px;
	display: inline;
	float: left;
	font-size: 1.2em;
}

#contact-team {
	display: inline;
	float: left;
	width: 420px;
	vertical-align: top;
	font-size: 1.2em;
	margin-top: 30px;
}


#contact-team h2 {
	margin: 0px;
}

#contact-picture {
	display: inline;
	float: left;
	width: 270px;
}

.icon-address {
	background-image: url(images/icon-address.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 35px;
	padding-left: 40px;
	line-height: 2.8em;
	margin-bottom: 5px;
}

.icon-phone {
	background-image: url(images/icon-phone.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 35px;
	padding-left: 40px;
	line-height: 2.8em;
	margin-bottom: 5px;
}


.icon-fax {
	background-image: url(images/icon-fax.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 35px;
	padding-left: 40px;
	line-height: 2.8em;
	margin-bottom: 5px;
}

.icon-email {
	background-image: url(images/icon-email.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 35px;
	padding-left: 40px;
	line-height: 2.8em;
	margin-bottom: 5px;
}


ul.ticks li {
	list-style-image: url(/images/tick.gif);
	padding-left: 5px;
}

.formselect {
	font-size: 11px;
	width: 125px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
}

.forminput {
	color: #000000;
	font-size: 11px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	width: 125px;
}

.formtextarea {
	border: 1px solid #999999;
	width: 125px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.about-us-text {
	width: 400px;
	display: inline;
	float: left;
	text-align: justify;
	clear: both;
	margin-bottom: 20px;
}

.about-us-image {
	width: 300px;
	display: inline;
	float: left;
	margin-left: 35px;
	margin-bottom: 20px;
}

.about-us-bullets {
	width: 300px;
	background-image: url(images/bullet-bg.gif);
	background-repeat: no-repeat;
	height: 480px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.about-us-bullets ul {
	margin-left: 24px;
	padding-right: 8px;
	padding-top: 5px;
}

#about-us-info {
	background-image: url(images/blue-box-large.gif);
	height: 355px;
	width: 190px;
	padding: 5px;
	background-repeat: no-repeat;
	text-align: center;
}
.pic-right {
	float:right;
	margin-left:20px;
	margin-bottom:40px;
}



.other-info {
	display: inline;
	float: left;
	width: 230px;
	vertical-align: top;
}

.other-info p {
	margin: 0px;
}

#fb-link {
	float: left;
	width: 150px;
	margin-top: 20px;
}

#twitter-link {
	display: inline;
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-top: 20px;
}

/* thumbnails */

.thumbnails-header {
	width: 700px;
	float: left;
	height: 30px;
	margin-left: 10px;
	background-image: url(images/thumbnails-header.gif);
	color: #FFF;
	font-size: 18px;
	line-height: 1.5em;
	padding-right: 5px;
	padding-left: 5px;
}

.thumbnails-header h2 {
	margin: 0px;
}

.thumbnails-photo {
	width: 250px;
	display: inline;
	float: left;
	height: 190px;
	background-image: url(images/thumbs-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
}

.thumbnails-description {
	width: 705px;
	float: left;
	margin-left: 10px;
	padding-left: 5px;
	margin-top: 10px;
}

.icon-container {
	display: inline;
	clear: both;
	float: left;
	width: 400px;
	margin-top: 20px;
}

.thumbnails-icon {
	float: left;
	width: 80px;
	display: inline;
	line-height: 3em;
}

.thumbnails-icon img {
	float: left;
}

.full-details-button {
	float: right;
	background-image: url(images/red-button.gif);
	height: 22px;
	width: 95px;
	font-size: 16px;
	line-height: 1.3em;
	display: inline;
	background-repeat: no-repeat;
	margin-top: 30px;
	padding-left: 25px;
}

/* result */

.result-title {
	font-size: 18px;
	margin: 0px;
	line-height: 2em;
	padding: 0px;
}

#image-changer-main {
	clear: both;
	float: left;
	width: 390px;
	display: inline;
	height: 290px;
	text-align: center;
	padding-top: 10px;
	background-repeat: no-repeat;
}

#image-changer-thumbs {
	float: left;
	width: 400px;
	display: inline;
	margin-left: 10px;
	padding-top: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 300px;
}

#image-changer-thumbs img {
	margin:0 1px;
}


#result-links {
	float: right;
	width: 160px;
	display: inline;
	margin-left: 5px;
	margin-top: 10px;
}

#result-links ul {
	margin:0;
	padding:0;
}
#result-links li {
	margin:0;
	padding:0;
	list-style:none;
}

#result-links li a {
	color:#FFF;
	text-decoration:none;
	width:140px;
	display:block;
	padding-right: 0px;
	padding-left: 20px;
	background-image: url(images/result-button-blue.gif);
	background-repeat: no-repeat;
	font-size: 15px;
	height: 26px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 3px;
}
#result-links li a:hover {
	color: #C6DFDB;
	background-image: url(images/result-button-blue-over.gif);
	background-repeat: no-repeat;
}

.icon-result {
	width: 50px;
	display: inline;
	float: left;
	text-align: center;
}

#long-description, #misrepresentation {
	font-size: 1.2em;
}


#footer {
	height: 30px;
	clear: both;
	margin-top: 20px;
}

#footer-links {
	width: 485px;
	display: inline;
	float: left;
	line-height: 2.3em;
}

#footer-copyright {
	display: inline;
	float: right;
	width: 485px;
	text-align: right;
	line-height: 2.3em;
}

#charity-terms {
	font-size: 11px;
	margin-top: 40px;
}

