@charset "utf-8";
/* CSS Document */
/* Celgard, LLC 
Developed by Websitebiz www.websitebiz.com
*/

* { margin:0 auto; padding:0; }
	
body { 
	background-color:#ffffff;
	background-image:url(../images/bg-fade-blue2.jpg);
	background-repeat:repeat-x; 
	font-size:12px;
	color:#333333;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	}
a img,:link img,:visited img {border: none;}
	
h1 {color:#666; font-size:24px; margin-bottom:10px; line-height:26px;}
h2 {color:#719f05; font-size:18px; padding:20px 0 10px 0;}
h3 {font-size:14px;}

.title {font-weight:bold;}

p {margin:0 0 12px 0;}

ul {
	margin-left:20px;
	padding-left:20px;
	list-style-type:none;
	}
ol {
	margin-left:20px;
	padding-left:20px;
	list-style-type:none;
	}
.bodyColDoublewide li {
	list-style-image:url(../images/icons/bullet_orange.gif);
	/*margin:5px;*/
	padding-left:5px;
	padding-bottom:5px;
	}
	
a:link, a:visited {
	text-decoration:none;
	color:#005dab;
	}
a:hover, a:active {
	color:#027ee6;
	}
.note {
	font-size:10px; color:#666;
	}
.devnote {
	font-size:10px; color:#9900FF;
	}
.photo {
	background-color:#fff;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:10px;
	}

#wrapper {
	background-color:#ffffff; 
	width:960px;
	padding:20px;
	text-align:left;
	}
	
.clear { clear:both; }
	
#header {

	}
#logo {
	float:left;
	}
#search {
	float:right;
	padding:20px 0px 0px 0px;
	height:50px;
	}
#mainNav {
	float:right;
	width:800px;
	}
#mainNav ul{
	text-align:right;
	list-style:none;
	}
#mainNav li{
	float:left;
	text-align:center;
	padding:10px 20px;
	}

/*-- Hero images --*/	
#home #hero {
	height:280px;
	width:960px;
	background-image:url(../images/hero-home-b-electric-car.jpg);
	}
#products #hero {
	height:280px;
	width:960px;
	background-image:url(../images/hero-products.jpg);
	}
#markets #hero {
	height:280px;
	width:960px;
	background-image:url(../images/hero-markets.jpg);
	}
#resources #hero {
	height:280px;
	width:960px;
	background-image:url(../images/hero-resources.jpg);
	}
#news #hero {
	height:280px;
	width:960px;
	background-image:url(../images/hero-news.jpg);
	}
#about #hero {
	height:280px;
	width:960px;
	background-image:url(../images/hero-about.jpg)
	}
#heroText {
	font-size:18px;
	color:#ffffff;
	float:right;
	text-align:right;
	margin-top:80px;
	margin-right:20px;
	}

#subnav {
	background-color:#e5e5e5;
	border-bottom:1px solid #ccc;
	height:30px;
	line-height:30px;
	font-weight:bold;
	font-size:14px;
	padding-left:100px;
	color:#666;
	margin-top:20px;
	}
#subnav	subnavCategory {
	float:left;
	width:280px;
	}
	
.bodyCol {
	float:left;
	padding-right:20px;
	width:220px;
	margin-top:20px;
	line-height:20px;
	}
.bodyCol p {
	line-height:20px;
	}
.bodyColDoublewide {
	float:left;
	padding-right:20px;
	width:450px;
	margin-top:20px;
	line-height:20px;
	}
.bodyColDoublewide {
	line-height:20px;
	}
.timeline {
	background-image:url(../images/timeline-bkg.jpg);
	background-repeat:no-repeat;
  width:722px;
 	padding:20px;
	font-size:14px;
	}
.timelineYear {
	color:#005dab;
	font-weight:bold;
	font-size:18px;
	margin-right:10px;
	float:left;
	}
.timelineItem {
	float:left;
	margin-bottom:12px;
	vertical-align:bottom;
	}
/*---- homepage special style ------*/
#home .bodyColDoublewide {line-height:24px;}
#home .bodyCol p {line-height:24px;}


#newsCol {
	float:right;
	padding:10px;
	width:220px;
	margin-top:20px;
	background-color:#f7f7f7;
	border:1px solid #ccc;	
	}
#newsCol p {
	border-bottom:1px dotted #ccc;
	margin-top:5px;
	padding-bottom:5px;
	font-size:10px;
	}
#newsCol p a:link {
	color:#666;
	text-transform:uppercase;
	}
#newsCol p a:hover {
	padding-bottom:10px;
	color:#027ee6;
	/*text-transform:uppercase;*/
	}
.newsYear {
	width:100%;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	font-size:16px;
	color:#999;
	margin:20px 0 10px 0;
	}
.newsItem {
	border-bottom:1px dotted #e5e5e5;
	margin-bottom:10px;
	}
	
/*.fullPageWidth {
	width:100%;
	}*/
.fullPageWidth li {
	list-style-image:url(../images/icons/bullet_orange.gif);
	margin:10px;
	}
	
.fullWidthCol {
	margin-top:20px;
	line-height:20px;
	padding-left:100px;
	padding-right:100px;
	}

.fullWidthCol li {
	list-style-image:url(../images/icons/bullet_orange.gif);
	margin:10px;
	}
		
.popup a:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	/*color:#666;*/
	}
	
.popup a:hover {
	color:#005dab;
	}
.caption {
	text-align:center; font-weight:bold;
	}
#footer {
	text-align:right;
	font-size:10px;
	color:#cccccc;
	padding-top:20px;
	}

/*----- tables -----*/
table {
	border-collapse:collapse;
	width:100%;
	border:1px solid #666;
	margin-top:1em;
	}	
th, td {
	padding:0.1em 1em;
	border-right: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
	}
col { border-right: 1px solid #ccc;}
.odd {background-color:#e5e5e5;}
tr:hover {background-color:#ddeaf3;}
thead {background-color:#3d80df; color:#f7f7f7; font-weight:bold;}
thead tr:hover {background-color:#3d80df;color:#f7f7f7;}

/*----- login page -----*/
#resources table {
	border:none;
	}
#resources td {
	padding:0.2em;
	border: none;
	}
#resources tr:hover {background-color:#fff;}

/*----- contact form -----*/
#contact table {
	border-collapse:collapse;
	border:none;
	margin-top:20px;
	}	
#contact td {
	padding:0.1em;
	border-right: none;
	border-bottom:none;
	}
#contact tr {vertical-align:top;}
#contact tr:hover {background-color:#fff;}
#contact select {font-size:10px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
	
