/*******************************************************************************
        header and footer

 ********************************************************************************/

.footer {
		/*
		background-image: url("../Images/AdVision_Footer.png");
        background-position: top;
        background-repeat: no-repeat;
        background-color: #ffffff;
		background-color:#1c4e84;
		*/		
	
	border-spacing: 0px;
	border-top: 1px dashed  #333;
}

div.footerTextLeft {
		font-family: Arial, Helvetica, sans-serif;
        text-align:left; /* for IE/Opera */
        font-size: 13px;
        line-height: 15px;
        color: #333;
        text-decoration: none;
		margin-left: 10px;
}

div.footerTextRight {
		font-family: Arial, Helvetica, sans-serif;
        text-align:right; /* for IE/Opera */
        font-size: 13px;
        line-height: 15px;
        color: #333;
        text-decoration: none;
		margin-right: 10px;
}

.footer a, .footer a:link, .footer a:visited, .footer a:active {
        font-size: 13px;
        text-decoration: none;
        color: #333;
		font-weight: normal;
}

.footer a:hover {
        color: #888;
}