@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
.layout {
	background-color: #000;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00CC00;
	margin-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #FFF;
	letter-spacing: -.25px;
}
a	{
	font-size: 14px;
	color: #00CC00;
	text-decoration: none;
}
p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	letter-spacing: -.25px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	border:0;
  	padding:0;
  	height:100%; 
  	background-color:#000; 
}
img { border: none;}
#topborder {
	background-color: #00CC00;
	height: 5px;
	width: auto;
	margin-top: 0px;
	padding-top: 0px;
}
#wrapper {
	background-color: #000;
	width: 1022px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
#header {
	background-color: #000;
	height: 205px;
	width: 1022px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/TopLight_Gradient.jpg);
	background-repeat: no-repeat;
}
#headerlogo {
	background-image: url(../images/EV_Logo_Big.png);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 60px;
	width: 500px;
	padding-top: 20px;
}
#headercontact {
	float: right;
	height: 60px;
	width: 240px;
	padding-top: 4px;
}
#headerbio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	clear: left;
	float: left;
	height: 90px;
	width: 760px;
	padding-bottom: 10px;
}
#headerfeatures {
	float: right;
	height: 90px;
	width: 240px;
}
#content {
	width: 1022px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	position: relative;
}
ul.gallery li {
	float: left;
	margin: 0 20px 20px 0; padding: 0;
	text-align: center;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.gallery li a.thumb {
	width: 240px; /*--Width of image--*/
	height: 133px; /*--Height of image--*/
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 240px;
	height: 133px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}
ul.gallery li.wrap { margin-right: 0;}
ul.gallery li a {text-decoration: none; color: #777; display: block;}
#footer {
	background-color: #000;
	height: 45px;
	width: 1022px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	overflow: auto;
}
#footerinfo {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: 25px;
	width: 780px;
}
#footerlogo {
	float: right;
	height: 30px;
	width: 240px;
	background-image: url(../images/EV_Logo_Small.png);
	background-repeat: no-repeat;
	background-position: right top;
}