body {
	background-color: #e4e4e4;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	
}
#page {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
h4 {
	font-size: 120%;
	text-transform: uppercase;
	color: #333;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCC;
}
h5 {
	font-size: 95%;
	color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #666;
	font-weight: bold;
	background-color: #999;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	text-transform: uppercase;
}
a {}
a:hover {}
.featureHeader {
	font-size: 150%;
	font-weight: normal;
	color: #333;
}
.price {
	color: #F00;
	font-weight: bold;
}
.saleStatus {
	float: right;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	padding: 8px;
	-moz-border-radius:14px;
	-webkit-border:14px;
	border-radius:14px;
}
.more {
	background-color: #F37021;
	padding: 3px;
	float: right;
	width: 65px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	-moz-border-radius:4px;
	-webkit-border:4px;
	border-radius:4px;
	margin-right: 10px;
	font-size: 90%;
	text-transform: uppercase;
}
#header {
	width: 980px;
	background-color: #FFF;
	overflow: hidden;
}
#header p {
	float: left;
	margin: 0px;
	padding: 0px;
}
#header span {
	display: block;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}
#sideLeft {
	width: 175px;
	margin-right: 20px;
}
#sideRight {
	width: 265px;
	margin-left: 20px;
}
#sideRight dl {
	font-size:95%;
	line-height:110%;
	margin-bottom:10px;
	padding-left: 5px;
}
#sideRight dt, #sideRight dd {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
#sideRight dt {
	float:left;
	width: 90px;
	font-weight: bold;
	margin: 0px;
	height: 22px;
	padding: 0px;
	line-height: 22px;
}
#sideRight dd {
	width: 150px;
	float: left;
	margin: 0px;
	line-height: 22px;
	height: 22px;
}

.inner {
	padding: 5px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	background-color: #E9E9E9;
	-moz-border-radius:2px;
	-webkit-border:2px;
	border-radius:2px;
	overflow: hidden;
}
.inner h2 {
	font-size: 100%;
	background-color: #D8D8D8;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	-moz-border-radius:2px;
	-webkit-border:2px;
	border-radius:2px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
}
.inner ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.inner li {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.inner a {
	color: #039;
	text-decoration: none;
}
.rightListing {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	margin-bottom: 5px;
	overflow: hidden;
}
.rightListing h3{
	margin: 0px;
	padding: 0px;
	font-size: 95%;
}
.rightListing img{
	float: right;
	height: 60px;
	width: 80px;
	border: 1px solid #CCC;
}
.rightListing a{
	font-weight: bold;
	color: #F60;
	text-decoration: underline;
}
form input[type="text"], form input[type="password"] {
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 50px;
}
form input[type="submit"], form input[type="reset"] {
	background-color: #666;
	font-size: 90%;
	color: #FFF;
	border: 1px solid #333;
	font-weight: bold;
}
form select {
	background-color: #FFF;
	width: 80px;
	border: 1px solid #CCC;
}
form textarea {}
.middlehead {
	color: #47484A;
	font-weight: bold;
	text-align: justify;
}
.expanded
{
	DISPLAY			: all;
}
.collapsed
{
	DISPLAY			: none;
}
.propertyListing {
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	-moz-border-radius:4px;
	-webkit-border:4px;
	border-radius:4px;
}
.propertyListing h3{
	color: #333;
	font-size: 120%;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-position: 1px 3px;
}
.propertyListing img{
	float: right;
	height: 135px;
	width: 180px;
	border: 1px solid #CCC;
}
.propertyListing a{
	background-color: #F37021;
	padding: 5px;
	float: left;
	width: 80px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	-moz-border-radius:4px;
	-webkit-border:4px;
	border-radius:4px;
}
.odd {
	background-color: #e4e4e4;
}
.even {
	background-color: #FFC;
}
#tools {
	padding: 0px;
	list-style-type: none;
	clear: both;
	height: 25px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#tools li {
	display: block;
	float: left;
}
#tools img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#tools a {
	font-weight: bold;
	text-transform: capitalize;
	color: #333;
	text-decoration: none;
	margin-right: 8px;
	border: 1px solid #CCC;
	display: block;
	padding: 5px;
}
#tools a:hover {
	background-color: #ccc;
}
#printTools {
	padding: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#printTools a {
	background-color: #f3f3f3;
	padding: 5px;
	border: 1px solid #CCC;
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	width: 70px;
	text-align: center;
	float: right;
}
#printTools input[type="text"]{
	width: 250px;
}
#pagination li {
	display: inline;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
#pagination {
	padding: 5px;
	list-style-type: none;
	color: #000;
	background-color: #f3f3f3;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #CCC;
}
#pagination a:hover {
	background-color: #CCC;
	color: #333;
}
#pagination a {
	color: #FFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	background-color: #F37021;
	font-weight: bold;
	-moz-border-radius:3px;
	-webkit-border:3px;
	border-radius:3px;
}
#pagination .current {
	background-color: #F37021;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	color: #FFFFFF;
	font-weight: bold;
	-moz-border-radius:3px;
	-webkit-border:3px;
	border-radius:3px;
}
#pagination em {
	color: #FF6600;
	padding-right: 3px;
	padding-left: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF6600;
	border-left-color: #FF6600;
	margin-left: 5px;
}
#footer {
	width: 980px;
	background-color: #CCC;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#footer a {}
/*************************************



MENU



***************************************/

#menuNav {
	height:36px;
	z-index:100;
	padding: 0px;
	background-color: #F37021;
	width: 980px;
	position: relative;
	background-image: url(images/navBg.gif);
	background-repeat: repeat-x;
	margin-bottom: 8px;
	-moz-border-radius:3px;
	-webkit-border:3px;
	border-radius:3px;
}
* html #menuNav {
	height:36px;
	padding:0px;
	margin: 0px;
}
#menuNav ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#menuNav ul ul {
}
#menuNav li {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
#menuNav a, #menuNav a:visited {
	display:block;
	color:#FFF;
	height:36px;
	padding-left:12px;
	line-height:36px;
	padding-right:12px;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
}
* html #menuNav a, * html #menuNav a:visited {
	font-size:120%;
	line-height:36px;
	color:#CCC;
	float:left;
	display: block;
}
#menuNav ul ul a.drop:hover {
	background-repeat: no-repeat;
	background-position: center;
}
#menuNav ul ul ul a, #menuNav ul ul ul a:visited {
	background-color:#ba2627
}
#menuNav ul ul ul a:hover {
}
* html #menuNav ul ul {
}
#menuNav ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:36px;
	left:0;
	text-align:left
}
#menuNav ul ul ul {
	left:200px;
	top:-1px
}
#menuNav ul ul ul.left {
	left:-200px
}
#menuNav table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
#menuNav ul ul a, #menuNav ul ul a:visited {
	color:#FFF;
	height:auto;
	line-height:1em;
	width:179px;
	border-top-width:0;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-top-color:#CA4200;
	border-right-color:#CA4200;
	border-bottom-color:#CA4200;
	border-left-color:#CA4200;
	background-color:#FF5300;
	padding-top:8px;
	padding-right:10px;
	padding-bottom:8px;
	padding-left:10px;
	font-size: 95%;
	font-weight: normal;
}
#menuNav table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
* html #menuNav ul ul a, * html #menuNav ul ul a:visited {
	width:179px;
	w\idth:179px;
	height:auto;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
}
#menuNav a:hover, #menuNav ul ul a:hover {
	color:#000;
	text-decoration: none;
	background-repeat: repeat-x;
	background-color: #999;
	background-image: url(images/navBgOver.gif);
}
#menuNav :hover > a {
	color:#000;
	text-decoration: none;
	background-color: #999;
	background-image: url(images/navBgOver.gif);
	background-repeat: repeat-x;
}
#menuNav ul ul :hover > a {
	color:#FFF;
	text-decoration: none;
	background-image: none;
	background-repeat: repeat;
	background-color: #FF7C00;
}
#menuNav ul li:hover ul, #menuNav ul a:hover ul {
	visibility:visible
}
#menuNav ul :hover ul ul {
	visibility:hidden
}
#menuNav ul :hover ul :hover ul {
	visibility:visible;
}

