/* CSS Document */
/*
body {
 -moz-opacity: .999; //to defeat firefox redraw problem with fade effect
}
 */
.copyright {
    margin:0px auto 5px auto;
    padding:0px 0px 0px 0px;
    height:20px;
    width:938px;
    border: 1px solid white;
    font-size: 12px;
     /*font-family: Arial, Helvetica, sans-serif;
    font-family: Lucida Sans, sans-serif;
    font-family:Geneva, Helvetica, sans-serif;
    font-family: Verdana, Helvetica, sans-serif;*/
    font-weight: lighter;
    text-align:center;
    clear:both;
    color:white;
    background-color:#000000;
    border-radius:5px;
}
.footer {
    margin:0px auto 0px auto;
    padding:0px 0px 0px 0px;
    width:955px;
    height:40px;
    color: #000000;
    background-color:#000000;
    border: 1px solid white;      
}

.menubarfooter {
    margin:0px auto 0px auto;
    padding:0px 0px 0px 0px;
    clear:both;
    width:940px;
    height:25px;
    text-align:center;  
  /*  border: 1px solid white;  */
}
/* link styles */

.navfooter a {
    font-size: 12px;
     /*font-family: Arial, Helvetica, sans-serif;
    font-family: Lucida Sans, sans-serif;
    font-family:Geneva, Helvetica, sans-serif;
    font-family: Verdana, Helvetica, sans-serif;*/
    font-weight: lighter;
	text-decoration:none;
	display: block;
	padding: 2px 7px 2px 17px;
	color:white;
	width: 208px;
	height:15px;
	background-color: #000000;
	border: 1px solid #CCC;
	border-left: 1px solid #CCC;
    margin:0px auto 0px auto;
    border-radius:5px;
}

.navfooter li li a {
  /* style for links on pop-up menus */
}

.navfooter li li li a {
	/* style for second level menu links */
}

.navfooter a:hover{
	/*background-color: #333;*/
    background-color: white;
	color: red;
	/*color: #FFF;*/
}


/* main nav bar */
.navfooter {
    margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	line-height: 1;
	
}

/* all list items */
.navfooter  li {
    
	margin:0 !important;
	padding:0 !important;
	list-style: none; /* remove bullets */
	float: left; /* place buttons side by side */
    position: relative;
   
}


/* pop-up subnav */
.navfooter ul {
	margin: 0;
	padding: 0;
	position: absolute;
    left: 0;
    top: 1.72em; /* change when you change height of links */
	display: none;
}


/* list items in pop-up subnav */
.navfooter ul li {
	float: none; /* so links line up one above the other for drop-downs */
}

/*3rd level menu position*/
.navfooter ul ul {
	position: absolute;
  	left: 8.8em; /* change when you change width of links */
  	top: -1px;
  	z-index: 99;
  	
	border: 1px solid #FFF;

}

.navfooter ul ul li {
	z-index: 100;
}

/* look for buttons that have menus */
.navfooter .sub {
	background-image: url(../superfish/images/arrow_down.png);
  	background-repeat:no-repeat;
  	background-position: 2px 3px;
}

.navfooter .subsub {
	background-image: url(../superfish/images/arrow_left.png);
  	background-repeat: no-repeat;
  	background-position: 4px 7px;
}
