/* CSS Document */

body, html {
	width:100%;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#91867e;
}
h1	{font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#container {
	width:749px;
	margin:0 auto;
	background:url(images/container_bg.gif) repeat-y;
}

#containerAbout {
	width:749px;
	height:2900px;
	background:url(images/container_bg.gif) repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#containerIndex {
	width:749px;
	height:775px;
	margin:0 auto;
	background:url(images/container_bg.gif) repeat-y;
}

#containerBuying {
	width:749px;
	height:690px;
	margin:0 auto;
	background:url(images/container_bg.gif) repeat-y;
}

#containerNewAbout {
	width:749px;
	margin:0 auto;
	background:url(images/container_bg.gif) repeat-y;
}

#containerContact {
	width:749px;
	height:868px;
	margin:0 auto;
	background:url(images/container_bg.gif) repeat-y;
}

#containerSelling {
	width:749px;
	height:892px;
	margin:0 auto;
	background:url(images/container_bg.gif) repeat-y;
}

#containerAreaInfo {
	width:749px;
	height:1284px;
	margin:0 auto;
	background:url(images/container_bg.gif) repeat-y;
}

#containerMortgage {
	width:749px;
	height:885px;
	margin:0 auto;
	background:url(images/container_bg.gif) repeat-y;
}

#containerFrame {
	width:749px;
	margin:0 auto;
	background:url(images/container_bg.gif) repeat-y;
}

#header {
	width:739px;
	height:130px;
	margin:0 auto 0 auto;
	background-repeat:no-repeat;
	display:block;
}

#header-align {
	width:371px;
	padding:0 0 0 35px;
	float:left;
	text-align:justify;
}

#bodyArea {
	background-image:url(images/body_bg.gif);
	background-repeat:no-repeat;
	width:739px;
	display:block;
	margin-left:5px;
}

#newbodyArea {
	background-image:url(images/body-temp.gif);
	background-repeat:no-repeat;
	width:739px;
	display:block;
	margin-left:5px;
}
#newbodyAreanewlistings {
	width:739px;
	display:block;
	margin-left:5px;
}

#contentpara {
	width:665px;
	padding-left:35px;
	padding-right:35px;
}

#footer {
	width:749px;
	height:52px;
	display:block;
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#bbb1a9;
	text-align:center;
	line-height:15px;
	padding:7px 0 0 0;
	clear:both;
	position:relative;
}

#footer-results {
	width:749px;
	height:52px;
	display:block;
	background-image:url(images/footer_bg_results.gif);
	background-repeat:no-repeat;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#bbb1a9;
	text-align:center;
	line-height:9px;
	padding:7px 0 0 0;
	clear:both;
	position:relative;
}

#footer a{
	color:#bbb1a9;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}

#body-col-a {
	width:380px;
	padding:0 0 0 25px;
	float:left;
	text-align:justify;
}

#body-col-a-new {
	width:727px;
	padding:0 0 0 10px;
	float:left;
	text-align:justify;
}

#body-col-a-2 {
	width:371px;
	padding:0 0 0 35px;
	float:left;
	text-align:justify;
}

#body-col-b {
	width:250px;
	padding:0 50px 0 5px;
	float:right;
	text-align:justify;
}

#body-col-b2 {
	width:250px;
	padding:0 50px 0 0;
	float:right;
	text-align:justify;
}

#form {
	padding:5px 0 0 35px;
	width:719px;
}

.formFields {
	border:1px solid #666666;
	padding:1px;
}

.submit {
	padding:10px 0 0 35px;
	width:719px;
}

br.clear {
	clear:both;
}

.nav {
	width:706px;
	height:25px;
	background:#5d2e28;
	display:block;
	margin:0 auto;
	padding:0 0 0 33px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#nav {
	margin-top:0;
}

.nav1 {
	width:87px;
}

.nav2 {
	width:52px;
}

.nav3 {
	width:50px;
}

.nav4 {
	width:62px;
}

.nav5 {
	width:111px;
}

.nav6 {
	width:124px;
}

.nav7 {
	width:71px;
}

.nav8 {
	width:72px;
}

ul {
	margin:0;
	padding:0 5px 0 5px;
	list-style:none;
	
}

ul li {
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

li ul {
	position:absolute;
	left:0;
	top:25px;
	display:none;
}

li > ul {
	top:auto;
	left:auto;
}

ul li a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	background:#5d2e28;
	padding:5px;
	border-bottom:0;
}

ul li a:hover {
	text-decoration:underline;
}

.sub {
	width:185px;
}

li:hover ul, li.over ul { display: block; }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

a {
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#dropmenudiv{
	position:absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:18px;
	z-index:100;
	background-color:#5d2e28;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
}

#dropmenudiv a:hover{
	background-color: #542722;
}

tr {
	border-bottom:1px solid #660000;
	padding-bottom:15px;
}

.frame {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}

.i {
	border:5px solid #3f3832;
}

.pb {
	color:#3f3832;
	font-size:9px;
	margin:2px 0 0 5px;
	float:right;
}

.about {
	margin:0 0px 0 0px;
	text-align:justify;
}

.about td {
	padding:0 10px 0 0px;
}
