/*	Footer
_________________________________________________________________________________
///////////////////////////////////////////////////////////////////////////////*/
#footer {
background:#f2f2f2;
border-top:4px solid #E5E5E5;
padding:45px 0;
}
#footer ul {
float:left;
margin:0 85px 0 0;
font-weight:bold;
}

#footer ul ul{
float:left;
margin:0;
display:block;
font-weight:normal;
}

#footer li {
list-style:none;
line-height:20px;
}
#footer li a {
display:block;
font-size:11px;
color:#9c9c9c;
text-decoration:none;
}
#footer li a:hover {
text-decoration:underline;
}
#footer2 {
text-align:left;
padding:25px 0;
background:#e2e2e2;
font-size:11px;
color:#828282;
}
#footer2 .wrap, #footer .wrap {
position:relative;
width:990px;
margin:0 auto;
}
#footer2 a {
color:#4c4c4c;
text-decoration:none;
}
#footer2 a:hover {
text-decoration:underline;
}
#footer2 .line {
color:#636363;
padding:0 5px;
}

#footer .wrap a.linkedin {
width:81px;
height:21px;
display:block;
position:absolute;
bottom:-30px;
right:120px;
background:url('../images/in.png') no-repeat;
}

#footer .wrap a.twitter {
width:77px;
height:21px;
display:block;
position:absolute;
bottom:-30px;
right:1px;
background:url('../images/twitter.png') no-repeat;
}

#footer .wrap a.dcg {
width:246px;
height:33px;
display:block;
position:absolute;
bottom:-36px;
left:1px;
background:url('../images/dcg-logo.png') no-repeat;
}