/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img  
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* layout.css */
html {
text-align : center;
background-color: #f5f5eb;
}
div#container { 
position : relative; 
width : 780px; 
margin : 0 auto; 
text-align : left;
background-color: #314138;
background-color: red;
background: #000 url(../images/bg-images/bg.png) repeat-x;
}
div#content {
position : relative; 
width: 100%;
}
div#content-main {
width: 100%;
margin: 2em 0;
margin-bottom: 0;
margin-top:  0;
padding: 0;
border-top: 1px dotted #859ba1;
border-bottom: 1px dotted #859ba1;
}
body#home_page div#content-main {
background: #000 url(../images/bg-images/bg.png) repeat-x;
min-height:500px;
}

#branding {
display: block;
width: 100%;
height: 169px;
background: url(../images/bg-images/logo.png) no-repeat;
clear:both;
background-color: #000;
}

h1#logo a {
display: block;
width: 300px;
height: 169px;
text-indent: -5000px;
outline: none;
} 
#branding_image {
height: 298px;
width:780px;
background: url(../images/bg-images/branding-image.jpg) no-repeat;
}
#branding_image p {
font-family: Arial, Helvetica, sans-serif;
font-size: 150%;
padding: 0;
padding-top: 175px;
padding-left: 75px;
padding-right: 75px;
color: #f0c86d;
}


/* * * home page style * * * * * * * * * * * * * * * * * * * * * * * * * * */
#col-left {
width: 50%;
float: left;
padding-left: 20px;
min-height: 475x;
}
#col-right {
width: 40%;
float: left;
min-height: 475px;
}
#affiliates {
text-indent: -5000px;
background: url(../images/bg-images/affiliate-logos.jpg) no-repeat;
margin-top: 50px;
margin-left: 50px;
}
#hp-image {
height: 82px;
width: 135px;
position: absolute;
top: 550px;
left: 250px;
}



/* * * general styles * * * * * * * * * * * * * * * * * * * * * * * * * * */
.more {
text-align: right;
}
.external {
background: url(../images/external.png) no-repeat right center;
text-decoration:none;
padding-right: 15px; 
}
.breadcrumb {
font-size:85%;
padding-left: 32px;
padding-bottom: 10px;
}
.breadcrumb a {
outline: none;
}
ul {
margin-left: 25px;
}
li {
padding-bottom: 5px;
margin-left: 25px;
margin-right: 25px;
list-style: disc;
}
ol {
padding: 14px 25px;
padding-left: 50px;
}
ol li {
margin: 0 0 6px;
}
.right  {
float: right;
padding: 0 0 10px 10px;
}
img.right  {
float: right;
padding: 20px 0 10px 10px;
}
.left {
float: left;
padding: 0 0 25px 25px;
}
.center {
text-align: center;
padding-top: 50px;
}
.small {
font-size: 85%;
}
.bio-title  {
font-size: 100%;
font-weight: bold;
}
.bios {
padding-bottom: 15px;
}
.bios img {
float: right;
padding-bottom: 5px;
padding-left: 5px;
}
.logos {
padding: 25px 50px;
}
ul.services {
margin: 0;
padding: 14px 32px;
}
ul.services li{
margin: 0 0 6px;
padding: 0;
list-style: none;
}
.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }



/* * * =form * * * * * * * * * * * * * * * * * * * * * * * * * * */
form {
width: 38em;
margin-left: 40px;
}
form p{
font-size: 100%;
padding: 2px;
}
/* fieldset styling */
fieldset {
margin: 1em 0; /*  space out the fieldsets a little*/
padding: 1em;
border : 1px solid #f2f2f2;
}
/* legend styling */
legend {
font-weight: bold;
color: #ffb200;
}
/* style for  labels */
label {
float: left;
width: 14em;
}
/* style for required labels */
label .required {
font-size: 0.9em;
font-style: normal;
color: red;
}
input {
width: 225px;
}
input.radio, input.submit {
width: auto;
}
textarea {
width: 225px;
height: 100px;
} 
/* submit */
form div input {
width: 100px;
margin-left: 162px;
padding: 0 .25em;
background-color: #4f6257;
color: #fff;
text-transform: uppercase;
font-size: 90%;
}


/* * * =copyright * * * * * * * * * * * * * * * * * * * * * * * * * * */
#copyright {
width: 100%;
clear: both;
height: 70px;
background-color: #000;
color: #687f71;
text-align: center;
font-size : 80%;
padding-top: 5px;
}
#copyright p {
padding-left: 0px;
padding-right: 0px;
}
#copyright a:link, #copyright a:visited {
color: #687f71;
text-decoration: none;
}
#copyright a:hover {
color: #f2f2f2;
text-decoration: underline;
}






/* * * =nav main * * * * * * * * * * * * * * * * * * * * * * * * * * */
.nav {
width: 780px;
height: 34px;
background: #007577;
border-bottom: 1px solid #f2f2f2;
}
ul.sf-menu li {
}

/* * * =nav current * * * * * * * * * * * * * * * * * * * * * * * * * * */
body#home_page ul.sf-menu li#home a {
color:	#000;
background:	#ffb200;
cursor: default;
}
body#about_page ul.sf-menu li#about a {
color:	#000;
background:	#ffb200;
cursor: default;
}
body#solar-solutions_page ul.sf-menu li#solar-solutions a {
color:	#000;
background:	#ffb200;
cursor: default;
}
body#wind-power_page ul.sf-menu li#wind-power a {
color:	#000;
background:	#ffb200;
cursor: default;
}
body#water-conservation_page ul.sf-menu li#water-conservation a {
color:	#000;
background:	#ffb200;
cursor: default;
}
body#dome-shelters_page ul.sf-menu li#dome-shelters a {
color:	#000;
background:	#ffb200;
cursor: default;
}
body#led-lighting_page ul.sf-menu li#led-lighting a {
color:	#000;
background:	#ffb200;
cursor: default;
}
body#products_page ul.sf-menu li#products a {
color:	#000;
background:	#ffb200;
cursor: default;
}
body#contact_page ul.sf-menu li#contact a {
color:	#000;
background:	#ffb200;
cursor: default;
}


/* * * =anchor links * * * * * * * * * * * * * * * * * * * * * * * * * * */
a:link, a:visited {
color: #ffb200;
outline: none;
}
a:hover{
text-decoration: underline;
}

/* * * =table * * * * * * * * * * * * * * * * * * * * * * * * * * */
table {
  border-collapse: collapse;
  width: 50em;
  border: 1px solid #666;
  color: #fff;
  margin-left: 40px;
}

caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}

col {
  border-right: 1px solid #ccc;
}

thead {
  
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

th {
  font-weight: bold;
  text-align: left;
}

th, td {
  padding: 0.1em 1em;
}

.odd {
  background-color:#3c4d44;
}

tr:hover {
  background-color:#3d80df;
  color: #fff;
}

thead tr:hover {
  background-color: transparent;
  color: inherit;
}

#directions {
margin-left: 40px;
}

