/* -----------------------------------------------------------------------------------------------------------------------
File Author:	Ryan Marincovich
Date Created:	2007.09.11
File Purpose:	Berg Drywall - Footer Style sheet
REVISIONS:
-------------------------------------------------------------------------------------------------------- */


#footer_curve_home {
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#footer_curve {
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(/_images/framework/footer_curve.gif) top left no-repeat;
}

#footer_curve_wide {
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(/_images/framework/footer_curve_wide.gif) top left no-repeat;
}

#footer {
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
}

.footer_text {
	width: 720px;
	margin: 0px 0px 0px 30px;
	padding: 8px 0px 0px 0px;
	color: #000000;
	float: left;
	display: inline;
}

.footer_text p {
	width: 300px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.footer_text span {
	width: 420px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: right;
}

.footer_links_divider {
	margin: 0px;
	padding: 0px 5px 0px 5px;
	font-size: 10px;
	color: #8e9295;
	float: right;
	display: inline;
}

