body {
	background-color: #CBBB83;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
}
p {
	font-size: 1.1em;
	line-height: 1.3em;
}
a {
	color: #003C28;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	color: #003C28;
	font-style: italic;
	font-weight: normal;
}
#wrap {
	padding: 0 3px 0 3px;
	width: 763px;
	font-size: 13px;
	left: 50%;
	margin: 0 auto;	
	background: #cbba82 url('images/bg.gif') top center repeat-y;
	background-color: #e1d7b3;
}

#bottom {
	padding: 0 5px 0 5px;
	width: 755px;
	position:absolute;
	left: 50%;
	margin-left: -382px;	
	background: url('images/bg-bottom.gif') top center no-repeat;
	height:6px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
#wrap{background-position: top -1px;}
#bottom{background-position:top center;}
} 

.fine-print {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #666666;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	line-height: 16px;
	position: relative;
	margin-right: 38px;
	margin-left: 29px;
}
.fine-print a {
	color: #003C28;
	text-decoration: none;
}
.fine-print a:hover {
	text-decoration: underline;
}
#logo {
	background-color: #003C28;
	position: relative;
	width: 755px;
	text-align: left;
}
#navbar {
	background-color: #7C5E38;
	width: 755px;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	letter-spacing: 3px;
	height: 25px;
	margin-bottom: 16px;
	padding-top: 7px;
}
#navbar a {
	color: white;
	text-decoration: none;
}
#navbar a:hover {
	color: 003C28;
	background-color: #e1bf94;

}
#midcol {
	width: 715px;
	margin-bottom: 16px;
	position: relative;
	clear: left;
	vertical-align: middle;
	text-align: left;
	margin: 0 auto;

}
#propertybar {
	background-color: #003C28;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	width: 680px;
	font-variant: small-caps;
	letter-spacing: 3px;
	padding-top: 8px;
	padding-left: 10px;
	clear: left;
	position: relative;
	margin-top: 8px;
	margin-bottom: 8px;
	height: auto;
	padding-bottom: 8px;
}
#propertybar a {
	color: white;
	text-decoration: none;
}
#picturebox {
	border: 1px solid #003C28;
	position: relative;
	clear: left;
	float: left;
	margin-bottom: 8px;
	margin-right: 10px;
}
#textbox {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 2 em;
	position: relative;
	text-align: left;
	vertical-align: middle;
}
#textbox a{
	color: #003C28;
	text-decoration: none;
}
#textbox a:hover{
	text-decoration: underline;
}
#textbox a:visited{
	color: #45695D;
	text-decoration: none;
}
#textbox a:visited:hover{
	color: #45695D;
	text-decoration: underline;
}
.SOLD-DARK{
	font-family: "Times New Roman", Times, serif;
	color: #BDB17F;
	font-variant: normal;
}
.SOLD-LIGHT{
	font-family: "Times New Roman", Times, serif;
	color: #003C28;
	font-variant: normal;
	font-weight: bold;
}
#oldfields-logo {
	background-color: #550E0A;
	text-align: left;
	position: relative;
	width: 755px;
}
.image-border {
	border: 2px solid #003C28;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#sub-head {
	line-height: 1 em;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	color: #003C28;
	margin-bottom: 10px;
	padding-left: 10px;
}
#insert {
	float: left;
	width: 45%;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 10px;
}
.navbar-link {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar-link hover{
	color: #FFFFFF;
	text-decoration: none;
}
.header-bar {
	background-color: #003C28;
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-y;
	display: block;
	font-size: 1.5em;
	line-height: 2em;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	background-position: right;
}
.property-list {
	padding: 0px;
	margin: 0px;
}
		.property-list li {
			display: block;
			border-bottom-width: 1px;
			border-bottom-style: dashed;
			border-bottom-color: #666666;
			list-style-type: none;
			padding: 8px;
			clear: both;
		}
		.property-list span {
	font-size: 1.5em;
	font-weight: bold;
	color: #003C28;
	line-height: 1.5em;
		}
		.property-list .available {
			font-size: 0.9em;
			font-weight: bold;
			color: #ffffff;
			background-color: #7C5E38;
			display: inline;
			padding: 4px;
			text-transform: uppercase;
			margin-right: 5px;
			margin-left: 5px;
			letter-spacing: .5em;
		}
		.property-list .sold {
			font-size: 0.9em;
			font-weight: bold;
			color: #ffffff;
			background-color: #550E0A;
			display: inline;
			padding: 4px;
			text-transform: uppercase;
			margin-right: 5px;
			margin-left: 5px;
			letter-spacing: .5em;
		}
		.property-list .price {
			font-size: 1.2em;
			font-weight: bold;
			color: #550E0A;
			display: block;
			padding: 4px;
			text-transform: uppercase;
			margin-right: 5px;
			margin-left: 5px;
			font-family: Arial, Helvetica, sans-serif;
			text-align: right;
		}
		.break {
			clear: both;
			height: 1px;
			background-color: #E1D7B3;
		}

/* forms */

fieldset {
	margin: 1em 0 1em 22px;
	padding: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Helvetica, Arial, sans-serif;
}
legend {
	font-weight: bold;
	display: block;
}
textarea {
	width: 300px;
	height: 100px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
textarea.text {
	margin-bottom: 1em;
	margin-left: 1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
input.text {
	width: 200px;
	margin-bottom: 1em;
	margin-left: 1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
select {
	margin-bottom: 1em;
	margin-left: 1em;
}
input.radio, input.checkbox, input.submit {
	width: auto;
	float: left;
	margin-right: 1em;
}
label {
	float: left;
	width: 8em;
	text-align: right;
}
fieldset#checkbox {
	margin: 0em;
	padding: 1em 0;
	background: transparent;
	border-bottom: none;
	border-right: none;
	border-top: 1px dotted #CCCCCC;
	border-left: none;
}
#checkbox h2 {
	width: 10em;
	float:left;
	font-size:1em;
	font-weight: normal;
	clear: both;
}
#checkbox div {
	width: 12em;
	float:left;
	margin-top: .8em;
}
#checkbox label {
	width: 8em;
	float:none;
	display:block;
	margin-bottom: .5em;
	text-align: left;
}

/*-- text styles --*/

.disclaimerText {
	font-size: .7em;
	color: #333333;
}
#textbox input {
	width: 250px;
}

#navbar {
	margin: 0px;
	width: 755px;
	text-align: center;
}
		#navbar ul{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 755px;
	list-style-type: none;
		}


		#navbar li{
			float: left;
			vertical-align: middle;
		}
		#navbar a{
	letter-spacing:normal;
	color: #fff;
	text-decoration: none;
	float: left;
	display: block;
	padding-top: 4px;
	padding-right: 0.5em;
	padding-bottom: 4px;
	padding-left: 0.5em;
	background-image: url(images/navDivider.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 14px;
	margin: 0px;
		}
		#navbar ul .first a{
			background: none;
			padding-left: 30px;
		}
		#navbar ul .first a:hover{
	background: #C7AF83;
	text-decoration: none;
	color: #ffffff;
		}
		#navbar a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #C7AF83;
		}

#dropmenudiv{
	position:absolute;
	border:1px solid #a68d6d;
	border-bottom-width: 0;
	z-index:100;
	background-color: #7c5e38;
}

		#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #a68d6d;
	padding: 1px 0;
	text-decoration: none;
	line-height:1.2em;
	background: #7c5e38;
	color:#FFF;
		}
		
		#dropmenudiv a:hover{ /*hover background color*/
			background-image: url(images/navBGround.gif);
			background-repeat: repeat-x;
			color: #fff;
		}

#question{
	position:absolute;
	color: #FFF;
	font-size:16px;
	left:50%;
	margin-left:105px;
	top:135px;
	z-order:10000;
	width:256px;
	text-align: left;
}

#question a{
	color: #FFF;
	text-decoration:none;
}
#questionform  input, .questionform {
	width: 300px;
	border: 1px solid;
	border-color: #7C5E38;
}
.ask {
	background-color: #CBBB83;
}

#date{
	margin:0 auto;
	margin-left:3px;
	width:746px;
}

.textfloatrt {float:right; width:400px}

