@CHARSET "UTF-8";
/*
THEME:
brown: 6d4f19
green: aa974a
tan:   ceb769
white: ffffff


*/

/* global reset */
body,img,p,h1,h2,h3,h4,h5,h6,fieldset,form,table,td,ul,li,dl,ol,dd,dt,pre,blockquote,code{ margin:0; padding:0; border:0; }

/*
------------------------------
	elements
------------------------------
*/
body{
	background: #f7f5ef url(../images/background.gif) top left repeat;
	font-family: "Lucida Grande",Lucida Sans, Verdana, sans-serif;
	font-size: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
p{
	color: #333333;
	font-size: 12px;
	line-height: 1.77em;
	margin: 10px 0;
	
}
a,a:active,a:visited,a:hover{
	color: #93908d; 
}
h2,h3{ margin: 10px 0; }

h4,h5,h6{ margin: 6px 0; }
h1{ color: #444444; padding: 15px 0 0 0; font: 2.0em Plantin, "Plantin std", "Plantin", "Baskerville", Georgia, "Times New Roman", serif; font-weight: bold; }
h2{ color: #979981; font-size: 18px; font-weight: normal; letter-spacing: 1px; }
h3{ color: #777777; font-size: 16px; }
ul,ol{  }
textarea{ overflow: auto; }
button{ border: solid 1px #ffffff; background-color: #c7c9b1; color: #ffffff; font-weight: bold; padding: 5px 10px; }
button:hover{ border: solid 1px #f4f4f4; }
/*
------------------------------
	layout
------------------------------
*/
#wrapper{
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
#header{
	position: relative;
	margin: 0 0 20px 0;
}
#content{
}
#footer{
	padding: 20px;
}

/*
------------------------------
	sections
------------------------------
*/
#header #titlebar{ height: 75px; }
#header #nav{ width: 700px; }
#header #nav li{ float: left; list-style: none; width: 175px; background: #e3e0dd url(../images/menubg.jpg) 0 -7px repeat-x; }
#header #nav li a{ display: block; color: #444444; text-decoration: none; text-transform: uppercase; text-align: center; font-weight: bold; font-size: 14px; padding: 10px 0; }
#header #nav li a:hover,#header #nav li a:active, #header #nav li.curr a{ color: #777777; }
#header #imageshow{ }

#content{ background: #f3f0dd url(../images/body_corner_bg.jpg) top right no-repeat; padding: 0 20px; margin: 30px 0; border: solid 10px #d3d0cd; }

#footer p{ font-size: 10px; color: #a3a09d; }
#footer a{ color: #93908d; font-size: 10px; }

/*
------------------------------
	pages
------------------------------
*/

.properties{}
.properties .propertydetail{ margin: 10px 0; padding: 10px 0;  border-bottom: solid 2px #e3e0dd;}
.properties .propertydetail a{ float: left; margin: 0 20px 0 0; }
.properties .propertydetail a img{  }
.properties .propertydetail h3{}
.properties .propertydetail ul{ font-size: 12px; padding: 0 0 0 30px; }
.properties .propertydetail ul li{ margin: 4px 0; }

.gallery{ margin: 0 -20px 0 0; }
.galleryimage{ width: 33%; float: left; margin: 0 0 20px 0; }

/*
------------------------------
	classes
------------------------------
*/
.clear{ clear: both; }
.error label{ color: #ff0000; }
.errorBlock{ background-color: #FFC6A5; border: solid 1px #ff0000; color: #ff0000; padding: 5px 10px; font-weight: bold; font-size: 12px; }
.successBlock{ background-color: #99ff99; border: solid 1px #00aa00; color: #00aa00; padding: 5px 10px; font-weight: bold; font-size: 12px; }
a.gmap, a.gmap:active, a.gmap:visited, a.gmap:hover{ color: #93908d; }

form.contactForm{ font-size: 12px; padding: 0 20px; }
form.contactForm .row{ margin: 10px 0; }
form.contactForm .row label{ display: block; float: left; clear: left; width: 70px; font-weight: bold; color: #777777; } 
form.contactForm .row input{ width: 300px; background-color: #ffffff; border: solid 1px #aaaaaa; }
form.contactForm .row textarea{ width: 300px; height: 150px; background-color: #ffffff; border: solid 1px #aaaaaa; }
form.contactForm .buttonrow{ padding-left: 70px; }

.wysiwyg{ font-size: 11px; line-height: 22px; }
.wysiwyg ul,.wysiwyg ol{ font-size: 11px; }
.wysiwyg li{ margin: 3px 0; }
.wysiwyg blockquote{ margin: 10px 0 10px 40px; }
.wysiwyg a{ color: #444444; text-decoration: underline; }

