body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  background-color: #DDDDDD;
}

.prop {
  height:300px;
  float:right;
  width:1px;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
}

#container_outer_home, #container_outer {
  position: relative;
  width: 768px;
  margin: 10px auto 0px auto;
  padding-left: 6px;
  border: 0px black solid;  
}

#container_outer_home {
  background: url(../ag_img/shadow_background.jpg) repeat-y top;
}

#container_inner_home, #container_inner {
  float: left;
  width: 760px;
  background-color: #FFFFFF;
}

#container_inner {
  background: white url(/ag_img/inside_sidebar_column.png) repeat-y top left;
}

#top_menu {
  position: relative;
  border-top: 1px #FFFFFF solid;
  height: 24px;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

#global_banner {
  position: relative;
  padding-left: 8px;
  width: 750px;
  height: 80px;
  background-color: #FFFFFF;
  border: 1px #999999 solid;
}

#footer {
  position: relative;
  width:765px;
  margin: 0 auto;
  font-size: 10px;
  color: #666666;
  padding-top: 10px;
}

/* HOME PAGE */

#home_flash_banner {
  position: relative;
  width: 760px;
  height: 160px;
}

#home_main_content {
  float:left; 
  width:470px;
  padding-left: 25px;
  padding-top: 40px;
  padding-right: 40px;

}

#home_sidebar {
  float:left;
  background-color: #BED2E5;
  width:174px;
  height: 500px;
  padding-left: 25px;
  padding-top: 40px;
  padding-right: 25px;
  border-top: 1px #FFFFFF solid;  
  border-right: 1px #FFFFFF solid;
  border-bottom: 1px #FFFFFF solid;
  font-size: 11px;
}

#home_inside_footer {
  width: 760px;
  overflow:hidden;
  height: 1px;
  background-color: #FFFFFF;
}

#home_inside_footer_stub {
  width: 535px;
  overflow:hidden;
  height: 1px;
  border-right: 1px #E3E3AD solid;
}

/* INTERIOR PAGES */

#inside_banner {
  position: relative;
  width: 760px;
  height: 129px;
}

.inside_banner_about {
  background: white url(/ag_img/banners2/banner_about.jpg) no-repeat top;
}
.inside_banner_careers {
  background: white url(/ag_img/banners2/banner_careers.jpg) no-repeat top;
}
.inside_banner_contact {
  background: white url(/ag_img/banners2/banner_contact.jpg) no-repeat top;
}
.inside_banner_news {
  background: white url(/ag_img/banners2/banner_news.jpg) no-repeat top;
}
.inside_banner_partnering {
  background: white url(/ag_img/banners2/banner_partnering.jpg) no-repeat top;
}
.inside_banner_pipeline {
  background: white url(/ag_img/banners2/banner_pipeline.jpg) no-repeat top;
}
.inside_banner_science {
  background: white url(/ag_img/banners2/banner_science.jpg) no-repeat top;
}

#inside_sidebar {
  float:left;
  width:213px;
  padding-left: 0px;
  padding-top: 40px;
  padding-right: 0px;
  border: 0px #DDDDDD solid;
}

#inside_main_content {
  float:left;
  width:480px;
  padding-left: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 0px #DDDDDD solid;
}


#inside_footer {
  width: 760px;
  height: 4px;
  background-color: #FFFFFF;
}

#inside_footer_stub {
  float: left;
  width: 215px;
  height: 4px;
  background-color: #667E7E;
}

.moduletable_inside_extra_sidebars {
  padding-top: 0px;
}

.moduletable_inside_extra_sidebars .sidebartext {
  font-size: 11px;
  padding-left: 10px;
}

.moduletable_inside_extra_sidebars a:link {
  color: #660000;
}
.moduletable_inside_extra_sidebars img {
  border-top: 3px #770011 solid;
  display:inline;
  padding: 0;
  margin: 0;
}