/*----------------------------------------------  Footer (Orig, main site) */
.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	
{
	display:        inline;
	color:          #FDE84D;
	padding:        0px 15px;
    
	font-size:      12px; /*1.1em;*/
	font-weight:    bold;
    
	border-right:   solid 2px #336790; /* #FFFFFF */
}
#footer li.last	
{
	border:         0;
}
/*----------------------------------------------  Links (common?) */
.FooterC  a, 
.FooterC  a:visited,	
#footer  li a, 
#footer  li a:visited	
{
	color:          #ccc;
	font-weight:    bold;
}
.FooterC  a:hover,	
#footer   a:hover	
{
    text-decoration: underline !important; 
	color:          #ffe400;
}
.FooterC p,	
#footer p	
{
	color:          #ccc;
	margin-top:     5px;
	text-align:     center;
}

/* from Pstore.css 
a:link        {    color: #dddd33; }
a:visited     {    color: #dddd33; }
a:hover       {    color: #ffff33; }
a:active      {    color: #ffff33; }
a.nav:link    {    color: #cccccc;    text-decoration: none; }
a.nav:visited {    color: #cccccc;    text-decoration: none; }
a.nav:hover   {    color: #ffffff;    text-decoration: none; }
a.nav:active  {    color: #ffffff;    text-decoration: none; }
*/
/*----------------------------------------------  FooterC (DEV10) */
.FooterC
{
    /*width:          800px;*/
}
.FooterC span#CallUs
{
    color:          #CCCCCC;
    font-size:      12px;
    font-weight:    normal;
}
.FooterC span#Copyright
{
    color:          #77AADD;
    font-size:      9px;
    font-weight:    normal;
}
.FooterC span#Num866
{
    color:          #CCCC44;
    font-size:      12px;
    font-weight:    normal;
}
.FooterC span#vline
{
    color:          red; /* DEBUG */
    color:          #336790;
    color:          #4f535c; /* from boat base border */
    font-size:      12px;
    font-weight:    normal;
}

