body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height: 100%;
	padding: 0px;
	background-image: url(images/background-main-property-services.png);
	background-repeat: repeat-x;
	font-size: 70%;
}
a:link, a:active, a:visited {
	text-decoration : underline;
	color: #E37919;
}
a:hover {
	text-decoration : none;
}
.left_content {
	font-size: 10px;
	padding: 10px;
}
.main_content {
	padding: 10px;
}
.footer {
	font-size: 10px;
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #999999;
}
.form_border {
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(images/hr.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.noflash {
	padding: 11px;
	font-size: 10px;
	margin: 0px;
}
.left_content li {
	margin: 0px;
	padding: 0px;
}
.left_content ul {
	margin-left: 10px;
	padding-left: 10px;
}




#topnav a {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 40px;
	padding-right: 8px;
	padding-left: 8px;
	display: block;
}
#topnav a:hover {
	color: #012E57;
	text-decoration: none;
}

#topnav {
	margin-bottom: 10px;
}


.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 495px;
	height: 327px;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: white;
	width: 495px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination {
	width: 495px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	padding: 2px 0 10px 0;
}
.pagination a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}

.pagination a:hover, .pagination a.selected{
	text-decoration: underline;

}


.space1 li {
	padding-bottom: 5px;
}
.header {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E37919;
	line-height: 28px;
	text-indent: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.quote {
	font-size: 10px;
	background-color: #F5F5F5;
	padding: 10px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E37919;
}
.blueborder {
	border: 1px solid #012E57;
}
.left_content img {
	margin-bottom: 5px;
}
hr.d {
	height: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
