.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.agentfont {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14pt;
	color:#000000;
}
#topBanner {
	position: absolute;
	left: 0px;
	top: 0px;
	border-bottom:medium;
	border-bottom-style: solid;
	border-bottom-color:#000000;
	height: 200px;
}
#navHolder {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 127px;
	width:790px;
	background-color:#FFFF33;
	padding-left: 10px;
}
#content {
	position: absolute;
	width: 800px;
	left: 0px;
	top: 197px;
	padding-top: 10px;
	padding-left:5px;
}

.topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #E52220;
	text-decoration: none;
}
#nav{
	border:1px solid green;
	overflow: visible;
	width:790px;
	height:50px;
	overflow:visible;
}
a.nav {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
color:#000000;
text-decoration:none;
padding-bottom:10px;
margin-bottom:10px;
}
a.nav:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
color:#000000;
}
a.nav:hover{
text-decoration:underline;
}

a.nav:active{
text-decoration:underline;
}

.listingFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#propManagement {
	position: absolute;
	z-index: 4;
	left: 493px;
	top: 249px;
}
#additionalServices {
	position: absolute;
	visibility: visible;
	z-index: 2;
	left: 299px;
	top: 93px;
	width: 500;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.subHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
#address {
	position: absolute;
	left: 600px;
	top: 0px;
	visibility:hidden;
}
.trNav{
margin-bottom:10px;
padding-bottom:15px;
}
.homeTable{
padding-left:20px;
}
.lineSubheader{
width:400px;
border-bottom:solid;
border-bottom-width:thin;
border-bottom-color:#333333;
font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	
}


/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #9A0000;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	color: #fff;
}
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

