/*
-------------------------------------------
Title:		VPT Energy Systems
Author: 	R Landry - Pemaquid Communications, LLC
Date: 		08/08/08
-------------------------------------------
*/


/* general
---------------------------------------------------------- */

html, body {
	height: 100%;
	}

body {
	font: 62.5%  arial, sans-serif;
	margin:0 auto;
	padding:0;
	background:#fff url(/images/bg-gradient.jpg) repeat-x;
	line-height:1.8em;
	border-top:10px solid #333;
	}

h2 {
	font-size:160%;
	line-height: 1.2em;
	}

h3 {
	font-size:140%;
	}

a, a:visited {
	color:#2F8618;
	}

a:hover {
	color:#6c6;
	}	

img {
	border:none;
	margin:10px;
	}	
	
li {
	margin:0;
	padding:0;
	list-style:none;
	}

.clear {
	clear:both;
	}		

.left {
	float:left;
	}
	
.right {
	float:right;
	}

.text_left {text-align:left;}
.text_right {text-align:right;}


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	 }
	 
.clearfix {*display:inline-block;} /* IE7 */
 
* html .clearfix {
	height: 1%; /* IE5-6 */
}



/* basic layout
---------------------------------------------------------- */

#content {
	min-height: 100%;
	position: relative;
	}
	
* html #content{
	height: 100%;
	}

#header, #marquee, #features, #content, #footer{
	width:760px;
	margin:0 auto;
	font-size:140%;
	clear:both;
	}	
	
#footer{
	padding:15px 0 0 0;
	width:100%;
	border-top:1px solid #c8c8c8;
	border-bottom:30px solid #333;
	background:#f5f5f5;
	color:#686868;
	}



/* header
---------------------------------------------------------- */

h1 {
	float:left;
	margin-top:40px;
	text-indent:-9999px;
	}

h1 a {
	display:block;
	width:206px;
	height:80px;
	background:transparent url(/images/logo.jpg) no-repeat center center;
	}	



/* navigation
---------------------------------------------------------- */	

#nav {
	text-align:right;
	width:410px;
	position:relative;
	top:40px;
	right:0;
	float:right;
	margin-bottom:-80px;
	}

#nav li {
	margin:0;
	padding:0 10px;
	list-style:none;
	float:left;
	}
	
#nav li.last{
	
	}

#nav a{
	/* font-family:"Trebuchet MS", "Century Gothic", arial, sans-serif; */
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
	color:#333;
	text-decoration:none;
	font-size:130%;
	display:block;
	}

#nav a:hover{
	background-color:transparent;
	color:#2cbb01;
	}

#nav li a.current{
	color:#2cbb01;
	border-bottom:2px solid #dfdfdf;
	}	

	
/* marquee, features
---------------------------------------------------------- */

#marquee {
	height:200px;
	background:transparent url(/images/marquee5.jpg) center center no-repeat;
	/*background:transparent url(/images/marquee4.jpg) center center no-repeat;
	border-bottom:3px solid #dfdfdf;
	margin-bottom:20px;*/
	}

#marquee h2, #marquee p {
	text-indent: -9999px;
	}

#features .promo {
	float:left;
	width:240px;
	margin:0 5px;
	}

.promo p {clear:both;}
.promo h3 {line-height: 1em;}


/* content
---------------------------------------------------------- */

#container {
	min-height: 100%;
	position: relative;
	}

* html #container{
	height: 100%;
	}

#main {
	float:left;
	width:450px;
	margin:0;
	padding:10px;
	font-size:120%;
	display:inline;
	}

#side {
	float:right;
	width:240px;
	margin:0;
	padding:10px;
	}	


#footer {
	clear:both;
	margin: -150px auto 0 auto;
	padding:10px 0;
	text-align:center;
	position:relative;
	}

#footer h3{
	font-size:100%;
	}


/* footer nav
---------------------------------------------------------- */	
#footnav{
	width:360px;
	margin:0 auto 20px auto;
	clear:both;
	}

#footnav li {
	margin:0;
	padding:0 10px;
	list-style:none;
	float:left;
	}
	
#footnav li.last{
	
	}

#footnav a{
	margin: 0;
	padding: 0;
	color:#333;
	text-decoration:none;
	display:block;
	}

#footnav a:hover{
	background-color:transparent;
	color:#2cbb01;
	}

#footnav li a.current{
	color:#000;
	}


/* vcard (styles needed)
---------------------------------------------------------- */
.vcard{
	margin-top:20px;
	}

.vcard h3 {
	margin:20px 0 0 0;
	font-size:100%;
	}

.vcard .title {
	font: 100% Georgia, arial, sans-serif;
	font-style: italic;
	}

.offscreen {
	text-indent:-9999px;
	height:0;
	}

a.downloadvcard {
	font-size:80%;
	padding-left:24px;
	background: transparent url(/images/vcard.gif) no-repeat center left;
	}	

/* news, contentlist 
---------------------------------------------------------- */
#news, #contentlist {
	margin:0;
	padding:0;
	}

#news li {
	margin:2em 0;
	}
	
#contentlist li {
	margin:0;
	}

.newsSD {font-style: italic;}

/* other
---------------------------------------------------------- */

h3.iconic, h3.iconic2, h3.iconic3 {
	padding:20px 0 0 80px;
	height:40px;
	}

h3.iconic {
	background: transparent url(/images/lightbulb.gif) no-repeat top left;
	}
h3.iconic2 {
	background: transparent url(/images/smart-building3.gif) no-repeat top left;
	}
h3.iconic3 {
	background: transparent url(/images/recycle2.gif) no-repeat top left;
	}	
	
	
	