@import url("/global.css");
/* CompiledCSS */
h1 {
		line-height : 160%;
}
td {
		line-height : 160%;
}
a.l {
		text-decoration : underline;
}
a:hover {
		text-decoration : underline;
}
a {
		text-decoration : underline;
}
a.l:hover {
		text-decoration : underline;
}
div {
		line-height : 160%;
}
.unleaded{
	padding:4px 15px 0 15px;
	margin:0 0 0 0;
	font-size: 16px;
	font-weight: bold;
}


/* Start StyleCSS */
@charset "utf-8";
html, body {
	height: 100%;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 16px;
	color: #555555;
	line-height: 160%;
	background: #fff;
}
.modal-content {
	margin-top: 220px;
}

.caret {
	display: none;
}

#skipNav {
	display: none;
	background: #000;
	width: 100%;
        border: 0px solid #fff !important;
	z-index: 100;
	border-radius: 0 0 0px 0px;
	-moz-border-radius: 0 0 0px 0px;
	-webkit-border-radius: 0 0 0px 0px;
	color: #fff;
	font-weight: 100;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
#skipNav:focus {
	opacity: 1;
	top: 0;
}
.pageLoader {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: url(/images/galleries/style/561/loader.gif) 50% 50% no-repeat #FFF;
	z-index: 1000000000000
}
.caption strong {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 300 !important;
}
#CP_Wrapper {
	position: relative;
	height: 100%;
}
.white-text {
	color: #555 !important;
}
#Newsletter .note {
	background: none;
	padding-left: 65px;
	min-height: 60px;
}
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-weight: 100;
	line-height: 1.3333333;
	border-radius: 0px;
	font-size: 16px;
}
.flex-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
.view .full-bg-img, .view .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view .mask {
	background-attachment: fixed;
}
.waves-effect {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	z-index: 1;
}
.view {
	overflow: hidden;
	position: relative;
	cursor: default;
}
.hm-zoom:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-backface-visibility: hidden;
-webkit-transform-style: preserve-3d;

}

.hm-zoom img,
.hm-zoom video,
.overlay img,
.overlay video {
-webkit-transition: all .2s linear;
transition: all .2s linear;
-ms-transform: all .2s linear;
-webkit-backface-visibility: hidden;
-webkit-transform-style: preserve-3d;

}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, h6, .h6 {
	line-height: 160%;
	text-transform: uppercase;
	font-weight: 100;
}
.h5 {
	color: rgba(0, 0, 0, .5);
}
/* Colors */

.thin {
	font-weight: 100;
}
.strong {
	font-weight: 600;
}
a {
	color: #0e9cd8;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #808080;
	text-decoration: underline;
}
.color-1 {
	color: #0e9cd8 !important;
	border-color: #0e9cd8 !important;
}
.bg-color-1 {
	background-color: #0e9cd8 !important;
	border-color: #0e9cd8 !important;
	color: #fff !important;
}
.color-2 {
	color: #0e9cd8 !important;
	border-color: #0e9cd8 !important;
}
.bg-color-2 {
	background-color: #0e9cd8 !important;
	border-color: #0e9cd8 !important;
	color: #fff !important;
}
.bg-white {
	background-color: #fff !important;
}
.white {
	color: #fff !important;
}
.btn {
	transition: all 0.3s ease;
	text-decoration: none;
	border-radius: 0px;
}
.btn:hover, .btn:focus, .btn.focus {
	color: #0e9cd8;
	text-decoration: none;
}
.btn-primary {
	color: #b7b7b7;
	border-radius: 0px;
	background: #fff;
	border-color: #b7b7b7;
	border: 1px solid #b7b7b7;
}
.btn-primary:hover, .btn-primary:focus {
	color: #bebebe;
	background: transparent;
	border-color: #bebebe;
	border: 1px solid #bebebe;
}
.btn-underline {
	color: #0e9cd8;
	background-color: transparent;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: rgba(255, 255, 255, .3);
	margin: 1em 1em;
	border-radius: 0px;
	border-bottom: 1px solid #0e9cd8;
	text-decoration: none;
	padding: 10px 16px;
	font-size: 18px;
font-weight: 500;
}
.btn-underline:hover, .btn-underline:focus {
	color: #0e9cd8;
	border: none;
	margin: 1em 1em;
	padding: 10px 16px;
	border-bottom: 0px solid #fff;
	text-decoration: none;
}
.btn-ghost {
	background: transparent;
	border-radius: 0px;
	color: #0e9cd8;
	border: 1px solid #0e9cd8;
	/* CSS Transition */
	-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, border .2s ease-in-out;
	-ms-transition: background .2s ease-in-out, border .2s ease-in-out;
	-o-transition: background .2s ease-in-out, border .2s ease-in-out;
	transition: background .2s ease-in-out, border .2s ease-in-out;
}
.btn-ghost:hover, .btn-ghost:active {
	color: #fff;
	background: #0e9cd8;
}



.btn-blue {
color: #fff;
	background: #0e9cd8;
	
	border-radius: 0px;

	border: 1px solid #0e9cd8;

	/* CSS Transition */
	-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, border .2s ease-in-out;
	-ms-transition: background .2s ease-in-out, border .2s ease-in-out;
	-o-transition: background .2s ease-in-out, border .2s ease-in-out;
	transition: background .2s ease-in-out, border .2s ease-in-out;
}
.btn-blue:hover, .btn-blue:active {

	color: #0e9cd8;
	background: transparent;
}



/*Border*/

.border-left {
	border-left: 1px solid #E5E5E5;
}
.border-right {
	border-right: 1px solid #E5E5E5;
}
.border-top {
	border-top: 1px solid #E5E5E5;
}
.border-bottom {
	border-bottom: 1px solid #E5E5E5;
}
/*Padding*/

.padding-both {
	padding-left: 8vw;
	padding-right: 8vw
}
.logo-left {
	padding-right: 8vw
}
.padding-left {
	padding-left: 8vw;
}
.padding-right {
	padding-right: 8vw;
}
.padding-top-bottom {
	padding-top: 5vw;
	padding-bottom: 5vw;
}
.padding-none {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
/* Margins */

.margin-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.margin-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.margin-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.margin-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.margin-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}
.margin-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}
.margin-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}
.margin-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}
.margin-top-90 {
	margin-top: 90px !important;
}
.margin-top-0 {
	margin-top: 0px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-top-40 {
	margin-top: 40px !important;
}
.margin-top-50 {
	margin-top: 50px !important;
}
.margin-top-60 {
	margin-top: 60px !important;
}
.margin-top--60 {
	margin-top: -60px !important;
}
.margin-bottom-0 {
	margin-bottom: 0px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
.margin-bottom--60 {
	margin-bottom: -60px !important;
}
/* Header */

header {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 16;
}
#logo h2:before {
	content: " ";
	float: left;
	display: block;
	height: 50px;
	width: 50px;
}
#logo {
	text-decoration: none;
	float: left;
	display: block;
}
#logo h2 {
	margin: 0;
	padding: 0;
	line-height: 50px;
}
#logo img {
	max-width: 300px;
	max-height: 100px;
}
.navbar-toggle {
	margin: 0;
	padding: 0;
	width: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
	border: 0;
	text-decoration: none !important;
	/* color: #fff !important; */
	z-index: 99999999;
}
.fa-navicon {
	color: #555 !important;
}
/* Homepage Static Image */

#homeImg, #interiorImg {
	text-align: left;
	border: none;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.bottom #homeImg {
	margin-bottom: 0;
}
#homeImg .carousel-inner, #homeImg .carousel-inner .item img {
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
.carousel-control.right, .carousel-control.left {
	background-image: none;
	filter: none;
}
#homeImg .carousel-inner .item {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#homeImg .carousel-inner div {
	z-index: 0 !important;
}
#homeImg .carousel-inner .item:after {
	padding-top: 56.25%;
	display: block;
	content: '';
}
#homeImg .line {
	height: 5px;
	position: absolute;
	bottom: 0;
	background: rgba(255, 255, 255, 0.5);
	width: 100%;
}
#homeImg .caption {
	width: 100%;
	text-align: left;
}
#homeImg .outline {
	border: 6px solid #fff;
	background: rgba(225, 225, 225, 0.8);
	padding: 40px;
	display: inline-block;
	box-sizing: border-box;
}
#homeImg h2, #interiorImg h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 60px;
	line-height: 80px;
	margin: 0;
}
#interiorImg {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: calc(80% - 40px);
}
#homeImg {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: calc(100% - 40px);
}
#homeImg .carousel-inner, #homeImg .item {
	flex: 1;
	width: 100%;
	height: 100%;
}
#homeImg .align, #interiorImg .align {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
#testimonials .carousel-indicators {
	bottom: -50px;
}
.overlay {
	background: rgba(252, 252, 252, 0.5);
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.parallax {
	color: #555;
	background-attachment: fixed!important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}
#services a {
	text-decoration: none;
	color: #0e9cd8;
	display: block;
}
#services a .fa, #services a u {
	transition: all 0.3s ease;
}
#services a:hover .fa, #services a:hover u {
	color: #0e9cd8;
}
#tabFaqs .panel-title {
	padding-left: 25px;
	position: relative
}
#tabFaqs .panel-title span {
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#tabFaqs .panel-title .fa-minus, #tabFaqs .panel-title .fa-plus {
	position: absolute;
	left: 0;
	top: 6px;
}
#tabFaqs .panel-title.collapsed .fa-minus, #tabFaqs .panel-title .fa-plus {
	display: none;
}
#tabFaqs .panel-title.collapsed .fa-plus, #tabFaqs .panel-title .fa-minus {
	display: block;
}
/* Form */

label {
    display: none;
}

#information .form-control {
	border: 1px solid #fff;
	border-radius: 0px;
}
.form-control {
	border-radius: 0px;
}
#styleTitle .white {
	padding: 60px 0;
}
#breadcrumbs {
	border-bottom: 1px solid #f2f2f2;
	line-height: 40px;
}
#breadcrumbs a {
	text-decoration: none;
	line-height: 40px;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
#sticky {
	position: sticky;
	top: 0;
	float: right;
}
#subNav ul {
	list-style: none;
	padding-left: 10px;
}
#subNav li {
	position: relative;
	padding-left: 20px;
}
#subNav li:before {
	position: absolute;
	top: -11px;
	left: 0;
	content: "L ";
	font-size: 38px;
	color: #ccc;
	font-weight: 100;
}
/* Footer */
footer .wow a {
	color: #0e9cd8;
}
footer {
	color: #0e9cd8;
	border-top: 1px solid #E5E5E5;
}
#subFooter .fa {
	font-size: 16px !important;
}
footer .fa {
	font-size: 45px;
	color: rgba(0, 0, 0, .5);
}
#subFooter {
	color: #999;
}
footer a, #subFooter a, footer a:hover, footer a:focus, #subFooter a:hover, #subFooter a:focus {
	text-decoration: none;
}
/* Bootstrap Carousel Fade */

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.scrollToTop {
	text-decoration: none;
	cursor: pointer;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	opacity: .5;
	background: none;
	line-height: 50px;
	font-size: 50px;
	color: #b7b7b7;
	text-align: center;
	transition: all 0.3s;
	z-index: 100;
}
.scrollToTop:hover, .scrollToTop:active, .scrollToTop:focus {
	opacity: 1;
	color: #b7b7b7;
	text-decoration: none;
}
/* Menu */

.dropdown-menu {
	border-radius: 0px !important;
}
.dropdown-menu>li>a {
	font-weight: 100;
}
.navbar li::before {
	content: none !important;
}
.navbar li {
	content: none !important;
}
.navbar-nav:not(.sm-collapsible) .open>.dropdown-menu {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.navbar-nav:not(.sm-collapsible) .dropdown-menu {
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scale(1, 0);
	transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
}
.has-submenu .caret {
	margin-right: -8px;
}
.navbar-nav>li:first-child>a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar {
	border-radius: 0;
	border: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	min-height: 0;
	margin: -25px -15px 0;
}
.navbar a {
	text-decoration: none;
}
.navbar-collapse {
	border-top: 0;
}
/* Mobile */

nav {
	float: right;
	color: #555;
}
nav a {
	text-decoration: none;
	color: #555;
}
.navbar-nav>li>a {
	padding: 0 10px;
	line-height: 50px;
}
.navbar-nav>li.active>a {
	color: #555;
	border-bottom: 1px solid #555;
}
.navbar-toggle:hover, .navbar-toggle:focus {
	color: #555;
}
.navbar-collapse {
	border-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-nav.sm-collapsible.navbar-nav {
	margin: 0 -15px;
}
.navbar-nav.sm-collapsible ul.dropdown-menu {
	padding: 0;
}
.navbar-nav.sm-collapsible>li>a, .navbar-nav.sm-collapsible .open .dropdown-menu>li>a {
	font-size: 16px;
	color: #fff;
	line-height: 50px !important;
	padding-top: 0;
	padding-bottom: 0;
	border-top: 1px solid #f2f2f2;
	position: relative;
}
.navbar-nav .open>a, .navbar-nav .open>a:hover, .navbar-nav .open>a:focus {
	border-color: #f2f2f2;
}
.navbar-collapse .sm-collapsible .highlighted {
	font-weight: bold;
}
.navbar-nav.sm-collapsible>li>a.has-submenu {
	padding-left: 15px
}
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	width: 50px;
	height: 50px;
	margin: 0;
	border: 0;
	right: 0;
	top: 0;
}
.navbar-nav.sm-collapsible .caret:before {
	content: ' ';
	width: 2px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	background: #fff;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -1px;
}
.navbar-nav.sm-collapsible .caret:after {
	content: ' ';
	height: 2px;
	width: 10px;
	top: 50%;
	margin-top: -1px;
	background: #fff;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -5px;
}
.navbar-nav.sm-collapsible .open>a>.caret:before {
	display: none;
}
.dropdown-menu>li>a {
	display: block;
	padding: 10px 20px;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: #0e9cd8 !important;
	color: #fff !important;
}
.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
	background: #0e9cd8 !important;
	color: #fff !important;
}
.nav>li>a:hover, .nav>li>a:focus {
	background: #0e9cd8 !important;
	color: #fff !important;
}
@media all and (max-width: 1200px) and (min-width: 767px) {
	.navbar-toggle {
		position: relative;
		margin-top: 25px;
	}
	#interiorImg, #homeImg {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: calc(100% - 0px);
	}
}
@media all and (max-width: 1200px) and (min-width: 0px) {
	.navbar-nav.sm-collapsible>li>a, .navbar-nav.sm-collapsible .open .dropdown-menu>li>a {
		border-bottom: 0px solid #fff !important;
	}
	#homeImg h2, #interiorImg h2 {
		text-transform: uppercase;
		font-weight: 700;
		font-size: 30px;
		line-height: 80px;
	}
	.border-right {
		border-right: 0px solid #E5E5E5;
	}
	.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
		background: #555 !important;
		color: #fff !important;
	}
	.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
		background: #555 !important;
		color: #fff !important;
	}
	.nav>li>a:hover, .nav>li>a:focus {
		background: #555 !important;
		color: #fff !important;
	}
	.navbar {
		width: 100%;
		position: relative;
		margin: 0;
		right: inherit;
		top: inherit;
		background: #555;
	}
	nav {
		float: none;
	}
	.internal header.fix, header.fix {
		box-shadow: none;
	}
	#homeImg .carousel-indicators {
		bottom: 20px !important;
	}
	#logo img {
		padding-right: 0px;
	}
	#homeImg h2 {
		font-size: 40px;
		line-height: 60px;
	}
	.navbar-toggle {
		position: relative;
		margin-top: -50px;
	}
	.btn-underline {
		display: block;
		border-bottom: 0px solid #fff;
	}
	header {
		position: relative;
		width: 100%;
		top: 0;
		z-index: 16;
		/* background: #000; */
	}
	#homeImg .caption, #interiorImg .caption {
		width: 100%;
		text-align: center;
	}
	#logo {
		text-align: left;
		float: none;
	}
	#logo img {
		padding-right: 50px;
		max-width: 100%;
	}
}
@media (max-width:767px) {
	#homeImg, #interiorImg {
    background-image: none !important;
    height: 80%;
	}
	.parallax {
    background-image: none !important;
	}	
}

/* Global */

table[width="550"] {
	width: 100%;
}
#CP_Main table {
	width: 100%;
}
#ServicesHub .shadows, #ListSub .thumbborder.thumbpad, #ListSub table td[width="2%"] {
	display: none;
}
#Guides img {
	display: none;
}
#ServicesHub table td:first-child {
	display: none;
}
#ListSub table td {
	width: 100%;
	display: block;
	padding-top: 15px;
}
.hubsection {
	height: 80px;
	padding: 30px 0pt 20px;
	border-bottom: 1px solid #888888;
}
.thumbborder {
	background: #fff;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	border: 1px solid #999;
	padding: 5px;
}
/* Map and Driving Directions */

#Map iframe, #Directions .gadget, #Directions iframe {
	width: 100%;
}
.map.embed-container {
	height: 500px;
	width: 160%;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
#map {
	pointer-events: none;
	position: relative;
	top: -124px;
	bottom: -124px;
	width: 100%;
 -webkit-clip-path: inset(20% 0 1% 0);
    clip-path: inset(20% 0 1% 0);
}
.map.embed-container #map-notice {
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgb(100, 100, 100);
	/*for old IE browsers with no support for rgba()*/
	background-color: rgba(0, 0, 0, .50);
	color: #ccc;
	padding: 8px;
}
.map.embed-container .map-overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 9999;
	background: rgb(252, 252, 252, .3);
	background: -moz-linear-gradient(left, rgba(252, 252, 252, .5) 2%, rgba(238, 238, 238, .3) 50%, rgba(245, 245, 245, .5) 82%);
	background: -webkit-linear-gradient(left, rgba(252, 252, 252, .8) 2%, rgba(238, 238, 238, .3) 50%, rgba(245, 245, 245, .4) 82%);
	background: linear-gradient(to right, rgba(252, 252, 252, .3) 2%, rgba(238, 238, 238, .4) 50%, rgba(245, 245, 245, .3) 82%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f5f5f5', GradientType=1);
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
#Publications table {
	width: 100%;
	border: inherit;
	border-collapse: collapse;
}
#DueDates * {
	background: none;
	font-family: inherit;
	color: inherit;
}
#DueDates table {
	width: 100%;
	border-spacing: 0;
}
#DueDates table, #DueDates tr, #DueDates td {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}
.taxratetable {
	font-size: inherit !important;
}
.taxratetable font {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}
#TaxRates table {
	border: none;
	border-collapse: collapse;
}
/* Forms */

#Form table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px auto;
	width: 100%;
}
#Form table td {
	text-align: left;
	padding: 10px 0 0;
	display: block;
	border: none;
	border-collapse: collapse;
}
#Form table td:first-child {
	font-weight: 100;
}
#Form table input, #Form table textarea {
	font-weight: normal;
}
br.clearfloat {
	display: none;
}
.thumbpad {
	display: block;
	float: left;
	margin-right: 20px;
}
#Newsletter table td[width="220"], #Newsletter table td[width="20"] {
	display: none;
}
#Header, #Footer {
	display: none;
}
.hubtab {
	padding: 0;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
hr.headerline.cellcolor {
	display: none;
}
.headerline {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	clear: both;
	border: 0;
	height: 0;
	margin: 0;
	width: 100%;
}

/* Start MENU */
