/* Prospect Park Properties Styles */

body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#5b1e0c;
	background-image:url(images/slices/bodyTile.jpg);
	background-repeat:repeat-y;
	font-size:12px;
}

/*headers*/
h1{
	background-image:url(images/slices/header.jpg);
	height:175px;
	background-repeat:no-repeat;
	margin:0;
}

h2{
	background-repeat:no-repeat;
	height:48px;
	margin:0;
}

#ttlHome{background-image:url(images/slices/ttlHome.jpg);}
#ttlContact{background-image:url(images/slices/ttlContact.jpg);}
#ttlAbout{background-image:url(images/slices/ttlAbout.jpg);}

h1 span, h2 span{display:none;}

/*headers*/


/*nav elems*/
#nav{
	width:134px;
	height:311px;
	float:left;
	
	background-repeat:no-repeat;
	background-image:url(images/slices/navBG_.jpg);
}

#nav a{
	width:134px;
	display:block;
	background-repeat:no-repeat;
	background-position:0 0;
	text-decoration:none;
}

#nav a span{display:none;}

#nav a:hover{
	background-position:-134px 0;
}

#btnListings{height:40px;background-image:url(images/slices/btnListings_full.jpg);}
#btnContact{height:32px;background-image:url(images/slices/btnContact_full.jpg);}
#btnAbout{height:29px;background-image:url(images/slices/btnAbout_full.jpg);}
/*nav elems*/

/*content elems*/
#contentWrite{
	padding:10px 10px 10px 0px;
	width:616px; 
	
	
}

#contentWrite a img{border:0;}

#contentWrite h3{
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #5b1e0c;
	margin:0;
}

#contentWrite h4{
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	margin:3px;
	background-image:url(images/h4Icon.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	
}

#contentWrite p{
	padding:5px;
}

*html #contentWrite{
	padding:10px 10px 10px 0;
}
/*content elems*/

/*listing table*/
.listTbl{
	border:1px solid #d6d0b8;
	padding:5px;
	background-color:#fff;
	margin-top:10px;
	width:inherit;
}

.listTbl td{vertical-align:top;}

h5{
	border-bottom:1px solid #d6d0b8;
	font-weight:bold;
	font-size:12px;
}

.listTbl img{
	margin:5px;
}

/*listing table*/

/*list elems*/
ul{
	margin:5px 2px;
}


#clearDiv{clear:both;}


/*footer elems*/
#footer{
	height:26px; !important
	height /**/: 66px;
	background-repeat:no-repeat;
	background-image:url(images/slices/footer.jpg);
	padding:20px;
	color:#fff;
	
}

#footer a{
	text-decoration:underline;
	color:#fff;
}

#footer a:hover{
	text-decoration:none;
}

#footer{

}


/*footer elems*/


/*form elems*/

fieldset{
  border:1px solid #d6d0b8;
	padding:5px;
	background-color:#fff;
	margin-top:10px;
	width:250px;
}

legend{
  font-weight:bold;
	font-size:14px;
}

label{
  display:block;
	font-weight:bold;
}




/*form elems*/


