/* CSS Created by Kristen Usher 10/08 - Modified by Kristen Usher 04/10 */

body {
	background-color: #4A0111;
	font-family: verdana, sans-serif;
	font-size: 75%;
	line-height: 1.4em;
	color: #000;
}

#container { 
	position: absolute; 
	left: 50%;
	top: 10px;
	width: 850px;
	margin-left: -425px;
	padding: 0px;
}

#head {
	background: url(../images/headBG.gif) no-repeat;
	height: 160px;
	margin: 0px;
}

#content {
	background: url(../images/contentBG.gif) repeat-y;
	padding: 1px 60px 1px 50px;
	margin: 0px;
	min-height: 425px;
}

#nav {
	float: left;
	margin: 10px;
}

#nav_home{
	width:125px;
	height:40px;
	background-image:url(../images/home_off.gif);
}

#nav_home:hover,active{
	width:125px;
	height:40px;
	background-image:url(../images/home_on.gif);
}

#nav_services {
	width:125px;
	height:40px;
	background-image:url(../images/services_off.gif);
}

#nav_services:hover,active{
	width:125px;
	height:40px;
	background-image:url(../images/services_on.gif);
}

#nav_solar {
	width:125px;
	height:40px;
	background-image:url(../images/solar_off.gif);
}

#nav_solar:hover,active{
	width:125px;
	height:40px;
	background-image:url(../images/solar_on.gif);
}

#nav_testimonials {
	width:125px;
	height:40px;
	background-image:url(../images/testimonials_off.gif);
        border: 0;
        border-style: none;
}

#nav_testimonials:hover,active{
	width:125px;
	height:40px;
	background-image:url(../images/testimonials_on.gif);
        border: 0;
        border-style: none;
}

#nav_gallery {
	width:125px;
	height:40px;
	background-image:url(../images/gallery_off.gif);
}

#nav_gallery:hover,active{
	width:125px;
	height:40px;
	background-image:url(../images/gallery_on.gif);
}

#text {
	margin: 15px;
}

#gallery {
margin-top: 15px;
}

img {
	margin-right: 12px;
	float: left;
        border: 0;
        border-style: none;
}

h1 {
	color: #4A0111;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	letter-spacing: 0.15em;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	color: #4A0111;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.15em;
	margin-top: 20px;
	margin-bottom: 0px;
}

#foot {
background: url(../images/footBG.gif) no-repeat;
height: 33px;
padding: 5px 60px 5px 60px;
margin: 0px;
text-align: right;
}

#foot p {
margin: 0px;
padding: 0px;
color: #666;
font-size: 75%;
}





