/* --- CSS Document --- */

			
/* --- Declaring default font, color, and background color --- */

/* --- Declaring default margin, padding, and border --- */
body, div, img, h1, p, ul, li {
		margin: 0px;
		padding: 0px;
		border: 0px;
		}

p {font-size: .9em;}

/* --- Navigation Bar  Container on the left --- */


/* --- Blue image between the Header and the Nav Bar on the left --- */

/* --- Telling the text in the nav-bar to have 7px padding to left --- */
.nav-pad-1 {padding-left: 7px;}

/* --- Telling the text in the nav-bar to have 18px padding to left --- */
.nav-pad-2 {padding-left: 18px;}


/* --- Blue image at the bottom of the Nav Bar on the left --- */
.image-2 {
	border-right: 2px solid #309;
	}


/* ----------- Main Content Section ----------- */
/* ----------------- IE only ------------------ */ 
* #content {margin-top: -3px;}

/* --- Content box on the right side contains the Contents of the page --- */
#content {
	float: left;
	background: #309;
	color: #FFF;
	width: 702px;
	}

/* --- House Image Container --- */
.welcome-house {
	float: right;
	padding: 20px 50px 0px 20px;
	}

/* --- Welcome to our site --- */
.welcome {
	padding: 40px 0px 0px 50px; 
	margin: 0px 0px 10px;
	}

/* --- Since the 1950's --- */
.since {
	padding-left: 50px; 
	padding-right: 50px;
	text-align: justify; 
	font-size: .9em;
	}

/* --- The Weather King Advantage --- */
.advantage{
	padding: 10px 0 0 50px;
	margin: 20px 0 10px;
	}

/* --- Offer a multitude --- */
.offer {
	padding-left: 50px;
	margin-bottom: 5px; 
	}

/* --- List under Offering line --- */
.offer-list {
	padding-left: 90px;
	margin: 0px 0px 5px; 
	font-size: .8em; 
	list-style: disc;
	}

/* --- Features paragraph --- */
.feature {
	padding: 10px 50px 20px 50px;
	text-align: justify; 
	font-size: .9em;
	}
	
.feature a {
	color: red; 
	text-decoration: none;
	}	

/* --- Coverage Area Text --- */	
div.coverage-text {
	float: left;
	text-align: justify;
	border: 0px solid #FFF;
	width: 370px;
	padding: 42px 0 42px 50px;
	}

/* --- Coverage Area Map --- */
div.coverage-image {
	float: right;
	text-align: right;
	border: 0px solid #FFF;
	width: 230px;
	padding: 0 50px 20px 0;
	}

/* --- Choose from a broad assortment paragraph --- */
.assortment {
	clear: both;
	padding: 0 50px 0 50px;
	text-align: justify; 
	font-size: .9em;
	}

.affiliates {
	margin: 0;
	padding: 0;
	text-align: center;
	border: 1px solid #FFF;
	}

/* --- Energy Star Link --- */
.energy-star {
	float: left;
	padding: 23px 20px 0px 22px;
	}

/* --- Dura Seal Link --- */
.dura-seal {
	float: left;
	padding: 63px 20px 0px 0px;
	}

/* --- Comfort E2 Link --- */
.comfort-e2 {
	float: left;
	padding: 23px 20px 0px 0px; 
	}

/* --- NFRC Link --- */
.nfrc {
	float: left;
	padding: 23px 18px 0px 0px;
	}

/* --- Energy Star note at the bottom --- */
.energy-star-text {
	clear: both;
	font-size: .7em;
	padding: 20px 50px;
	}
		
/* --- Default Borders --- */
.bord {border: 2px solid #FFF;}
.bord-t {border-top: 2px solid #FFF;}
.bord-r {border-right: 2px solid #FFF;}
.bord-b {border-bottom: 2px solid #FFF;}
.bord-l {border-left: 2px solid #FFF;}

/* --- DuraSeal Text --- */  
.small-caps {font-variant: small-caps;}

.t7 {font-size: .7em; text-align: left;}

/* --- Footer --- */
p.bottom {
	text-align:center; 
	background: #444; 
	margin-bottom: 0px;  
	font-size: .9em; 
	font-weight:bold;
	}
p.bottom a {
	color: #FFF; 
	text-decoration: none;
	}
p.bottom a:hover {
	color: #FF9900; 
	text-decoration: underline;
	}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
