
/* Design and code by http://www.davidjennings.co.uk */

html, body {
	background-color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: normal;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

strong {
	font-weight: normal;
	font-style: normal;
}

#maincontainer {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 100%;
}

/* Header area ----------------------------------------------*/

#header {
	border-bottom: 3px solid #ffffff;
	padding-bottom: 10px;
	text-align: center;
	background-color: #000066;
}

.logo {
}

.rics {
	margin-left: 60px;
	margin-right: 100px;
}

.homesale {
	margin-left: 65px;
	margin-right: 20px;
}

/* Contents area ----------------------------------------------*/

#content {
	border-bottom: 3px solid #000066;
	border-top: 3px solid #000066;
	padding: 20px 10px;
	text-align: center;
}

#content #links {
	color: #000066;
	margin: 0 auto;
	text-align: center;
	width: 600px;
}

#content #links img {
	margin: 20px 30px;
}

#content #description {
	color: #000066;
	margin: 0 auto;
	text-align: center;
	width: 600px;
}

#content #extrainfo {
	color: #000066;
	font-size: 90%;
	margin: 0 auto;
	text-align: center;
	width: 500px;
}

#contentwrap {
	margin: 0 auto;
	width: 750px;
}

#content #contactdetails {
	color: #000066;
	float: left;
	padding-right: 10px;
	padding-top: 20px;
	text-align: left;
	width: 270px;
}

#content #map {
	float: right;
	width: 465px;
}

#content #clearer {
	clear: both;
	width: 750px;
}

#content a, #content a:link {
	color: #000066;
	text-decoration: underline;
}

#content a:hover {
	color: #3399FF;
	text-decoration: underline;
}

#content a:visited {
	color: #000066;
	text-decoration: underline;
}

/* Footer area ----------------------------------------------*/

#footer {
	background-color: #000066;
	border-top: 3px solid #ffffff;
	height: 100px;
}

#footertext {
	color: #FFFFFF;
	font-size: 105%;
	margin-top: 5px;
	text-align: center;
}

#footertext a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footertext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footertext a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footertext .maplink {
	font-size: 90%;
	line-height: 100%;
}


/* Text classes ----------------------------------------------*/

h1 {
	font-size: 140%;
	font-weight: normal;
	font-style: normal;
	line-height: 0.8em;
}

h2, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

.big {
	font-size: 140%;
}

.lighter {
	color: #3399FF;
}

.smaller {
	font-size: 90%;
}

.tiny {
	color: #3399FF;
	font-size: 60%;
	text-decoration: none;
}

.no {
	color: #fff;
	font-size: 5%;
	line-height: 2px;
}

