body {
	margin-left: 0px;
	margin-top: 0px;
    background-color: #A6C0DB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.79em;
	background-image: url(images/navigation/backgr.jpg);
	background-repeat: repeat-x;
	}
p { text-align:justify;}
h1 {
	color: #FF8C1B;
	font-weight: bold;
}
h2 {
	font-size: 160%;
	color: #FF8C1B;
}
h4 {
	font-weight: bold;
	color: #F93;
	font-size: 100%;
	background-color: #0E2B4B;
	padding: 5px;
	text-align: center;
	margin: 0px;
	text-transform: uppercase;
}
.center {
	text-align:justify;
	line-height: 2.0;
}

.leftMenu {
	background-color: #336699;
}
.leftMenu a {
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #62ACFF;
	border-bottom-color: #133964;
	margin: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-weight: bold;
	color: #FFF;
	text-transform: capitalize;
	background-image: url(images/navigation/tringl.jpg);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}
.leftMenu a:hover {
	color: #FF8C1B;
}
#navTop {
	height: 35px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #E57917;
	background-color: #112C4A;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#navTop a {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	line-height: 35px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1A4D84;
	padding-right: 10px;
	padding-left: 10px;
}
#navTop a:hover {
	color: #FF8C1B;
}
#headImg {
	padding-top: 27px;
}
#tools {
	color: #FFF;
	padding: 3px;
}
#tools a{
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FC6;
	border-right-width: 0px;
	border-left-width: 0px;
	background-image: url(images/navigation/ball.gif);
	background-repeat: no-repeat;
	background-position: 3px 8px;
	color: #900;
}
#tools a:hover{
	color: #000;
}
.arial10White {
	color: #FFFFFF;
}
.inputLeftSearch {
	width: 95px;
	border: 1px solid #F60;
}
.inputLeftSearchBut {
	background-color: #F4FFFF;
	border: 1px solid #000000;
}
.propertyListing {
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	-moz-border-radius:4px;
	-webkit-border:4px;
	border-radius:4px;
	background-color: #FFC;
}
.propertyListing h3{
	color: #333;
	font-size: 120%;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-position: 1px 3px;
}
.propertyListing img{
	float: right;
	height: 110px;
	width: 150px;
	border: 1px solid #CCC;
	margin-left: 10px;
}
.propertyListing a.more{
	background-color: #F37021;
	padding: 5px;
	float: left;
	width: 80px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	-moz-border-radius:4px;
	-webkit-border:4px;
	border-radius:4px;
}
.propRight {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7D94AA;
	overflow: hidden;
	font-size: 95%;
}
.propRight h5 {
	color: #FFF;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.propRight a {
	color: #FFF;
	background-color: #FF8C1B;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	display: block;
	width: 55px;
	float: left;
	text-align: center;
	margin-top: 7px;
	-moz-border-radius:3px;
	-webkit-border:3px;
	border-radius:3px;
}
.propRight strong {
	color: #FF6;
}
.propRight img{
	float: left;
	width: 100px;
	padding: 2px;
	background-color: #999;
	margin-right: 5px;
	height: 85px;
}
#pagination {
	padding: 5px;
	list-style-type: none;
	color: #000;
	background-color: #f3f3f3;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #CCC;
}
#pagination ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
#pagination li {
	padding: 0px;
	display: inline;
	margin: 0px;
}
#pagination a:hover {
	color: #333;
}
#pagination a {
	color: #FF8C1B;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-weight: bold;
	-moz-border-radius:3px;
	-webkit-border:3px;
	border-radius:3px;
}
#pagination .current {
	background-color: #F37021;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	color: #FFFFFF;
	font-weight: bold;
	-moz-border-radius:3px;
	-webkit-border:3px;
	border-radius:3px;
}
.searchpr {
border:1px solid #000000;
padding:10px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.style4 {color: #FF8C1B; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.style9 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: bold; }
.style10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF8C1B;
	font-weight: bold;
}
.style12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style13 {
	color: #FFFFFF;
	font-weight: bold;
}
.style15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF8C1B;
}
.style17 {color: #FFFFFF}
.style19 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style22 {font-size: 11px}
.style23 {font-size: 12px}
.style24 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }
.style25 {font-size: 11px; color: #FF8C1B; font-family: Arial, Helvetica, sans-serif;}
.style26 {color: #0A2B4E}
.style28 {
	color: #FF8C1B;
	font-weight: bold;
}
.style30 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }
.style31 {color: #000000}
.style32 {color: #50657B}
.style33 {color: #7E8E9F}
.printHeader {
	font-size:14px;
}
.printHeader table td {
	font-size:14px;
}
a {
	color: #FF8C1B;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a.info:link {
	color: #FF8C1B;
	text-decoration: none;
}
a.info:visited {
	color: #FF8C1B;
	text-decoration: none;
}
a.info:hover {
	color: #000000;
	text-decoration:underline; 
}
a.info:active {
	color: #FF8C1B;
	text-decoration: none;
}
a.info1:link {
	color: #000000;
	text-decoration: none;
}
a.info1:visited {
	color: #000000;
	text-decoration: none;
}
a.info1:hover {
	color: #0E2B4B;
	text-decoration:underline; 
}
a.info1:active {
	color: #000000;
	text-decoration: none;
}
.style34 {color: #0E2B4B}
.style35 {color: #0D2951}
.style36 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a.advanced {
	color: #FFFFFF;
	text-decoration: underline;
}
a.advanced:hover {
	color: #000033;
	text-decoration:underline;
}
.expanded
{
	
}
.collapsed
{
	DISPLAY			: none;
}
#footer {
	color: #FFF;
	background-color: #082543;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #CCC;
	text-decoration: underline;
}

