/* CSS RESET    */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END CSS RESET  */
/* Basic Page layout CSS  */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #777799;
	margin: 20px;
	padding: 0;
}
#masthead {
	color: #330000;
	background-color: #000;
	padding: 0px;
	margin: 0;
}
#masthead h1 {
	font-size: 2em;
	padding-bottom: 10px;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#center {
	width: 770px;
}
#center .content {
	padding: 20px 24px;
	font-size: 0.8em;
	line-height: 1.65em;
	border: 1px solid #000;
	background-color: #FFF;
}
#masthead .content {
	padding: 12px 20px;
}
#footer .content {
	padding: 12px 20px;
}
#footer {
	color: #999999;
	background-color: #000000;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
}
.menulist {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}
.menulist li {
	float: left;
}
.menulist li a , .menulist a:visited {
	display: block;
	width: 170px;
	text-align: center;
	color: #FFF;
	padding: 3px 0;
	background-color: #000;
	text-decoration:none;
}
.menulist li a:hover {
	background-color:#330000;
	color:#000;
}
#center a:link {
	color: #330000;
}
#center a:visited {
	color: #330000;
}
#center a:hover {
	color: #000000;
}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
/* Current page menu highlight link javascript CSS */
.p7uberlink {
	font-weight: bold !important;
	background-color: #330000 !important;
	color:#000 !important;
}
/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 12pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
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 0px;
	background-color: #FFF;
	vertical-align: middle;
}
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;
}
/* 
#residentialRentals tbody tr:hover {
background:aliceBlue none repeat scroll 0 0;
}
*/
.center {
	text-align: center;
}
/* *********** Image Swap *****************************/
h5 {
	font: bold 170%/100% Arial, Helvetica, sans-serif;
	margin: 0 0 .2em;
}
h5 em {
	font: normal 80%/100% Arial, Helvetica, sans-serif;
	color: #999999;
}
#imageContainer {
	width: 412px;
	height: 412px;
	display:block;
	overflow:hidden;
	float: left;
	text-align: center;
}
#largeImg {
	border: solid 1px #ccc;
	padding: 5px;
}
.thumbs {
	margin:0;
	padding:0 0 0 10px;
	height: 105px;
}
.thumbs img {
}
.thumbs img:hover {
	-moz-opacity:.75;
	filter:alpha(opacity=75);
	opacity:.75;
}
.thumbnail {
	border: solid 1px #ccc;
	float:left;
	margin:0 10px 0 0;
	width:80px;
	height:80px;
	overflow:hidden;
}
.thumbnail:hover {
	border-color: #330000;
}
/*************   END Image Swap  *******************************/

.label {
	padding: 0 0 0 5px;
	font-weight:bold;
}
.listingInfo {
	padding-top:40px;
	margin-left: 413px;
}
.clearBoth {
	clear:both;
}
.noticetext {
	color:#F0F0F0;
	background-color: #C33;
	text-align: center;
	padding:5px;
}
.noticetext span {
	color:#000000;
	text-transform: uppercase;
	font-weight:bold;
}

/************  Admin ******************/
.button_admin {
	display: block;
	height: 22px;
	width: 74px;
	background-color: #333;
	text-decoration: none;
	padding:0;
	margin:5px 0;
	color:#FFF !important;
}
.button_admin2 {
	display: block;
	height: 22px;
	width: 100px;
	background-color: #333;
	text-decoration: none;
	padding:3px;
	margin:5px 0;
	color:#FFF !important;
	font-weight:bold;
	text-align:center;
}
.button_admin:hover, .button_admin2:hover {
	background-color: #330000;
	color:#000;
	text-decoration: none;
}
.tablesorter img {
	border:solid #000 1px;
}
.tablesorter img:hover {
	border:solid #999 1px;
}

