
/*****************************************************************
  FOOTER
******************************************************************/

/*
.footerwrap
{
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 30px;
    background-color: #485456;
    text-align: center;
    overflow: hidden;
    display: block;
    filter: alpha(opacity=20); #
    _height:370px;
    opacity: .01;
}

.footerwrap:hover
{
    filter: alpha(opacity=90);
    opacity: .9;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    min-height: 150px;
    background-color: #485456;
    text-align: center;
    overflow: hidden;
    display: block; #
    _height:370px;
} */


.footerwrap
{
    width: 940px;
    margin: 0px auto;
    background-color: #d7dbdc;
    margin-top: 0px;
}
.footerwrap .middle {
	padding: 10px 30px;
}
.footerwrap .top {
	background: url(../images/footer/footer_top.png) no-repeat;
	height: 5px;
}
.footerwrap .bottom {
	background: url(../images/footer/footer_bottom.png) no-repeat;
	height: 5px;
}

/*****************************************************************
  MODULE - FOOTERLINKS
******************************************************************/
.footerLinks .footer
{
    display: none;
}
.footerLinks
{
    float: left;
    margin-right: 4px;
    text-align: left;
    width:100px;
    height: 140px;
    padding-right:20px;
    margin-bottom:40px;
}
.footerLinks .level_1, .footerLinks .level_2
{
    display: block;
    text-decoration: none;
}
.footerLinks .level_1
{
    color: white; /*#818889*/
    font: 11px Arial;
    margin-bottom: 4px;
    font-weight:bold;
}
.footerLinks .level_1:hover
{
    text-decoration: none;
    background: none;
    border: 0px;
}

.footerLinks .level_2
{
    color: #8a8e95;
    margin-top: 2px;
    text-decoration:none;
}
.footerLinks .level_2:hover, .footerLinks .current
{
    text-decoration: underline;
    background: none;
    border: 0;
    color: #00907f;
}
.footerLinks .level_2:hover,.footerwrap .copyright a:hover {
	background: 0 !important;
	border: 0 !important;
	text-decoration: underline;
}

.footerwrap .footerInner
{
    float: left;
		width: 650px;
}
* html .footerwrap .footerInner
{
	width: 660px;
}
*+html .footerwrap .footerInner
{
	width: 660px;
}
.AaE .footerwrap
{
    text-align: left;
}
.footerwrap .copyright
{
	width: 220px;
	line-height: 16px;
	float:right;
	clear:none;
	color:#abb4b6;
	border-left: 1px solid #cecece;
	text-align:right;
	height: 160px;
}
.footerwrap .copyright a {
	color: #8a8e95;
	text-decoration: none;
}
.footerwrap .copyright a:hover {
	color: #00907f;
}

