﻿* { margin: 0; padding: 0; }
hr { display: none; }

body
{
	text-align: left;
	font-size: 62.5%;
	background: url('/images/bg-body.png') repeat-x top;
}

body, input
{
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
}

#Container
{
	position: relative;
	width: 740px;
	margin: 0 auto 0 auto;
	text-align: left;
}


/* Header
--------------------------------------------------------------------------------------- */

#Header
{
	float: left;
	display: inline;
	width: 740px;
}

#Header h1
{
	display: none;
}

#Header #Navigation
{
	float: left;
	display: inline;
	width: 740px;
}

#Header #Navigation ul
{
	float: left;
	display: inline;
	list-style: none;
}

#Header #Navigation ul li
{
	float: left;
	display: inline;
	margin: 0 3px 0 0;
}

#Header #Navigation ul li a
{
	float: left;
	display: inline;
	height: 28px;
	text-indent: -9000px;
	overflow: hidden;
}

#Header #Navigation ul li#Insulation a
{
	width: 110px;
	background: url('/images/nav/insulation-off.png') no-repeat top left;
}

#Header #Navigation ul li#Solar a
{
	width: 108px;
	background: url('/images/nav/solar-off.png') no-repeat top left;
}

#Header #Navigation ul li#Education a
{
	width: 188px;
	background: url('/images/nav/education-off.png') no-repeat top left;
}

#Header #Navigation ul li#Schools a
{
	width: 157px;
	background: url('/images/nav/schools-off.png') no-repeat top left;
}

#Header #Navigation ul li#Calculator a
{
	width: 96px;
	background: url('/images/nav/calculator-off.png') no-repeat top left;
}

#Header #Navigation ul li#GrantEntitlement a
{
	width: 144px;
	background: url('/images/nav/grant-entitlement-off.png') no-repeat top left;
}

#Header #Navigation ul li#FAQs a
{
	width: 60px;
	background: url('/images/nav/faqs-off.png') no-repeat top left;
}

#Header #Navigation ul li#Contact a
{
	width: 100px;
	background: url('/images/nav/contact-off.png') no-repeat top left;
}

#Header #Navigation ul li#Insulation a:hover { background-image: url('/images/nav/insulation-on.png') }
#Header #Navigation ul li#Solar a:hover { background-image: url('/images/nav/solar-on.png') }
#Header #Navigation ul li#Education a:hover { background-image: url('/images/nav/education-on.png') }
#Header #Navigation ul li#Schools a:hover { background-image: url('/images/nav/schools-on.png') }
#Header #Navigation ul li#Calculator a:hover { background-image: url('/images/nav/calculator-on.png') }
#Header #Navigation ul li#GrantEntitlement a:hover { background-image: url('/images/nav/grant-entitlement-on.png') }
#Header #Navigation ul li#FAQs a:hover { background-image: url('/images/nav/faqs-on.png') }
#Header #Navigation ul li#Contact a:hover { background-image: url('/images/nav/contact-on.png') }


#Header img
{
	float: left;
	display: inline;
	margin: 10px 0 0 0;
	border: none;
}

#Header #Promo
{
	float: left;
	display: inline;
	width: 740px;
	height: 166px;
	margin: 10px 0 0 0;
	background: url('/images/promo-top.png') no-repeat top left;
}

#Header #Promo a#Promo-Insulation
{
	float: right;
	display: inline;
	width: 205px;
	height: 70px;
	margin: 5px 100px 0 0;
	text-indent: -9000px;
	overflow: hidden;
}


/* Content
--------------------------------------------------------------------------------------- */

#Content
{
	float: left;
	display: inline;
	width: 740px;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	border: solid 1px #FFEF64;
	background: #FFFFFF;
}

#Content h2
{
	margin: 20px 0 5px 20px;
	font-size: 2em;
	color: #002C5B;
}

#Content h2 small
{
	font-size: 0.7em;
	color: #71C1E8;
}

#Content h3
{
	margin: 15px 20px 0 20px;
	border: solid #8ACCEC;
	border-width: 0 0 1px 0;
	font-size: 1.4em;
	color: #48AFE1;
}

#Content h4
{
	margin: 15px 20px 0 20px;
	border: solid #D1EBF8;
	border-width: 0 0 1px 0;
	font-size: 1.2em;
	color: #48AFE1;
}

#Content p
{
	margin: 10px 20px 0 20px;
	font-size: 1.3em;
	color: #173944;
	line-height: 1.6em;
}

#Content p a, 
#Content li a
{
	color: #46AFE1;
	font-weight: bold;
	text-decoration: none;
}

#Content p small
{
	font-size: 1em;
	color: #48AFE1;
}

#Content ul
{
	margin: 10px 0 0 40px;
	list-style: disc;
}

#Content ul li
{
	margin: 5px 0 5px 15px;
	font-size: 1.3em;
	color: #173944;
}

#Content blockquote
{
	margin: 15px 50px 0 70px;
	padding: 0 0 8px 40px;
	background: url('/images/bg-quote.gif') no-repeat top left;
	font-size: 1.6em;
	color: #48AFE1;
	font-weight: bold;
}

#Content #Breadcrumbs
{
	margin: 0 0 0 20px;
	font-size: 1.1em;
	color: #CCCCCC;
}

#Content #Breadcrumbs a
{
	color: #B0B0B0;
	text-decoration: none;
}

#Content #Breadcrumbs a:hover
{
	background: #F1F1F1;
	color: #939393;
}

#Content img.StockImage
{
	display: inline;
	margin: 15px;
	padding: 1px;
	border: solid 1px #C2E4F5;
}

#Content img.Right
{
	float: right;
}

#Content img.Left
{
	float: left;
}


/* Footer
--------------------------------------------------------------------------------------- */

#Footer
{
	float: left;
	display: inline;
	width: 742px;
	margin: 1px 0 0 0;
	padding: 3px 0 20px 0;
	background: url('/images/bg-footer.png') repeat-x top;
}

#Footer p
{
	color: #BA9501;
}

#Footer p#Copyright
{
	float: left;
	display: inline;
	width: 150px;
	margin: 10px 0 0 15px;
}

#Footer p#Terms
{
	float: right;
	display: inline;
	width: 240px;
	margin: 10px 15px 0 0;
	text-transform: lowercase;
	text-align: right;
}

#Footer p a
{
	color: #BA9501;
}

#Footer img
{
	float: left;
	display: inline;
	margin: 0 0 0 160px;
	border: none;
}