

/***********************************************
    Footer
************************************************/


body div#BodyFooter
{
    margin: 0px;
	display: block;
	clear: both;
    margin-top: 40px;
    width:100%;
}

body div#BodyFooter div#ShellFooterContent
{
    
	width:100%;
    background-color:#000000;
	font-size: 14px;
    color: #bdbec1;
    min-height: 140px;
    display: block;	
    min-width: 995px;
	z-index: 100;
	position: relative;
}


body div#BodyFooter div#ShellFooterContent a
{
    color: #bdbec1;
    font-weight: normal;
}

body div#BodyFooter div#ShellFooterContent div.PrimaryContent
{
    font-size: 12px;
    padding: 20px 0 10px 0;
    overflow: auto;
    margin:0 auto;
    width:955px;
}

body div#BodyFooter div#ShellFooterContent div.PrimaryContent div#ShellFooterNavigation
{
    float: left;
    font-size: 11px;
    margin-right:14px;
    margin-top:10px;
}

body div#BodyFooter div#ShellFooterContent div.PrimaryContent div#ShellRightContentArea
{
    width: 237px;
    float: right;
    text-align: right;
}


body div#BodyFooter div#ShellFooterContent div.PrimaryContent div#ShellLeftContentArea
{
    max-height: 40px;
    overflow: hidden;
    float:left;
    clear:left;
    margin:0px;
}

body div#BodyFooter div#ShellFooterContent div.SecondaryContent
{
    border-top: 1px solid #bdbec1;
    font-size: 10px;
    padding: 10px 0;
    overflow: auto;
    width:955px;
    margin:0 auto;
    font-size: 10px;
}

body div#BodyFooter div#ShellFooterContent div.SecondaryContent div#ShellFooterSecondaryNavigation div.FuncLinkArea a
{
    font-weight: bold;
    margin-right: 10px;
    
}

body div#BodyFooter div#ShellFooterContent div.SecondaryContent div#LogoAndCopyright
{
    float: right;
}

body div#BodyFooter div#ShellFooterContent div.SecondaryContent div#LogoAndCopyright div#CopyrightLogo
{
    background-image: url(../images/microsoft.png);
    background-position: top right;
    background-repeat: no-repeat;
    height: 19px;
    width: 100px;
}

body div#BodyFooter div#ShellFooterContent div.SecondaryContent div#LogoAndCopyright div#CopyrightText
{
    font-size: 11px;
    text-align: right;
}

body div#BodyFooter div#ShellFooterContent div.PrimaryContent div#ShellFooterNavigation a,
body div#BodyFooter div#ShellFooterContent div.SecondaryContent div#ShellFooterSecondaryNavigation a
{
    white-space: nowrap;
    display: block;
    float: left;
    padding-right: 10px;
 
}

body div#BodyFooter div#ShellFooterContent div.PrimaryContent div#ShellFooterNavigation a.spread,
body div#BodyFooter div#ShellFooterContent div.SecondaryContent div#ShellFooterSecondaryNavigation a.spread
{

    background-position: 0px center;
    padding-left: 10px;
    background-repeat: no-repeat;
}

.ShellFooterSocial
{
    margin-top:10px;
    float: left;
}

.ShellFooterSocial .spread
{
    padding-left: 14px;
}


