@font-face {
	font-family: 'Comic Sans';
	src: url('../../_assets/fonts/COMIC.ttf');
}
@font-face {
	font-family: 'Comic Sans Bold';
	src: url('../../_assets/fonts/COMICBD.ttf');
}


h1, h2, h3, h4, h5, h6, p, ul, li, table, td {
	font-family: Arial;
}

h1 {
	margin: 5px 0px 40px 0px;
}

.main-content-container {
	background-color: #000;
	margin: 0 0;
	padding: 0 0;
	min-height: 100vh;
}

.main-content-container .main-content-shroud {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,.9);
	z-index: 1;
}

.main-content-container .main-content-background {
	position: fixed;
	width: 100%;
	min-height: 100vh;
}

.main-content {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.main-content .header {
	text-align: center;
}

.main-content .header > div > div > img {
	margin-top: 5px;
}

.main-content .header .featured-property {
	position: absolute;
	top: 0;
	right: 0;
	width: 315px;
	height: 115px;
	margin-top: 5px;
	margin-right: 10px;
	background-image: url('../../_assets/img/header/FeaturedProperties-FR.gif');
	background-repeat: repeat-x;
	border: 0px;
	border-radius: 6px;
}

.main-content .header .featured-property .featured-property-photo {
	position: relative;
	display: inline-flex;
	width: 49%;
	vertical-align: top;
}

.main-content .header .featured-property .featured-property-photo img {
	margin-top: 4px;
	margin-left: 2px;
	width: 145px;
	height: 105px;
	border-top: 1px solid #272F39;
	border-right: 1px solid #C6D4E5;
	border-bottom: 1px solid #C6D4E5;
	border-left: 1px solid #272F39;
	border-radius: 6px;
}

.main-content .header .featured-property .featured-property-cta {
	position: relative;
	display: inline-flex;
	width: 49%;
	padding-top: 25px;
	text-align: center;
	vertical-align: top;
}

.main-content .header .featured-property .featured-property-cta h6 {
	margin: 0px 0px;
	font-family: 'Comic Sans Bold';
	font-size: 22px;
	line-height: 32px;
}

.main-content .header .featured-property .featured-property-cta p {
	margin: 0px 0px;
	font-family: 'Comic Sans Bold';
	font-size: 14px;
}

.main-content .header .featured-property .featured-property-cta a {
	color: black;
	text-decoration: none;
}
.main-content .header .featured-property .featured-property-cta a:hover {
	text-decoration: underline;
}

.main-content .header .site-nav {
	margin-top: 5px;
	width: 100%;
	padding-left: 0px;
	list-style-type: none;
	list-style-position: outside;
}
.main-content .header .site-nav li {
	display: inline-flex;
	margin-right: -5px;
	width: 16.5%;
	height: 28px;
	
}
.main-content .header .site-nav li a,
.main-content .header .site-nav li a:hover,
.main-content .header .site-nav li a:visited {
	display: inline-block;
	height: 28px;
	width: 100%;
	background-image: url('../../_assets/img/nav/TFillN.gif'); 
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 19px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 28px;
}
.main-content .header .site-nav li a:hover,
.main-content .header .site-nav li a.current {
	background-image: url('../../_assets/img/nav/TFillSel.gif'); 
}
.main-content .header .site-nav li:before {
	display: inline-block;
	content: '';
	height: 28px;
	width: 17px;
	background-image: url('../../_assets/img/nav/TMN.gif'); 
	background-repeat: no-repeat;
}
.main-content .header .site-nav li:has(a:hover):before,
.main-content .header .site-nav li:has(a.current):before {
	background-image: url('../../_assets/img/nav/TMN-Sel_L.gif');
}
.main-content .header .site-nav li:has(a:hover) + li:before,
.main-content .header .site-nav li:has(a.current) + li:before {
	background-image: url('../../_assets/img/nav/TMN-Sel_R.gif'); 
}
.main-content .header .site-nav li:has(a:hover) + li:has(a.current):before,
.main-content .header .site-nav li:has(a.current) + li:has(a:hover):before {
	background-image: url('../../_assets/img/nav/TMN-Sel.gif');
}
.main-content .header .site-nav li:first-child:before {
	display: inline-block;
	content: '';
	height: 28px;
	width: 13px;
	background-image: url('../../_assets/img/nav/TLN.gif'); 
	background-repeat: no-repeat;
}
.main-content .header .site-nav li:first-child:has(a:hover):before,
.main-content .header .site-nav li:first-child:has(a.current):before {
	background-image: url('../../_assets/img/nav/TLSel.gif');
}
.main-content .header .site-nav li:last-child:after {
	display: inline-block;
	content: '';
	height: 28px;
	width: 13px;
	background-image: url('../../_assets/img/nav/TRN.gif'); 
	background-repeat: no-repeat;
}
.main-content .header .site-nav li:last-child:has(a:hover):after,
.main-content .header .site-nav li:last-child:has(a.current):after {
	background-image: url('../../_assets/img/nav/TRSel.gif');
}

.main-content .mid-section {
	display: flex;
	padding: 0px 10px;
}

.main-content .mid-section .sidePane {
	display: inline-block;
	min-width: 185px;
	max-width: 185px;
	vertical-align: top;
}

.main-content .mid-section .sidePane .site-menu {
	margin: 0px 0px;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	padding-left: 0px;
}

.main-content .mid-section .sidePane .site-menu .menu-item:before {
	display: block;
	width: 185px;
	height: 16px;
	background-image: url('../../_assets/img/menu/SMN.gif');
	background-repeat: no-repeat;
	content: '';
}
.main-content .mid-section .sidePane .site-menu .menu-item:first-child:before {
	height: 10px;
	background-image: url('../../_assets/img/menu/STN.gif');
}
.main-content .mid-section .sidePane .site-menu .menu-item {
	background-image: url('../../_assets/img/menu/SMNFill.gif');
	background-repeat: repeat-y;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.main-content .mid-section .sidePane .site-menu .menu-item a,
.main-content .mid-section .sidePane .site-menu .menu-item a:hover,
.main-content .mid-section .sidePane .site-menu .menu-item a:active,
.main-content .mid-section .sidePane .site-menu .menu-item a:visited {
	color: #000;
	text-decoration: none;
}

.main-content .mid-section .sidePane .site-menu .menu-item:last-of-type:after {
	display: block;
	width: 185px;
	height: 10px;
	background-image: url('../../_assets/img/menu/SBN.gif');
	background-repeat: no-repeat;
	content: '';
}

.main-content .mid-section .sidePane img {
	display: block;
	margin: 30px auto;
}

.main-content .mid-section .mainPane {
	display: block;
	width: 83%;
	min-height: 75vh;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 10px 20px;
	background-color: #f5f5f5;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 15px rgb(245,245,245);
}

.main-content .mid-section .mainPane a {
	text-decoration: none;
}

.main-content .mid-section .mainPane a:hover {
	text-decoration: underline;
}

.main-content .mid-section .mainPane img {
	padding: 10px;
}

.main-content .mid-section .mainPane img.image-left {
	float: left;
}

.main-content .mid-section .mainPane img.image-right {
	float: right;
}

.main-content .mid-section .mainPane .quick-links {
	list-style-type: none;
	margin-left: 0;
	text-align: center;
}

.main-content .mid-section .mainPane .quick-links li {
	display: inline-block;
	vertical-align: top;
	margin: 5px 10px;
}

.main-content .mid-section .mainPane .disclosure {
	font-size: 10pt;
	text-align: center;
}

.main-content .mid-section .mainPane .disclaimer-calc {
	display: block;
	margin: 50px auto 20px;
	width: 80%;
}

.main-content .footer {
	padding-left: 185px;
}

.main-content .footer p {
	font-size: 13px;
	color: #fff;
	text-align: center;
}

.main-content .footer p a {
	color: #fff;
	text-decoration: underline;
}