/* Red Footer */
#footer {
	width:1000px;
	margin: 0px auto;
	padding: 10px 0px 0px;
	height: auto;
	clear: both;
	background: #CCCCCC;
}

#footer .iconHolder {
	background:#FF0000;
	width:980px;
	height:31px;
	padding:10px;
}
		
#footer .icons {
	width:auto;
	height:30px;
	padding-right: 10px;
	display: inline;
	float: left;
}
		
#footer	.wfllb {
	background: #FF0000 url(images/corners/footerlb.jpg) no-repeat 0 100%;
	width:1000px;
	display: block;
	height: 85px;
}


.wflrb {
	background: url(images/corners/footerrb.jpg) no-repeat 100% 100%;
		height:85px;
}

/* Blue Footer */
#footer_blue {
	width:1000px;
	margin: 0px auto;
	padding: 10px 0px 0px;
	height: auto;
	clear: both;
	background: #CCCCCC;
}

#footer_blue .iconHolder {
	background:#006EB9;
	width:980px;
	height:31px;
	padding:10px;
}
		
#footer_blue .icons {
	width:auto;
	height:30px;
	padding-right: 10px;
	display: inline;
	float: left;
}
		
#footer_blue .wfllb {
	background: #006EB9 url(images/corners/bluefooterlb.jpg) no-repeat 0 100%;
	width:1000px;
	display: block;
	height: auto;
	height:85px;
}

#footer_blue .wflrb {
	background: url(images/corners/bluefooterrb.jpg) no-repeat 100% 100%;
		height:85px;
}


/* Generic Footer class */
.mainFooterText {
	display:block;
	margin:5px;
}

.copyrightFooterText {
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.75em;
	margin:5px 0 0;
	padding-left:10px;
	text-transform:capitalize;
	width:auto;
}
.copyrightFooterText a,.copyrightFooterText a:visited, .copyrightFooterText a:hover, .copyrightFooterText a:link, .copyrightFooterText a:active{
	color: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
}


 .copyrightFooterText a:hover, .copyrightFooterText a:active {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight: normal;
}

.aboutUsFooterText {
	color:#FFFFFF;
	float:right;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.75em;
	font-size-adjust:none;
	margin:5px 0 0;
	padding-right:10px;
	text-transform:capitalize;
	width:auto;
}

.aboutUsFooterText a, .aboutUsFooterText a:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
}


.aboutUsFooterText a:hover, .aboutUsFooterText a:active {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight: normal;
}

