html{
  font-family: "Helvetica Neue", "Helvetica";
  height: 100%;
  margin-bottom: 1px;
} 

body{
  background-color: #add28f;
  background-image: url(../images/gradient.png);
  background-repeat: repeat-x;
}

#login_section{
  margin-right: 1em;
  position: absolute; 
  right: 0;
  z-index: 5;
  font-size: 80%;
}            

.logo{
  margin-top: 30px;
  margin-right: 40px;
}

#header{
  height: 40px;
  padding-top: 20px;
} 

#main_menu{
  position: absolute;
  top: 20px;
  right: 0;
  text-align: right;
  font-size: 100%;
  height: 40px;
  font-weight: bold;
}     

#main_menu p{
  padding: 0.50em 0 0.50em 0;
}

#main_menu .menu_item a{
  color: #746f6f;
  text-decoration: none;
  padding: 0 20px 10px 20px;
} 

#main_menu .menu_item a:hover{
  border-bottom: 2px dashed #999;
}

#wrapper{
  padding: 0em;
  width: 950px;
  margin: 0em auto 0 auto;
  position: relative;
  background-position: top right;
  background-repeat: no-repeat;
}

#content{
  min-height: 400px;
}

.home_page #pitch{
  float: left;
  width: 50%;
} 

.home_page #gallery{
  float: right;
  width: 400px;
}

.home_page .home_slideshow{
  width: 400px;
  height: 306px;
}

.home_page .home_pitch_bullets{
  margin-top: 40px;
  color: #746f6f;
} 

.home_page .home_pitch_main_2{
  margin-top: 40px;
}
#content{
  margin-top: 100px;
}

#footer a{
  color: #ffffff;
  margin: 0em 1em;
  text-decoration: none;
}

#footer a:hover{
  text-decoration: underline;
}

#home_slideshow_gallery{
  background-color: transparent;
}
