div#footer
{
    width                           : 100%;
    /**height                          : 569px;**/
    height                          : 441px;
    background                      : url('footer.png');
    background-repeat               : repeat-x;
    background-position             : bottom;
}
div#footer a
{
    color                           : #FFFFFF;
    text-decoration                 : underline;
}
div#footer a:visited
{
    color                           : #FFFFFF;
    text-decoration                 : underline;
}
div#footer a:hover
{
    color                           : #ef8601;
    text-decoration                 : underline;
}
div#footerTop
{
    width                           : 908px;
    height                          : 80px;
    background                      : url('footerTop.png');
    background-repeat               : no-repeat;
    background-position             : center;
    margin                          : auto;
}
div#footerSocialMedia
{
    margin-left                     : 50px;
}
div#footerSocialMediaNew
{
    margin: 45px auto 20px auto;
    width                           : 908px;
}

div#footerCopyright
{
    margin-top						: 28px;
	width                           : 908px;
    height                          : 30px;
    text-align                      : center;
    float                           : left;
    color                           : #676767;
    font-size                       : 11px;
}
div#footerCopyright a
{
	text-decoration					: none;
	color                           : #676767;
}
div#footerCopyright a:hover
{
    color                           : #ef8601;
    text-decoration                 : underline;
}
div#footerCopyright a:visited
{
	text-decoration					: none;
	color                           : #676767;
}
div#footerBottom
{
    width                           : 880px;
    height                          : 174px;
    margin                          : auto;
}
div#footerBottomCol1
{
    width                           : 293px;
    height                          : 100%;
    float                           : left;
}
div#footerBottomCol2
{
    width                           : 293px;
    height                          : 100%;
    float                           : left;
}
div#footerBottomCol3
{
    width                           : 293px;
    height                          : 100%;
    float                           : left;
}
div#footerLogo
{
    width                           : 293px;
    height                          : 115px;
    background                      : url('footerLogo.png');
    background-repeat               : no-repeat;
}
div#footerLogo a
{
    width                           : 293px;
    height                          : 115px;
    display                         : block;
    background                      : url('footerLogo.png');
    background-repeat               : no-repeat;
}
div.footerHyperlinks
{
    width                           : 160px;
    height                          : 200px;
    margin-left                     : 51px;
    margin-top                      : 45px;
}
div.footerHyperlinks h1
{
    color                           : #FFFFFF;
    font-family                     : Arial;
    font-size                       : 16px;
    font-weight                     : bold;
    text-indent                     : 12px;
}
div.footerHyperlinks p
{
    color                           : #FFFFFF;
    padding-left                    : 12px ;
    font-family                     : Arial;
    font-size                       : 12px;
    margin                          : 5px;
}
div.footerHyperlinksSep
{
    width                           : 100%;
    height                          : 1px;
    background                      : #FFFFFF;
}
div.footerHyperlinks a
{
    color                           : #FFFFFF;
    text-decoration                 : underline;
}
div.footerHyperlinks a:visited
{
    color                           : #FFFFFF;
    text-decoration                 : underline;
}
div.footerHyperlinks a:hover
{
    color                           : #ef8601;
    text-decoration                 : underline;
}
div.footerInfobox
{
    width                           : 200px;
    height                          : 85px;
    color                           : #FFFFFF;
    margin                          : auto;
    margin-top                      : 30px;
    font-family                     : Arial;
    font-size                       : 12px;
    
}
div.footerInfobox p
{
    margin                          : 5px;    
}