/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 5px auto;
	padding: 0px;
	text-align: center;
	background: #153A69;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, address {
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p, li, td, and address tags */
p, li, td, address {
	font-size: 11px;
}
/* Sets the line-height for these tags */
p, td {
	line-height:18px;
}
li {
	line-height: 16px;
}
address {
	line-height: 14px;
	font-style: normal;
	}
a:link {
	color: #3E6596;
	text-decoration: underline;
}
a:visited {
	color: #153A69;
	text-decoration: underline;
}
a:hover {
	color: #597EAE;
	text-decoration: none;
}
a:active {
	color: #274E7F;
	text-decoration: none;
}
a img {
	border: 0px;
}
.clear {
	clear: both;
	}
/* CLASS to remove the top margin for ordered/unordered lists; it helps remove gaps between paragraphs and lists */
ul.nomargin, ol.nomargin {
	margin-top: 0px;
}
/* CLASS to create columns for unordered lists */
ul.left {
	float: left;
	margin-left: 0px;
	margin-right: 50px;
	padding-bottom:10px;
	list-style-position: inside; 
	list-style-type: disc;
}
ul.left1 {
	float: left;
	margin-left: 0px;
	list-style-position: inside; 
	list-style-type: disc;
}
h1 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
}
h1.welcome {
	background: url(images/01_welcome.gif) no-repeat;
	text-indent: -1500px;
}
h1.commercial {
	background: url(images/02_commercial.gif) no-repeat;
	text-indent: -1500px;
}
h1.residential {
	background: url(images/03_residential.gif) no-repeat;
	text-indent: -1500px;
}
h1.roofing {
	background: url(images/04_roofing.gif) no-repeat;
	text-indent: -1500px;
}
h1.location {
	background: url(images/05_location.gif) no-repeat;
	text-indent: -1500px;
}
h1.contact {
	background: url(images/06_contact.gif) no-repeat;
	text-indent: -1500px;
}
h1.links {
	background: url(images/07_links.gif) no-repeat;
	text-indent: -1500px;
}
h1.faq {
	background: url(images/08_faq.gif) no-repeat;
	text-indent: -1500px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	width: 770px;
	margin: 0px auto;
	background: url(images/layout.gif) repeat-y; /* Faux column bg for page */
}
/* Creates DIV container for header. */
div#header {
	width: 570px;
	margin: 0px auto;
	}
/* Creates DIV container for sidebar content */ 
div#sidebar {
	width: 200px;
	float: left;
	padding: 0px 0px 10px;
	color: #A9BBD2;
}
div#sidebar div#logo {
	width: 200px;
}
div#sidebar address {
	padding: 10px 0px 10px 10px;
}
/* Creates DIV container for main content */ 
div#content {
	width: 570px;
	float: right;
	padding: 0px 0px 10px;
}
div#content #heading {
	width: 555px;
	padding: 8px 0px 1px 15px;
	margin: 0px 0px 10px;
	background: #1D4679;
}
div#content p {
	margin: 0px 15px;
}
div#content iframe#diyframe {
	margin: -20px 0px 0px -10px;
	overflow: hidden;
}
/* Creates DIV container for photos */ 
div#topphotos1, div#topphotos2 {
	width: 538px;
	margin: 10px auto;
	text-align: center;
}
div#topphotos1 img.leftimg, div#topphotos2 img.leftimg {
	margin-right: 50px;
	border: 1px solid #153A69;
}
div#topphotos1 img.rightimg, div#topphotos2 img.rightimg {
	margin-left: 50px;
	border: 1px solid #153A69;
}
/* Hides the scrollbars for browsers other than IE */
div#content > iframe#diyframe {
	margin: -15px 0px 0px -10px;
	overflow: hidden;
}
/* Styles the iframe for interactive Google maps */
div#content div#maps iframe{
	border: 1px solid #153A69;
	margin: 10px auto;
	overflow: hidden;
}
/* Creates DIV container for footer content (remove the width attributes from the subnav and copyright DIV */
div#footer {
	border-top: 10px solid #000;
	font-size: 10px;
	width: 770px;
	margin: 0px auto;
	text-align: center;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0px;
	background: #153A69;
	color: #446895;
}
div#footer a:link {
	color: #7292BA;
	text-decoration: underline;
}
div#footer a:visited {
	color: #B9CDE7;
	text-decoration: underline;
}
div#footer a:hover {
	color: #89A6CA;
	text-decoration: none;
}
div#footer a:active {
	color: #A2BADA;
	text-decoration: underline;
}
/* Creates DIV container for sub-navigation */
div#subnav {
	font-size: 10px;
	margin: 0px auto;
	text-align: center;
	padding: 5px 0px;
}
div#subnav .signin{
	font-size: 10px;
	position: relative;
	left: 25px;
}
/* Creates DIV container for copyright statement */
div#copyright {
	font-size: 9px;
	text-align: center;
	padding: 5px 0px;
}
/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 200px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 180px;
	border-bottom: 1px solid #153A69;
	padding: 4px 0px 4px 20px;
	text-transform: uppercase;
	background: #1D477B url(images/linkbg.gif);
}
/* Creates our hover status */
ul#mainnav li a:hover {
	background: #5F88BB url(images/hoverlinkbg.gif);
	color: #082851;
	width: 180px;
}
/* Creates our current custom class. Be sure to apply .current to each applicable A tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #153C6D url(images/currentlinkbg.gif);
	color: #fff;
	width: 180px;
}
/* Create CLASSES to float images and groups of images in SPAN tags */
img.rt {
	float: right;
	margin: 0px 15px 5px 10px;
}
img.rtborder {
	border: 1px solid #153A69;
	float: right;
	margin: 0px 14px 5px 8px;
}
img.lft {
	float: left;
	margin: 0px 10px 5px 14px;
}
img.lftborder {
	border: 1px solid #153A69;
	float: left;
	margin: 0px 8px 5px 14px;
}
img.ctr {
	border: 1px solid #153A69;
	text-align: center;
	margin: 5px auto;
}