@charset"utf-8";

@import url(frame.css);
@import url(module-head.css);
@import url(module-paragraph.css);
@import url(module-list.css);
@import url(module-block.css);



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

div.clearBoth{
	clear: both;
	margin-top: -1px;
	height: 1px;
}

/* -----footer----- */

#footer_banner{
	clear:both;
	width:780px;
	text-align:left;
	font-size:10px;
	background:url('images/container_back.gif') repeat-y;
	border-top:1px solid #CDD8E2;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

#footer{
	clear:both;
	border-top:1px solid #CDD8E2;
	font-size:10px;
	width:780px;
	text-align:right;
	padding: 2px 0 0 0;
	margin: 0px;
}

#footer ul{
	float:left;
	border-left:1px solid #A8A8A8;
}
#footer li{
	display:inline;
	padding:0 5px 0 5px;
	border-right:1px solid #A8A8A8;
}
#footer address{
	font-style:normal;
	float:right;
}

#footer a:link { color: #757575; text-decoration: none;}
#footer a:visited { color: #757575; text-decoration: none;}
#footer a:hover { color: #757575; text-decoration: underline;}
#footer a:active { color: #757575; text-decoration: underline;}