@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background: #222222;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #FEFEFE;
	text-align: center;
}

h1, h2 {
	font-family: Helvetica, Verana, sans-serif;
	color: #FFF;
	margin-top: 0px;
}

h1 { font-size: 18px; border-bottom: 1px dashed #666666; padding-bottom: 10px; }

h2 { font-size: 14px; font-weight: bold; margin-bottom: 8px;}

p { margin-top: 0px; line-height: 18px; color: #dddddd;}

li {color: #E9E9E9; line-height: 18px; list-style-image: url('../images/li-arrow.gif'); }

a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #CCC;
}


#container {
	border: 10px solid #000;
	width: 800px;
	height: 500px;
	background: #000;
	z-index: 1;
	color: #FFF;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#menu {
	position: relative;
	bottom: 105px;
	height: 152px;
	z-index: 2;
	width: 800px;
	overflow: hidden;
	
}

#text {
	width: 480px;
}


#footer {
	width: 800px;
	height: 100px;
	clear: both;
	background: #000000 url('../images/footer.jpg') no-repeat;
	border-right: 10px solid #000;	
	border-left: 10px solid #000;
	border-bottom: 10px solid #000;
	margin-left: auto;
	margin-right: auto;
	
}

#content {
	width: 800px;
	height: 425px;
}

#content-mission {
	background: url('../images/content-lightbulb-bg.jpg') no-repeat;
	width: 800px;
	height: 425px;	
}

#content-history {
	background: url('../images/content-history-bg.jpg') no-repeat;
	width: 800px;
	height: 425px;	
}

#content-partners {
	background: url('../images/content-partners-bg.jpg') no-repeat;
	width: 800px;
	height: 425px;	
}

#content-video {
	background: url('../images/content-video-bg.jpg') no-repeat;
	width: 800px;
	height: 425px;	
}

#content-commercial {
	background: url('../images/content-commercial-bg.jpg') no-repeat;
	width: 800px;
	height: 425px;	
}

#content-industrial {
	background: url('../images/content-industrial-bg.jpg') no-repeat;
	width: 800px;
	height: 425px;	
}

#content-education {
	background: url('../images/content-education-bg.jpg') no-repeat;
	width: 800px;
	height: 425px;	
}

#content-retail {
	background: url('../images/content-retail-bg.jpg') no-repeat;
	width: 800px;
	height: 425px;	
}

#content-why {
	background: url('../images/content-why-bg.jpg') no-repeat;
	width: 800px;
	height: 425px;	
}

#content-audit {
	background: url('../images/content-audit-bg.jpg') no-repeat;
	width: 800px;
	height: 425px;	
}

#audit-form-container {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 480px;
	background: #777777;
	color: #111111;
	text-align: left;
}

#calculator-container {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background: #777777;
	color: #111111;
	text-align: left;
}

#calculator-container p {
	color: #111111;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

.formtitle {
	color: #111111;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	margin-top: 10px;	
}

p.formtext {
	color: #111111;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

.textInput {
	width: 200px;
	border: 1px solid #333;
}

.greyline {
	width: 798px;
	height: 10px;
	border-top: 2px solid #333;
	clear: both;
}

#bottomlinks {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
}


	