
/*------------------------------------------------------------------------------

(c)2012 20th Ave Designs and Robin Morrison
This Program is not for distribution without the express permission of its
creators and copyright holders.

footer.css.php
Cascading Style Sheet for the Footer Section Elements.
Coded by: Robin Morrison
Started: April 22nd, 2007
Last Updated: April 22nd, 2007

------------------------------------------------------------------------------*/

.pageFoot {
	margin: 0px;
	padding: 0px;
	background-color: #c4c4c4;
	height: 57px;
}
.footSubMenuBarBg {
	height: 12px;
	width: 563px;
	background-color: #003333;
	background-image: url('../images/footSubMenuBarBg.gif');
	background-repeat: no-repeat;
	background-position: right;
	font-size: 1px;
	float: left;
}
.footIPBCopyright {
	float: left;
	background-color: #c4c4c4;
	color: #444;
	font: bold 7pt Tahoma;
}
.footIPBCopyright a {
	color: #444;
}
.footIPBCopyright a:hover {
	color: red;
}
.footMenuBarBg {
	height: 18px;
	width: 100%;
	background-color: #003333;
	background-image: url('../images/menuBarBg.gif');
}
.footEnd {
	height: 27px;
	width: 100%;
	background-color: #003333;
}
.footCopyright {
	background-color: #c4c4c4;
	color: #6b6b6b;
	font: 8pt Courier New;
	text-align: left;
	position: relative;
	float: left;
	width: 396px;
	height: 27px;
	cursor: default;
}
.CRtext {
	position: relative;
	left: 5px;
	top:-2px;
	z-index: 2;
}
.footCRRight {
	position: relative;
	float: left;
	width: 143px;
	height: 27px;
	background-image: url('../images/footerBg.gif');
	background-repeat: no-repeat;
	z-index: 1;
	background-color: #c4c4c4;
}
.copyright {
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}
