/* SRS MAIN */	
#main
{
	clear: both;
}

#content
{
	float: left;
	width: 502px;
}	

#information
{
	background: white url(../images/business_group.jpg) no-repeat top right;
	clear: both;
}

.about
{
	background: url(../images/content_left.jpg) no-repeat top left;
	font-size: 90%;
	height: 178px;
	margin: 0 230px 0 0; padding: 12px 0 0 50px;
}

#col1
{
	float: left;
	width: 236px;/*50%;*/
}

#col2
{
	float: right;
	width: 236px;/*49.99%;				/* can't use 50% - ie 7.0 error */
/*	_width: 49.5%;				/* ie 6.0 error */
}

#sidebar
{
	float: right;
	width: 248px;
}

#sidelinks
{
	background: url(../images/main_links_bkgd.jpg) no-repeat top left;
	margin: 0; padding: 0;
	width: 100%;
}

#nav
{
	font-size: 86%;							
	list-style: none;
	margin: 0; padding: 10px 0 16px 17%;
}

#nav li
{
	background: url(../images/nav_bkgd.jpg) no-repeat center left;
	text-align: left;
}

#nav a 
{
	color: black;
	border-bottom: 1px solid #E8E9EB;		/* light white-blue */
	display: block;
	padding: 3px 12px 3px 20px;
	text-decoration: none;
	width: 132px;
}

#nav a:hover
{
	color: #D68D00;			/* med-brown */
}

#sidebar .box
{
	margin-left: 18%; margin-right: 17%;
}

.address
{
	font-size: 86%;
}

.content-link a
{
	color: black;
	font-weight: normal;
	text-decoration: none;
}

.content-link a:hover
{
	color: #D68D00;				/* med brown */
}

