﻿.FooterArea
{
    width: 100%;
}

.FooterArea .Content
{
    width: 60em;
    padding: 1.125em;
    margin: 0 auto 0 auto;
    overflow: hidden;
    height: 9em;
}

.FooterArea .Column1,
.FooterArea .Column2,
.FooterArea .Column3
{
    float: left;
    width: 19.25em;
}

.FooterArea .Column2, 
.FooterArea .Column3
{
    margin-left: 1.125em;
}

.FooterArea .SubColumn1
{
    float: left;
    width: 9.52em;
}

.FooterArea .SubColumn2
{
    float: left;
    width: 9.72em;
}

/*.FooterArea img.Rss
{
    margin-bottom: -0.25em;
}*/

.FooterArea hr
{
        background: #bbb none repeat scroll 0 0;
    color: #bbb;   
    font-size:105%;
}

.FooterArea .LinkItem
{
    font-size: 0.6875em;
    margin-top: 0em;
	margin-bottom: 0.625em;
}

.FooterArea p
{
    font-size: 0.6875em;
    color: #555;
}

.FooterArea a:link,
.FooterArea a:visited,
.FooterArea a:hover,
.FooterArea a:active
{
    font-weight: bold;
    /*font-size: 0.6875em;*/
    color: #666;
    text-decoration: none;
}

.FooterArea a:hover
{
	text-decoration: underline;
}