/* -----------------------------------------------------------------------------------------------------------------------
File Author:	Ryan Marincovich
Date Created:	2007.12.07
File Purpose:	Structural Graphics - Footer Style sheet
REVISIONS:
	2010.02.01.RAM - modified styles for new taller footer
-------------------------------------------------------------------------------------------------------- */


.footer_content {
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.footer_content_divided {
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.footer_content_section {
	width: 100%;
	height: 40px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
}

.footer_content_home {
	width: 100%;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
}

.footer_breadcrumb {
	width: 740px;
	height: 30px;
	margin: 0px 0px 0px 20px;
	float: left;
	display: inline;
	background: url(/_images/framework/footer_breadcrumb.gif) top left no-repeat;
}
.footer_breadcrumb_links {
	width: 740px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	color: #666666;
	font-weight: bold;
	float: left;
	position: relative;
}
.footer_breadcrumb_links span {
	color: #999999;
	font-weight: normal;
}
.footer_breadcrumb_home {
	width: 740px;
	height: 30px;
	margin: 0px 0px 0px 20px;
	float: left;
	display: inline;
	background: #ceebf9;
}

.footer_text {
	width: 760px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	color: #cccccc;
	line-height: 15px;
	float: left;
	display: inline;
}

.footer_company {
	margin: 6px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.footer_links {
	width: 250px;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	float: right;
	display: inline;
	position: relative;
}

.footer_links_divider {
	margin: 0px;
	padding: 0px 5px 0px 5px;
	float: right;
}
