@charset "utf-8";
/* CSS Document */

#footer {
	float: left;
	margin: 10px auto 0px auto;
	padding: 0px;
	text-align: center;
	width: 982px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
}
#footer h1 {
	margin: 0;
	padding-left: 10px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
#footer a:link,a:visited {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
	padding-left: 15px;
}
#footer iframe {
	margin: 0;
	padding-left: 5px;
	padding-top: 10px;
	/*overflow-y: auto;
	overflow-x: hidden;*/
}

#footer img {
	margin: 0;
	padding: 5px 0px 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#footerCol1 {
	float: left;
	margin: 0;
	padding: 0% 2% 0% 2%;
	width: 21%;
	/*height: 102px;*/
	background-image: url(images/UI_footer_colBkg1.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	/*overflow-y: auto;
	overflow-x: hidden;*/
	/*behavior: url(iepngfix.htc);*/
}

#footerCol1_scroll {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	overflow: hidden;
	/*overflow-y: auto;
	overflow-x: hidden;*/
	height: 100px;
}

#footerCol2 {
	float: left;
	margin: 0;
	padding: 0% 1% 0% 1%;
	width: 51%;
	height: 102px;
	background-image: url(images/UI_footer_colBkg2.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	overflow: hidden;
	/*behavior: url(iepngfix.htc);*/
}
#footerCol2_content1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 20%;
	overflow: hidden;
}
#footerCol2_content2 {
	float: left;
	margin: 0;
	padding: 0;
	width: 20%;
	overflow: hidden;
}
#footerCol2_content3 {
	float: left;
	margin: 0;
	padding: 0;
	width: 20%;
	overflow: hidden;
}
#footerCol2_content4 {
	float: left;
	margin: 0;
	padding: 0;
	width: 20%;
	overflow: hidden;
}
#footerCol2_content5 {
	float: left;
	margin: 0;
	padding: 0;
	width: 20%;
	overflow: hidden;
}
#footerCol3 {
	float: left;
	margin: 0;
	padding: 0% 2% 0% 1%;
	width: 18%;
	height: 102px;
	background-image: url(images/UI_footer_colBkg3.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	overflow: hidden;
	/*behavior: url(iepngfix.htc);*/
}
#footerBase {
	clear: both;
	margin: 0px auto 50px auto;
	padding: 0;
	text-align: center;
	/*behavior: url(iepngfix.htc);*/
}
#footerBase p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
}