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

#NavBar {
	background-image: url(../images/NavBar.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}
#HomeBTN {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 130px;
	background-repeat: repeat-x;
	height: 37px;
	background-position: center;
	display: block;
	text-align: center;
	line-height: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #92C83E;
	font-size: 12px;
}
#HomeBTN a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
#HomeBTN a:hover {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	background-color: #FEB92F;
}
#AboutMeBTN {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 130px;
	background-repeat: repeat-x;
	height: 37px;
	background-position: center;
	display: block;
	text-align: center;
	line-height: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #92C83E;
	font-size: 12px;
}
#AboutMeBTN a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#AboutMeBTN a:hover {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	background-color: #FEB92F;
}

#MyListingsBTN {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 130px;
	background-repeat: repeat-x;
	height: 37px;
	background-position: center;
	display: block;
	text-align: center;
	line-height: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #92C83E;
	font-size: 12px;
}
#MyListingsBTN a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#MyListingsBTN a:hover {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	background-color: #FEB92F;
}
#MLSListingsBTN {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 130px;
	background-image: url(../images/BTNground.png);
	background-repeat: repeat-x;
	height: 37px;
	background-position: center;
	display: block;
	text-align: center;
	line-height: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
#MLSListingsBTN a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#MLSListingsBTN a:hover {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	background-color: #FEB92F;
}
#ContactMeBTN {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 130px;
	background-repeat: repeat-x;
	height: 37px;
	background-position: center;
	display: block;
	text-align: center;
	line-height: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #92C83E;
	font-size: 12px;
}
#ContactMeBTN a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#ContactMeBTN a:hover {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	background-color: #FEB92F;
}

#JoinBTN {
	float: left;
	width: 144px;
	background-repeat: repeat-x;
	height: 37px;
	background-position: center;
	display: block;
	text-align: center;
	line-height: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #92C83E;
	font-size: 12px;
}
#JoinBTN a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#JoinBTN a:hover {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	background-color: #FEB92F;
}
