﻿
/**************footer**************/
.mainFooter
{
    vertical-align:top;
}
.footerCol {
width:16%;
vertical-align:top;
text-align:center;
}

strong.footerHeading
{
    font-size:1.3em;
    padding-bottom:5px;	
	color:#666;
}
.footerCol li
{
    padding-bottom:8px;
	list-style:none;
}
.footerCol a
{
    color:#666;
    text-decoration:none;
}
.footerCol a:hover,
.footerCol a:focus
{
    text-decoration:underline;
}


.footerCol .buttonBR a,
.footerCol .buttonBR input
{
    padding:4px 30px 4px 5px;
    font-size:0.85em;
    font-weight:bold;
    line-height:1.3em;
    height:1%;
}
.footerCol .buttonBR a:hover
{
    text-decoration:none;
}
.subFooterOuter
{
    margin:0 auto;
    width:1008px;
}
.subFooter
{
    margin:0 auto;
    padding:8px 0px 8px 0px;
    width:945px;
    margin-bottom:100px;
}
.subFoote ul
{
    float:left;
}
.subFooter li
{
    float:left;
}
.subFooter a
{
    display:block;
    float:left;
    padding:2px 5px;
    color:#323232;
    text-decoration:none;
    font-size:0.9em;
}
.subFooter a:hover,
.subFooter a:focus
{
    text-decoration:underline;
}

/*************   buttons   *************/
/**../images/buttons/  **/
.buttonTL

{
    background:#ffcc00 url(img/buttonTL.gif) top left no-repeat;
    float:left;
    border:1px solid #7a6821;
}

.buttonTR

{
    background: url(img/buttonTR.gif) top right no-repeat;
    float:left;
}

.buttonBL

{
    background: url(img/buttonBL.gif) bottom left no-repeat;
    float:left;
}

.buttonBR

{
    background:url(img/buttonBR.gif) bottom right no-repeat;
    float:left;

}



.buttonBR a,.buttonBR span

{
    display:block;
    padding:3px 30px 4px 5px;
    color:#000;
    text-decoration:none;
    font-weight:bold;
}

.buttonBR input

{
    padding:2px 30px 4px 5px;
    color:#000;
    text-decoration:none;
    font-weight:bold;
    font-size:1em;
    text-align:left;
    display:table-cell;
    overflow:visible;
   /* background:none;*/
    border:none;
    cursor:pointer;
    white-space:pre-wrap;
}


