/* 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;
}

/* Page Body Styles */
/* Page Search Bar Styles */

.cw_extras_menu								{ padding-right: 380px; background:#3F7FFF;height:34px;}
* html .cw_extras_menu						{ padding-right:-380px}

.cg_extras_menu								{ width: 100%; height: 26px;}
	
	* html .cg_extras_menu .c_home_contact_about	{ }
		.cg_extras_menu .c_home_contact_about .cm_home_contact_about	{ position: relative; margin-right: -380px;  }
	
	.cg_extras_menu .c_search				{ position: relative; width: 380px; float: right; margin-right: -380px; top:5px; }
	* html .cg_extras_menu .c_search		{}
	/*		
.cw_extras_menu								{ padding-right: 380px; background:#3F7FFF;}
* html .cg_extras_menu						{ padding-right: -380px; }

.cg_extras_menu								{ width: 80%; height: 26px;}
	
	.cg_extras_menu 						{ width: 100%;}
	* html .cg_extras_menu .c_home_contact_about	{ margin-right: -380px; }
		.cg_extras_menu .c_home_contact_about .cm_home_contact_about	{ position: relative; }
	
	.cg_extras_menu .c_search				{ position: relative; width: 380px; float: right; margin-right: -380px; }
	* html .cg_extras_menu .c_search		{ left: 420px; margin-right: 0px; }*/


/*Border Styles*/

/* Page Border Styles */
.cw_top_border_home							{padding-left:20px;padding-right:20px;}
* html .cw_top_border_home					{padding-right:0;}

.cg_top_border_home							{width:100%;height:20px;}

	#c_ltc									{background:url(../images/border/left_top_corner_home.png) no-repeat top left;height:20px;width:20px;float:left;margin-left:-20px;}
		* html #c_ltc							{position:relative;left:-20px;margin-right:-20px;margin-left: 0px;height:20px; width:20px;background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='sites/greenshores/images/border/left_top_corner_home.png', sizingMethod='crop');}
	
	#c_topb									{background:url(../images/border/top_border_home.png) repeat-x bottom center;height:20px;width:100%;float:left;}
		* html #c_topb							{width:100%;margin-right:-20px;margin-left:-20px;height:20px;background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='sites/greenshores/images/border/top_border_home.png', sizingMethod='scale');}
	
	#c_rtc									{background:url(../images/border/right_top_corner_home.png) no-repeat top right;height:20px;width:20px;float:right;margin-right:-20px;}
		* html #c_rtc							{position:relative;margin-right:0px;height:20px; width:20px;background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='sites/greenshores/images/border/right_top_corner_home.png', sizingMethod='crop');}
	
	#c_logo_left_border						{border-left:3px white solid;width:100%;padding-left:-6px;display:block;height:185px;}
	#c_logo_right_border					{border-right:3px white solid;width:100%;margin-left:-6px;display:block;height:185px;}

	* html #c_logo_left_border				{border-left:3px white solid;}
	* html #c_logo_right_border				{border-right:3px white solid;margin-left:0px;}

.cw_bottom_border_home						{padding-left:20px;padding-right:20px;}
	* html .cw_bottom_border_home			{padding-right:0;}
	
.cg_bottom_border_home						{width:100%;}

#c_lbc									{background:url(../images/border/lb_corner_home.png) no-repeat top left;height:20px;width:20px;float:left;margin-left:-20px;}
		* html #c_lbc							{float:left;height:20px; width:20px; position:relative;left:-20px;margin-right:-20px;margin-left: 0px;background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='sites/greenshores/images/border/lb_corner_home.png', sizingMethod='crop');}
	
	#c_botb									{background:url(../images/border/bottom_border_home.png) repeat-x bottom center;height:20px;width:100%;float:left;}
		* html #c_botb							{float:left;height:20px;width:100%;margin-right:-20px;margin-left:-20px;background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='sites/greenshores/images/border/bottom_border_home.png', sizingMethod='scale');}
	
	#c_rbc									{background:url(../images/border/rb_corner_home.png) no-repeat top right;height:20px;width:20px;float:right;margin-right:-20px;}
		* html #c_rbc							{float:right;height:20px; width:20px; position:relative;margin-right:0px; background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='sites/greenshores/images/border/rb_corner_home.png', sizingMethod='crop');}


.cw_logos									{ padding-left: 205px;}
* html .cw_logos							{ padding-left: -205px;}
.cg_logos									{ width:100%; height:225px;}

.c_header_pic{width:100%;background: url(../images/islands.jpg) no-repeat top center;overflow:hidden;}
* html .cg_logos .c_header_pic{overflow:hidden;}

.cg_logos .c_logos			{ position: relative; width: 205px; float: left; margin-left: -205px;}
	* html .cg_logos .c_logos		{margin-left: 0px;left:-205px; margin-right:-205px;}
	
.cw_sidebars_content					{ padding-left: 205px; padding-right: 190px; }
* html .cw_sidebars_content				{ padding-left: -205px; padding-right: -205px; }
	
	.cg_sidebars_content					{ width: 100%; }
	.cg_sidebars_content .c_sidebar					{ position: relative; width: 190px; }
	.cg_sidebars_content .c_sidebar#sidebar_left			{ float: left; margin-left: -205px;}
	.cg_sidebars_content .c_sidebar#sidebar_right			{  float:right; margin-right: -190px;}
	* html .cg_sidebars_content .c_sidebar#sidebar_left		{ left: -205px; margin-left: 0px; margin-right: -205px; }
	* html .cg_sidebars_content .c_sidebar#sidebar_right	{ left: 205px; margin-right: 0px;}
	
	.cg_sidebars_content .c_content			{ width: 100%;position:relative;}
	* html .cg_sidebars_content .c_content	{ margin-right: -205px; overflow: hidden; }
		
		
		* html .cg_sidebars_content .c_content .cm_content	{ width: 100%;}
.c_more{width:100%;}	
/* Footer Styles */

.cw_page_footer{min-width:599px;max-width:599px;margin:0px auto 0px;}
	* html .cw_page_footer{width:599px;margin:0;}
.cg_page_footer{width:100%;height:80px;position:relative;}

.c_logo_footer{background:url(../images/footer/logo.png) no-repeat;height:80px;width:50px;position:absolute;left:0;}
	* html .c_logo_footer{background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='sites/greenshores/images/footer/logo.png', sizingMethod='crop');}
.c_page_footer{position:absolute;width:300px;left:50px;top:20px;text-align:left;}
