/* CSS Document */


#footer {
width: 800px;
height: 25px;
background: none;
position: relative;
top: 460px;
color: #FFF8DC;
font-size: 12px;
z-index: 3;}

#footer a, #footer a:visited {
  color: #FFF8DC; 
  background: none; 
  font-size: 12px;
  text-decoration:none;
  }
* html #footer a, * html #footer a:visited {
  display:inline-block;  /* for IE only */ 
   }
#footer a:hover {
  color:#FF8000; 
     font-size: 12px;
	}




.footMenu {
  display:table;         /* ignored by IE */
  padding:0; 
  list-style-type:none;
  white-space:nowrap;    /* keep text on one line */
  /*border:1px solid #06a;  add a border to show size of menu */
  }
* html .footMenu {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */
  }  
.footMenu li {
  display:table-cell;    /* ignored by IE */
  }
* html .footMenu li {
  display:inline;        /* for IE only */
  }
.footMenu a, .footMenu a:visited {
  display:block;         /* for all browsers except IE */
  padding:4px 16px;
  color: #FFF8DC; 
  background: none; 
  /*border:1px solid #E38217;  add a 1px white border around items */ 
  font-size: 12px;
  text-decoration:none;
  font-weight: bold;}
* html .footMenu a, * html .footMenu a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.footMenu a:hover {
  color:#FF8000; 
  font-weight: bold;
   font-size: 12px;
	}

.footCentered {
position: relative;
right: -300px;
top: -20px;
z-index: 100;
margin:0 auto;}

/* This is the transparent box */
#transbox {
	width: 264px;
	height: 48px;
	position: absolute;
	left: -200px;
	top: 118px;
	background-color: #FF8000;
	border: 2px solid black;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	z-index: 15;}
