/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #555 url(images/back-footer.png) repeat-y center top;
	/*text-align: justify;*/
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:14px;
	color: #333;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;*/
}

h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
}

a {	
	text-decoration: underline;
	color: #770000;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

a.searchResults {
	text-decoration: underline;
	color: #770000;
}

a.searchResults:hover {
	text-decoration: underline;
	color: #333333;
}

th.titles {
	color: #eeeeee;
	font-weight: normal;
}
a.titles {
	color: #eeeeee;
	font-weight: normal;
	text-decoration: underline;
}

/************* HEADER STUFF ************/
#header {
	width: 852px;
	height: 134px;
	margin: 0px auto;
	padding: 0px 0px 0px 3px;
	border-bottom: 2px solid #666666;
	background-color:#FFFFFF;
}

#header h2  {
	float:right;
	font-size: 1em;
	color: #666699;
	padding:0px 15px 0px 0px;
}

#header h3  {
	float:right;
	font-size: 1.2em;
	color: #666699;
	padding:0px 15px 0px 0px;
}

/*
#header {
	width: 857px;
	height: 240px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}*/

/************* MENU ************/

#menu {
	float: right;
	width: 580px; /*770*/
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	/*background-color: #000000;*/
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 10px;
	/*text-transform: uppercase;*/
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}

#menu a:hover {
	background-color: #666666;
}

/* Menu drop-down stuff */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #770000;
color: white;
}

/************* CONTENT ************/

#content {
	width: 857px;
	margin: 0px auto;
	padding: 0px 5px 0px 2px;
	background: #fff;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	/*float: left;*/
	margin:0px 0px 0px 2px;
	/*border-left:1px solid #000000;*/
	width: 180;
	/*padding: 20px 20px 40px 20px;*/
	background-color:#666699;
}

#right {
	float: right;
	border-left:1px solid #000000;
	width: 624px;
	padding: 20px 20px 40px 20px;
	background: #ddd;
	font-size:12px;
}

#finder {
	float: center;
	background-color:#666699;
	/*background-color:#660000;*/
	border-bottom:1px solid #000000;
	width: 180px;
	padding: 5px 5px 5px 5px;
	font-size:11px;
	color: #bbb;
}

#display {
	font-size:12px;
}

/************* PROPERTY RESULTS TABLE ************/

tr.entry {
	background-color:#9999CC;
	color: #222;
}

h3.entry {
	font-size:12px;
	color:#000;
}

tr.spacer{
	background-color:#ddd;
}

tr.unit {
	background-color:#aaa;
	color: #222;
}

#pagesRight {
	float: right;
}
#pagesLeft {
	float: left;
}

/************* PROPERTY DETAILS TABLE ************/

td.titles {
	background-color:#777;
	font-size:12px;
	color:#fff;
	/*font-color:#ddd;*/
}

td.info {
	background-color:#ddd;
	font-size:12px;
}


/************* FOOTER ************/

#footer {
	clear: both;
	width: 851px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	/*background-color:#eee;*/
	/*background: url(images/back-footer.png) repeat-y center top;*/
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}
