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

body {
}

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

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

h3 {
    font-size: 1.25em;
    vertical-align: center;
    margin: 10px;
}

p {
  margin: 10px 0;
}

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

/* 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;
}

#container {
  padding-left: 200px;
  padding-right: 225px;
}
#left_sidbar {
  width: 200px;
  margin: 0 0 0 -200px;
  float: left;
}

#mid_content {
  width: 100%;
  margin: 0 0;
  float: left;
}

#right_sidebar {
  width: 225px;
  margin: 0 -245px 0 0;
  float: right;
}

#right_sidebar div {
    padding: 10px;
}
#top_left {
    /* border: thin solid red; */
    padding: 20px 0 0 20px;
    margin: -20px 0 0 -20px;
    background: url("../images/banner_background.jpg") top left no-repeat;
}
#top_right {
    /* border: thin solid green; */
    padding: 20px 20px 0 0;
    margin: -20px -20px 0 0;
    background: url("../images/banner_background.jpg") top right no-repeat;
}
#bottom_right {
    padding: 0 20px 20px 0;
    margin: 0 -20px -20px 0;
    background: url("../images/banner_background.jpg") bottom right no-repeat;
}
#bottom_left {
    padding: 0 0 20px 20px;
    margin: 0 0 -20px -20px;
    background: url("../images/banner_background.jpg") bottom left no-repeat;
}
#gradient_container {
    position: relative;
    float: left;
    margin: 20px 0;
    width: 100%;
}
#content {
    margin: 10px;
    padding: 0;
}
div.coming_soon {
    width: 600px;
    height: 300px;
    margin: 0 auto;
    text-align: center;
}
.support_ioe img {
    float: left;
    margin: 0 5px 0 0;
}
.green_guide img {
    float: left;
    margin: 0 5px 0 0;
}
.sidebar_container {
    margin: 10px;
}

.left_nav li {
    margin: 5px 0 5px 20px;
    
}
