
/* ----- PRINT STYLES ----- */

.clear {
	clear: both;
}

body {
	background: #ffffff;
	color: #000000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15pt;
}
#Navigation,
#SiteBackground,
#HeaderNavigation,
#HeaderSocialMediaButtons,
#ContentImage,
#HomepageSlideshowContainer,
#SSGroupContainer,
#ContentShowMoreButtonContainer,
#PropertyPageImageNavigation,
#PropertyButtons,
#PropertyDropdown,
#PropertyList .titleOverlay img,
#PropertyPageSlideshow .slide .banner,
#FooterColumn1 .title,
#FooterColumn2,
#FooterColumn3,
#ScrollToTop,
#RightSideBar .contentQuicklinks,
.jspVerticalBar,
.cycle-sentinel,
.noPrint {
	display: none !important;
}

img {
	max-width: 100% !important;

}

.clear {
	clear: both;
}

#Footer {
	width: 100%;
	font-size: 7pt;
	color: #999999;
	border-top: 1px dashed #999999;
	margin-top: 10px;
}
.footerColumn {
	height: auto !important;
}
a {
	color: #000000;

}
a img {
	border: 0px;
}
h1 {
	color: #F29000;
	font-weight: normal;
 	font-size: 26pt;
	line-height: 32pt;
}
h2 {
	letter-spacing: 1px;
	font-weight: normal;
 	font-size: 20pt;
	line-height: 26pt;
}
h3 {
	margin-top: 10px;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 16pt;
	line-height: 22pt;
}
h4 {
	margin: 0 0 6px 0;
	font-weight: normal;
	font-size: 14pt;
	line-height: 20pt;
}
h5 {
	margin: 0 0 2px 0;
	color: #333333;
	font-weight: normal;
	font-size: 13px;
	line-height: 16pt;
}

#Content hr {
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #999999;
}

#Content img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#Content img.right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.cycle-slide-active {
	position: relative !important;
}
#PropertyPageSlideshow .slide img
{
	display:block !important;
	opacity:1 !important;
}
#PropertyList li
{
	display:block !important;
	list-style:none;
}
#PropertyTitleLocation {
	display: block;
	margin: 5px 0;
	font-size: 12pt;
}

#ContentContainer,
#ContentWrapper,
.jspContainer,
.jspPane {
	position: relative !important;
	top: 0px !important;
	padding: 0px !important;
	width: auto !important;
	height: auto !important;
}
#PropertyMasterHolderSlideshow .slide,
#PropertyHolderSlideshow .slide {
	position: relative !important;
	display: block !important;
}
#PropertyMasterHolderSlideshow .property,
#PropertyHolderSlideshow .property {
	margin: 10px 0;
}
#PropertyMasterHolderSlideshow .property .title,
#PropertyHolderSlideshow .property a {
	display: block;
	text-decoration: none;
}

input.text, textarea, select {
	display: block;
	margin: 5px 0 10px 0;
	width: 300px;
	padding: 5px;
}
input.action {
	display: block;
	margin: 5px 0 10px 0;
}

fieldset {
    border: none;
    margin: 20px 0;
    padding: 10px 0;
    width: 100%;
}

#BodyContactPersonPage .contactPerson {
		float: left;
		margin-bottom: 20px;
		width: 190px;
	}
	#BodyContactPersonPage .contactPerson .image {
		margin-bottom: 10px;
		width: 130px;
		height: 170px;
		border: 1px solid #cccccc;
	}
	#BodyContactPersonPage .contactPerson .text {
		width: 130px;
		height: 110px;
		color: #423f3d;
	}
	#BodyContactPersonPage .contactPerson .text .name {
		font-weight: bold;
	}
	#BodyContactPersonPage .contactPerson .text .title {
		margin-bottom: 12px;
		font-size: 11px;
		line-height: 16px;
	}
	#BodyContactPersonPage .contactPerson .text .email a {
		display: none;
	}
