body,html, p, ul, ol, li, form, fieldset, h1, h2, h3, h4, h5, h6, input, label, table, tr, th, td, img, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: 300;
}

body {
    background: #000;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", helvetica, Verdana, sans-serif;
    line-height: 20px;
    font-size: 1em;
}

#container {
    width: 960px;
    margin: auto;
    overflow: hidden;
    color: #fff;
}

h1 {
    font-size: 1.1em;
    text-decoration: underline;
    margin-bottom: 20px;
}

h1.images {
    margin-bottom: 0px;
}

h1 span {
    font-size: 1.2em;
}

h2 {
    position: relative;
    width: 960px;
    padding-top: 32px;
    height: 175px;
}

h2 span {
    position: absolute;
    top: 0px;
    border-top: 32px solid #fff;
    left: 0px;
    width: 960px;
    height: 187px;
    background: url("../img/header.png") no-repeat;
}

#navigation {
    width: 196px;
    float: left;
}

#content {
    float: right;
/*    padding-right: 19px;*/
    width: 684px;
    position: relative;
}

#navigation a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

p {
    margin-bottom: 20px;
}

p span {
    font-size: 1.2em;
}

p.home {
    width: 624px;
}

#content h3 {
    font-size: 1em;
    text-decoration: underline;
    color: #fff;
}

#content h3.home {
    font-size: 1.2em;
    color: #FEFDCC;
    text-decoration: none;
}

#content h3.home span {
    font-size: 1.25em;
}

#content h3.space {
    margin-top: 30px;
    margin-bottom: 20px;
}

/**
 * side menu
 */
.menuImage {
    margin-left: 32px;
    width: 188px;
    height: 109px;
    background-repeat: no-repeat;
}

.menuImage1 {
    background-image: url("../img/menu_top_1.png");
}

.menuImage2 {
    background-image: url("../img/menu_top_2.png");    
}

.menuImage3 {
    background-image: url("../img/menu_top_3.png");    
}

.menuImage4 {
    background-image: url("../img/menu_top_4.png");    
}

.menuImage5 {
    height: 126px;
    background-image: url("../img/menu_top_5.jpg");
}

.menuImage6 {
    height: 220px;
    background-image: url("../img/menu_top_6.jpg");
}

.menuWrapper {
    margin-left: 28px;
    width: 196px;
    border-top: 20px solid #800000;
}

.menu {
    z-index:0;
    border-top: 1px solid #000;
    min-height: 300px;
    padding-bottom: 4000px;
    margin-bottom: -4000px;
    background: #1C5255;
}

.menu ul {
    margin-top: 55px;
    list-style: none;
}

.menu ul li {
    padding-bottom: 2px;
}

.menu ul li a {
    position: relative;
}

.menu ul li a span {
    position: absolute;
    left: -10px;
    top: 0px;
    width: 177px;
    height: 25px;
    background: url("../img/menu_sprite.png") no-repeat;
}

/**
 * menu sprite
 *
 * if only we could just change position x without having to retype the y each time
 */
.menu ul li.home a span {
    background-position: 0px 0px;
}

.menu ul li.home a:hover span, .menu ul li.home a.selected span {
    background-position: -177px 0px;
}

.menu ul li.whatWeDo a span {
    background-position: 0px -23px;
}

.menu ul li.whatWeDo a:hover span, .menu ul li.whatWeDo a.selected span {
    background-position: -177px -23px;
}

.menu ul li.images a span {
    background-position: 0px -46px;
}

.menu ul li.images a:hover span, .menu ul li.images a.selected span {
    background-position: -177px -46px;
}

.menu ul li.zeroEnergy a span {
    background-position: 0px -69px;
}

.menu ul li.zeroEnergy a:hover span, .menu ul li.zeroEnergy a.selected span {
    background-position: -177px -69px;
}

.menu ul li.zeroEnergy a span {
    background-position: 0px -69px;
}

.menu ul li.zeroEnergy a:hover span, .menu ul li.zeroEnergy a.selected span {
    background-position: -177px -69px;
}

.menu ul li.greenDesign a span {
    background-position: 0px -92px;
}

.menu ul li.greenDesign a:hover span, .menu ul li.greenDesign a.selected span {
    background-position: -177px -92px;
}

.menu ul li.howWeWork a span {
    background-position: 0px -115px;
}

.menu ul li.howWeWork a:hover span, .menu ul li.howWeWork a.selected span {
    background-position: -177px -115px;
}

.menu ul li.background a span {
    background-position: 0px -138px;
}

.menu ul li.background a:hover span, .menu ul li.background a.selected span {
    background-position: -177px -138px;
}

.menu ul li.contact a span {
    background-position: 0px -161px;
}

.menu ul li.contact a:hover span, .menu ul li.contact a.selected span {
    background-position: -177px -161px;
}

.menu ul li.usefulLinks a span {
    background-position: 0px -184px;
}

.menu ul li.usefulLinks a:hover span, .menu ul li.usefulLinks a.selected span {
    background-position: -177px -184px;
}

#mainContent {
    margin-top: 30px;
    width: 960px;
    overflow: hidden;
}

#footer {
/*    padding: 20px 0px 10px 0px;*/
    position: relative;
    height: 50px;
    background: #000;
    font-size: .8em;
    text-align: center;
    z-index:10000;
/*    clear: both;*/
}

#content ul, #content ol {
    margin-top: 30px;
    margin-left: 30px;
}

#content ul li, #content ol li {
    padding-left: 10px;
}

#content ol li {
    margin-bottom: 15px;
}

/**
 * home page
 */
.imageTable {
    width: 660px;
    margin-top: 50px;
    margin-bottom: 25px;
    overflow: hidden;
}

.imageTable img {
    float: left;
    margin-right: 43px;
}

img.bottomImage {
    position: absolute;
    bottom: 17px;
    left: -230px;
}

/**
 * contact page
 */
.contactSectionWrapper {
     position: relative;
     top: 0px;
     left: 0px;
     height: 447px;
 }
 
.contactSection {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 280px;
}

.contactSection .contactBox {
    background: #FEFDCC;
    color: #000;
    text-align: center;
    font-size: 1.1em;
    padding: 10px 0px 10px 0px;
}

.contactSection .contactBox h1 {
    margin-bottom: 10px;
}

.contactSection .contactBox span {
    font-size: 1.1em;
}

.contactSection .contactBox span a {
    color: #000;
}

.contactSection .contactBox p.last {
    margin-bottom: 0px;
}

.contactSection img.bottomImage {
    bottom: 0px;
    left: 340px;
}

/**
 * links page
 */
#content ul.links {
    list-style: none;
    margin-left: 0px;
}

#content ul.links li p {
    margin-bottom: 0px;
}

#content ul.links li a {
    margin-left: 170px;
    color: #FEFDCC;
    text-decoration: none;
}

#content ul.links li a:hover {
    text-decoration: underline;
}

#content ul.links li {
    padding-left: 0px;
    margin-bottom: 20px;
}


