/*----------------------------------------------*/
/*                  Footer */
/*----------------------------------------------*/
.foot 
{
    font-size:      10px; /*90%; */
    color:          #CCCCCC;
    font-weight:    normal;
}
div.navbar 
{
    font-weight:    normal;
    font-size:      12px;
    text-align:     center;
    line-height:    10px;  
}
div.navbar hr       /* horizontal line (one of at least 2 ways footer is done) */
{
    color:          #30506F;  
}
#footer	
{
	clear:          both;
	padding:        30px 0 90px 0;
}
#footer ul	
{
	width:          600px;
	margin:         0 auto;
	text-align:     center;
	padding:        6px 0 4px 0;
	border-top:     solid 1px #30506F;
	border-bottom:  solid 1px #30506F;
}
#footer li	
{
	color:          #FDE84D;
	padding:        0 10px;
	display:        inline;
	font-size:      1.1em;
	font-weight:    bold;
	border-right:   solid 1px #3355CC; /* #FFFFFF */
}
#footer li.last	
{
	border:         0;
}
#footer li a, 
#footer li a:visited	
{
	color:          #ccc;
	font-weight:    bold;
}
#footer li a:hover	
{
	color:          #ffe400;
}
#footer p	
{
	color:          #ccc;
	margin-top:     5px;
	text-align:     center;
}

