@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FEFEF2;
	margin-top: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #704229;
	font-size: 14px;
}
a:link {
	color: #714129;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #714129;
}
a:hover {
	text-decoration: none;
	color: #633;
}
a:active {
	text-decoration: underline;
	color: #714129;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
#bodyholder {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#bodybg {
	float: left;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
} 

#bodyinner {
	float: left;
	width: 770px;
	padding-right: 45px;
	padding-left: 35px;
} 

#bodybottom {
	float: left;
	height: 37px;
	width: 850px;
	background-image: url(images/mainbottom.jpg);
	background-repeat: no-repeat;
}
.logoholder {
	float: left;
	height: 111px;
	width: 850px;
}

.addressholderouter {
	float: left;
	height: 30px;
	width: 850px;
	margin-top: 8px;
}

.navholder {
	float: left;
	height: 70px;
	width: 850px;
	margin-top: 16px;
}

.navinner {
	float: left;
	height: 40px;
	width: 786px;
	margin-left: 64px;
}

.addressholder {
	float: left;
	border-top: solid #714129 1px;
	border-bottom: solid #714129 1px;
	height: 21px;
	width: 760px;
	margin: 0 50px 0 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-top: 9px;
}

img.nohover {border:0}
img.hover {border:0;display:none}

A:hover img.hover {
	display:inline;
}
A:hover img.nohover {
	display:none;
}

#navcontainer
{
	float: left;
	margin-left: 235px;
	margin-top: 5px;
	margin-bottom: 0.1em;
	overflow: hidden;
	width: 460px;
}

#navlist
{
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist li
{
border-left: 1px solid #000;
float: left;
line-height: 1.1em;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;
}

.footholder {
	float: left;
	height: 70px;
	width: 650px;
	margin-top: 4px;
	margin-left: 100px;
	margin-right: 100px;
	font-size: 10px;
	text-transform: uppercase;
}

.footinner {
	float: left;
	height: 40px;
	width: 786px;
	margin-left: 64px;
}

.indexholder {
	float: left;
	width: 780px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

.indexleft {
	float: left;
	width: 300px;
	margin-left: 0px;
}

.indexright {
	float: left;
	width: 400px;
	margin-left: 30px;
	margin-top: 14px;
}

.propertyholder {
	float: left;
	width: 640px;
	margin-top: 25px;
	margin-left: 85px;
	margin-right: 0px;
	padding-bottom: 15px;
	border-bottom: solid #714129 1px;
}

.propertyholder2 {
	float: left;
	width: 640px;
	margin-top: 25px;
	margin-left: 85px;
	margin-right: 0px;
	padding-bottom: 15px;
}

.propertytop {
	float: left;
	width: 640px;
	border-bottom: solid #714129 1px;
	margin-left: 80px;
}

.imageborder {
	border: 1px solid #633;
}

input.name {
	float:left;
	font-size:13px;
	padding-left:5px;
	padding-right:11px;
	padding-top:3px;
	text-align:left;
	width:250px;
	margin-top: 0px;
	margin-bottom: 10px;
	border: solid #714129 1px;
	font-family:Arial,Helvetica,sans-serif;
}

textarea.mb {
	border: solid #714129 1px;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.9em;
	height:70px;
	padding-left:8px;
	padding-top:8px;
	width:250px;
}
