/* CSS Document for Patricia Meadows */
/* Created by Evan Mathews on 6/13/11 */

body {
	background-color: #000000;
	background-image: url(/files/982027/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#agentPic {display:none;}
#pageTitle {display:none;}
#contentHeadWrap h4 {display:none;}
.openhouse {color:#000000}
#banner {
	background-image: url(/files/982027/banner.jpg);
	background-repeat: no-repeat;
	height: 175px;
	width: 952px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	background-color: #D0B065;
	width: 950px;
	*width: 952px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#container #qs {
	background-image: url(/files/982027/qs-bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 315px;
	width: 207px;
}
#container #ss {
	float: right;
}
#container #qs form {
	padding:0px;
	margin:0px;
	position:relative;
	top:60px;
	left:2px;
}
#container #qs select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #454545;
	background-color: #fff;
	border: 1px solid #454545;
}
#container #qs input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #454545;
	background-color: #fff;
	border: 1px solid #454545;
}
#qs #go {
	background-image: url(/files/982027/search-btn.jpg);
	background-repeat: no-repeat;
	width: 140px;
	*width: 142px;
	height: 24px;
	*height: 26px;
	font-size: 1px !important;
}
#mainContent {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#mainContent font {
	font-family: Tahoma;
}
#mainContent a {
	color: #FFF;
}
#intContent {
	width: 700px;
	padding: 15px 15px 15px 15px;
background-color: #FFF;
}
#panel {
	width: 180px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
#mainNavigation a {
	display: block;
	line-height: 30px;
	margin-bottom: 3px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	background: url() #1E1E1E;
	border-right: 2px solid #000;
}
#mainNavigation a:hover {
	background: url() #000000;
}
#contactInfo {
	margin-top: 20px;
	font-size: 12px;
	line-height: 15px;
}
#contactInfo a {
	color: #414141;
}
.clear {
	clear: both;
}
#container #footer {
	background-image: url(/files/982027/footer.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 950px;
}

/* NAV STYLES */

#nav {
	background-image: url(/files/982027/nav.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 950px;
	position: relative;
	z-index: 99;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	display:block;
	text-align:center;
	color:#1B2013;
	height:29px;
}

#nav a.listings {
	width: 195px;
}
#nav a.buySell {
	width: 190px;
}
#nav a.community {
	width: 185px;
}
#nav a.contact {
	width: 165px;
}
#nav a.videos {
	width: 210px;
}

#nav a.sub {
	display: block;
	width:185px;
	height:24px;
	padding-left:10px;
	background-color:#FFFFFF;
	font-family: Tahoma;
	font-size:12px;
	font-weight:normal;
	line-height:24px;
	color:#000000;
	text-decoration:none;
	text-align:left;
	border:1px #000000 solid;
	border-width:0 1px 1px 1px;
}
#nav a:hover.sub {
	background-color:#DFDFDF;
	color:#000000;
}

#nav li {
	float: left;
	position:relative;

}
#nav li ul {
	position: absolute;
	left: -9999px;
	width:185px;
}

#nav li:hover ul {
	position:absolute;
	left:0;
	top:29px;
}
#nav li:hover ul, #nav li.navhover ul {
	left:-40px;
	top:29px;
}

#nav a.sub_sub {
	display: block;
	width:185px;
	height:24px;
	padding-left:10px;
	background-color:#FFFFFF;
	font-family: Tahoma;
	font-size:12px;
	font-weight:normal;
	line-height:24px;
	color:#000000;
	text-decoration:none;
	text-align:left;
	border:1px #000000 solid;
	border-width:1px 1px 1px 1px;
}

#nav a:hover.sub_sub {
	background-color:#DFDFDF;
	color:#000000;
}
#nav li:hover ul li ul {
	position:absolute;
	left: -9999px;
}

#nav li:hover ul li ul, #nav li.navhover ul li ul {
	left: -9999px;
}

#nav li ul li {
	padding-left:45px; 
	z-index:99;
	float: left;
	position:relative;
}

#nav li ul li ul{
	position: absolute;
	left: -9999px;
	width:185px;
}

#nav li ul li:hover ul {
	position:absolute;
	left:197px;
	*left:185px;
	top:0;
}


#nav li ul li:hover ul, #nav li ul li.navhover ul {
	left:197px;
	*left:185px;
	top:0;
}
#disclaimerWrapper {
	width:950px;
	color:#FFF;
	font-size:11px;
	text-align:center;
	margin:20px auto 20px;
}
#disclaimerWrapper a {
	color:#FFF;
}
.disclaimer {
	color:#FFF;
	font-size:11px;
	text-align:left;
}
.disclaimer a {
	color:#FFF;
}

