/* CSS Document */

.textNav a {
	font-family: Tahoma;
	color: #FFF;
	font-weight: 700;
	font-variant: small-caps;
	font-size: 11px;
	text-decoration: none;
}

.textNav a:hover {
	color: #FFFF33;
}
 
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	text-align: justify;
	line-height: 1.3em;
}

.textTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #000066;
	text-align: left;
}
 
#container {										
	width: 750px; 
	height: auto;
	background-color: #FFF;
	border: 1px solid black;
	margin-bottom: 15px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}

#navArea {											
	width: 155px; 
	height: auto;
	float: left; 
	display: inline;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#navTop {
	width: 140px; 
	height: 155px;
	margin: 10px 5px 0 5px; 
	float: left; 
	display: inline;
}

#navButtons {
	width: 135px; 
	margin: 18px 5px 13px 13px; 
	float: left; 
	display: inline;
}

#bodyArea {
	width: 578px; 
	height: auto;
	background-color: #FFF; 
	float: left; 
	display: inline;
	margin-bottom: 10px;
}

#masthead {
	width: 553px; 
	height: 80px; 
	margin: 5px 0 10px 0;
}

#content {
	width: auto;
	height: auto;
	padding-top: 5px;
	margin: 10px;
}

#listings {
	background-color:#0000CC;
	color:#FFFFFF;
	font-weight: bold;
}

#footer {
	width: 475px;  
	margin: 5px 5px 5px 35px;
	padding-top: 5px;
	border-top: 1px solid #000;
}

#leftFooter {
	width: auto; 
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 800;
	float: left; 
	display: inline;
}

#rightFooter {
	width: auto; 
	text-align: right;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 800;
	float: right; 
	display: inline;
}

#botFooter {
	width: 400px; 
	margin-top: 13px;
	margin-bottom: 10px;
	margin-left: 25px;
	text-align: center;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: 600;
	float: left; 
	clear: both;
}

#contactBoxes {
	width: 400px; 
	border: 1px solid black; 
	padding: 5px; 
	background-color: #FFFFCC; 
	margin: 10px;
	}

