﻿/* Footer styles */
#footer {
    width: 100%;
    font-size: 11px;
    padding-bottom: 4px;
    clear: both;
}

/* Guarantee styles */
#footer #blurb_guarantee {
    text-align: center;
    color: #000000;
    letter-spacing: 1px;
    margin: 15px 0 0 0;
}
#footer #blurb_guarantee a {
    color: #f24713;
    font-weight: bold;
    text-decoration: none;
}
#footer #blurb_guarantee a:hover { text-decoration: underline; }

/* related terms */
#footer #relatedTerms
{
	clear:both;
	text-align:center;
	font-size:8px;
	color:#ebebeb;	
}

/* navigation styles */
#footer #navigation {
   float: left;
   list-style-type: none;
   margin-left: 75px;
}
#footer #navigation li {
    float: left;
    padding: 0 8px;
}
#footer #navigation li a {
    color: #19455f;
    text-decoration: none;
}
#footer #navigation li a:hover {
    color: #f24713;
    text-decoration: underline;
}

/* Copyright styles */
#footer #copyright {
    float: right;
    margin-right: 75px;  
}

#footer br.page_end 
{
    width: 1px;
    height: 1px;
    clear: all;   
}