﻿/* ************************ MAIN FOOTER *************************** */
#footer {
    clear: both;
    width:997px;
    margin-left:auto;
    margin-right: auto;
    margin-top: 0px;   
    background-image: url(/images/footer-repeat.jpg);
    background-repeat: repeat-x;
}

#footer-inner{
    width: 960px;
    height: 100px;
    padding-top:30px;
    margin-left: auto;
    margin-right: auto;    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #555555;
}
	
#footer a {
    color: #555555;
    text-decoration: none;
}
		
#footer a:hover {
    color: #333333;
	text-decoration: underline;
	}

#footer ul
{
    text-decoration:none;
    color: #555555;
    margin:0px;
    padding:0px;
    margin-left:3px;
    font-weight:normal;
    font-size:11px;
    list-style: none;
}

#footer-copyright {
    clear: both;
    width:980px;
    margin-left:auto;
    margin-right: auto;
    margin-top: 0px;   
}

#footer-copyright h5 a:hover{
    color:#00008c !important;
}

 a.signup-button {
     float:right;
     width:33px;
     height:38px;
     margin-top:11px;
     margin-left:0px;
     background-image: url(/images/signup-over.jpg);
     background-repeat:no-repeat;
 }
 
 a.signup-button:hover {
     float:right;
     width:33px;
     height:38px;
     margin-top:11px;
     margin-left:0px;
     background-image: url(/images/signup-button.jpg);
     background-repeat:no-repeat;
 }
 
#mc_embed_signup{
    float:left;
    width:240px;    
}

.email{ 
    color:#736256;
    font-family:Georgia, Arial, Sans-Serif;
    font-style:italic;
    font-size:12px;
    margin:0;
    padding:0;
}

#mc_embed_signup .email{
    float:left;
   padding:6px;
   margin-top:5px;
   border:0;
   width:245px;
   border:1px dotted #e1e1e1;
}
     
 