
 
/**************************************************************
   All page content except for footer
 **************************************************************/

#content {
  text-align:left;
	width: 100%;
	margin: 0 auto;
	z-index:0;
	background:none;
 /* height: 100%;
  min-height: 100%;*/
}



/**************************************************************
   Topbar with newsletter form and theme change buttons
 **************************************************************/

#topbar {
  float: left;
  width: 100%;
  padding: 0.6em 0;

  font-size: 0.9em;
  text-transform: uppercase;

  color: #CFD9DB;
}



/**************************************************************
   Header
 **************************************************************/

#header {
	clear: both;
	position: relative;
	height: 172px;
	margin: 0 auto;
	text-align:center;
}





/**************************************************************
   Header Image/Flash Movie
 **************************************************************/

#headerImg {
text-align:left;
  padding-left:501px;
  padding-top:73px;
}





/**************************************************************
   Block Menu
 **************************************************************/

/*#menu {
  margin: 0 auto;
  width:880px;
  height:55px;
  border-top:#A5C680 solid 10px;
  padding-left:35px;
  padding-top:10px;
}*/

#menu {
  margin: 0 auto;
  width:920px;
  height:55px;
  border-top:#A5C680 solid 10px;
  padding-left:0px;
  padding-top:10px;
}



/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  width: 100%;
  /*float: left;
  text-align: left;*/
}

#columns {
  margin: 0 auto;
  width:915px;
}



/**************************************************************
   Footer
 **************************************************************/


#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 120px;
  
}

#footer .footerbg {
  height: 120px;
  width:915px;
  margin: 0 auto;
	border-top:#A5C680 solid 10px;
}


/**************************************************************
   Generic Display 
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}


