/* John Lake CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #b7cdca;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #014538;
}

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

#tagline {
	width: 760px;
	margin: 20px auto 10px auto;
	font-size: 0.7em;
}

#body_container {
	clear: both;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.7em;
	overflow: hidden;
	background-image: url('/images/backgrounds/main_bg.gif');
}

.header {
	clear: both;
	margin: 0px 10px;
}

.header .logo {
	float: left;
	width: 330px;
	height: 130px;
	padding: 0px;
	margin: 0px;
	background-image: url('/images/logo.gif');
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9000px;
	overflow: hidden;
}

.header .logo h1 a {
	display: block;
	position: relative;
	padding-top: 130px;
}

.header .contact_details {
	float: right;
	color: #b7cdca;
	text-align: right;
	/*margin: 10px 20px;*/
}

.contact_details a {
	color: #b7cdca;
}

.main_menu {
	clear: both;
	width: 800px;
	margin-left: 10px;
	overflow: hidden;
}
* html .main_menu {
	margin-left: 9px;
}



/**
* Main menu
*/

.main_menu ul {
	width: 800px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	overflow: hidden;
}

.main_menu ul li {
	float: left;
	width: 113px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	margin-left: 1px;
	text-indent: -9000px;
	background-position: -113px 0px;
}

.main_menu ul li.last {
	width: 114px;
	background-position: -114px 0px;
}

.main_menu ul li a {
	display: block;
	position: relative;
	padding-top: 32px;
	background-repeat: no-repeat;
}

.main_menu ul li.about_us, .main_menu ul li.about_us a {
	background-image: url('/images/menu/about_us.jpg');
}

.main_menu ul li.search, .main_menu ul li.search a {
	background-image: url('/images/menu/search.jpg');
}

.main_menu ul li.new_homes, .main_menu ul li.new_homes a {
	background-image: url('/images/menu/new_homes.jpg');
}

.main_menu ul li.buying, .main_menu ul li.buying a {
	background-image: url('/images/menu/buying.jpg');
}

.main_menu ul li.selling, .main_menu ul li.selling a {
	background-image: url('/images/menu/selling.jpg');
}

.main_menu ul li.commercial, .main_menu ul li.commercial a {
	background-image: url('/images/menu/commercial.jpg');
}

.main_menu ul li.contact, .main_menu ul li.contact a {
	background-image: url('/images/menu/contact.jpg');
}

.main_menu ul li a:hover {
	background-image: none;
}



/**
* Individual Pages
* Home Page
*/

.home_rotating_images {
	width: 800px;
	margin-top: 1px;
	margin-left: 11px;
}



/**
* Main content
*/

.main_content {
	clear: both;
	overflow: hidden;
	width: 800px;
	margin-left: 10px;
}
*html .main_content {
	margin-left: 9px;
}

.left_content {
	float: left;
	width: 358px;
	background-color: #97b5b1;
	padding: 20px;
	padding-bottom: 9000px;
	margin-bottom: -8980px;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	overflow: hidden;
}

.left_content ul {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	list-style-type: square;
}

.left_content ul li {
	padding: 0px;
	margin: 0px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.right_content {
	float: left;
	width: 399px;
	overflow: hidden;
}

.right_content .gold_box {
	clear: both;
	margin-top: 1px;
	padding: 20px;
	background-image: url(images/backgrounds/gold_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e5d078;
	overflow: hidden;
	min-height: 100px;
}
* html .right_content .gold_box {
	height: 100px;
}

.right_content .content_box {
	clear: both;
	margin-top: 1px;
	padding: 20px;
	background-color: #97b5b1;
	overflow: hidden;
	color: #014538;
}



/**
* Property Listing
*/

.float_20 {
	float: left;
	width: 0px;
	height: 0px;
}

.property_list {
	clear: left;
	width: 350px;
	padding: 0px;
	padding-top: 18px;
	margin: 0px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #014538;
	overflow: hidden;
}

.image_container {
	clear: both;
	margin-top: 1px;
}

.property_list_image {
	float: left;
	padding: 0px;
	padding-bottom: 17px;
	margin: 0px 20px 0px 0px;
}

.last_image {
	margin: 0px;
}

.property_list_details {
	float: left;
	width: 200px;
	padding: 0px;
	padding-bottom: 17px;
	margin: 0px;
}

#property_images_container {
	clear: both;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.soldSTC {
	font-weight: bold;
	color: #a48300;
}



/**
* Search form
*/

.home_search {
	width: 359px;
	padding: 20px;
	padding-bottom: 9000px;
	margin-bottom: -8980px;
	margin-top: 1px;
	background-image: url(images/backgrounds/gold_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e5d078;
}

.search_form {
	float: left;
	width: 250px;
	overflow: hidden;
	margin-top: 5px;
}

.form_row {
	clear: both;
	margin-top: 5px;
	overflow: hidden;
}

.form_label {
	float: left;
	width: 50%;
}

.form_field {
	float: left;
	width: 50%;
}

.search_form_submit {
	float: left;
	width: 100px;
	margin-top: 10px;
}

form {
	padding: 0px;
	margin: 0px;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.search_select {
	width: 100px;
}

.button {
	border: none;
	background-color: #7b9d98;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #014538;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.search_button {
	width: 100px;
}



/**
* Footer
*/

#footer_links {
	clear: both;
	margin-left: 10px;
}

#footer_links ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}

#footer_links ul li {
	float: left;
	height: 74px;
	margin: 0 0 0 1px;
	padding: 0px;
	text-indent: -9000px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#footer_links ul li a {
	display: block;
	position: relative;
	padding-top: 74px;
}

#footer_links ul li.neaa {
	width: 118px;
	background-image: url('/images/links/naea_logo.gif');
}

#footer_links ul li.tpiea {
	width: 208px;
	background-image: url('/images/links/tpiea_logo.gif');
}

#footer_links ul li.rightmove {
	width: 185px;
	background-image: url('/images/links/rightmove_logo.gif');
}

#footer_links ul li.propertyfinder {
	width: 186px;
	background-image: url('/images/links/propertyfinder_logo.gif');
}

#footer_links ul li.findaproperty {
	width: 186px;
	background-image: url('/images/links/findaproperty_logo.gif');
}

#footer_links ul li.ombudsman {
	width: 98px;
	background-image: url('/images/links/ombudsman_logo.gif');
}

#footer_shadow {
	clear: left;
	width: 820px;
	height: 10px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
  margin-right: auto;
	background-image: url('/images/shadow_bottom.gif');
	background-repeat: no-repeat;
	font-size: 0.01em;
}

#footer {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.7em;
	padding-bottom: 20px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}

#footer ul li {
	display: inline;
	padding: none;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #014538;
}

#footer ul li.first {
	border: none;
	padding: 0px;
	margin: 0px;
}

