﻿.footerMainContainer {
    background-color:#f5f5f5;
    padding:0px;
    margin:0px;
    padding-top:20px;
    position:relative; 
    display:block;
}


.footerContainer {
    background-color:#292929;
    height:320px;
    margin:0px;
}

.footerBackground {
    background-color:#f5f5f5;
    background-image:url(/images/footer_background.png); 
    background-repeat:repeat-x; 
    height:156px;
}

/* Logo */
.footerLogoContainer {
    background-color:#292929;
    width:1008px;
    position:relative; 
    margin:auto auto;
    z-index:2;
}
.footerLogoContainer IMG {
    position:relative; 
    margin:auto auto;
    z-index:2;
}
A.footerLogoLink {
    position:absolute; 
    top:0px; 
    left:445px; 
    z-index:3;
}

.footerLogoLink IMG {
    border:none;
    z-index:3;
}

.footerCrown {
    position:relative; 
    margin:auto auto;
    top:0px; 
    left:-88px; 
    z-index:1;
    border:none;
    float:none;
    display:block;
}


/* Links */
.footerListContainer {
    width:990px;
    position:relative; 
    margin: auto auto;
    top:-70px;
    padding:0px;
    height:140px;
    color:#FFFFFF; 
    z-index:4;
}
.footerListSection {
    width:192px;
    height:150px;
    margin:0px;
    position:relative;
    float:left;
    z-index:3;
    border:none;
}
.footerListBorder {
    border-left:1px dashed #CCCCCC;
    height:140px;
}
.footerListHeader {
    font-weight:bold;
    font-size:14px;
    line-height:18px; 
    min-height:24px;
}
.footerListSpacer {
    width:220px;
    float:left;
}
UL.footerList {
    margin:0px; 
    padding:0px;
    margin-left:16px;
    list-style:circle;
}
UL.footerEmptyList {
    margin-left: 12px;
    list-style:none;
}
UL.footerList LI {
    margin:0px; 
    padding:0px;
    margin-left:0px;
    line-height:18px; 
    min-height:24px;
}

UL.footerList A {
    color:#CCCCCC; 
    font-weight:normal;
    text-decoration:none;
}
UL.footerList A:link {
    color:#CCCCCC; 
    font-weight:normal;
    text-decoration:none;
}
UL.footerList A:active {
    color:#CCCCCC; 
    font-weight:normal;
    text-decoration:none;
}

UL.footerList A:visited {
    color:#CCCCCC; 
    font-weight:normal;
    text-decoration:none;
}

UL.footerList A:hover {
    color:#F58021; 
    font-weight:normal;
    text-decoration:none;
}


/* Copyright */
.footerCopyright {
    position: relative;
    z-index: 2;
    text-align: center;
    height: 100px;
    top: -70px;
    padding: 0px;
}

.footerCopyrightContainer {
    position: relative;
    margin: auto auto;
    z-index: 2;
    width: 492px;
}

.footerAccent {
    margin: auto auto;
    z-index: 5;
    position: absolute;
    top: 0px;
    left: 0px;
}

.footerCopyrightText {
    margin: auto auto;
    color: #e0e0e0;
    font-size: 11px;
    z-index: 5;
    clear: left;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0px;
}