/*---------------------------------------------------------footer-----------------------------------------------------------*/
#footer_top{
height:14px;
width:850px;
margin:10px 0 0 0;
background:url(images_v2/footer_top.gif) bottom left no-repeat;
}
#footer_mid{
width:808px;
margin:0;
padding:0 20px 0 20px;
border-left:1px solid #DBEAED;
border-right:1px solid #DBEAED;
background:#fafafa;
}
#footer_mid p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
margin:0;
padding:0;
}
#footer_mid a{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#5289B0;
}
#footer_btm{
height:14px;
width:850px;
background:url(images_v2/footer_btm.gif) top left no-repeat;
}
/*---------------------------------------------------------class---------------------------------------------------------*/
.left{
float:left;
}
.right{
float:right;
}
/*---------------------------------------------------------hacks---------------------------------------------------------*/
.clearfix:after {
content:".";
display:block;
clear:both;
visibility:hidden;
line-height:0;
height:0;
}
.clearfix {
display:inline-block;
}
html[xmlns] .clearfix {
display:block;
}
* html .clearfix {
height:1%;
}