/* CSS Document */
/* whole document*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, Verdana;
	font-size: 100%;
}
a {
	color: #541800;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
hr {
	width: 735px;
}
div {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
.body {
	width: 1000px;
}
.MidHolder {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
.MiddleContent {
	width: 1000px;
}
.Display {
	display: inline;
}
.SailBoat {
	width: 500px;
	height: 125px;
	float: left;
	display: inline;
	background-image: url(../images/TopBG.jpg);
	background-repeat: repeat-x;
}
.SearchContent {
	width: 500px;
	height: 125px;
	float: left;
	background-image: url(../images/SearchBG.jpg);
	background-repeat: no-repeat;
}
/* Search Navigation*/
.SearchContent ul {
	font-size: 90%;
	list-style: none;
	font-weight: 400;
	margin: 25px 95px 5px 0px;
}
.SearchContent ul li {
	display: inline;
	margin: 5px;
	padding: 0 2px 0 2px;
}
.SearchContent ul li a {
	font-weight: 600;
	outline: none;
	text-decoration: none;
	color: #666666;
}
.SearchContent ul li a:hover {
	color: #000000;
	top: 1px;
	text-decoration: underline;
}
/* Elite Navigation Content*/
.SearchBar {
	width: 232px;
	padding: 5px 5px 4px 15px;
	background-image: url(../images/Searchbar.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 2px 0px 1px 0;
	font-size: 75%;
}
.SearchBTN {
	background-image: url(../images/Searchbtn.jpg);
	background-repeat: no-repeat;
	width: 119px;
	padding: 1px 0 4px 0;
	margin: 0px 0 2px 0;
	background-color: transparent;
	color: #541800;
	font-weight: 800;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.Description {
	margin: 0 40px 0 0;
	font-weight: 500;
	color: #666666;
	font-size: 65%;
}
#elite {
	text-align: left;
	color: #666666;
	display: block;
}
.city {
	width: 60px;
	border: 1px solid #7f9db9;
	margin: 0px 0px 0px 1px;
	font-size: 75%;
	padding: 2px 5px 2px 5px;
	color: #666666;
}
.type {
	border: 1px solid #7f9db9;
	color: #666666;
	margin: 0px 0 -1px 0;
}
.typeSpan {
	padding-left: 22px;
}
.list {
	padding: 2px 0px 0px 7px;
	font-size: 80%;
}
.min {
	width: 60px;
	border: 1px solid #7f9db9;
	margin: 5px 0 0px 0;
	font-size: 75%;
	padding: 2px 5px 2px 5px;
	color: #666666;
}
.minSpan {
	padding-left: 26px;
}
.goBTN {
	margin-left: 10px;
	margin-bottom: -2px;
	background-image: url(../images/SearchbtnSmall.jpg);
	width: 30px;
	background-repeat: no-repeat;
	font-weight: 500;
	height: 24px;
	cursor: pointer;
}
.max {
	width: 60px;
	border: 1px solid #7f9db9;
	margin: 5px 0 0px 0px;
	font-size: 75%;
	padding: 2px 5px 2px 5px;
	color: #666666;
}
#local {
	text-align: left;
	color: #000000;
	display: none;
	margin-left: 0px;
	margin-top: 0px;
}
/* MLS & Local Navigation Content*/
.text {
	margin: 20px 0px 0 0px;
	color: #541800;
	font-size: 85%;
}
.text a {
	color: #993300;
}
.text a:hover {
	text-decoration: underline;
}
/* Local Navigation Content*/
.MidNavigation {
	width: 1000px;
}
.bottomHref {
	width: 735px;
	border-top: 1px solid #666666;
	margin: 15px 0 0 0;
	padding: 5px 0 5px 0;
}
.bottomHref ul {
	list-style-type: none;
	font-size: 85%;
}
.bottomHref ul li {
	font-size: 90%;
	display: inline;
	padding: 5px 5px 0 5px;
}
.bottomHref ul li a {
	color: #541800;
	text-decoration: none;
	font-weight: 700;
}
.bottomHref ul li a:hover {
	text-decoration: underline;
}