/* Basic Column Styles */
.cg			{ clear: both; }
.c			{ vertical-align: top; float: left; }
* html .c		{ overflow: visible; }

.cg:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Three Content Columns */
.cw_sidebars_content					{ padding-left:  131px; padding-right:  345px; background: url(../images/narrow_sidebar_tone.gif) repeat-y left top; }
* html .cw_sidebars_content				{ padding-left: -131px; padding-right: -345px; }

.cg_sidebars_content					{ width: 100%; }

	.cg_sidebars_content .c_sidebar						{ position: relative; }
	.cg_sidebars_content .c_sidebar#sidebar_left			{ float:  left; width: 130px; margin-left:  -131px; }
	.cg_sidebars_content .c_sidebar#sidebar_right		{ float: right; width: 344px; margin-right: -345px; background: #e8e1d7 url(../images/wide_sidebar_fade.gif) repeat-x left bottom; padding-bottom: 29px; }
	* html .cg_sidebars_content .c_sidebar#sidebar_left	{ left: -131px; margin-left: 0px; margin-right: -131px; }
	* html .cg_sidebars_content .c_sidebar#sidebar_right	{ left:  345px; margin-right: 0px; }
	
		.cg_sidebars_content .c_sidebar .cm_sidebar		{ margin: 0px 5px 0px; }
	
	.cg_sidebars_content .c_content						{ width: 100%; background: #faf6f1 url(../images/content_shading.jpg) repeat-y right top; }
	* html .cg_sidebars_content .c_content					{ margin-right: -347px; overflow: hidden; }
		
		.cg_sidebars_content .c_content .cm_content		{ margin: 4px 20px 80px 14px; }
		
/* Content/Resources */
.cg_resource						{ width: 100%; }
.cg_section							{ width: 100%; }
.cg_resource_summary				{ width: 100%; }

/* Map */
.cw_map_extras						{ padding-right: 442px; }
* html .cg_map_extras					{ padding-right: -442px; }

.cg_map_extras						{ width: 100%; }
	.cg_map_extras .c_map_extras						{ position: relative; float: right; width: 442px; margin-right: -442px; }
		.cg_map_extras .c_map_extras .cm_map_extras	{  }
	/*
	.cg_map_extras	.c_home_contact_about_filler		{ width: 100%; }
	* html .cg_map_extras .c_home_contact_about_filler	{ margin-right: -260px; overflow: hidden; }
	*/