html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: #69533b;
  background-image: url('images/bg.jpg'); 
  background-repeat: repeat; 
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
/*  font-family: Tahoma, Verdana, sans-serif; */
/*  font-size: 10pt; */
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 13px; 
  color: #000000;
  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}




/* === Containers === */



#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  width: 720px;
}

#second_container
{
  position: absolute; 
  top: 50%;
  vertical-align: middle;
  width: 100%; 
}

#third_container
{
  position: relative; 
  top: -237px; 
  width: 720px;
}

#contact_form
{
	clear: left;
	float: left;
	margin-left: 10px;
	margin-top: -10px;
	display: inline;
}

#contact_info
{
	float: right;
	width: 35%;
	padding: 0px 0;
	margin: 0 10px 0 0;
	display: inline;
}


/* === Top Menu === */



#menu
{
  height: 31px;
  padding-right: 2px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#menu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: #749942; 
}

#menu a:hover, #menu a:active
{
  background-image: url('images/taba2.jpg');
  color: #ffffff; 
}

#menuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/taba.jpg');    
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}



/* === bottom menu === */



#submenu
{
  float: left;
  height: 31px;
  width: 300px;
  padding-left: 10px;
  margin: 0;
  list-style: none;   
  
}

#submenu li
{
  float: left;
  display: block;
  width: 82px;  height: 31px;  
}

#submenu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
}

#submenu a:link, #submenu a:visited
{
  color: #749942; 
  background-color: #69523b;
}

#submenu a:hover, #submenu a:active
{
  background-image: url('images/tabb2.jpg');
  color: #ffffff; 
}

#submenuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/tabb.jpg');    
  text-decoration: none;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}



/* === Other Divs === */
 


.border
{
  background-color: white;
  padding: 15px 15px 15px 146px;
  height: 420px;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}

.title
{
  background-color: #69533b;
  position: absolute;
  margin-left: 15px;
  margin-top: 15px; 
  width: 120px;
  height: 420px;
  background-image: url('images/title.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

.content
{
  height: 405px;
  overflow: auto;
  padding: 7px;
  background-color: #ebdead;
}

.designinfo
{
  font-size: 8pt;
  margin-top: 5px;
  text-align: right;
  color: #749942;
  background-color: inherit;
}

.copyright
{
  float: left;
  height: 31px;
  width: 200px;
  padding-left: 10px;
  margin: 0;

  font-size: 8pt;
  margin-top: 5px;
  text-align: left;
  color: #749942;
  background-color: inherit;
}

.designinfo a
{
  font-size: 8pt;
  color: inherit;
}

.designinfo a:hover, .text a:active
{
  color: #000000;
}

.teaminfo
{
  clear:both;
}

/* === Inline Text & Image Styles === */

.teamimage
{
  float:right;
  margin-bottom: 15px;
}

.coverimage
{
  float:left;
  margin-top: 20px;
  margin-left: -7px;
  width: 62%;
}

.covericonimage
{
  border: 0px;
}

.sloganimage
{
  float:left;
  margin-top: 5px;
}

h1
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 16px;
  color: #69523b;
  background-color: inherit;
/*  border-left: 5px solid #69523b; */

}

h2
{
  margin: 0px 0 0px 0px;
  padding: 0px 0px 5px 0px;
  font-size: 16px;
  color: #69523b;
  background-color: inherit;
}

.slogan
{
  font-family: Impact, sans-serif ; 
  font-weight: lighter;
  margin-top: 0px;
  font-size: 35px;
  line-height:40px;
}

.covertext
{
  float: right;
  display: block; 
  margin-top: 30px;
  margin-left: 5px;
  width: 38%;
  font-size: 14px;
  line-height: 22px;
}

.photocourtesy
{
  float: left;
  width: 100%;
  height: 1%;
  margin-top: 2px;
  font-size: 8px;
  color: white;
}

.covericons
{
  float: right;
  display: block; 
  width: 15%;
  height: 5%;
  margin-top: 40px;
}


.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text
{
  display: block; 
  margin: 5px 5px 20px 12px;
}

.text a
{
  color: #666F53;
  text-decoration: none;
  font-weight: bold;
}

.text a:hover, .text a:active
{
  color: #000000;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold
{
  font-weight: bold;
}
