/*
#############################################################################
# Title         : EEB - Site styling
# DateCreated   : November 2009
# LastModified  : 15/12/2009
# File Location : root
# Version       : 0.1.0
# History       :
# Author        : Sherman Franks
# Contact       : +61 4 5898 8999
# Copyright     : Solutions Rendered
# Licensee      : Building Industry Network Pty Ltd
# Project Notes :
#               :
#               :
#############################################################################
# To Do         : 
#               :
#               :
#               :
#               :
#               :
#############################################################################
# Function :
# List     :
#          :
#############################################################################
*/

body {
  background-image: url(../images/bg_grad_green.png);
  background-repeat: repeat-x;
  background-color: #2a6330;
}

table {
  vertical-align: top;
}

a {
  color: #00FF00;
}


#wrapper {
  width: 844px;
  margin-left: auto;
  margin-right: auto;
}


.container {
  width: 844px;
  font-family: verdana;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
}

.nav {
  width: 140px;
}

.nav_button {
  width: 146px;
  height: 36px;
  text-align: center;
  background-image: url(../images/GrnBut.gif);
}

.nav_button A {
  text-decoration: none;
  color: #FFFFFF;
}


.nav_button_selected {
  background-image: url(../images/GrnButSelected.gif);
}


.content {
  width: 704px;
  vertical-align: top;
}

.ads {

}

.page {

}

.ad {
  width: 1176px;
  /*margin-left: 10px;
  margin-bottom: 10px;*/
  border-style: none;
}

.menu {
  border-style: none;
}

.video {
  text-align: center;
  vertical-align: top;
}

.pagecontent {
  padding-left: 10px;
  vertical-align: top;
}

.footer {
  text-align: center;
}

.box_top_left {
  color: #ffffff;
  border: 1px solid #003300;
  text-align: center;
}

.box_top_right {
  color: #ffffff;
  border-right: solid 1px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-bottom-color: #003300;
  border-right-color: #003300;
  border-top-color: #003300
}

.box_left {
  color: #ffffff;
  border-left: solid 1px;
  border-right: solid 1px;
  border-bottom: solid 1px;
  text-align: center;
  border-right-color: #003300;
  border-left-color: #003300;
  border-bottom-color: #003300
}

.box_right {
  border-right: solid 1px;
  border-bottom: 1px solid;
  border-right-color: #003300;
  border-bottom-color: #003300
}


