html {
	text-align: left;
	background-image: url(../images/header_back.gif);
	background-repeat: repeat-x;
}

p {
	color: #282828;
}

#side_bar {
	margin-top: 20px;
}

#side_bar li {
	margin-left:0;
	margin-bottom:0.5em;
}

label {
	display:block;
}

h1 {
	font-size: 2em;
	color: #74B153;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	margin-top: 0.4em;
	margin-bottom: 0.6em;
}

h2 {
	font-size: 1.2em;
	color: #74B153;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	margin-bottom:1em;
}

h2.guide_price {
	margin-bottom:0;
}

h3 {
	font-size: 1.2em;
	color: #74B153;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	margin:0;
}

h4 {
	font-size: 1.2em;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	margin:0;
}

h5 {
	font: normal 12px Arial;
	font-style: italic;
	margin-bottom: 10px;
}

a {
	color: #282828;
	text-decoration: underline;
}

a:link, #navbar a:visited {
	color: #282828;
}

a:hover {
	color: #74B153;
}

.spacer {
	background-color: #fff;
	height: 1em;
}

.logo {
	float: right;
}

#navigation {
	margin-top: 61px;
	cursor: default;
	font-family: Helvetica, Arial, sans-serif;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin:0;
}

#navigation li {
	float: left;
	margin:0;
	margin-right:10px;
}

#navigation a {
	color: #fff;
	text-decoration: none;
	padding:10px;
	display:block;
}

#navigation a:link, #navbar a:visited {
	color: #fff;
}

#navigation a:hover {
	color: #74B153;
}

#navigation a.current {
	color: #fff;
	background-color:#74B153;
	padding:10px;
	display:block;
}

#navigation a.current:hover {
	text-decoration: underline;
}

input {
	width:100%;
}

select {
	width:100%;
}


.credo {
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.5em;
	color: #333;
	margin-top:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

/*----------------------------------------------------------------------------------------------------------------------------------*/

/*ABOUT US*/

.directors {
	padding:10px;
	margin:10px -10px;
	background-color: #e2efdc;
}

.salesteam {
	background-color: #eef4eb;
	margin:10px -10px;
	padding:10px;
}

.name {
	font-weight: bold;
}

/*FOOTER*/

#footer {
	width: 960px;
	margin-top: 10px;
	border-top: 1px solid #282828;
}

#copyright {
	padding-top: 16px;
	padding-bottom: 0;
}

#copyright p {
	color: #282828;
	font: normal 0.8em Arial;
}

#associates {
	float:right;
	padding: 10px 0;
}


/*----------------------------------------------------------------------------------------------------------------------------------*/



.property_link  {
	text-decoration:none;
}

.property_link > h2 {
	margin-top:-12px;
	margin-bottom:0;
}

form > ol {
	list-style-type: none;
	margin-bottom: 1em;
}

form > ol > li {
	margin:1em 0;
	padding:0;
}

hr {
	margin:1em -5px;
}

.mini_google_map {
	width:300px;
	height:300px;
	margin:10px 0;
}

.mini_search_results {
	margin:0 -5px 10px 0;
	list-style-type: none;
}

.mini_search_results > li {
	height:40px;
	overflow:hidden;
}

.property_thumbnails {
	list-style-type: none;
}

.property_thumbnails > li {
	margin:5px;
	padding:0;
	float: left;
}

.property_thumbnails > li > a {
	display:block;
	width:100%;
	height:100%;
}

a * {
	cursor: pointer;
}

.corner {
	display:block;
  position:absolute;
  top:-5px;
  right:-4px;
	z-index:1000;
	width:114px;
	height:114px;
}

.pagination_link {
	text-decoration: none;
	padding:2px;
	font-style: italic;
	color:#74b153;
}

.pagination_link:hover {
	background-color:#74b153;
	color:#fff;
}

.pagination_links {
	list-style-type: none;
}

.pagination_links > li {
	float:left;
	margin:0;
}

.pagination_links > li {
	padding:10px;
}

.pagination_links > li > a {
	display:block;
	width:100%;
	height:100%;
	margin:-10px;
	padding:10px;
	text-decoration:none;
}

.pagination_links > li > a:hover {
	background-color:#74b153;
	color:#fff;
}

.current_page {
	background-color: #e9f3e4;
}

.disabled {
	color: #999;
}

.mini {
	display: block;
	width: 60px;
	height: 40px;
	vertical-align: middle;
	border-bottom:4px solid #fff;
	margin-bottom:6px;
	test-align: center;
	overflow: hidden;
}

.mini:hover {
	border-bottom:4px solid #282828;
	margin-bottom:6px;
}

.small {
	font-size: 0.8em;
}

.green_rule {
	border-bottom:4px solid #74b153;
}

.green_rule:hover {
	border-bottom:4px solid #74b153;
}

.padded_green_rule {
	border-bottom:4px solid #74b153;
	margin-bottom:20px;
}

#picture_icons {	
	margin-top:20px;
}

#picture_icons .green_rule {
	margin-bottom:6px;
}

.no_space {
	margin-bottom:0;
}

#feature_image_container {
	overflow:hidden;
	height: 410px;
	background-color: #e9f3e4;
}

a.property_preview {
	display:block;
	position:relative;
	text-decoration: none;
}

.property_preview > h2 {
	padding: 0 5px;
	margin-top: 10px;
}

.property_preview > p {
	padding: 0 5px;
	margin-bottom: 10px;
}

.property_preview > a.property_picture {
	display:block;
	width:300px;
	height:200px;
	overflow:hidden;
}

.property_preview > a.property_title {
	text-decoration:none;
	display:block;
	width:100%;
	padding: 8px 0;
	overflow:hidden;
	background-color:transparent;
}

a.property_details {
	display:block;
	width:290px;
	padding:0 10px 0  20px;
	float:left;
	height:201px;
	text-decoration:none;
	overflow: hidden;
}

.hilite:hover {
	background-color:#e9f3e4;
}


h1.address {
	margin-bottom:0;
}

.mini_property_title {
	display:block;
	width:144px;
	height:40px;
	overflow:hidden;
	padding: 0 10px 0 10px;
	float:left;
	text-decoration:none;
	font-size:80%;
}

.property_block {
	height:201px;
}

a.property_picture, a.property_details {
	display:block;
	height:201px;
	overflow:hidden;
}

#advert {
	background-color: #74b153;
	padding: 15px;
}

#advert h3 {
	color:#fff;
	font-size: 2em;
	border-bottom: 2px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#advert .grid_4 {
	width: 285px;
}

#advert li {
	margin-bottom: 10px;
	color:#fff;
}

#advert p {
	color:#fff;
}

#advert a {
	color:#e9f3e4;
	text-decoration: none;
}

#advert a:hover {
	color:#fff;
	text-decoration: underline;
}

