@charset "UTF-8";
/* CSS Document */



/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h5, p {
	margin: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding: 7px 0;
	text-align:inherit;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
table {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: inherit ;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #3366cc;
}
blockquote {
 padding: 0;
 margin: 7px 25px ;
 }

/* -- Text Styles --*/
h1, {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-align: inherit;
	font-weight: inherit;
}

h2, h3 {
	margin-top: inherit;	
	margin-bottom: inherit;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	margin-top: inherit;	
	margin-bottom: inherit;
	text-align: inherit;
	font-weight: inherit;
}
	
h4 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #9a9a9a;
	margin-top: 0;	
	margin-bottom: 0;
	text-align: left;
	font-weight: lighter;
}
/*----------- Flash Header Style Mobile ------------- */
.noFlashStyle{
	padding: 0;
	text-align: right;
}
/*----------- Flash Header Style Mobile ------------- */

h6 {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-size: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
.center {
	text-align: center;
}
.centerHead {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #333;
	text-align: center;
}	
.right {
	text-align: right;
}

.footer {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #3B68C1;
	text-align: center;
	font-weight: lighter;
}
.footer a:hover {
	color: #3B68C1;
	text-decoration: underline;
}	

.copyright {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #9a9a9a;
	text-align: left;
	font-weight: lighter;
}

.navList ul li{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 0 20px;
	list-style: none;
	vertical-align: middle !important;
	display: inline;
}
.navList a:hover {
	color: #3366cc;
	text-decoration: none;
}

/* -- Image Styles --*/
.bodyImage {
	margin-left: 15px;
	}
.bodyImageBottom {
	position: relative;
	top: 0px;
	}	
.navListImage {
	margin: 2px 0 0 5px;
}
.details ul li{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	list-style: disc inside;
	margin: 0;
	padding: 5px 0 0 5px;
}

.cleanImage {
	border-style: solid;
	border-color: #7f7f7f;	
	border-width: 0px 0px 1px 0px;
	}
	
.round {
	-moz-border-radius: 5px; /* FF1+ */
  	-webkit-border-radius: 5px; /* Saf3+, Chrome */
    border-radius: 5px; /* Opera 10.5, IE 9 */
}
.green {
	color: #11763c;
}
.indoorair a:link {
	color: #11763c;
	text-decoration: none;
}
.indoorair a:visited {
	color: inherit;
	text-decoration: none;
}
.indoorair a:hover{
	color: #18a453;
	text-decoration: none;
}
.blue {
	color: #3366cc !important;
}
.blueSecTitles {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #3366cc;
}
.blueSecTitles a:link{
	color: #3366cc;
	text-decoration: none;
}
.blueSecTitles a:visited{
	color: #3366cc;
	text-decoration: none;
}
.blueSecTitles a:hover{
	color: #3366cc;
	text-decoration: none;
}
ul.PrivDetails {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	list-style: decimal inside;
	margin: 0 0 0 30px;
	padding: 5px 0;
}
ul.PrivDetails2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	list-style: disc inside;
	margin: 0 0 0 30px;
	padding: 5px 0;
}
.qouteName {
	padding: 0 0 0 500px;
}
.qouteNameDuct {
	padding: 0 0 0 325px;
}
.gold {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #3366cc;
}
.goldRight{
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #3366cc;
	padding: 0 0 0 750px;
}
.silver {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #3366cc;
}
.silverRight {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #3366cc;
	padding: 0 0 0 750px;
}
P.centerBlueLarge {
	text-align: center !important;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #3366cc;
}
P.centerBlue {
	text-align: center !important;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #3366cc;
}
P.small{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
ul.exp {
	list-style: disc url(/Images/bullet.gif);
	margin: 0 0 0 20px;
	padding: 7px 0 7px 20px;
}
ul.exp li{
	padding: 5px;
}
P.expRight{
	padding: 7px 0 7px 650px;
}
P.large16{
	font-size: 16px;
}
P.small12{
	font-size: 12px;
	margin-top:14px;
}
P.zip {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #3366cc;
	margin-bottom: 0;
	padding-bottom: 0;
}
P.siteLevel1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #000;
	margin: 0;
	padding: 30px 0 0 0;
}
P.siteLevel1a{
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #000;
	margin: 0;
	padding: 15px 0 0 0;
}
P.siteLevel2{
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 10px 0 0 10px;
}
ul.sitelistul {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	margin-left: 20px;
	list-style: none;
	vertical-align: middle !important;
	display: inline;
}
ul.sitelistul li{
	padding-right: 15px;
}
.site ul li{
	list-style: none;
	vertical-align: middle !important;
	display: inline;
}
.site a:hover {
	color: #3366cc;
	text-decoration: none;
}

.container #jldesign{
	position: absolute;
	top: 22px;
	margin: 0px;
	right: 0;
}
