@import url("../css/global.css");

html, body {
	background: #80939D url(../gfx/in_bg_main.gif) repeat-x 0 0;
}

#innercontentwrap2 {
	padding: 0 38px 0 0;
	background: url(../gfx/in_top_contentarea.gif) no-repeat 0 0;
}
#innercontentwrap {
	background: url(../gfx/in_foot_contentarea.gif) no-repeat 0 100%;
}
#contentarea {
	background: url(../gfx/in_mid_contentarea.gif) repeat-y 0 0;
}
#subheader {
	position: relative;
	height: 186px;
	width: 991px;
}
#subheader .bar {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100px;
	width: 991px;
	background: url(../gfx/header_bar.png) repeat-x 0 100%;
}
#subheader .shadow {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 991px;
	background: url(../gfx/header_innershadow.png) repeat-x 0 0;
}


/* Typography
--------------------------------------------------------------------------------------------------- */


#primary h1.main {
	display: block;
	height: 67px;
	line-height: 67px;
	width: 591px;
	margin: 0 0 20px;
	padding: 0;
	font-size: 21px;
	text-transform: uppercase;
	color: #fff;
	text-indent: 0;
}

#primary .underline {
	border-bottom: 1px solid #677985;
	padding: 0 0 10px;
}
#primary h2 {
	font-size: 21px;
	margin: 0 0 15px 0;
	padding: 0 0 10px;
	line-height: 1.2em;
	border-bottom: 1px solid #677985;
}
#primary h3 {
	font-size: 16px;
	margin: 0 0 10px 0;
	line-height: 1.2em;
	color: #02427F;
}
#primary h4 {
	font-size: 14px;
	margin: 0 0 20px 0;
	line-height: 1.2em;
	color: #677985;
}
#primary h5 {
	font-size: 12px;
	margin: 0 0 20px 0;
	line-height: 1.2em;
	color: #677985;
}
#primary h6 {
	font-size: 12px;
	margin: 0 0 20px 0;
	line-height: 1.2em;
}
#primary ul {
	margin: 0 0 20px;
}
#primary ul li {
	line-height: 1.6em;
	margin: 0 0 6px 20px;
	list-style: square;
}
#primary ul.site_map li {
	list-style: none;
}
#primary ul.site_map li a {
	background: url(../gfx/arrow.gif) no-repeat 0 50%;
	padding: 0 0 0 20px;
}
#primary ul li ul {
	margin: 0 0 0 20px;
}
#primary ul li ul li {
	list-style: none;
}
#primary ul li ul a {
	font-weight: normal;
}
#primary ul.special {
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
}
#primary ul.special li {
	display: block;
	padding: 6px 20px;
	border-bottom: 1px solid #dedede;
	color:#fff;
	margin: 0;
	list-style: none;
	font-size: 14px;
	background: #02427F;
}

/* tag cloud */
#primary ul.tagcloud {
	text-align: justify;
	margin: 15px 0;
	padding: 15px 0 20px;
	font-size: 12px;
	border-bottom: 1px solid #677985;
	border-top: 1px solid #677985;
}
#primary ul.tagcloud li {
	list-style: none;
	display: inline;	
	padding: 13px;
	margin: 2px 2px 2px 0;
	padding: 2px 2px 2px 0;
	line-height: 1.8em;
	color: #6B7E8A;
}
#primary ul.tagcloud li a {
	text-decoration: none;
	color: #fff; 
}
#primary ul.tagcloud li a:hover {
	color: #506472;
}
#primary ul.tagcloud li.size_1 { font-size: 0.8em; font-weight: 100; }
#primary ul.tagcloud li.size_2 { font-size: 0.9em; font-weight: 200; }
#primary ul.tagcloud li.size_3 { font-size: 1.0em; font-weight: 300; }
#primary ul.tagcloud li.size_4 { font-size: 1.1em; font-weight: 400; }
#primary ul.tagcloud li.size_5 { font-size: 1.2em; font-weight: 500; }
#primary ul.tagcloud li.size_6 { font-size: 1.3em; font-weight: 600; }
#primary ul.tagcloud li.size_7 { font-size: 1.4em; font-weight: 700; }
#primary ul.tagcloud li.size_8 { font-size: 1.5em; font-weight: 800; }
#primary ul.tagcloud li.size_9 { font-size: 1.6em; font-weight: 900; }
#primary ul.tagcloud li.size_10 { font-size: 1.8em; font-weight: 900; }

#secondary ul#affiliates {
	width: 250px;
	margin: 0 auto;
	padding: 0 0 10px;
	text-align: center;
}
#secondary ul#affiliates li {
	text-align: center;
	margin: 0 5px;
	padding: 0;
	line-height: 1;
	display: inline;
}

/* Subnav
--------------------------------------------------------------------------------------------------- */
#secondary {
	float: left;
	width: 325px;
	padding: 0 0 40px;
}
#secondary dl {
	margin: 0 0 20px 24px;
	text-transform: uppercase;
}
#secondary dl dt {
	display: block;
	height: 110px;
	line-height: 37px;
	text-indent: -9999px;
	width: 273px;
	background: /* url(../gfx/inthissection.gif) no-repeat 0 25px */ none;
	margin: 0;
}
#secondary dl dd {
	width: 100%;
	margin: 0 0 1px;
}
#secondary dl dd a {
	padding: 12px 25px 12px 0;
	display: block;
	font-weight: bold;
	color: #02427F;
	text-align: right;
	font-size: 13px;
	text-decoration: none;
}
#secondary dl dd a:hover,
#secondary dl dd.active a {
	color:#5F727E;
	text-decoration: none;
}
#secondary dl dd.active a,
#secondary dl dd a:hover {
	color:#5F727E;
	background: url(../gfx/subnav_item_foot.gif) no-repeat 0 100%;
}
#secondary dl dd.active,
#secondary dl dd.hoverme,
#secondary dl dd:hover {
	background: url(../gfx/subnav_item_top.gif) no-repeat 0 0;
}

#secondary dl dd#sticky a {
	font-size: 16px;
}

#rfp {
	margin: 0; padding: 15px 0 0 50px;
}
#rfp a {
	display: block;
	width: 234px;
	height: 33px;
	line-height: 33px;
	text-indent: -9999px;
	background: url(../gfx/btn/submit_rfp.gif) no-repeat 0 0;
}
#rfp a:hover {
	background-position: 0 -33px;
}


/* Forms
--------------------------------------------------------------------------------------------------- */
#offer_redemption {	padding: 15px 10px 25px 10px;}
#offer_redemption .fieldbox {	padding: 5px 0;	margin: 0 0 10px 0;}
#offer_redemption .req_field {	color: #02488C;	font-weight: bold;	font-size: 11px;	padding: 0 20px;}
#offer_redemption label {	font-size: 12px;	width: 160px;		font-weight: bold;	float: left; padding: 5px 0 0 0; }
#offer_redemption input, #offer_redemption textarea {	font: 12px Arial, Helvetica, sans-serif;	color: #666;	padding: 7px;	width: 270px;	border: 1px solid #ccc;	float: left;}
#offer_redemption #btn_send {	font: 12px Arial, Helvetica, sans-serif; display: block;	width: 137px;	height: 24px;	border: 1px solid #fff; color: #fff; background: #02488C;	cursor: pointer;	margin: 0 0 0 160px;}
#offer_redemption #btn_send:hover {	background-color: #304552; color: #fff; }

/*
#primary h1.main {
	display: block;
	height: 67px;
	line-height: 67px;
	width: 591px;
	margin: 0 0 20px;
	padding: 0;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	text-indent: -999em;
}
body#commercial #primary h1.main {
	background: url(../gfx/hd/commercial.gif) no-repeat 0 24px;
}
body#about #primary h1.main {
	background: url(../gfx/hd/company.gif) no-repeat 0 24px;
}
body#contact #primary h1.main {
	background: url(../gfx/hd/contact.gif) no-repeat 0 24px;
}
body#green #primary h1.main {
	background: url(../gfx/hd/rec.gif) no-repeat 0 24px;
}
body#residential #primary h1.main {
	background: url(../gfx/hd/residential.gif) no-repeat 0 24px;
}
*/
