@charset "utf-8";
/* CSS Document */

#footer {

	width: 100%;
	clear: left;
	float: left;
	margin-top: 10px;
	height: 300px;
	background-color: #bed4fc;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555555;
	margin: 0px;
}
.footerIconAW {
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 10px;
}
.footerIconWEB {
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 10px;
}
.footerIconCONTACT {
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 10px;
}
.footerList    {
	line-height: 15px;
}
.footerIconAW a, .footerIconWEB a, .footerIconCONTACT a {
	color: #b74107;
	font-size:14px;
	text-decoration: none;
	font-weight:bold;
}
.footerIconAW a:hover, .footerIconWEB a:hover, .footerIconCONTACT a:hover {
	color: #000000;
}
.footerList a {
	color: #282828;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(images/footer/footer_arrow_555.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footerList a:hover {
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #0476a1;
}
#footer #footerFooter {
	color: #252525;
	clear: left;
	height: 25px;
	width: 100%;
	padding-top: 5px;
}
#footer #footerFooter p {
	padding-left: 10px;
	margin: 0px;
	padding-top: 5px;
	font-size: 11px;
}
#footer #footerFooter a {
	color: #D70043;
	text-decoration: none;

}

.colf {
	width: 160px;
	margin-left: 15px;
	float: left;
	padding-top: 12px;
	margin-top: 5px;
	display: inline;
	font-size:12px;
}
.colf h2, .colfTwo h2 {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 10px;
	margin: 0px 0px 10px;
	padding: 0px;
}
.colf h2 a, .colfTwo h2 a {
	color: #FFFFFF;
	text-decoration: none;
}


#copy {

	width: 100%;
	clear: left;
	float: left;
	margin-top: 10px;
	height:auto;
	background-color: #bed4fc;
}