/* ================================================================= */
/* ==={ Footer }==================================================== */
/* ================================================================= */

#globalFooterContainer
{
	height: 20px;
	width: 760px;
	background-image: url('../images/global_footer_container.jpg');
	background-repeat: no-repeat;
	font-size: 1.1em;
	text-align: left;
	padding-left: 25px;
	/*margin-top: 15px;*/
	margin-top: 24px;
/*	background-color: blue;*/
}
#footerTextContainer
{
	padding-top: 4px;
}
span.footer_grayText
{
	margin-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
}
span.footer_greenText
{
	border-left: 1px #666666 solid;
	padding-left: 8px;
}
/* ===( Back to Top Link )========================================== */

span#backToTop
{
/*	float: right;	*/
/*	margin-left: 250px;*/
	margin-left: 140px;
}
a.castrolLink_backtotop_green_red
{
	color: #163751; /* Peacock Blue */
	background-image: url('../images/backToTop.gif');
	background-repeat: no-repeat;
/*	background-position: 25px 0px;*/
	background-position: left;
	padding-left: 11px;
/*	background-position: bottom right;	*/
	text-decoration:none;
}
a.castrolLink_backtotop_green_red:hover
{
	/*color: #B1AA67;*/
}


a.castrolLink_green_red
{
	background-image:url(../images/linkArrow_green.gif);
	background-position:right center;
	background-repeat:no-repeat;
	color: #163751; /* Peacock Blue */
	padding-right:13px;
	text-decoration:none;
}

/* ================================================================= */
/* ================================================================= */
div#designedByComply
{
	height: 0px;
	/*background-color: #B1AA67;*/ /* Peacock Pea Green */
	background-color: transparent;
}
div#designedByComply a
{
	color: #163751; /* Peacock Blue */
	text-decoration: none;
	/*float: right;*/
	float: left;
	/*margin-right: 10px;*/
	margin-top: 7px;
	margin-left: 29px;
	/*font-weight: bold;*/
	background-color: transparent;
}
