/* General Setup
 * ======================================
 */
* {
  color: #606060;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

body {
	background-color: ;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 2em;
  color: #66a806;
}

h2 {
  font-size: 1.5em;
  color: #3a8092;
  
}

p {
  margin: 10px 0;
}

div.main_container {
	margin: 0;
	padding: 0;
	min-width: 960px;
}

.center_text {
	text-align: center;
}

#mid_content a {
	color: #3399cc;
}

/* Header
 * =======================================
 */
 
 div.header_container *{
  color:white;
 }
 
div.header_container {
	height: 240px;
	background-image:url(../images/header-2.jpg);
	background-repeat:repeat-x;
}

div.header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height: 240px;
	color: white
}

ul.top_right_menu {
	float: right;	
	list-style: none;
	margin: 10px;
}

ul.top_right_menu li {
	margin: 0 10px;
	float: left;	
}

img.logo {
	position:absolute;
	top: 10px;
	margin-left: 54px;
}
/* Main Menu
 * ----------------------------------------
 */
ul.main_menu {
	position: relative;
	list-style: none;
	clear:both;
	/* display: table; */
	top: 115px;
	/* margin: 0 auto; */
	z-index: 9999;
}

li.menu_level_one {
	float: left;
	position: relative;
	line-height: 56px;
	margin: 0 15px;
}

ul.menu_level_two {
	position: absolute;
	left: 0;
	top: 56px;
	width: 175px;
	background: #000;
	display: none;
	line-height: normal;
	padding: 10px;
}

li.menu_level_two {
	display: block;	
	margin: 0;
}

/* Banner
 * =======================================
 */

div.banner_container {
  background: url("../images/banner_bg_repeat.jpg");
    height:370px;
    margin: 10px 20px;
    padding: 0 20px 0 20px;
    position: relative;
}

div.banner_left {
  background: url("../images/banner_bg_left.jpg");
  width: 20px;
  height: 100%;
  margin-left: -20px;
  float: left;
}

div.banner_mid {

  height: 100%;
    float: left;
    width: 100%;

}


div.banner_right {
  background: url("../images/banner_bg_right.jpg");
  margin: 0 -20px 0 0;
  width: 20px;
  height: 100%;
  float: left;
}

div.banner_content {
  overflow: hidden;
  position: absolute;
  left: 0;
  margin: 20px;
}
div.banner_content_left {
  border: thin solid #666;
  overflow: hidden;
  float: left;
	width: 600px;
	margin: 0 -100% 0 0;
}
div.banner_img {
	width: 600px;
	height: 300px;
	background: grey;
	float: left;
}

ul.banner_nav {
	width: 600px;
	list-style: none;	
	text-align: center;
}

ul.banner_nav li {
  color: #AAA;
	line-height: 25px;
	width: 118px;
	padding:  0;
	float: left;
	border: 1px solid #666;
	background: #333;
}

div.banner_content_right {
  float: left;
  margin: 0 10px 0 620px;
  overflow: auto;
  height: 320px;
}

div#current_projects {
  margin: 25px;
  overflow: hidden;
  float: left;
}

div#current_projects div.column {
  background-color: white;
  width:  22%;
  margin-bottom: -30000px;
  margin-left: 10px;
  padding: 10px 10px 30000px 10px;
  float: left;
}
/*===================================
Footer
=====================================*/
div.footer {
	font-size: 14px;
}

div.footer {
  clear: both;
  overflow: hidden;
  text-align: center;
}

div.footer_container {
  overflow: hidden;
  margin: auto;
  padding: 20px;
  width: 80%;
}

div.footer div.column {
    width: 20%;
    float: left;
}

div.footer ul {
    list-style: none;
}

div.footer h3 {
}

div.footer img.hr {
	width: 90%;
	text-align: center;
	height: 1px;
}

/***********************************
Green Guide
***********/

table.green_guide {
    width: 90%;
	margin: 0 auto 0 auto;
}

.green_guide thead * {
    font-weight: bold;
}

.green_guide td.download {
    width: 100px;
}

.green_guide td.title {
    width: 200px;
}

.green_guide td {
    padding: 10px 0 10px 0;
	vertical-align: top;
}
.green_guide a {
    color: blue !important;
}
