* {padding:0; margin:0}

body {
	
	background-color: #DFC07F;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656F67;
	}
#splash {
	background-image: url(../i/splash1.jpg);
	background-repeat: no-repeat;
	height: 470px;
	width: 780px;
	margin:20px auto;
	position: relative;
}
#splash #content a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #656F67;
	color: #656F67;
	text-decoration: none;
}

#splash #content ul {
	/* padding-left:20px; */
	list-style-type: square;
	
}
#splash #content ul li {
	margin-left:35px;
	padding-bottom: 5px;
}
#content {
	position: absolute;
	height: 310px;
	width: 365px;
	left: 372px;
	top: 122px;
	overflow:auto;
	
}
#splash #forsale {
	height: 165px;
	width: 165px;
	position: absolute;
	left: 10px;
	top: 9px;
	z-index: 20;
}

#photo {
	position: absolute;
	height: 400px;
	width: 294px;
	left: 36px;
	top: 35px;
	z-index: 10;
}
#map {
	position: absolute;
	height: 400px;
	width: 294px;
	left: 36px;
	top: 35px;
	z-index: 10;
}
#splash #content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #5B8987;
}
#splash #content p {
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 5px;
}
#splash #content a:hover {
	border-bottom-color: #579087;
	border-bottom-width: 1px;
	border-bottom-style: solid;	
}
ul#menubar {
	width: 390px;
	height:25px;
	
	margin: 0 auto;
	padding: 0;
	position: absolute;
	left: 355px;
	top: 86px;
}
	
ul#menubar li {
	list-style: none;
	color: #FFFFFF;
	text-align: center;
	float:left;
}
ul#menubar li, ul#menubar a {
    height: 24px; display: block;}
	
ul#menubar li#nav1b {width: 78px;}
ul#menubar li#nav2b {width: 78px;}
ul#menubar li#nav3b {width: 78px;}
ul#menubar li#nav4b {width: 78px;}
ul#menubar li#nav5b {width: 78px;}
  
ul#menubar li#nav1b a:hover {
    background: transparent url(../i/hoverbar.gif) no-repeat 0 0;}
ul#menubar li#nav2b a:hover {
    background: transparent url(../i/hoverbar.gif)
    -78px 0 no-repeat;}
ul#menubar li#nav3b a:hover {
    background: transparent url(../i/hoverbar.gif)
    -156px  0 no-repeat;}
ul#menubar li#nav4b a:hover {
    background: transparent url(../i/hoverbar.gif)
    -234px 0  no-repeat;}
ul#menubar li#nav5b a:hover {
    background: transparent url(../i/hoverbar.gif)
    -312px 0  no-repeat;}
.style1 {
	color: #538F87;
	font-style: italic;
}

/* Styling for Forms */
fieldset {
	border: 1px solid #ECD8B3;
	margin:10px 0 20px 0;
	padding: 20px 10px 10px 10px;
	clear:both;
}
legend {
	border: 1px solid #EBD9C3;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding: 5px;
	background-color: #ffffff;
	color: #5F9391;
} 

form fieldset p {width:300px;clear:both;padding:0;margin:0;} 
form fieldset p label {float:left;padding:0 0 10px 0}
form fieldset p select, input, textarea, text, button {
	float:right;
	margin:0;
	padding:0;
	color: #996666;
	background-color: #FFFFFF;
	border: 1px solid #EADBBA;
}



textarea {
	width: 85%;
}

/* Styles for Image Gallery */


#splash #content img.pic {
	float: left;
	height: 75px;
	width: 75px;
	margin: 0 0 5px 5px;
	padding: 0;
	cursor:pointer;
	border-top: 1px solid #999999;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #999999;
  }
