@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}
body {
	background-color: #ebebeb;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

#wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
}
#mainContent {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
#wrapper #footer p {   /* This will make all paragraphs not have blank lines between each p tag within wrapper and footer*/
	margin-top: 0px;
	margin-bottom: 0px;
}
#contactInfoBox {
	float: left;
	width: 460px;
	background-color: #FFF;
}
#viewListingsBox {
	float:right;
	width: 460px;
	background-color: #FFF;
}
#footer {
	float: none;
	width: inherit;
	text-align: right;
	clear: both;
}
.HeaderName {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #900;
	text-transform: uppercase;
}
.topNavBlk {
	font-size: 14px;
	color: #000;
}
.topNavBar {
	color:#999;
	font-size: 14px;
}
.topNavBar A:link {
	font-size: 14px;
	color: #000;
}
.topNavBar A:hover {
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}
.topNavBar A:visited {
	font-size: 14px;
	color: #000;
}
.topNavBar A:active {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.bottomNavBar {
	width: 920px;
	text-align: right;
	color:#666;
	font-size: 14px;
}
.bottomNavBar A:link {
	font-size: 14px;
	color: #000;
}
.bottomNavBar A:hover {
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}
.bottomNavBar A:visited {
	font-size: 14px;
	color: #000;
}
.bottomNavBar A:active {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}




h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	display: inline;
}
p { /* Sets margin on top of paragraphs to 0 so sentences on top come right up to it */
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 125%;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	color:#000;
	/* display: inline; */
	margin-top: 0px;
	margin-bottom: 3px;
}
.copywriteName {
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
.copywriteText {
	font-size: 10px;
	color: #000;
}
.copywrite {
	font-size: 9px;
	color: #000;
}
.firstLine {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.secondLine {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

