/* PAGE FOOTER SECTION SETUP     ********************************************************************** */

div#footer {
 	/* orig version:
 	overflow:hidden; 
 	height:105;
 	width: 100%;
	float:both; 
	margin-top: -4px; */   /* make ftr join to left & right navs */

/*holygrail version: */
clear:both;
float:left;
width:100%;

 background:
     url("../images/new_grad_bot_blue20x110.gif");
     background-repeat: repeat-x;   
     background-position: 0px -30px;
     margin-top: 0; margin-left:0px; 
 border-top: 15px solid #007000;

height: 80px;

margin: 0px; padding: 0px;
}


div#footer p { 
 font-size:  85%; 
 font-weight: 500; 
 clear: both;
 text-align: center; 
 text-decoration: none; 
 line-height: 100%;
 margin: 2px;
}

/* uses H5 */
/*  
div#footer a {    
text-decoration: none; 
text-align: center; 
margin-left: 0;
margin-top: 0;
color: #525252;
) 
*/


div#footer a:hover { 
color: white; 
text-decoration: none; 
background: #FFDD6D;   /* was #ffcc00; */
}

table.footer {
width:100%;           /* FF-Fix: was width=100%; */
text-align:center;	      /* FF-Fix: was align=center; */
padding:0;		/* FF-Fix: was padding=0; */
border:0;		/* FF-Fix: was border=0; */
}



div#footer ul {
font-size: 11px;
font-weight: 500;
margin:0; 
margin-left: 5px;
padding:0;
/* MARGIN-TOP: -6PX; padding-top: 2px; */
text-align: center;
margin-top: 0px; padding-top: 0px; padding-bottom: 0px;
}

div#footer li {
display: inline; 
list-style-type: none;
border-left: 1px solid #007000;
border-right: 1px solid #007000;
text-align: center;
padding-top: 10px; padding-bottom: 1px; 
}


div#footer li a {
text-decoration: none;
padding-right:  20px;
padding-left:  20px;
padding-top:    1px;
padding-bottom: 3px;  
text-align: center;
}


div#footer ul a {
font-weight: 500;
/* padding: 7px 10px; */
text-align: center;
/* background: yellow; */
margin-top: 0px;
}


div#footer ul a:link {
color: #007000;
}

div#footer ul a:visited {
color: #007000;
}

div#footer ul a:hover {
 color: white; 
 text-decoration: none; 
 background: #FFDD6D;   /* was #ffcc00; */
border-bottom:none;
}



div#footer h6   { 
 line-height: 12px; 
 border: none;
 margin-bottom: 0;
 margin-top: 8px;
} 


a.footerlink {    
text-decoration: none; 
color: #007000;
} 

