@charset "utf-8";
/* CSS Document */

/* 			FOOTER			*/

#footer
{
	height:354px;
	background-image:url(../img/footerBg.png);
	background-position:center;
	background-repeat:repeat-x;
}

#footerContent
{
	background-image:url(../img/footerInnerBg.png);
	width:949px;
	height:282px;
	color:#636363;
	font-size:13px;
}
#footerContent a
{
color: #636363;	
}

.footer_content_col
{
	float:left;
	width:300px;
	margin-top:50px;
	margin-left:10px;
	height:160px;
}
.footer_content_col strong
{
	font-family: 'AvenirLTHeavy';
	font-size:13px;
	font-weight: normal;
}
.footer_content_col a
{
	font-size:13px;
	
}
.footer_content_info
{
	float:left;
	height:32px;
	width:900px;
	padding-left:20px;
	
}
#footerContent .footer_content_info a
{
	color:#4f7dbe;
}

.footer_menu_line
{
	width:745px;
	padding-left:20px;
	float:left;
	margin-top:7px;
	
}


/*******************/
/** COOKIE FOOTER **/
/*******************/

.cookie-disclaimer-wrap {position: fixed; z-index: 9999; width: 100%; height: auto;}
.top-stick {top: 0;}
.bottom-stick {bottom: 0;}

.cookie-disclaimer-mask {position: relative; z-index: 1; display: table; text-align: center; vertical-align: middle; margin: 0 auto;}
.cookie-disclaimer-background {/*background-color: #022456;*/ background: #022456 none no-repeat center top;}
.wide-mask {width: 100%; height: auto; padding: 25px 0;}
/*.normal-mask {width: 80%; height: 120px; padding: 25px 0;}*/

.cookie-disclaimer-box {position: relative; display: table; text-align: left; vertical-align: middle; /*width: 968px;*/ width: 1000px; margin: 0 auto; height: auto; padding: 13px 0; background-color: #e6e6e6; /*border-top: 10px solid #fff; border-bottom: 10px solid #fff;*/}
      .cookie-shadow {position: absolute; width: 17px; height: 100%; /*17x132*/ background: transparent none no-repeat;}
      .left-shadow {left: 0; top: 0; background-image: url('../img/left-shadow.png'); background-position: left 50%;}
      .right-shadow {right: 0; top: 0; background-image: url('../img/right-shadow.png'); background-position: right 50%;}
      .cookie-logo {display: table-cell; width: 30%; text-align: center; vertical-align: middle;}
        .cookie-logo img {height: auto; width: auto; /*172x75*/}
      .cookie-content {display: table-cell; /*width: 70%;*/ width: auto; padding: 0 90px 0 25px; vertical-align: middle;}
        .cookie-content p {font-family: "AvenirLTLight", arial, sans-serif; font-weight: normal; color: #022456; font-size: 16px; line-height: 21px; margin: 0;}
          .cookie-content p a {text-decoration: underline; font-weight: 700; color: inherit; cursor: pointer;}
      .cookie-close {position: absolute; top: auto; right: 22px; cursor: pointer;}

.cookie-disclaimer-shadow {background: transparent url('../img/bottom-shadow.png') no-repeat center top; /*width: 964px;*/ height: 14px;}
