@charset "UTF-8";
/* SmartWatt Energy, Inc. */
/* Created 3.19.2010 */
/* Kevin Hanselman : KH Design : http://khanselman.digitalpuddle.com */

body {
	margin: 0; padding: 0; font: 0.75em Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 850px;
	margin: 0px auto;
	padding: 0;
}

#header {
	width: 850px;
	height: 250px;
	background: url(../images/header_bg.jpg) no-repeat;
}

#search_bar {
	width: 500px;
	margin-left: 350px;
	height: 50px;
}

#phone {
	width: 300px;
	float:left;
	text-align: right;
	margin-top: 15px;
	padding: 0;
}

#search {
	margin-top: 10px;
	width: 200px;
	float: left;
	text-align: center;
}

#search input {
	color: #367C2B;
	padding-left: 5px;
}

#search .submit {
	border: none;
	width: 25px;
	height: 25px;
	margin-left: -12px;
	cursor: pointer;
    background: url('../images/search.gif') no-repeat top left;
}

#logo {
	width: 450px;
	height: 170px;
	float: left;
	margin-top: 20px;
}

#tagline {
	width: 380px;
	padding-right: 20px;
	float: left;
	margin-top: 20px;
	text-align: right;
}

#nav {
	width: 850px;
	text-align: center;
}

#nav li {
	list-style: none;
	margin: 0;
	display: inline;
}

#nav li a {
	padding: 0 10px;
	border-right: 2px solid #AB0534;
	text-decoration: none;
	text-transform: uppercase;
}

.last {
	border-right: 0px !important;
}

#nav li a:link, #nav li a:visited { color: #367C2B; }

#nav li a:hover { color: #AB0534; }

#content_wrapper {
	width: 850px;
}

.home {
	background: url(../images/content_bg.jpg) repeat-y;
}

#buttons {
	width: 850px;
	text-align: center;
}

#content {
	width: 515px;
	padding: 0px 10px 0px 5px;
	float: left;
}

#right_col {
	width: 310px;
	padding: 0px 0px 0px 10px;
	float: left;
}

#sm_right {
	width: 150px;
	padding: 0px 0px 0px 10px;
	float: left;
}

#left_nav {
	width: 145px;
	padding: 10px 5px 0 0;
	float: left;
}

#left_nav ul {
	padding: 0; margin: 0;
}

#left_nav li {
	list-style: none;
	margin: 0;
	padding: 0.25em 0;
}

#sm_content {
	width: 520px;
	float: left;
	padding: 0px 10px;
}

.page {
	background: url(../images/content_bg2.jpg) repeat-y;
}

#footer {
	font-weight: bold;
	color: #006600;
	width: 850px;
	text-align: center;
	margin-top: 15px;
}

.black {
	color: #555555;
}

h1 {
	color: #FFF;
	font-size: 1.25em;
}

h2 {
	color: #AB0534;
	font-size: 1.25em;
}

h3 {
	color: #006600;
	font-size: 1.125em;
	padding: 0; margin: 0;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

.news {
	width: 305px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

.more {
	text-align: center;
	width: 115px;
	padding: 2px 10px;
	margin: 10px 0px;
	border-left: 2px solid #AB0534;
	border-right: 2px solid #AB0534;
	clear:both;
}

.more p {
	padding: 0px;
	margin: 0px;
}

a:link, a:visited {
	text-decoration: none;
	color: #367C2B;
}

a:hover {
	text-decoration: underline;
}

.red {
	color: #AB0534;
}

#right_col img {
	padding: 5px;
}
#sm_content img {
	padding: 0 15px;
}
#sm_content label, #sm_content input {
	display: block;
	float: left;
	margin-bottom: 5px;
}
#sm_content label {
	width: 125px;
	text-align: right;
	font-weight: bold;
	color: #AB0534;
	padding-right: 10px;
}

.form {
	clear: left;
}
