@charset "utf-8";

html {
	margin: auto;
	margin-top: 0px;
	padding: 0px;
}	

body {
	text-align: center;
	margin: auto;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/page-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #eae9da;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

p, td {
	font-size: 11px;
}	

#wrapper {
	width: 884px;
	margin: auto;
	padding-top: 18px;
}

#content-wrapper {
	width: 884px;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#content {
	width: 860px;
	padding: 9px;
	border: 1px solid #eee;
	border-bottom: 0px;
}

#banner {
	width: 850px;
	padding: 4px;
	border: 1px solid #d5d5d5;
}

#nav {
	width: 842px;
	height: 30px;
	background-image: url(images/nav-bg.gif);
	background-repeat: no-repeat;	
	padding-bottom: 4px;
	padding-left: 18px;
}

#nav img {
	padding-right: 14px;
}	

#logo {
	padding-left: 20px;
	float: left;
}

#gulls {
	padding-right: 20px;
	float: right;
}	

#subpage {
	padding-left: 20px;
	padding-right: 12px;
	padding-top: 24px;
	padding-bottom: 36px;
	text-align: left;
	background-image: url(images/subpage-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}	

#subpage-img {
	float: right;
	padding-right: 12px;
	padding-top: 12px;
}		

#subpage-nav, #subpage-nav-cottages {
	float: right;
	padding-right: 12px;
	width: 240px;
}

#subpage-nav {
	padding-top: 35px;	
}

#subpage-nav ul, #subpage-nav-cottages ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;	
}
#subpage-nav li, #subpage-nav-cottages li {
	list-style: none;
	padding: 8px;
	border-bottom: 1px dashed #a73737;
	text-align: left;
}

#subpage p {
	font-size: 13px;
	line-height: 140%;
}

#text {
	width: 560px;
}	

#text_cottages {
	width: 830px;	
}

#text li {
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#text form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*#text form input {
	background-color: #fbfbf4;
	border: 1px solid #c6c4ab;
}*/

#text form select {
	background-color: #fbfbf4;
	border: 1px solid #c6c4ab;
}

.text-blue {
	color: #6ca5d0;
	font-weight: bold;
}

.text-red {
	color: #a73737;
	font-weight: bold;
}

.text-brown {
	color: #3a2617;
	font-weight: bold;
}

.disclaimer {
	color: #a73737;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

#title {
	font-size: 15px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #a73737;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 560px;
}	

#bottom-subpage {
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 0px;
	background-image: url(images/subpage-bg.jpg);
	background-repeat: no-repeat;
	background-color: #e9e8d9;
	width: 860px;
	text-align: left;
}

#bottom {
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 0px;
	height: 220px;
	background-image: url(images/footer-bg.jpg);
	width: 860px;
	text-align: left;
}

#bottom p {
	padding-left: 22px;
	padding-right: 20px;
	padding-top: 0px;
	margin: 0px;
}		

#bottom-left {
	float: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 286px;
}

#bottom-middle {
	float: left;
	padding: 0px;
	margin: 0px;	
	border: 0px;
	width: 288px;		
}

#bottom-right {
	float: right;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 286px;		
}		

#closer {
	height: 6px;
	padding: 0px;
	margin: 0px;
}

#footer {
	width: 865px;
	margin: auto;
}	

#copyright {
	text-align: right;
	font-size: 60%;
	color: #5d5d57;	
	padding-right: 15px;
	float: right;
	margin: auto;
}

#realestate {
	float: left;
	text-align: left;
	padding-left: 25px;
	font-size: 60%;
	line-height: 15px;
	color: #5d5d57;	
}

#eho {
	text-align: left;
	vertical-align: bottom;
	width: 728px;
	margin: auto;
	padding-right: 134px;
	padding-left: 22px;
	padding-top: 10px;
}

#eho p {
	color: #5d5d57;
	font-size: 8px;
}	

#eho img {
	float: left;
	padding-right: 12px;
}	


#clearer {
	height: 1px;
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;	
	overflow: hidden;
	visibility: hidden;
}

.form_table {
	background-color:#e4e2cf;
	border: 1px solid #bebb9f;
	padding: 10px;
	width: 540px;
}

.form_nest_table {
	padding: 5px;
}

.form_other {
	width: 120px;
}

.form_input {
	background-color: #fbfbf4;
	border: 1px solid #c6c4ab
}

fieldset {
	border: solid 1px #bebb9f;
	background-color: #eae8d9;
	padding: 10px;
	margin-top: 10px;
}

legend {
	color: #000;
}

label {  
display: block;
}

.textarea {
	background-color: #fbfbf4;
	border: 1px solid #c6c4ab;
}


.map {
	padding: 4px;
	border: 1px solid #9e4200;
}

.img_tn {
	margin-left: 0px;
	margin-right: 4px;
	border: 1px solid #3a2617;
}

.img1 {
	margin-left: 0px;
	margin-right: 7px;
	border: 1px solid #3a2617;
}

.img2 {
	margin-left: 7px;
	margin-right: 0px;
	border: 1px solid #3a2617;
}

.img3 {
	border: 1px solid #3a2617;
	margin-bottom: 10px;
}


.td_border {
	border-bottom: 1px solid #3a2617;
}

.td_floorplan  {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 14px;
	font-size: 11px;
}

a:link {
	color: #a73737;
	text-decoration: underline;
}

a:hover {
	color: #000;
}	

a:visited {
	color: #5d5d57;
	text-decoration: underline;
}

a:active {
	color: #fff;
	text-decoration: underline;
}	
