/* CSS See Design Site Style */

#header_logo	{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-left: 1px solid #8cbcb5;
	border-right: 1px solid #8cbcb5;
	}
#header_text	{
	float: left;
	width: auto;
	font-size: 90%;
	color: #556677;
	padding: 92px 0 0 252px;
	margin-bottom: 10px;
	}
#header_biline	{ /*This could be very easily used for the main nav inline links */
	clear: both;
	width: 100%;
	height: auto;
	color: #FB3;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #999;
	padding: 10px 0 20px 165px;
	margin: 0;
	}
#content_container	{
	position: relative;
	width: auto;
	height: auto;
	color: #585858;
	font-weight: bold;
	padding: 10px 200px;
	}
#content_container	a	{
	color: #58A;
	font-weight: normal;
	text-decoration: none;
	}
#content_container	.body	{
	color:#858585;
	font-weight: normal;
	line-height: 120%;
	padding: 5px 0px;
	margin: 0;
	}
#content_container	.highlight	{
	color:#99aabb;
	font-size: 110%;
	font-weight: bold;
	}
#contact_form	{
	position: relative;
	float: left;
	width: 780px;
	height: auto;
	text-align:center;
	padding: 10px 30px;
	margin: o auto;
	}
	
/* FOOTER */
#footer	{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	text-align: left;
	margin: 0% auto;
	border-top: 1px solid #999;
	border-bottom: 1px solid #FFF;
	}
#footer_links	{
	float: left;
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: auto;
	padding: 5px 50px;
	}
#footer_links a	{
	font-weight: bold;
	color: #FB3;
	text-decoration: none;
	}
#site_credits	{
	width: 800px;
	height: auto;
	color: #999;
	font-size: 80%;
	text-align: left;
	padding: 5px 50px;
	}
	
