/* Robbie Howarth stylesheet */

body {
	margin: 0;
	padding: 0;
	background: url(static_images/background.gif);
	color: #333;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	}

/* Main tag configs */

h1 {
	font-size: 1.4em;
	font-weight: 800;
	color: #6A9933;
	padding: 0px;
	margin: 6px 6px 0px 0px;
	}
	
h2 {
	font-size: 1em;
	color: #6A9933;
	font-weight: 100;
	padding: 6px 12px 6px 12px;
	margin: 0px;
	}
	
	
p	{
	line-height: 1.3em;
	padding: 6px 6px 0px 0px;
	margin: 0px;
	}
	
form {
	display: inline;
	}
	
input, textarea, select {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	display: inline;
	}
	
a img {
	border: 0px;
	}
	
a:link, a:visited {
	color: #6A9933;
	text-decoration: none;
	}

label {
	display: none;
	}

/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */

#wrapper {
	position: relative;
	width: 698px;
	margin: 30px auto;
	text-align: left;
	border: 1px solid #06386D;
	border-top: 10px solid #06386D;
	border-bottom: 10px solid #06386D;
	background: white;
	}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 698px;
	height: 20px;
	padding: 210px 0px 0px 4px;
	background: url(static_images/header.gif) top left no-repeat;
	z-index: 1;
	}

#navigation {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 24px;
	z-index: 3;
	text-align: left;
	}

#flash {
	position: absolute;
	top: 30px;
	left: 0px;
	}









	
#content {
	padding: 204px 0px 0px 0px;
	z-index: 2;
	}

#body {
	float: left;
	padding: 34px 0px 9px 9px;
	width: 444px;
	margin: 0px;
	z-index: 3;
	}
	
#info {
	float: right;
	width: 245px;
	z-index: 3;
	}
	
	
	
	
	
	
	
	
	
#footer {
	color: white;
	text-align: left;
	background: #6A9933;
	width: 698px;
	}

/* footer */

#footer p {
	margin: 0px;
	padding: 8px;
	}
	
#footer p a:link, #footer p a:visited {
	color: white;
	}
	
/* header */

#header h1 {
	background: transparent;
	color: #06386D;
	font-weight: 100;
	font-size: 1em;
	}
	
/* Element level configs */

#info h1 {
	background: url(startic_images/header_bg.gif) #8CB664;
	font-size: 1em;
	height: 20px;
	font-weight: 100;
	color: #6A9933;
	padding: 6px 12px 0px 12px;
	margin: 6px 0px 6px 0px;
	}

#info .highlight {
	width: 244px;
	color: black;
	background: #E0E0E0;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 6px 0px;
	}
	
#info .highlight p, #info .highlight h1, #info .highlight table {
	width: 220px;
	}
	
#info .highlight h4 {
	font-size: 1.2em;
	color: #ff8100;
	font-weight: 400;
	text-align: center;
	font-weight: 100;
	padding: 6px 12px 6px 12px;
	margin: 0px;
	}
	


/* Featured blocks */

.feature a:link, .feature a:visited, .feature a:hover {
	text-decoration: none;
	color: inherit;
	}

.feature {
	width: 138px;
	height: 220px;
	margin: 6px 6px 0px 0px;
	padding: 1px;
	float: left;
	background: #E0E0E0;
	}
	
.feature h2 {
	height: 20px;
	background: url(startic_images/header_bg.gif) #8CB664;
	font-size: 1em;
	font-weight: 100;
	color: white;
	padding: 4px 4px 0px 4px;
	margin: 0px;
	text-align: center;
	}
	
.feature h3 {
	width: 130px;
	height: 20px;
	background: url(startic_images/header_bg.gif) #8CB664;
	font-size: 1em;
	font-weight: 100;
	color: white;
	padding: 4px 4px 0px 4px;
	margin: 0px;
	text-align: center;
	}
	
.feature p {
	width: 126px;
	height: 60px;
	padding: 4px;
	margin: 0px;
	color: #06386D;
	overflow: hidden;
	}
	
.feature p a:link, .feature p a:visited {
	color: #06386D;
	}
	
.feature img {
	width: 138px;
	height: 98px;
	border: 0px solid white;
	}
	
	
	

	
/* Body Items */

	
	
	
	
/* Search Box Items */

#info h1 {
	color: white;
	padding: 6px 12px 0px 12px;
	margin: 0px;
	font-weight: 800;
	}

#info p {
	color: #06386D;
	padding: 6px 12px 0px 12px;
	margin: 0px;
	}

#info .highlight .row {
	position: relative;
	margin: 12px 0px 0px 9px;
	height: 38px;
	top: 0px;
	left: 0px;
	}
	
#info .highlight .row .element-half {
	float: left;
	display: block;
	width: 105px;
	height: 34px;
	margin: 2px;
	}
	
#info .highlight .row .element-full {
	float: left;
	display: block;
	width: 226px;
	height: 34px;
	margin: 2px;
	}
	
#info .highlight .row .element-third {
	float: left;
	display: block;
	width: 70px;
	height: 34px;
	margin: 2px;
	}
	
#info .highlight .row p {
	width: 70px;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	}


h4 {
	font-weight: 800;
	color: black;
	margin: 2px 0px 2px 0px;
	font-size: 1.1em;
	}

	
/* Main page configs */

.main_property {
	padding: 0px;
	margin: 0px 0px 0px 9px;
	width: 248px;
	float: left;
	}
	
.main_property p {
	padding: 0px;
	width: 284px;
	}
	
.main_property img {
	width: 284px;
	position: relative;
	border: 1px solid black;
	margin: 0px;
	}
	
.rcol img {
	width: 138px;
	height: 98px;
	border: 1px solid black;
	padding: 0px;
	margin: 0px 0px 4px 0px;
	}
	
.main_property table {
	margin: 6px 0px 0px 0px;
	padding: 0px;
	width: 284px;
	}
	
.main_property table td.attribute {
	background: url(startic_images/header_bg.gif) #8CB664;
	color: white;
	padding: 1px 6px 1px 1px;
	margin: 1px 1px 0px 0px;
	width: 140px;
	text-align: right;
	}
	
.main_property table td.value {
	background: #E0E0E0;
	color: black;
	padding: 1px;
	margin: 1px 1px 0px 0px;
	}
	
.rcol {
	position: relative;
	float: left;
	background: left;
	padding: 0px;
	width: 140px;
	}
	
.rcol h1 {
	color: white;
	padding: 5px 6px 0px 6px;
	margin: 0px;
	background: url(startic_images/header_bg.gif) #8CB664;
	font-size: 1em;
	height: 20px;
	font-weight: 800;
	}
	
.rcol h2 {
	font-weight: 800;
	color: black;
	font-size: 1.2em;
	}
	
.rcol p, .rcol h2 {
	color: black;
	background: #E0E0E0;
	margin: 0px;
	padding: 3px 6px 3px 6px;
	}
	
.rcol ul {
	background: #E0E0E0;
	margin: 0px;
	padding: 3px 6px 3px 6px;
	list-style: none;
	}
	
.rcol ul li a:link, .rcol ul li a:visited {
	padding: 1px 3px 1px 15px;
	color: #06386D;
	margin: 0px;
	width: 110px;
	background: url(static_images/rcol_bullet.gif) left center no-repeat;
	display: block;
	}
	
.rcol ul li a:hover {
	background: url(static_images/rcol_bullet_hover.gif) left center no-repeat;
	}
	
.rcol ul li a.house:link, .rcol ul li a.house:visited {
	background: url(static_images/rcol_house.gif) left center no-repeat;
	}
	
.rcol ul li a.house:hover {
	background: url(static_images/rcol_house_hover.gif) left center no-repeat;
	}
	
.rcol ul li a.email:link, .rcol ul li a.email:visited {
	background: url(static_images/rcol_email.gif) left center no-repeat;
	}
	
.rcol ul li a.email:hover {
	background: url(static_images/rcol_email_hover.gif) left center no-repeat;
	}
	
/* Table configs for properties */

.properties {
	width: 436px;
	margin: 0px;
	padding: 0px;
	}

.properties td {
	margin: 1px;
	padding: 2px;
	background: #E0E0E0;
	color: black;
	}

.properties tr.title td {
	color: white;
	font-weight: 800;
	background: url(startic_images/header_bg.gif) #8CB664;
	}
	
.properties td a:link, .properties td a:visited {
	color: #06386D;
	}
	
/* Autosearch box */

.autosearch {
	margin: 6px 12px 0px 0px;
	}

.autosearch h1 {
	color: white;
	padding: 4px 6px 4px 6px;
	margin: 0px;
	background: #8CB664;
	font-size: 1em;
	font-weight: 800;
	}
	
.autosearch p {
	color: black;
	background: #E0E0E0;
	margin: 0px;
	padding: 3px 6px 3px 6px;
	}
	
.autosearch p a:link, .autosearch p a:visited {
	color: black;
	font-weight: 800;
	}




















	

	
/* Navigation and Pop Up menu code */

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
	
	
	
	
#navigation li {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#navigation li a:link, #navigation li a:visited {
	display: block;
	padding: 7px;
	color: white;
	}
	
#navigation ul li a:hover {
	background: url(static_images/nav_arrow.gif) center top no-repeat;
	}
	
	
	
	
	
#navigation li li {
	position: relative;
	float: none;
	margin: 0px;
	padding: 4px;
	}
	
#navigation li li a:link, #navigation li li a:visited {
	position: relative;
	background: #E0E0E0;
	display: block;
	padding: 0px;
	}
	
#navigation li li a:hover {
	background: #E0E0E0;
	}
	
#navigation li li li {
	position: relative;
	float: none;
	margin: 0px;
	padding: 4px;
	}
	
	
	
#navigation ul ul {
	position: absolute;
	top: 24px;
	left: 0px;
	background: #E0E0E0;
	border: 1px solid #6A9933;
	border-left: 3px solid #6A9933;
	}
	
#navigation ul ul ul {
	position: absolute;
	width: 124px;
	left: -130px;
	top: 0px;
	background: #E0E0E0;
	border: 1px solid #6A9933;
	border-top: 3px solid #6A9933;
	}
	

/* Image Library */

.library {
	margin: 0px;
	padding: 0px;
	}

.library img.full {
	width: 436px;
	height: 327px;
	border: 1px solid black;
	padding: 0px;
	margin: 8px 0px 8px 0px;
	}
	
.library img.thumb {
	float: left;
	width: 138px;
	height: 98px;
	border: 1px solid black;
	padding: 0px;
	margin: 0px 8px 8px 0px;
	}

/* Contact Form configuration */

.form {
	width: 436px;
	margin: 0px;
	padding: 0px;
	}
	
.form input {
	width: 310px;
	border: 1px solid #aaaaaa;
	padding: 2px;
	}
	
.form textarea {
	width: 310px;
	height: 100px;
	border: 1px solid #aaaaaa;
	}

.form td {
	margin: 1px;
	padding: 2px;
	vertical-align: top;
	}

.form td.title {
	color: #06386D;
	font-weight: 100;
	width: 100px;
	text-align: right;
	}






/* Featured properties in the footer */

#featured {

	}


/* Featured blocks */

#featured .item a:link, #featured .item a:visited, #featured .item a:hover {
	text-decoration: none;
	color: inherit;
	}

#featured .item {
	width: 339px;
	height: 60px;
	margin: 3px;
	padding: 0px;
	float: left;
	border: 1px solid white;
	background: #CEDDC0;
	}
	
#featured .item img {
	width: 84px;
	height: 60px;
	border: 1px solid black;
	float: left;
	}
	
#featured .item h2 {
	width: 247px;
	height: 16px;
	background: url(startic_images/header_bg.gif) #8CB664;
	font-size: 1em;
	font-weight: 100;
	color: white;
	padding: 2px;
	margin: 0px;
	text-align: center;
	float: right;
	}
	
#featured .item p {
	width: 249px;
	height: 38px;
	padding: 0px;
	margin: 0px;
	color: black;
	float: right;
	overflow: hidden;
	}

#body div.links {

	}

#body div.links h2 {
	font-size: 1.2em;
	font-weight: 800;
	padding: 8px 0px 0px 8px;
	}

#body div.links p {
	padding: 4px 0px 0px 24px;
	}

	
/* Additional Nav data */	
	
#navigation ul ul, #navigation ul ul ul, #navigation ul li:hover ul, #navigation ul li:hover ul ul {
	display: none;
	}

#navigation ul li:hover ul, #navigation ul ul li:hover ul {
	display: block;
	}