
 
/**************************************************************
   All page content except for footer
 **************************************************************/

#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}


/**************************************************************
   Top menu and logo
 **************************************************************/

#header {
	clear: both;
	position: relative;
	height: 2.8em;
	margin: 0 auto;
	background:#aaa;
}


#header img {
  position: absolute;
  top: 5%;
  left: 10px;
}

#header ul {
  margin: 3.5em 1em 0 0 !important;
  margin: 3.5em 0.5em 0 0;
  padding: 0;
  float: right;
}

#header ul li {
  display: inline;
  list-style: none;
}

#header ul li a {
  float: left;
  padding: 0 1em;

  font: 400 1.1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;

  color: #cccccc;
  border-right: 1px solid #4D5760;
}

#header ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#header ul li a:hover {
  color: #F26A92;
}



/**************************************************************
   Header Image/Flash Movie
 **************************************************************/

#headerImg {
  margin: 0 auto;
  height: 338px;
  background: url(../images/banner.jpg) no-repeat top left;
}





/**************************************************************
   Top Block Menu
 **************************************************************/

#menu {
  margin: 0 auto;
  background: #c00000;
}

#menu ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #c00000 url(../images/menubg.jpg) repeat-x top left;
}

#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li a {
  float: left;
  width: 12.5%;
  height: 3.5em;
  font: 400 1.2em arial, sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  border-top: 7px solid #aaa;
  border-bottom: 7px solid #FFF;
}

#menu ul li a span {
  display: block;
  padding: 2px 7px;
}


#menu ul li a:hover,
#menu ul li a.here {
  background: #c00000;
  border-top: 7px solid #668fa3;
}


/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 6em;
  text-align: left;
}

#columns {
  margin: 0 auto;
}


/* Column widths */
.width {
  width: 800px;
}

.widthPad {
  width: 790px;
}

.width25 {
  width: 24%;
}


.width75 {
  width: 75%;
  
}

.width100 {
  width: 100%;
}


/**************************************************************
   Footer
 **************************************************************/

#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 5em;
  margin-top: -5em;
}

#footer #bg {
  position: relative;
  height: 5em;
  margin: 0 auto;
  padding-right: 20px;
  background: #aaaaaa;
}

#footer #bg a {
  text-decoration: none;
  color: #ffffff;
}

#footer #bg a:hover {
  color: #c00000;
}


/**************************************************************
   Submenu Styles
 **************************************************************/

ul.submenu1
{
  margin: 0 0 10px 0;
  padding: 0;
}

ul.submenu1 li
{
  margin: 0;
  padding: 0;
  list-style: none;
  
}

ul.submenu1 li a
{
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 10px;
  font: 14pt;
}


ul.submenu1 a:hover 
{
  color: #fff;
  background: #c00000 url(../images/linkbg.jpg) repeat-y top right;
}


/**************************************************************
   Generic Display 
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.padded {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.gradient {
  margin-bottom: 2em;
  background: url(../images/gradient.jpg) repeat-x top left; 
}

.imagebank_cell {
	width: 100px;
	height: 100px;
}

.imagebank {
	height: 100%;
	width: 100%;
	border: solid #ffffff;
	border-width: thin;
}

