/* CSS Document */

#container {
  width: 931px;
  border-right: 1px solid #2E3434;
  }
  
#top_row {
  width: 931px;
	height: 51px;
  display: table-row;
  }
  
#bob_row {
  width: 931px;
	height: 244px;
  display: table-row;
  }

object{
  float: left;
  }
  
#secrets_row {
  width: 931px;
	height: 96px;
  display: table-row;
  }
  
.container_row {
  width: 931px;
  display: table-row;
  }
  
#top_menu {
  width: 921px;
  text-align: right;
  background-color: #313131;
  height: 20px;
  padding-right: 10px;
  }
  
#top_menuL2 {
  background-color: #313131;
  width: 921px;
  text-align: right;
  height: 20px;
  padding-right: 10px;
  }
  
#top_menu img{
  float: left;
  }
  
#top_menuL2 img{
  float: left;
  }
  
#col_container {
  width: 931px;
  display: table;
  background-image:url(/images/main-content-bg2.jpg);
  background-repeat: repeat-x;
  background-color: #84B9DB;
  }

#col1 {
  width: 270px;
  background-image:url(/images/5x1-bg.jpg);
  float: left;
  text-align: center;
  padding-bottom: 10px;
  }
  
.col1_row {
  width: 270px;
  display: table-row;
  }

#col1 p {
  margin-left: 15px;
  margin-right: 15px;
  }

#col1 a {
  text-align: center;
  }
  
#col2 {
  width: 661px;
  float: right;
  }
  
#col2L2 {
  width: 661px;
  float: right;
  padding-top: 15px;
  }
  
.col2_row {
  display: table-row;
  width: 661px;
  }
  
#col2_L {
  display: table-cell;
  text-align: left;
  width: 378px;
  padding-left: 50px;
  }
  
#col2_L ul{
  margin-top: 0px;
  margin-bottom: 0px;
  }
  
#col2_R {
  display: table-cell;
  width: 232px;
  float: right;
  }
  
#col2_R img{
  margin-top: 0px;
  }
  
img#nestegg {
  margin-top: 0;
  margin-left: 1px;
  }

#footmenu {
  display: table;
  background-color: #313131;
  width: 931px;
  }

#legal {
  width: 350px;
  float: left;
  padding-left: 15px;
  padding-top: 15px;
  text-align: left;
  }

#foot_links {
  float: right;
  text-align: left;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  }

.homeData {
 text-align: center;
 font-family: Impact,Verdana,Arial;
 color: #313131;
 font-size: 22px;
 }