ul {
}
li {
	display: inline;
	padding-right: 20px;
}
body {
	background-color: #464646;
	margin: 0px;
	padding: 0px;
}
#container {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border-top-color: ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
.clear {
	clear: both;
}
#content {
	font-family: Arial;
	font-size: 1em;
	text-decoration: none;
	background-color: #ebebeb;
	border: 4px solid #003663;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#col-right {
	float: right;
	width: 174px;
	border: 3px solid #003663;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#col-left {
	margin-right: 190px;
}
#left-top {
	width: 625px;
	margin-bottom: 8px;
	border: 3px solid #003663;
	background-color: #e1e1e1;
	text-decoration: none;
	text-align: left;
	padding-bottom: 8px;
}
#heading-box, #heading-box2 {
	background-color: #003663;
	height: 25px;
	color: #ffffff;
	padding-left: 9px;
}
#content-box, #content-box2,#content-box3 {
	text-decoration: none;
	padding: 10px;
	text-align: left;
	color: #000000;
}
.float-right {
	float: right;
}
#bottom-right {
	float: right;
	width: 284px;
	border: 3px solid #003663;
	background-color: #e1e1e1;
}
#bottom-left {
	border: 3px solid #003663;
	background-color: #e1e1e1;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-decoration: none;
	background-color: #003663;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	color: #FFFFFF;
	text-align: center;
}
#footer .nav-footer {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#footer .nav-footer a {
	color: #B0DCFF;
	font-weight: normal;
}

.footer-link {
	color: #FFFFFF;
}
#content-box2 {
	padding: 10px;
}

h1, h2, h3, h4, h5 {
	font-family:Georgia;
	text-align: left;
	font-weight: normal;
}

h1 {
	font-size:1.15em;
	color:#FFFFFF;
	margin: 0px;
	padding: 0px;
}

h2, h3, h4, h5 {
	font-size:1em;
	color:#003663;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.h1-like, .h-like {
	margin: 0px;
	padding: 0px;
	font-family:Georgia;
	text-align: left;
}

.h1-like {
	font-size:1.15em;
	color:#FFFFFF;
	font-weight: normal;
}

.h-like{
	font-size:1em;
	color:#003663;
	font-weight: bold;
}

#nav {
	background-color: #FFF;
	height: 56px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#container #nav ul li a {
	text-indent: -9999px;
}


#nav .spacer1, #nav .spacer2, #nav .spacer3, #nav .spacer4, #nav .spacer5, #nav li.spacer6  {
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 56px;
}
#nav   li.spacer1  {
	width: 35px;
}

#nav li.spacer2 {
	width: 40px;
}

#nav li.spacer3 {
	width: 37px;
}

#nav li.spacer4 {
	width: 55px;
}

#nav li.spacer5 {
	width: 40px;
}

#nav li.spacer6 {
	width: 35px;
}
#nav li.home a, #nav li.air a, #nav li.contact a, #nav li.home-im a,#nav li.blog a {
	height: 50px;
	display: block;
	background-repeat: no-repeat;
}

#nav li.home a {
	background-image: url(images/layout/images/up_home.jpg);
	width: 77px;

}
#nav li.home {
	background-image: url(images/layout/images/dn_home.jpg);
}
#nav li.home a:hover {
	background-position: -77px;
}


#nav li.air a {
	background-image: url(images/layout/images/up_services.jpg);
	width: 248px;
}

#nav li.air {
	background-image: url(images/layout/images/dn_services.jpg);
}

#nav li.air a:hover {
	background-position: -248px;
}


#nav li.home-im a {
	background-image: url(images/layout/images/up_improvements.jpg);
	width: 150px;
}

#nav li.home-im {
	background-image: url(images/layout/images/dn_improvements.jpg);
}

#nav li.home-im a:hover {
	background-position: -150px;
}

#nav li.contact a {
	background-image: url(images/layout/images/up_contact.jpg);
	width: 86px;
}

#nav li.contact {
	background-image: url(images/layout/images/dn_contact.jpg);
}

#nav li.contact a:hover {
	background-position: -86px;
}

#nav li.blog a {
	background-image: url(images/layout/images/blog-icon.png);
	width: 45px;
}

.nav-space {
	margin-right: 16px;
	margin-left: 16px;
}
body a {
	outline:none;
	color: #00569D;
}
.georgia-italic {
	font-family: Georgia;
	font-style: italic;
	color: #646464;
}


body a:hover {
text-decoration:none;
}

body img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#thank-u {
	background-color: #FFFFEA;
	padding: 7px;
	border: 1px solid #00569D;
	font-family: Georgia;
	margin: 0px;
	clear: left;
}
#thank-u .ty {
	font-family: Georgia;
	font-size: 1.5em;
	text-align: center;
	font-style: italic;
	color: #C21F16;
	padding-top: 6px;
	padding-bottom: 6px;
}
.dark-blue {
	color: #003663;
}
.dark-red {
	color: #C21F16;
}
.arial {
	font-family: Arial;
}
.center {
	text-align: center;
}

.arial-center {
	font-family: Arial;
	text-align: center;
}
.small-red {
	font-size: 0.75em;
	color: #CA0500;
}
.send-btn {
	height: 40px;
	width: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Georgia;
	color: #003663;
	font-weight: bold;
	font-size: 1.15em;
}
#thanks-page {
	height: 256px;
}
#thanks-page .photo {
	float: right;
	width: 154px;
}
.thanku {
	color: #003663;
	font-family: Georgia;
	font-size: 1.2em;
	text-align: center;
	padding-top: 35px;
	margin-right: auto;
	margin-left: auto;
}
.thanku-new {
	color: #003663;
	font-family: Georgia;
	font-size: 1.2em;
	text-align: center;
	padding-top: 35px;
}

.black {
	color: #000000;
}


/* Free E-Book */

#free-ebook {
	width: 565px;
	background-image: url(images/layout/free-ebook-offer_03.jpg);
	background-repeat: repeat-x;
	background-color: #f8f8f8;
	border: 1px solid #cac9c9;
	margin-bottom: 20px;
	padding: 20px;
}
#free-ebook .f-articles-top {
	background-image: url(images/layout/is-your-home.jpg);
	height: 80px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 55px;
	margin: 0px;
	font-family: Verdana;
	line-height: 25px;
}
#free-ebook .f-articles-form {
	background-image: url(images/layout/book-image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 275px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#free-ebook .f-articles-form form {
	margin: 0px;
	padding: 0px;
}
#free-ebook .f-articles-form .form-text {
	font-family: Georgia;
	color: #203152;
	margin-bottom: 0px;
	margin-top: 7px;
}
#free-ebook .f-articles-form input {
	height: 28px;
	border: 1px solid #002340;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #003663;
}
#free-ebook .f-articles-form .email-btn {
	background-image: url(images/layout/send-ebook-btn.jpg);
	height: 53px;
	width: 204px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#free-ebook .f-articles-form .email-btn:hover {
	background-image: url(images/layout/send-ebook-btn-hr.jpg);
}
#free-ebook .f-articles-content {
	font-family: Verdana;
	color: #000000;
	padding-left: 15px;
	margin-top: 10px;
}
#free-ebook .f-articles-content ul {
	list-style-type: none;
	padding: 0px;
	line-height: normal;
	margin: 0px;
}
#free-ebook .f-articles-content li {
	font-size: 17px;
	padding-bottom: 5px;
	display: block;
}

#free-ebook .f-articles-content .title {
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	color: #003663;
	padding-bottom: 10px;
}


/* COUPON */


#coupon {
	width: 330px;
	height: 280px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	padding: 10px;
	background-image: url(images/layout/coupon-bgr.jpg);
	background-repeat: no-repeat;
}#coupon .ten {
	color: #AC0F0B;
	font-size: 3em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Arial Black";
}
#coupon .service {
	padding: 0px;
	text-align: center;
	color: #AC0F0B;
	font-size: 1.125em;
	font-weight: bold;
	font-family: "Arial Black";
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#coupon .for {
	color: #07375f;
	font-family: Verdana;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#coupon .areas {
	font-size: 0.75em;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/*Refferal Promotion */

.referral {
	position: fixed;
	right: 0;
	bottom: 0;
}

#referral-box {
	margin-bottom: 20px;
	background-image: url(images/layout/referral-offer-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 604px;
	padding-top: 342px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
}#referral-box .offer {
	background-image: url(images/layout/offer-bgr.jpg);
	background-repeat: repeat-x;
	height: 143px;
}
#referral-box .offer .top {
	background-image: url(images/layout/top-offer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 23px;
}
#referral-box .offer .content {
	height: 100px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(images/layout/offer-bgr.jpg);
	background-repeat: repeat;
	background-position: bottom;
	font-family: Verdana;
	color: #FFFFFF;
}
.georgia {
	font-family: Georgia;
}

