/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#6baedf;
}
a:hover {
	color:#6baedf;
	text-decoration : underline;
}

h1, body, h2, h3, h4, h5, h6, p, img, div, ul, li {
	padding:0;
	margin:0;
}

body {
	vertical-align:top;
	background: #FFFFFF url(../images/background.gif) repeat-x;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	padding: 0 0 8px 0;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	color: #22418d;
	padding:0 0 8px 0;
	font-style: normal;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:  18px;
	color: #22418d;
	padding:0 0 5px 0;
	font-style: normal;
	font-weight: normal;
}	

#wrapper {
	width:950px;
	min-height:326px;
	margin:0 auto 0 auto;
	padding:0 25px 0 25px;
	background-color:#FFFFFF;
}
/* mac hide \*/
* html #wrapper{height:326px}
/* end hide */

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:950px;
	height:95px;
	position:relative;
}

.logo {
	display:block;
	padding:0;
	margin:0;
	position:absolute;
	left:0;
	top:25px;
}

.account {
	display:block;
	padding:0;
	margin:0;
	position:absolute;
	left:761px;
	top:50px;
}

.phone {
	display:block;
	padding:0;
	margin:0;
	position:absolute;
	left:396px;
	top:0;
}

/*--------------------------------------------------------------------------------------------------
	horizontal navigation
--------------------------------------------------------------------------------------------------*/

#nav {
	width:937px;
	height:47px;
	background: url(../images/nav.gif) no-repeat;
	padding:0 0 10px 13px;
}

#nav ul {
	padding:0;
	margin:0;
	width:937px;
}

#nav ul li {
	display: inline;
	padding-bottom: 0;
/* matches link padding except for left and right */
	padding-top: 16px;
	margin:0;
}

#nav ul li a {
    float:left; 
    padding:16px 7px 0 7px;
	height:31px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border-right:1px solid #78a22f;
	} 

#nav #active { 
	text-decoration: none;
	background-color:#78a22f;
	}
	
#nav ul li a:hover {  
	text-decoration: none;
	background-color:#78a22f;
	}

/*--------------------------------------------------------------------------------------------------
	vertical navigation
--------------------------------------------------------------------------------------------------*/

#vertnav {
	width:215px;
	padding:13px 0 0 0;
	float:left;
	background: url(../images/nav_top.gif) top no-repeat;
}

#vertnav ul
{
margin:0;
padding:0;
list-style-type: none;
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
line-height:15px;
font-weight: normal;
text-align:right;
}

#vertnav a
{
display: block;
padding: 3px 15px 3px 0;
width: 200px;
text-decoration: none;
color: #FFFFFF;
border-bottom:1px solid #21418c;
}


#vertnav a:hover
{
text-decoration: none;
background-color:#21418c;
color:#b1cb46;
}

#vertnav a#current
{
text-decoration: none;
background-color:#21418c;
color:#b1cb46;
}

#vertnav ul ul a:link
{
display: block;
padding: 3px 15px 3px 0;
width: 200px;
text-decoration: none;
color: #b1cb46;
border-bottom:1px solid #21418c;
background-color:#002562;
font-size: 12px;
line-height:14px;
font-style:italic;
}

#vertnav ul ul a:hover
{
text-decoration: none;
background-color:#21418c;
color:#b1cb46;
}

#vertnav ul ul a#currentsub
{
text-decoration: none;
background-color:#21418c;
color:#b1cb46;
}
/*--------------------------------------------------------------------------------------------------
	slide show
--------------------------------------------------------------------------------------------------*/

#slideshow {
    position:relative;
    height:324px;
	width:950px;
	padding:0 0 10px 0;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
/*--------------------------------------------------------------------------------------------------
	index
--------------------------------------------------------------------------------------------------*/

#flash {
	width:950px;
	height:324px;
	padding:0 0 10px 0;
    background: url(../images/flash.jpg) top no-repeat;
}

#content {
	width:920px;
	padding:20px 0 20px 30px;
    background: url(../images/content.gif) top no-repeat;
	overflow:hidden;
}

#blocks {
	width:920px;
	padding:0 0 20px 0;
	overflow:hidden;
}

#blocks img {
	padding:0 18px 0 0;
	display:block;
	float:left;
}

.bookmark {
	padding:0 409px 10px 0;
	display:block;
	float:right;
}

.locations {
	padding:0 27px 0 0;
	display:block;
	float:right;
}

#intro {
	width:663px;
	padding:0 0 10px 0;
	float:left;
    background: url(../images/intro_bottom.gif) bottom no-repeat;
}

#introcontent {
	width:623px;
	padding:15px 20px 0 20px;
	float:left;
    background: url(../images/intro_top.gif) top no-repeat;
}

#introcontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	padding: 0 0 12px 0;
	font-style: normal;
	font-weight: normal;
}
/*--------------------------------------------------------------------------------------------------
	subpage
--------------------------------------------------------------------------------------------------*/

#subcontent {
	width:950px;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
    background: url(../images/sub_background.jpg) bottom no-repeat;
	overflow:hidden;
}

#copy {
	width:665px;
	padding:25px 30px 20px 30px;
	float:right;
    background: url(../images/copytop.gif) top no-repeat;
}

#subhead {
	width:725px;
	height:110px;
	float:right;
	border-bottom:10px solid #FFFFFF;
}

.about {
    background: url(../images/sub_about.jpg) no-repeat;
}

.roofing {
    background: url(../images/sub_roofing.jpg) no-repeat;
}

.commercial {
    background: url(../images/sub_commercial.jpg) no-repeat;
}
.estimate {
    background: url(../images/sub_contact.jpg) no-repeat;
}
.gallery {
    background: url(../images/sub_service.jpg) no-repeat;
}
.residential {
    background: url(../images/sub_residential.jpg) no-repeat;
}
.service {
    background: url(../images/sub_efficiency.jpg) no-repeat;
}
.location {
    background: url(../images/sub_locations.jpg) no-repeat;
}
.metal {
    background: url(../images/sub_sheetmetal.jpg) no-repeat;
}


.subimage {
	display:inline;
	float:right;
	margin:0 0 10px 10px;
	border:3px solid #d1d3d4;
}

.subimageleft {
	display:inline;
	float:left;
	margin:0 10px 10px 0;
	border:3px solid #d1d3d4;
}

#copy ul { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	margin:0;
	padding:0 0 5px 0;
	font-style: normal;
	font-weight: normal;
}

#copy li { 
	background: url(../images/bullet.gif) left top no-repeat;
	padding: 0 0 3px 7px;
}

/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
#formbox {
	width:500px;
	padding:15px 0 15px 10px;
	margin:5px 0 15px 0;
	float: left;
	text-align:left;
	border:1px solid #b1cb46;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.inputborder {
	border: 1px solid #6baedf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:5px;
	margin:0;
}
/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.rssbutton:visited, .rssbutton:hover, .rssbutton:active{
color: white;
}

.cssbutton{
background: #569fd3 url(../images/button.gif) right center no-repeat;
border: 1px solid #00467f;
padding: 3px 15px 3px 10px;
color: #FFFFFF;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
}

.cssbutton:hover{
background: #569fd3 url(../images/button2.gif) right center no-repeat;
background-color: #21418c;
padding: 3px 15px 3px 10px;
text-decoration: none;
color: #FFFFFF;
}
/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/

#footer {
	width:950px;
	overflow:hidden;
	border-top:1px solid #d1d3d4;
}

#footerleft {
	width:320px;
	text-align:left;
	float:left;
}

#footerleft img {
	padding:5px 8px 0 0;
	display:block;
	float:left;
}

#footerright {
	width:630px;
	text-align:right;
	float:right;
}

#footer p {
	font-size: 10px;
	line-height: 12px;
	color:#22418d;
	padding:15px 0 10px 0;
}

.snipe {
	color:#666666;
}

.by {
	color:#d1d2d4;
}

a.navlink:link {color: #666666; text-decoration: none;}
a.navlink:active {color: #666666; text-decoration: none;}
a.navlink:visited {color: #666666; text-decoration: none;}
a.navlink:hover {color: #22418d; text-decoration: underline;}

a.gecko:link {color: #d1d2d4; text-decoration: none;}
a.gecko:active {color: #d1d2d4; text-decoration: none;}
a.gecko:visited {color: #d1d2d4; text-decoration: none;}
a.gecko:hover {color: #22418d; text-decoration: underline;}


/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}
