@charset "utf-8";
/* CSS Document */

#footerContainer{
width:100%;
min-width:1024px;
}

#footer{
position:relative;
width:1024px;
height:280px;
background:#7d4659;
color:#FFF;
margin:0 auto;	
}

.column-top{
width:1004px;
padding:15px 0 15px 20px;
background:#4a192a;
background:url(bg_content2.jpg);
color:#FFF;
}

.column-bottom{
width:1024px;
padding:15px 0 15px 0;
font-size:12px;
margin:0 auto;
}

.column-bottom-left{
width:300px;
margin-bottom:20px;
float:left;
font-size:12px;
text-align:left;
}

.column-bottom-right{
width:300px;
margin-bottom:20px;
float:right;
font-size:12px;
text-align:right;
}

.column-bottom .reference{
opacity:0.3;
vertical-align:bottom;
transition: opacity .15s ease-in-out;
-o-transition: opacity  .15s ease-in-out;
-ms-transition: opacity  .15s ease-in-out;
-moz-transition: opacity  .15s ease-in-out;
-webkit-transition: opacity  .15s ease-in-out;
}

.column-bottom .reference:hover{
opacity:0.8;
}

.columnfooter1{
width:300px;
float:left;
margin-top:25px;
margin-left:40px;
line-height:1.6;
}

.columnfooter2{
width:180px;
float:left;
margin-top:25px;
margin-left:120px;
line-height:1.6;
}

#footer .bold{
font-size:16px;
font-weight:bold;
}

#footerContainer a{
list-style:none;
color:#FFF;
}

#footerContainer a:hover{
text-decoration:underline;
}