html {
	background: #606060;
	background-image: url("../images/bot_grass-bg.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom center;
}

body {
	margin: 0;
	text-align: center;
	background-image: url("../images/green-bg.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top center;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}


/* Misc Styling */
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; text-align: left; }
h1 { font-size: 17px; text-transform: uppercase; font-weight: lighter; }
h1 a { color: #333333; text-decoration: none; } h1 a:hover { color: #44649a; text-decoration: none; }
h2 { font-weight:lighter; }
p { margin: 0; padding: 0; text-align: left; margin-bottom:8px; line-height:1.3em; }
a {	color: #44649a; text-decoration: underline; }
a:hover { color: #b0bfd9; text-decoration: none; }
a:focus { outline: none; }
img { border: 0; }

       
/* Dividers */
.line_on_light { width: 100%; height: 1px; border-bottom: 1px solid #fafafa; background: #dcdcdc; margin: 10px 0; }
.line_on_dark { width: 100%; height: 1px; border-bottom: 1px solid #e1e1e1; background: #aeaeae; margin: 10px 0; }
.clear { clear:both; }
       
/* Container */
#container {
	width: 950px;
	height: auto;
	margin: 0 auto;
	z-index: 999;
	position: relative;
	top:-190px;
}

       
/* Header */
#header {
	width: 100%;
	height: 110px;
}

#headerbg {
	background-image: url("../images/bg-logo.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
	width: 100%;
	height: 190px;
}
       
/* Description */
#description {
	width: 910px; /* Actual width is 950px, but the padding pushes it out 20px on both sides, hence 910px */
	height: 38px; /* Actual height is 60px, but the padding pushes it down 22px, hence 38px */
	padding:  22px 20px 0 20px;
	background: url(../images/description_bg.png) repeat-x top;
	color: #aaaaaa;
	text-transform: uppercase;
	text-align: left;
}

#description a:hover {
	color: #b0bfd9;
	text-decoration: none;
}

       
/* Content */
.content ul {
  list-style-image:url(../images/m_glass_icon.png);
  padding-left: 15px;
}

.content {
	width: 870px;
	height: auto;
	padding: 40px;
	margin-bottom: 20px;
	background: url(../images/content_bg.gif) repeat-x bottom #FFFFFF;
	text-align: left;
}

.content_left {
	width: 380px;
	height: auto;
	float: left;
}

.content_right {
	width: 450px;
	height: auto;
	float: right;
}

blockquote {
  background:transparent url(../images/openquote.gif) no-repeat scroll left top;
  /*float:left;*/
  font-size:125%;
  line-height:140%;
  margin:10px 10px 10px -10px;
  padding:0 5px 5px 35px;
  /*width:20%;*/
}

.right {
  float:right;
}
.half {
  width:50%;
}
.caption {
  margin:10px;
}
.error {
  color:Red;
}
.footnote {
	font-size:smaller;
	font-style:italic;
}

/* Box with Shadow */
.shadow_box {
	width: 340px;
	height: auto;
	padding: 20px;
	background: #FFFFFF;
}

       
/* Logo */
.logo {
	float: left;
	margin-top: 5px;
	margin-left: 15px;
}

.logo a{
	background: url(../images/valley-energy-solutions-logo.png) no-repeat top;
	text-decoration: none;
	width: 206px;
	height: 100px;
	display: block;
}

/*.logo a:hover{
	background: url(../images/logo.png) no-repeat bottom;
	text-decoration: none;
}*/

       
/*  Navbar */
#navbar {
	width: 700px;
	height: 30px;
	text-align: right;
	float: right;
	margin: 45px 0 0 0;
}

#navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 13px;
	color: #969696;
}

#navbar li {
	float: left;
	margin-left: 15px;
	margin-top: 6px;
}

#navbar li a{
	color: #969696;
	padding-bottom: 7px;
	border-bottom: 0;
	text-decoration: none;
}

#navbar li a:hover{
	color: #44649a;
	border-bottom: 1px solid #44649a;
	text-decoration: none;
}

#navbar li.on a{
	color: #44649a;
	border-bottom: 1px solid #44649a;
	text-decoration: none;
}

       
/*  Footer */
#footer {
	background-color: #8e8e8e;
	padding: 20px 0 0 0;
	width: 100%;
	height: 50px;
	color: #666666;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

       
/* Alignment */
.right {
	float: right;
}

.right_shadow {
	float: right;
}

.left_shadow {
	float: left;
}

.no-float {
  float:none;
}
       

/*-- // blue_button // --*/
.blue_button {
    width: auto;
    height: 22px;
    font: 11px arial;
	font-weight: 200;
    text-align: left;
	text-transform: uppercase;
    padding: 7px 0 0 10px;
    background: url(../images/blue_button.png) no-repeat top left;
    color: #7c7c7c;
}

.blue_buttonend {
    width: auto;
    height: 29px;
    padding: 0 10px 0 0;
    background: url(../images/blue_buttonend.png) no-repeat top right;
    float: left;
    margin: 7px 7px 0 0;
}

.blue_button a{
	color: #FFFFFF;
	text-decoration: none;
}

.blue_button a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/*-- // white_button // --*/
.white_button {
    width: auto;
    height: 22px;
    font: 11px arial;
	font-weight: 200;
    text-align: left;
	text-transform: uppercase;
    padding: 7px 0 0 10px;
    background: url(../images/white_button.png) no-repeat top left;
    color: #7c7c7c;
}

.white_buttonend {
    width: auto;
    height: 29px;
    padding: 0 10px 0 0;
    background: url(../images/white_buttonend.png) no-repeat top right;
    float: left;
    margin: 7px 7px 0 0;
}

.white_button a{
	color: #333333;
	text-decoration: none;
}

.white_button a:hover{
	color: #333333;
	text-decoration: underline;
}

/*-- // black_button // --*/
.black_button {
    width: auto;
    height: 22px;
    font: 11px arial;
	font-weight: 200;
    text-align: left;
	text-transform: uppercase;
    padding: 7px 0 0 10px;
    background: url(../images/black_button.png) no-repeat top left;
    color: #7c7c7c;
}

.black_buttonend {
    width: auto;
    height: 29px;
    padding: 0 10px 0 0;
    background: url(../images/black_buttonend.png) no-repeat top right;
    float: left;
    margin: 7px 7px 0 0;
}

.black_button a{
	color: #FFFFFF;
	text-decoration: none;
}

.black_button a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
