/* HTML Defaults */

body {
	font: 75%/1.5em Arial, Helvetica, sans-serif;
	color: #444;
	background: #144680 url(../img/body_bg.png) repeat-x left top;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #9a3232;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	color: #777;
}
h1, h2 {
	font-weight: normal;
}
h3, h4 {
	font-weight: bold;
}
h1 {
	font-size: 200%;
	line-height: 1.2em;
	margin-top: 0;
}
h2 {
	font-size: 133%;
}
h3 {
	font-size: 116%;
}
h4 {
	font-size: 100%;
}
img {
	border: none;
}
hr {
	color: #ddd;
	background: #ddd;
	height: 1px;
	padding: 0;
	border: none;
}
table {
	padding: 0;
	border: solid 0px #ddd;
	border-collapse: collapse;
}
th, td {
	font-size: 100%;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 5px;
	border: solid 0px #ddd;
	border-collapse: collapse;
}
th {
	font-weight: bold;
}
thead, tfoot {
	background: #f4efe4;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
cite {
	font-size: 92%;
	font-style: normal;
}

/* Main Containers */

#container {
	width: 990px;
	margin: 0 auto;
}
#containerinner {
	background: url(../img/container_bg.png) no-repeat center top;
	min-height: 560px;
	width: 980px;
	float: left;
	padding: 0 0px;
}
.clear {
	clear: both;
}

/* Header */

#header {
	height: 93px;
	width: 980px;
	float: left;
	overflow: hidden;
}
#header p {
	margin: 0;
}
#logo, #logo img {
	height: 92px;
	width: 415px;
	float: left;
}
#topcontact {
	font-size: 116%;
	width: 500px;
	float: right;
}
#topcontact span, #topcontact a {
	float: left;
}
#topcontact a {
	color: #444;
}
#topcontact a:hover {
	text-decoration: none;
}
#topcontact strong {
	font-size: 128%;
	font-weight: normal;
	color: #9a3232;
}
.topquote {
	height: 58px;
	width: 266px;
}
.topquote a {
	background-image: url(../img/header_quote_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 43px;
	width: 246px;
	padding: 15px 0 0 20px;
}
.topquote a:hover {
	background-position: center -58px;
}
.topphone {
	padding: 15px 0 0 10px;
	font-size:20px
}


.yellow_footer {
	color: #FFFF00
}

/* Nav */

#nav {
	font-size: 15px;
	height: 42px;
	width: 944px;
	float: left;
	clear: both;
	padding: 0 18px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	line-height: 41px;
	float: left;
	list-style: none;
	border-right: solid 1px #003471;
	border-left: solid 1px #8989f9;
	position: relative;
	z-index: 1000;
}
#nav ul li:hover {
	z-index: 2000;
}
#nav ul li#navhome {
	border-left: none;
}
#nav ul li#navcontact {
	border-right: none;
}
#nav ul li a {
	color: #f4efe4;
	background-color: transparent;
	background-image: url(../img/nav_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	padding: 0 20px;
}
#nav ul li a:hover, #nav ul li:hover a {
	text-decoration: none;
	color: #fff;
	background-position: left -41px;
}
#pagehome #nav ul li#navhome a, #pageservices #nav ul li#navservices a, #pagework #nav ul li#navwork a, #pageabout #nav ul li#navabout a, #pagefinancing #nav ul li#navfinancing a, #pagenews #nav ul li#navnews a, #pagecert #nav ul li#navcert a, #pagequote #nav ul li#navquote a, #pagecontact #nav ul li#navcontact a {
	background-position: left -82px;
}
#nav ul li ul {
	font-size: 13px;
	background: #0850a2 url(../img/subnav_bg.png) repeat-x left top;
	width: 210px;
	position: absolute;
	left: -1px;
	top: 41px;
}
#nav ul li#navcontact ul {
	left: -115px;
}
#nav ul li ul li ul {
	left: 209px;
	top: -1px;
}
#nav ul li ul, #nav ul li:hover ul li ul {
	display: none;
}
#nav ul li:hover ul, #nav ul li.sfhover ul, #nav ul li:hover ul li:hover ul, #nav ul li.sfhover ul li.sfhover ul {
	display: block;
}
#nav ul li ul li {
	line-height: 1.2em;
	width: 208px;
	border-top: solid 1px #8989f9;
	border-bottom: solid 1px #003471;
}
#nav ul li ul li a, #nav ul li ul li:hover ul li a {
	background-color: transparent;
	background-image: none;
	width: 188px;
	padding: 4px 10px;
}
#nav ul li ul li a:hover, #nav ul li ul li:hover a, #nav ul li ul li ul li a:hover {
	background-color: #7070f1;
}
.navarrow {
	background: url(../img/nav_arrow.png) no-repeat center top;
	height: 5px;
	width: 100px;
	position: absolute;
	top: 41px;
}

/* Footer */

#footer {
	font-size: 92%;
	line-height: 1.2em;
	color: #999;
	width: 980px;
	float: left;
	clear: both;
	padding-bottom: 10px;
}
#footer p {
	margin: 0;
	padding-top: 10px;
}

#footer a {
	color: #FFFF00
}

#footerlinks {
	width: 270px;
	float: left;
	color: #FFFF00;
}
#footertext {
	width: 710px;
	float: left;
}

.copyright, #footertext {
	font-size: 82%;
	line-height: 1.2em;
}
.copyright a {
	color: #999;
}

/* Content */

#pagecontent, #main {
	background: #fff;
	width: 980px;
	float: left;
	clear: both;
}
#bodytextside, #bodytextfull {
	float: left;
	padding: 15px 30px 30px 30px;
}
#bodytextside {
	width: 675px;
}
#bodytextfull {
	width: 920px;
}
#side {
	min-height: 950px;
	width: 235px;
	float: right;
	padding: 15px 5px;
	position: relative;
	z-index: 200;
}
#sideinner {
	width: 235px;
	position: absolute;
	top: -55px;
	left: 0;
}
#side .padding {
	clear: both;
	padding: 10px;
}
#pagehome #side .padding {
	padding: 0 15px;
}
#pagetitle {
	background: #c0b192 url(../img/title_bg.png) repeat-x left top;
	width: 972px;
	padding: 3px 4px;
}
#pagehome #pagetitle {
	height: 234px;
}
#pagetitle ul {
	height: 234px;
	width: 972px;
	margin: 0;
	padding: 0;
}
#pagetitle ul li, #pagetitle ul li a {
	height: 234px;
	width: 243px;
	float: left;
}
#pagetitle ul li {
	list-style: none;
}
#pagetitle ul li a {
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#pagetitle ul li a:hover {
	background-position: left -234px;
}
#homeroofing {
	background-image: url(../img/home_roofing.jpg);
}
#homewindoors {
	background-image: url(../img/home_windoors.jpg);
}
#homesiding {
	background-image: url(../img/home_siding.jpg);
}
#homegutters {
	background-image: url(../img/home_gutters.jpg);
}
#bodytextside ul, #bodytextfull ul {
	margin-left: 0;
	padding-left: 0;
}
#bodytextside ul li, #bodytextfull ul li {
	background: url(../img/bullet.png) no-repeat left 5px;
	padding-left: 12px;
	list-style: none;
}
#bodytextside ul ul, #bodytextfull ul ul {
	padding-left: 15px;
}
.homework {
	padding: 5px 0;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
#pagehome h1 {
	font-size: 150%;
}
.note {
	font-size: 84%;
	line-height: 1.3em;
}

.bluenote {
	font-size: 84%;
	line-height: 1.7em;
	color: #0099CC;
}


#pagehome #side .padding p {
	margin: 0 0 .5em 0;
}
.button, .textinput {
	font: 100% Arial, Helvetica, sans-serif;
	padding: 4px;
	border: solid 1px #ddd;
}
.textinput {
	color: #444;
	background: #fff url(../img/input_bg.png) repeat-x left top;
}
.button {
	color: #fff;
	background: #838383 url(../img/button_bg.png) repeat-x left top;
}
.newsletter {
	color: #fff;
	background: url(../img/newsletter_bg.png) no-repeat center top;
	width: 235px;
	float: left;
}
.newsletterinner {
	background: url(../img/newsletterinner_bg.png) no-repeat center bottom;
	min-height: 74px;
	width: 205px;
	float: left;
	padding: 15px 15px 18px 15px;
}
.mc-field-group {
	position: relative;
}
.newsletter input, #mc_embed_signup div {
	float: left;
}
.newsletter .textinput {
	font-size: 84%;
	height: 14px;
	width: 144px;
	padding: 5px 4px;
	border: solid 1px #fff;
}
.newsletter .button {
	font-size: 92%;
	background: transparent url(../img/news_button_bg.png) no-repeat right center;
	height: 26px;
	width: 51px;
	padding: 0;
	border: none;
}
.newsletter h2, .newsletter p {
	margin: 0 0 .5em 0;
}
.newsletter h2 {
	font-size: 150%;
	color: #f5f0e7;
}
.newsletter p {
	font-size: 92%;
	line-height: 1.3em;
}
.newsletter form {
	margin: 0;
}
.taxcredit {
	color: #fff;
	background: url(../img/taxcredit_bg.png) no-repeat center top;
	height: 50px;
	width: 172px;
	clear: both;
	padding: 10px 15px 10px 48px;
}
.taxcredit h2, .taxcredit p {
	margin: 0;
}
.taxcredit a {
	color: #fff;
}
.taxcredit p {
	font-size: 92%;
	line-height: 1.3em;
}
.awards img {
	display: inline;
	vertical-align: middle;
}
.bodyphoto {
	float: right;
	clear: right;
	margin: 0 0 1.5em 1.5em;
}
.bodyphotoalt {
	float: left;
	margin: 0 1.5em 1.5em 0;
}
#sidenav {
	background: #f4efe4 url(../img/sidenavinner_bg.png) no-repeat center top;
	width: 235px;
	float: left;
}
#sidenavinner {
	background: url(../img/sidenav_bg.png) no-repeat center bottom;
	width: 225px;
	float: left;
	padding: 10px 5px 18px 5px;
}
#sidenav dl, #sidenav dt, #sidenav dd {
	width: 225px;
	float: left;
	margin: 0;
	padding: 0;
}
#sidenav dl {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #e3dccd;
}
#sidenav dl#sideroofing {
	border-top: none;
}
#sidenav dl#sidegutters {
	border-bottom: none;
}
#pagework #sidenav dl, #pageabout #sidenav dl, #pagecontact #sidenav dl {
	border-top: none;
	border-bottom: none;
}
#sidenav dt {
	font-size: 125%;
	line-height: 1.3em;
}
#sidenav dd {
	font-size: 108%;
	line-height: 1.3em;
}
#sidenav a {
	width: 195px;
	float: left;
}
#sidenav a:hover {
	text-decoration: none;
	background: #fff;
}
#sidenav dt a {
	padding: 5px 15px;
}
#sidenav dd a {
	padding: 3px 15px;
}
#pageservices #sidenav dd {
	display: none;
}
.pageroofing #sidenav #sideroofing dd {
	display: block;
}
.pagewindoors #sidenav #sidewindoors dd {
	display: block;
}
.pagesiding #sidenav #sidesiding dd {
	display: block;
}
.pagegutters #sidenav #sidegutters dd {
	display: block;
}
.cert p {
	font-size: 92%;
	line-height: 1.3em;
	margin: 0 0 0 110px;
}
.cert img {
	float: left;
}
.quote {
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.quote h2 {
	margin: 0 0 .5em 0;
}
.quote p {
	margin: 0;
}
.quote img {
	vertical-align: middle;
	height: 16px;
	width: 22px;
}
.highlight {
	background: #f4efe4;
}
table.formtable, table.formtable th, table.formtable td {
	border: none;
}
#side h1 {
	font-size: 110%;
	font-weight: bold;
}
.normal {
	font-size: 100%;
	line-height: 1.5em;
	color: #444;
}
.services dl {
	width: 200px;
	float: left;
	padding: 0 30px 0 0;
}
.services dl, .services dt, .services dd {
	margin: 0;
}
.services dt, .services dd {
	padding: 5px 0;
}
.services dt {
	font-size: 150%;
	font-weight: normal;
	color: #777;
}
th h2 {
	margin: 0;
}
