:link,:visited{text-decoration:none;}
ul,ol{list-style:none;}
h1,h2,h3,h4,h5,h6,pre,code{font-size:small;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, legend{margin:0;padding:0;}
a img,:link img,:visited img{border:none;}
address{font-style:normal;}
fieldset{border:none;}

* {
	margin:0px;padding:0px;
	outline:none;
}

html {
	margin:0px;padding:0px;
	font-size:100.01%;
}

body {
	margin:0px;padding:0px;
	background-color:#003352;
	font:62.5%/62.5% Arial, Helvetica, Verdana, sans-serif;color:#666;
}

input, textarea, select {font-family:Arial, Helvetica, Verdana, sans-serif;}

table td {line-height:1px;}

#printlogo {display:none;}

/* ==================================================================================================== */
/*                                        skipnav                                                       */
/*===================================================================================================== */
#skipnav {display:none;}

/* ==================================================================================================== */
/*                                        wrapper                                                       */
/*===================================================================================================== */
#wrapper {
	margin:0px auto;padding:0px;
	width:100%;
	display:block;overflow:hidden;
	background-color:#fff;
}


/* ====================================================================================================  */
/*                                         CHANGE SPORT                                                  */
/* ===================================================================================================== */
#nav_changesport {
	width:100%;
	display:block;
	margin:0px auto;
	position:absolute;top:97px;
	z-index:9885;
}

/* ========================= NAV ========================= */	
	#nav_changesport_link 	{
		width:960px;height:34px;
		display:block;overflow:hidden;
		margin:0px auto;
		background:url(../../img/global/elements/shadow_up.png) 0px -89px no-repeat;
	}
		#nav_changesport_link a {
			width:174px;height:34px;
			display:block;overflow:hidden;
			float:right;
			text-indent:-9999px;
		}

/* ========================= SPORTS ========================= */	
	#nav_changesport_link.trigger {

	}
	#nav_changesport_link.trigger a 			{background:url(../../img/interface/header/buttons/sports.png) 0px 0px no-repeat;}
	#nav_changesport_link.trigger a:hover 		{ }
	#nav_changesport_link.active a				{background:url(../../img/interface/header/buttons/sports.png) 0px -100px no-repeat;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
	
	#nav_changesport_sports.toggle_container {
		/*width:960px;height:200px;*/
		width:890px;height:170px;
		padding:30px 12px 0px 30px;margin:0px auto;
		display:block;overflow:hidden;
		background-color:#0066a3;
		position:relative;right:-20px;
		
		/* THIS KILLED THE BOX, so I use the jQuery vs.    -moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;*/
		-moz-box-shadow:0px 5px 5px #666;-webkit-box-shadow:0px 5px 5px #666;box-shadow:0px 5px 5px #666;
		-moz-box-shadow:0px 5px 5px rgba(0, 0, 0, 0.5);-webkit-box-shadow:0px 5px 5px rgba(0, 0, 0, 0.5);box-shadow:0px 5px 5px rgba(0, 0, 0, 0.5);
	}
	#nav_changesport_sports.toggle_container .block li{
		display:block;overflow:hidden;
		width:160px;height:71px;
		float:left;
		border-bottom:1px solid #0077bf;
		margin:0px 18px 20px 0px;
	}
	#nav_changesport_sports.toggle_container .block li a{	
		display:block;overflow:hidden;
		width:160px;height:70px;
		padding:0px 0px 0px 0px;
		border-bottom:1px solid #004e7d;
		background-image:url(../../img/sports/wht_logos/wht_sport_sprite.png);
		background-repeat:no-repeat;
		text-indent:-9999px;
	}
			.sportid_tennis a 				{background-position:0px 0px;}
			.sportid_golf a 				{background-position:0px -100px;}
			.sportid_soccer a 				{background-position:0px -200px;}
			.sportid_baseball a 			{background-position:0px -300px;}
			.sportid_basketball a 			{background-position:0px -400px;}
			.sportid_football a 			{background-position:0px -500px;}
			.sportid_lacrosse a 			{background-position:0px -600px;}
			.sportid_performance a 			{background-position:0px -700px;} 
			
			.sportid_tennis a:hover 		{background-position:-300px 0px;}
			.sportid_golf a:hover 			{background-position:-300px -100px;}
			.sportid_soccer a:hover 		{background-position:-300px -200px;}
			.sportid_baseball a:hover 		{background-position:-300px -300px;}
			.sportid_basketball a:hover 	{background-position:-300px -400px;}
			.sportid_football a:hover 		{background-position:-300px -500px;}
			.sportid_lacrosse a:hover 		{background-position:-300px -600px;}
			.sportid_performance a:hover 	{background-position:-300px -700px;} 
			
			.sportid_football, 
			.sportid_lacrosse, 
			.sportid_performance,
			.sportid_football a, 
			.sportid_lacrosse a, 
			.sportid_performance a 			
			{border-bottom:none !important;}




/* ==================================================================================================== */
/*                                        header                                                        */
/*===================================================================================================== */
#headerwrapper {
	margin:0px;padding:0px;
	width:100%;
	display:block;overflow:hidden;
}
		body.homepage  		#headerwrapper		{height:100px;background:url(../../img/interface/header/body/header_x_home.jpg) 0px 0px repeat-x;}
		body.nothomepage 	#headerwrapper 		{height:131px;background:url(../../img/interface/header/body/header_x_all.jpg) 0px 0px repeat-x;}
	
	
	#headercontent {
		width:960px;
		display:block;overflow:hidden;
		margin:0px auto;
	}
		body.homepage  		#headercontent		{height:100px;}
		body.nothomepage 	#headercontent 		{height:131px;}
	
	
	#header {
		width:960px;
		display:block;overflow:hidden;
		margin:0px auto;padding:6px 0px 0px 0px;
		position:relative;
		background-image:url(../../img/global/elements/shadow_up.png);background-repeat:no-repeat;
	}
		body.homepage  		#header				{height:94px;background-position:0px -22px;}
		body.nothomepage 	#header 			{height:125px;background-position:0px -72px;}


/* ========================= LOGO ========================= */	
#imglogo {
	display:block;overflow:hidden;
	position:relative;top:5px;
	float:left;
}
		body.homepage  		#imglogo			{width:128px;height:71px;}
		body.nothomepage 	#imglogo 			{width:133px;height:40px;}

#imglogo a{
	display:block;overflow:hidden;
	width:133px;height:40px;
	background:url(../../img/interface/header/buttons/back-to-img.png) 0px 0px no-repeat;
	text-indent:-9999px;
}
#imglogo a:hover {background-position:0px -100px;}





/* ========================= headerfocus ========================= */	
.headerfocus {
	float:right;
	display:block;overflow:hidden;
	/*height:100px;*/
	position:absolute;right:0px;
}

	body.homepage .headerfocus {
		background:url(../../img/interface/header/global/headerfocus.png) 0px 0px no-repeat;
		width:307px;height:72px;
		padding:10px 0px 0px 10px;
		top:0px;
	}
	body.nothomepage .headerfocus {
		background:url(../../img/interface/header/global/headerfocus-pages.png) left bottom no-repeat;
		width:317px;height:80px;
		top:15px;
	}

/* ========================= REGISTER NOW ========================= */	
.headerphoneandreg {
	display:block;overflow:hidden;
	margin:5px 0px 0px 0px;
	background-image:url(../../img/interface/header/global/or.png);
	background-repeat:no-repeat;
}

		body.homepage  		.headerphoneandreg	{background-position:145px 13px;}
		body.nothomepage 	.headerphoneandreg 	{position:relative;left:8px;top:10px;background-position:147px 13px;}


	/* REGISTER ========================= */
	#header .registernow {
		width:134px;height:32px;
		display:block;overflow:hidden;
		float:left;
	}
		#header .registernow a{
			width:134px;height:32px;
			display:block;overflow:hidden;
			background:url(../../img/interface/header/buttons/register-now.png) 0px 0px no-repeat;
			text-indent:-9999px;
		}
		#header .registernow a:hover {background-position:0px -100px;}
	
	
	
	
	/* PHONE NUMBER ========================= */	
	#header .phonenumber {
		display:block;overflow:hidden;
		width:120px;height:27px;
		margin:0px 10px 0px 0px;
		background:url(../../img/interface/header/phone/800-872-6425.png) 0px 0px no-repeat;
		text-indent:-9999px;
		float:right;
	}
			body.homepage  		.phonenumber	{position:relative;top:5px;}
			body.nothomepage 	.phonenumber 	{position:relative;top:5px;right:8px;}
			
		#header .phonenumber a{
			display:block;overflow:hidden;
			width:119px;height:28px;
		}
		
		
		
/* ========================= LANGLIST ========================= */	
#header .langlist{
	display:block;overflow:hidden;
	float:left;position:absolute;left:180px;/*left:300px;*/
	height:200px;
}
	#header .langlist li{
		display:block;overflow:hidden;
		float:left;
		height:35px;
		margin:0px 15px 0px 0px;/*margin:0px 24px 0px 0px;*/
	}
	

				
		#header .langlist li a{
			/*background-image:url(../../img/interface/header/global/lang-flags.png);
			background-repeat:no-repeat;
			text-indent:-9999px;*/
			display:block;overflow:hidden;
			height:35px;
			font-size:11px;line-height:55px;font-weight:normal;
		}
		  	#header .langlist li.lang_english a					{background:url(../../img/interface/header/global/flags/english.png) center 0px no-repeat;}
		  	#header .langlist li.lang_spanish a					{background:url(../../img/interface/header/global/flags/spanish.png) center 0px no-repeat;}
		  	#header .langlist li.lang_portuguese a				{background:url(../../img/interface/header/global/flags/portuguese.png) center 0px no-repeat;}
		  	#header .langlist li.lang_russian a					{background:url(../../img/interface/header/global/flags/russian.png) center 0px no-repeat;}
		  	#header .langlist li.lang_mandarin a				{background:url(../../img/interface/header/global/flags/mandarin.png) center 0px no-repeat;}
		  	#header .langlist li.lang_german a					{background:url(../../img/interface/header/global/flags/german.png) center 0px no-repeat;}
		  	
		  	#header .langlist li.lang_english a:hover			{background-position:center -100px;}
		  	#header .langlist li.lang_spanish a:hover			{background-position:center -100px;}
		  	#header .langlist li.lang_portuguese a:hover		{background-position:center -100px;}
		  	#header .langlist li.lang_russian a:hover			{background-position:center -100px;}
		  	#header .langlist li.lang_mandarin a:hover			{background-position:center -100px;}
		  	#header .langlist li.lang_german a:hover			{background-position:center -100px;}
			
					
		body.homepage #header .langlist li a:link,		body.homepage #header .langlist li a:visited			{color:#fff;}
		body.homepage #header .langlist li a:hover,		body.homepage #header .langlist li a:visited:hover		{color:#e4e4e4;}
		
		body.nothomepage #header .langlist li a:link,	body.nothomepage #header .langlist li a:visited			{color:#00609a;}
		body.nothomepage #header .langlist li a:hover,	body.nothomepage #header .langlist li a:visited:hover	{color:#333;}
			
		/*
			body.homepage #header .langlist li.lang_english a				{width:36px;background-position:-2px 0px;}
			body.homepage #header .langlist li.lang_spanish a				{width:39px;background-position:-52px 0px;}
			body.homepage #header .langlist li.lang_french a				{width:34px;background-position:-102px 0px;}
			body.homepage #header .langlist li.lang_russian a				{width:39px;background-position:-152px 0px;}
			body.homepage #header .langlist li.lang_chinese a				{width:48px;background-position:-202px 0px;}
			body.homepage #header .langlist li.lang_english a:hover			{background-position:-2px -100px;}
			body.homepage #header .langlist li.lang_spanish a:hover			{background-position:-52px -100px;}
			body.homepage #header .langlist li.lang_french a:hover			{background-position:-102px -100px;}
			body.homepage #header .langlist li.lang_russian a:hover			{background-position:-152px -100px;}
			body.homepage #header .langlist li.lang_chinese a:hover			{background-position:-202px -100px;}
			
			body.nothomepage #header .langlist li.lang_english a			{width:36px;background-position:-2px -200px;}
			body.nothomepage #header .langlist li.lang_spanish a			{width:39px;background-position:-52px -200px;}
			body.nothomepage #header .langlist li.lang_french a				{width:34px;background-position:-102px -200px;}
			body.nothomepage #header .langlist li.lang_russian a			{width:39px;background-position:-152px -200px;}
			body.nothomepage #header .langlist li.lang_chinese a			{width:48px;background-position:-202px -200px;}
			body.nothomepage #header .langlist li.lang_english a:hover		{background-position:-2px -300px;}
			body.nothomepage #header .langlist li.lang_spanish a:hover		{background-position:-52px -300px;}
			body.nothomepage #header .langlist li.lang_french a:hover		{background-position:-102px -300px;}
			body.nothomepage #header .langlist li.lang_russian a:hover		{background-position:-152px -300px;}
			body.nothomepage #header .langlist li.lang_chinese a:hover		{background-position:-202px -300px;}
		*/
/* ========================= FORM ========================= */	
#header form {
	display:block;overflow:hidden;
	clear:both;
	border:none;
	/*position:relative;top:22px;*/
}


#header form fieldset 	{border:none;float:left;}
#header form div 		{border:none;float:left;margin:0px 0px 0px 8px;}
	
	#header form label 	{display:none;}
	
	#header form .header_input{
		width:254px;height:20px;
		display:block;overflow:hidden;
		border:none;
		background-image:url(../../img/interface/header/global/search.png);
		background-repeat:no-repeat;
		background-color:transparent !important;
		font-size:14px;line-height:15px;font-weight:normal;color:#005b91;
		float:left !important;
	}
		body.homepage  		#header form .header_input				{padding:2px 0px 0px 10px;width:255px;background-position:-9px -2px;}
		body.nothomepage 	#header form .header_input				{padding:2px 0px 0px 10px;width:267px;background-position:-7px -102px;}
	
	
	#header form .header_submit{
		width:24px;height:24px;
		display:block;overflow:hidden;
		float:left;
		background-image:url(../../img/interface/header/global/search.png);
		background-repeat:no-repeat; 
		background-color:transparent !important;
		border:none;
		cursor:pointer !important;
	}

		body.homepage  		.header_submit				{background-position:-302px 0px;}
		body.nothomepage 	.header_submit 				{background-position:-352px 0px;}
		
		body.homepage  		.header_submit:hover		{background-position:-302px -100px;}
		body.nothomepage 	.header_submit:hover 		{background-position:-352px -100px;}
			
/* ========================= SPORT ========================= */	
#header .sportlogo {
	display:block;overflow:hidden;
	float:left;
	position:absolute;top:60px;left:0px;
}			
	#header .sportlogo a{
		display:block;overflow:hidden;
	}			
	
		
/* ====================================================================================================  */
/*                                           JUMBOTRON                                                   */
/* ===================================================================================================== */		
#jumbotronarea_wrapper	{
	display:block;overflow:hidden;
	width:100%;
	padding:24px 0px 0px 0px;margin:0px 0px 0px 0px;/*margin:0px 0px 18px 0px;*/
}
		body.homepage  		#jumbotronarea_wrapper		{background:url(../../img/global/elements/shadow_up2.png) center -12px no-repeat;}
		body.nothomepage 	#jumbotronarea_wrapper 		{background:url(../../img/global/elements/jombotron_three_area_shadow.png) center 9px no-repeat; }
		
	#jumbotronarea	{
		display:block;overflow:hidden;
		width:960px;
		margin:0px auto;padding:0px 0px 28px 0px;
	}
		body.homepage  		#jumbotronarea		{background:url(../../img/global/elements/shadow_down2.png) 0px 420px no-repeat;}
		body.nothomepage 	#jumbotronarea 		{
			border-bottom:1px solid #bcbcbc;
			padding:0px 0px 5px 0px;
		}
		
/* ========================= PROMO AREA ========================= */	
	#jumbotron_promoarea {
		width:630px;height:420px;
		display:block;/*overflow:hidden;*/
		float:left;
	}
	

	
	
/* ========================= CTA AREA ========================= */	
/* IE CSS SHEET RULES TO CHANGE */
.jumbotron_ctas {
	width:300px;height:195px;
	margin:0px 0px 30px 30px;
	display:block;overflow:hidden;
	float:left;
	position:relative;
}


	.jumbotron_ctas .headerarea {
		display:block;overflow:hidden;
		width:230px;height:60px;
		font:22px/26px Arial,Verdana,Helvetica,sans-serif;color:#fff;
		margin:10px 0px 0px 0px;
		float:left;
	}
	
		.jumbotron_ctas .headerarea span {
			display:block;overflow:hidden;
			font-size:12px;line-height:16px;
		}
	
	.jumbotron_ctas .linkarea {
		display:block;overflow:hidden;
		width:300px;height:195px;
		position:absolute;top:0px;left:0px;
	}
		.jumbotron_ctas .linkarea a{
			display:block;overflow:hidden;
			width:300px;height:195px;
			text-indent:-9999px;
			background:url(../../img/global/buttons/more.png) 228px 20px no-repeat;
		}
		.jumbotron_ctas .linkarea a:hover{background-position:228px -380px;}
	
	.jumbotron_ctas p{
		display:block;overflow:hidden;
		clear:both;
		height:110px;
		font-size:14px;line-height:18px;color:#fff;
	}


/* ====================================================================================================  */
/*                                          SPORTS AREA                                                  */
/* ===================================================================================================== */
/* ========================= SPORTS AREA ========================= */	
	#sportlogoarea {
		width:330px;height:420px;
		display:block;/*overflow:hidden;*/
		float:left;
		background-color:yellow;
		position:relative;
	}
	

/* ========================= SLIDE ========================= */	
#nav_sportmenu_sports {
	width:330px;height:420px;
	display:block;
	margin:0px auto;padding:0px 0px 0px 20px;
	position:absolute;top:0px;left:0px;z-index:94;
	background-color:#fff;
}
	#sliding_sports_list {
		width:330px;height:402px;
		padding:18px 0px 0px 0px;
		display:block;overflow:hidden;
		/*background:#fff url(../../img/global/elements/choose-your-img-sport.gif) center top no-repeat;*/
		background-color:#fff;
		float:right;position:absolute;right:0px;

	}
	
	
	#choosesport_slider {
		width:224px;height:28px;
		display:block;overflow:hidden;
		background:url(../../img/global/elements/choose-your-img-sport.png) center top no-repeat;
		margin:-18px auto 0px auto;
		position:relative;
		z-index:73;
		font-size:16px;line-height:28px;font-weight:normal;color:#fff;text-align:center;
	}
			#choosesport_slider a {
				width:224px;height:28px;
				display:block;overflow:hidden;
				color:#fff;
			}
				#choosesport_slider a:link,		#choosesport_slider a:visited		{color:#fff;}
				#choosesport_slider a:hover,	#choosesport_slider a:visited:hover	{color:#fff;text-decoration:underline;}
	
	
	#nav_sportmenu_sports ul 	{
		width:155px;height:402px;
		display:block;overflow:hidden;
		float:left;
		margin:-10px 0px 0px 0px;
	}
	
		#nav_sportmenu_sports ul li {
			width:145px;height:100px;
			display:block;overflow:hidden;	
			margin:0px 0px 0px 10px;
			border-bottom:1px solid #e4e4e4;
		}
		#nav_sportmenu_sports ul li a{
			width:145px;height:100px;
			display:block;overflow:hidden;	
			text-indent:-9999px;
		}
				#nav_sportmenu_sports #sportmenu_tennis a 				{background:url(../../img/sports/logos/img-bollettieri-tennis.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_golf a 				{background:url(../../img/sports/logos/img-leadbetter-golf-academy.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_soccer a 				{background:url(../../img/sports/logos/img-soccer-academy.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_baseball a 			{background:url(../../img/sports/logos/img-baseball-academy.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_basketball a 			{background:url(../../img/sports/logos/img-basetball-academy.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_performance a 			{background:url(../../img/sports/logos/img-performace-institute.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_football a 			{background:url(../../img/sports/logos/img-madden-football-academy.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_lacrosse a 			{background:url(../../img/sports/logos/img-lacrossee-academy.png) 5px center no-repeat;}
				
				#nav_sportmenu_sports #sportmenu_tennis a:hover 		{background:#ededed url(../../img/sports/logos/img-bollettieri-tennis.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_golf a:hover 			{background:#ededed url(../../img/sports/logos/img-leadbetter-golf-academy.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_soccer a:hover 		{background:#ededed url(../../img/sports/logos/img-soccer-academy.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_baseball a:hover 		{background:#ededed url(../../img/sports/logos/img-baseball-academy.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_basketball a:hover 	{background:#ededed url(../../img/sports/logos/img-basetball-academy.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_performance a:hover 	{background:#ededed url(../../img/sports/logos/img-performace-institute.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_football a:hover 		{background:#ededed url(../../img/sports/logos/img-madden-football-academy.png) 5px center no-repeat;}
				#nav_sportmenu_sports #sportmenu_lacrosse a:hover 		{background:#ededed url(../../img/sports/logos/img-lacrossee-academy.png) 5px center no-repeat;}
				
		#nav_sportmenu_sports ul li a:hover{background-color:#ededed;}

			
/* ==================================================================================================== */
/*                                        NAVIGATION                                                    */
/*===================================================================================================== */

#navigation_main {
	margin:0px;padding:0px;
	width:100%;height:38px;
	display:block;/*overflow:hidden;*/
	background:url(../../img/interface/header/body/nav_body.jpg) 0px 0px repeat-x;
}

#megamenu_magic {z-index:9884;position:absolute;}


	#navigation_mainlist {
		width:960px;height:38px;
		display:block;/*overflow:hidden;*/
		margin:0px auto;
		border-left:1px solid #003d61;
	}
	#navigation_main ul {
		width:960px;height:38px;
		display:block;/*overflow:hidden;*/
		margin:0px auto;
		color:#fff;
		border-left:1px solid #4d81a0;
	}

	#navigation_main li{
		display:block;/*overflow:hidden;*/
		height:38px;
		float:left;
		border-right:1px solid #4d81a0;
	}
	#navigation_main li a{
		display:block;/*overflow:hidden;*/
		height:38px;
		padding:0px 15px;
		font-size:13px;line-height:38px;font-weight:bold;color:#666;text-transform:uppercase;text-shadow:rgba(0, 0, 0, 0.6) 1px -1px 2px;
		border-right:1px solid #003d61;
	}
		#navigation_main li a:link,		#navigation_main li a:visited		{color:#fff;}
		#navigation_main li a:hover,	#navigation_main li a:visited:hover	{color:#99c4df;}


/* ========================= LIs ========================= */	
			/*	
			#nav_tickets-and-events_2 {
				background:url(../../img/interface/header/navigation/navigation.gif) -3px  14px no-repeat !important;
				text-indent:-9999px;
				width:144px !important;height:42px !important;
				display:block;
			}
				#nav_tickets-and-events_2:hover 	{background-position:-3px  -186px !important;}
				#nav_tickets-and-events_2.nav_on	{background-position:-3px -386px !important;}
				#nav_tickets-and-events_li_2:hover > #nav_tickets-and-events_2	{background:url(../../img/interface/header/navigation/navigation.gif) -3px -186px no-repeat !important;}
				#nav_tickets-and-events_li_2 		{position:relative;}
			*/

/* ====================================================================================================  */
/*                                          PAGE HEADER                                                  */
/* ===================================================================================================== */
#pageheader {
	width:960px;height:80px;
	display:block;overflow:hidden;
	border-bottom:1px solid #bcbcbc;
	margin:0px 0px 20px 0px;padding:20px 0px 0px 0px;
}

#pageheader h1 {
	display:block;overflow:hidden;
	float:left;
	width:620px;
	font:22px/26px Arial,Verdana,Helvetica,sans-serif;color:#0066a3;text-transform:uppercase;
}
		
/* ==================================================================================================== */
/*                                        BREAD                                                         */
/*===================================================================================================== */
#nav_bread_crumb {
	width:620px;
	float:left;
	display:block;overflow:hidden;
	font-size:12px;line-height:16px;color:#999;
	margin:0px 0px 20px 0px;
}		
	#nav_bread_crumb a:link,	#nav_bread_crumb a:visited 			{color:#999;}
	#nav_bread_crumb a:hover,	#nav_bread_crumb a:visited:hover 	{color:#666;}
	#nav_bread_crumb.nav_on 										{color:#999;text-decoration:underline;}



/* ==================================================================================================== */
/*                                        CONTENT                                                       */
/*===================================================================================================== */

#content {
	margin:0px auto;
	display:block;overflow:hidden;
}
	body.homepage  		#content		{width:100%;padding:0px;}
	body.nothomepage 	#content 		{width:960px;padding:0px 0px 20px 0px;}
	



/* ==================================================================================================== */
/*                                        TEMPLATE STRUCTURE                                            */
/*===================================================================================================== */

		/* ========================= left ========================= */
		
		#left {
			margin:0px;padding:0px;
			width:275px;
			display:block;overflow:hidden;
			background-color:#fff;
			float:left;
		}
		#left_2-columns {
			margin:0px;padding:0px;
			width:200px;
			display:block;overflow:hidden;
			background-color:#999;
			float:left;
		}
		#left_3-columns {
			margin:0px;padding:0px;
			width:275px;
			display:block;overflow:hidden;
			background-color:#999;
			float:left;
		}
		
		
		/* ========================= maincontent ========================= */
		
		#maincontent {
			margin:0px auto;padding:0px 0px 15px 0px;
			width:960px;
			display:block;overflow:hidden;
		}
		#maincontent_2-columns-left {
			margin:0px;padding:0px;
			width:750px;
			display:block;overflow:hidden;
			background-color:#fff;
			float:left;
		}
		#maincontent_2-columns-right {/* THIS */
			margin:0px 25px 20px 0px;padding:0px;
			width:620px;
			display:block;overflow:hidden;
			float:left;
			
		}
		#maincontent_3-columns {
			margin:0px;padding:0px;
			width:400px;
			display:block;overflow:hidden;
			background-color:#fff;
			float:left;
		}
		
		
		/* ========================= right ========================= */
		
		#right {
			margin:0px;padding:0px;
			width:275px;
			display:block;overflow:hidden;
			background-color:#fff;
			float:left;
		}
		#right_2-columns {/* THIS */
			margin:0px;padding:0px;
			width:315px;/*width:310px;*/
			display:block;overflow:hidden;
			float:right;
		}
		#right_2-column_home {/* HOME */
			margin:0px;padding:0px;
			width:310px;
			display:block;overflow:hidden;
			float:left;
		}
		#right_3-columns {
			margin:0px;padding:0px;
			width:275px;
			display:block;overflow:hidden;
			background-color:#999;
			float:left;
		}


/* ====================================================================================================  */
/*                                        SUB NAVIGATION                                                 */
/* ===================================================================================================== */
#subnav_wrapper {
	width:315px;
	display:block;overflow:hidden;
	margin:0px 0px 40px 0px;
	background:url(../../img/interface/subnav/y.jpg) 0px 0px repeat-y;
}
#subnav_content {
	width:315px;
	display:block;overflow:hidden;
	padding:0px 0px 40px 0px;
	background:url(../../img/interface/subnav/footer.jpg) left bottom no-repeat;
}
#subnav {
	width:315px;
	display:block;overflow:hidden;
	background:url(../../img/interface/subnav/header.jpg) 0px 0px no-repeat;
}
#subnav_ul {
	display:block;overflow:hidden;
	width:210px;
	padding:0px 40px 0px 65px;
}


	#subnav_ul .headerarea {
		display:block;overflow:hidden;
		font:bold 16px/20px Helvetica,Verdana,Arial,sans-serif;text-transform:uppercase;color:#999;
		margin:0px 0px 15px 0px;padding:20px 0px 0px 0px;
	}
		#subnav_ul .headerarea a{
			display:inline-block;
			zoom:1;
			*display:inline;
			overflow:hidden;
		}
		#subnav_ul .headerarea a:link,		#subnav_ul .headerarea a:visited		{color:#999;text-decoration:none;}
		#subnav_ul .headerarea a:hover,		#subnav_ul .headerarea a:visited:hover	{color:#0066a3;text-decoration:underline;}
	

	#subnav ul{
		display:block;overflow:hidden;
		font:normal 14px/18px Helvetica,Verdana,Arial,sans-serif;
	}
	#subnav ul a{
		display:inline-block;
		zoom:1;
		*display:inline;
		overflow:hidden;
		padding:4px 8px 2px 8px;
		word-wrap:break-word;
	}
	
		#subnav ul a:link,		#subnav ul a:visited						{color:#0066a3;background:none;border-bottom:1px solid #fff;border-right:1px solid #fff;}
		#subnav ul a:hover,		#subnav ul a:visited:hover					{color:#000;background:#f3f3f3 url(../../img/interface/subnav/anchore_body.jpg) left bottom repeat-x;border-bottom:1px solid #989898;border-right:1px solid #989898;}
		
		#subnav ul ul a:link,		#subnav ul ul a:visited					{color:#666;background:none;border-bottom:1px solid #fff;border-right:1px solid #fff;}
		#subnav ul ul a:hover,		#subnav ul ul a:visited:hover			{color:#000;background:#f3f3f3 url(../../img/interface/subnav/anchore_body.jpg) left bottom repeat-x;border-bottom:1px solid #989898;border-right:1px solid #989898;}
		
		#subnav ul ul ul a:link,	#subnav ul ul ul a:visited				{color:#666;background:none;border-bottom:1px solid #fff;border-right:1px solid #fff;}
		#subnav ul ul ul a:hover,	#subnav ul ul ul a:visited:hover		{color:#000;background:#f3f3f3 url(../../img/interface/subnav/anchore_body.jpg) left bottom repeat-x;border-bottom:1px solid #989898;border-right:1px solid #989898;}
		
	#subnav ul ul 			{padding:10px 0px 0px 35px;}
	#subnav ul ul ul 		{padding:10px 0px 0px 35px;}
	#subnav ul ul ul ul 	{padding:10px 0px 0px 35px;}
	#subnav ul ul ul ul ul 	{padding:10px 0px 0px 35px;}
	
	#subnav ul li {
		display:block;overflow:hidden;
		margin:0px 0px 10px 0px;
	}
	
	#subnav ul .nav_on a{color:#000;background:#f3f3f3 url(../../img/interface/subnav/anchore_body.jpg) left bottom repeat-x;border-bottom:1px solid #989898;border-right:1px solid #989898;}
	
	


/* ==================================================================================================== */
/*                                        footer                                                        */
/*===================================================================================================== */	
#footerwrapper {
	margin:0px;padding:0px;
	width:100%;
	display:block;overflow:hidden;
	background:url(../../img/interface/footer/body/footer_x_all.jpg) 0px 0px repeat-x;
}
	#footercontent {
		margin:0px auto;
		width:960px;
		display:block;overflow:hidden;
		clear:both;
		background:url(../../img/global/elements/strips.png) right -30px no-repeat;
	}
		
		#footer {
			margin:0px auto;padding:35px 0px 30px 0px;
			width:960px;
			display:block;overflow:hidden;
			clear:both;
			background:url(../../img/global/elements/shadow_down.png) 0px 0px no-repeat;
		}

/* ====================================================================================================  */
/*                                        FOOTER LINKS AREA                                              */
/* ===================================================================================================== */
#footerlinks_area {
	width:1200px;
	display:block;overflow:hidden;
	margin:0px 0px 40px 0px;
}

#footerlinks_area ul {
	width:160px;
	display:block;overflow:hidden;
	float:left;
	margin:0px 40px 0px 0px;
}

	#footerlinks_area li.headerarea /*a*/ {
		display:block;overflow:hidden;
		font-size:18px;line-height:24px;font-weight:bold;text-transform:uppercase;
		border-bottom:1px solid #004a77;
		border-bottom:1px solid rgba(0, 28, 45, 0.5);
		width:160px;height:50px;
		color:rgba(255, 255, 255, 0.5);color:#80b2d0;
	}
	#footerlinks_area .headerarea a:link,		#footerlinks_area .headerarea a:visited			{color:#80b2d0;color:rgba(255, 255, 255, 0.5);}
	#footerlinks_area .headerarea a:hover,		#footerlinks_area .headerarea a:visited:hover	{color:#fff;}



#footerlinks_area li				{
	display:block;overflow:hidden;
	border-bottom:1px solid #266d99;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
	margin:0px 0px 8px 0px;
}
	#footerlinks_area li a			{
		display:block;overflow:hidden;
		font-size:13px;line-height:16px;font-weight:normal;
		padding:0px 0px 8px 0px;
	}
	#footerlinks_area a:link,		#footerlinks_area a:visited			{color:#fff;}
	#footerlinks_area a:hover,		#footerlinks_area a:visited:hover	{color:#80b2d0;}				



/* ====================================================================================================  */
/*                                          FOOTER SPORTS AREA                                           */
/* ===================================================================================================== */
#footersports_area_wrapper {
	width:960px;
	display:block;overflow:hidden;
	border-top:1px solid #004a77;border-top:1px solid rgba(0, 28, 45, 0.5);
	border-bottom:1px solid #266d99;border-bottom:1px solid rgba(255, 255, 255, 0.2);
	background:url(../../img/interface/footer/elements/footersports_area_wrapper.png) 0px 0px repeat-y;
	margin:0px 0px 15px 0px;
}
#footersports_area{
	width:960px;
	padding:20px 0px 0px 0px;
	display:block;overflow:hidden;
	border-top:1px solid #266d99;border-bottom:1px solid #004a77;
	border-top:1px solid rgba(255, 255, 255, 0.2);border-bottom:1px solid rgba(0, 28, 45, 0.5);
}

#footersports_area .headerarea {
	width:210px;height:25px;
	padding:30px 0px 0px 0px;
	font-size:18px;line-height:22px;font-weight:normal;color:rgba(255, 255, 255, 0.7);color:#bfccd4;text-transform:uppercase;
	display:block;overflow:hidden;
	float:left;
}

	#footersports_area ul{
		display:block;overflow:hidden;
		width:750px;
		float:right;
	}
	#footersports_area ul li{
		width:110px;
		display:block;overflow:hidden;
		float:left;
		margin:0px 0px 15px 40px;
		/*border-bottom:1px solid #266d99;border-bottom:1px solid rgba(255, 255, 255, 0.2);*/
	}
	
		#footersports_area .linkarea_tennis 		{border-bottom:1px solid #266d99;border-bottom:1px solid rgba(255, 255, 255, 0.2);}
		#footersports_area .linkarea_soccer 		{border-bottom:1px solid #266d99;border-bottom:1px solid rgba(255, 255, 255, 0.2);}
		#footersports_area .linkarea_baseball 		{border-bottom:1px solid #266d99;border-bottom:1px solid rgba(255, 255, 255, 0.2);}
		#footersports_area .linkarea_lacrosse 		{border-bottom:1px solid #266d99;border-bottom:1px solid rgba(255, 255, 255, 0.2);}
		#footersports_area .linkarea_golf 			{border-bottom:1px solid #266d99;border-bottom:1px solid rgba(255, 255, 255, 0.2);}
		#footersports_area .linkarea_basketball 	{}
		#footersports_area .linkarea_football 		{}
		#footersports_area .linkarea_performance 	{}
		#footersports_area .linkarea_camps 			{}
		
		#footersports_area .linkarea_tennis a 		{border-bottom:1px solid #004a77;border-bottom:1px solid rgba(0, 28, 45, 0.5);}
		#footersports_area .linkarea_soccer a 		{border-bottom:1px solid #004a77;border-bottom:1px solid rgba(0, 28, 45, 0.5);}
		#footersports_area .linkarea_baseball a 	{border-bottom:1px solid #004a77;border-bottom:1px solid rgba(0, 28, 45, 0.5);}
		#footersports_area .linkarea_lacrosse a 	{border-bottom:1px solid #004a77;border-bottom:1px solid rgba(0, 28, 45, 0.5);}
		#footersports_area .linkarea_golf a			{border-bottom:1px solid #004a77;border-bottom:1px solid rgba(0, 28, 45, 0.5);}
		#footersports_area .linkarea_basketball a 	{}
		#footersports_area .linkarea_football a 	{}
		#footersports_area .linkarea_performance a 	{}
		#footersports_area .linkarea_camps a 		{}
	
	
	
	
	#footersports_area li a			{
		display:block;overflow:hidden;
		font-size:13px;line-height:16px;font-weight:normal;
		padding:0px 0px 15px 0px;
		/*border-bottom:1px solid #004a77;border-bottom:1px solid rgba(0, 28, 45, 0.5);*/
	}
	#footersports_area a:link,		#footersports_area a:visited			{color:#fff;}
	#footersports_area a:hover,		#footersports_area a:visited:hover		{color:#80b2d0;}




/* ====================================================================================================  */
/*                                         FOOTER CONNECT AREA                                           */
/* ===================================================================================================== */
#footerconnect_area_wrapper {
	border-bottom:1px solid #266d99;border-bottom:1px solid rgba(255, 255, 255, 0.2);
	display:block;overflow:hidden;
	margin:0px 0px 30px 0px;
}
#footerconnect_area {
	border-bottom:1px solid #004a77;border-bottom:1px solid rgba(0, 28, 45, 0.5);
	display:block;overflow:hidden;
	height:40px;
	padding:10px 0px 10px 0px;
}
	#footerconnect_facebook {
		display:block;
		float:left;
		width:200px;height:50px;
		position:relative;top:-10px;left:0px;
	}
		#facebook_sport_like {
			display:block;
			width:200px;height:50px;
		}
	
	
	#footerconnect_social {
		display:block;overflow:hidden;
		float:left;
		width:220px;height:50px;
		position:relative;left:20px;
	}
	#footerconnect_social li{
		display:block;overflow:hidden;
		width:24px;height:24px;
		float:left;
		margin:0px 10px 0px 0px;
	}
		
						
	#footerconnect_social li a{
		display:block;overflow:hidden;
		width:24px;height:24px;
		background-image:url(../../img/interface/footer/elements/social.png);
		background-repeat:no-repeat;
		text-indent:-9999px;
	}
		
		#footerconnect_social #social_twitter a				{background-position:0px 0px;}
		#footerconnect_social #social_facebook a			{background-position:-50px 0px;}
		#footerconnect_social #social_youtube a				{background-position:-100px 0px;}
		#footerconnect_social #social_blog a				{background-position:-150px 0px;}
		#footerconnect_social #social_flickr a				{background-position:-200px 0px;}
		#footerconnect_social #social_rss a					{background-position:-250px 0px;}
		
		#footerconnect_social #social_twitter a:hover		{background-position:0px -50px;}
		#footerconnect_social #social_facebook a:hover		{background-position:-50px -50px;}
		#footerconnect_social #social_youtube a:hover		{background-position:-100px -50px;}
		#footerconnect_social #social_blog a:hover			{background-position:-150px -50px;}
		#footerconnect_social #social_flickr a:hover		{background-position:-200px -50px;}
		#footerconnect_social #social_rss a:hover			{background-position:-250px -50px;}
	
	
	#footerconnect_phonenumber {
		display:block;overflow:hidden;
		width:119px;height:50px;
		margin:0px 0px 0px 0px;
		background:url(../../img/interface/header/phone/800-872-6425.png) 0px 0px no-repeat;
		text-indent:-9999px;
		float:right;
	}
		#footerconnect_phonenumber a{
			display:block;overflow:hidden;
			width:119px;height:50px;
		}
	/* ========================= FORM ========================= */	
	#footerconnect_search {
		display:block;overflow:hidden;
		float:left;
		height:50px;
		position:relative;left:70px;
	}
	
	#footerconnect_search form {
		display:block;overflow:hidden;
		border:none;
	}
	
	#footerconnect_search form fieldset 	{border:none;float:left;}
	#footerconnect_search form div 		{border:none;float:left;margin:0px 0px 0px 8px;}
		
		#footerconnect_search form label 	{display:none;}
		
		#footerconnect_search form .header_input{
			width:254px;height:20px;
			padding:2px 5px 0px 5px;
			display:block;overflow:hidden;
			background:url(../../img/interface/header/global/search.png) -10px -2px no-repeat;
			border:none;
			background-color:transparent !important;
			font-size:14px;line-height:15px;font-weight:normal;color:#005b91;
			float:left;
		}
		
		
		#footerconnect_search form .header_submit{
			width:24px;height:24px;
			display:block;overflow:hidden;
			float:left;
			background-image:url(../../img/interface/header/global/search.png);
			background-repeat:no-repeat; 
			background-color:transparent !important;
			border:none;
			cursor:pointer !important;
		}
	
			#footerconnect_search .header_submit 				{background-position:-302px -0px;}
			#footerconnect_search .header_submit:hover 			{background-position:-302px -100px;}



/* ====================================================================================================  */
/*                                        FOOTER CLOSING AREA                                            */
/* ===================================================================================================== */
#footerclosing_area {
	width:960px;
	display:block;overflow:hidden;
	padding:0px 0px 40px 0px;
}
	#footerclosing_area p{
		display:block;overflow:hidden;
		float:left;
		font-size:12px;line-height:15px;font-weight:normal;color:#fff;
	}
	#footerclosing_area p span {display:none;}
	
	#footerclosing_area div{
		display:block;overflow:hidden;
		float:right;
	}





/* ====================================================================================================  */
/*                                           SPAM                                                        */
/* ===================================================================================================== */
.form_input_sf {display:none;}		






/* =================================================================================================== */
/*                                        MAIN CONTENT                                                 */
/*==================================================================================================== */


/* H1 ------------------------------------------------------------------------------------------------------------- */
.html_content h1, .mceContentBody h1{
	font:bold 22px/26px Helvetica, Verdana, Arial, sans-serif;color:#0066a3;
	margin:0px 0px 20px 0px;
}
	.html_content	h1 a:link, 	.html_content	h1 a:visited		{color:#0066a3;text-decoration:underline;}
	.html_content	h1 a:hover, .html_content	h1 a:visited:hover	{color:#333;text-decoration:underline;}
	.mceContentBody	h1 a:link, 	.mceContentBody	h1 a:visited		{color:#0066a3;text-decoration:underline;}
	.mceContentBody	h1 a:hover, .mceContentBody	h1 a:visited:hover	{color:#333;text-decoration:underline;}

	
/* H2 ------------------------------------------------------------------------------------------------------------- */			
.html_content h2, .mceContentBody h2{
	font:bold 22px/26px Helvetica, Verdana, Arial, sans-serif;color:#0066a3;
	margin:0px 0px 20px 0px;
}
	.html_content	h2 a:link, 	.html_content	h2 a:visited		{color:#0066a3;text-decoration:underline;}
	.html_content	h2 a:hover, .html_content	h2 a:visited:hover	{color:#333;text-decoration:underline;}
	.mceContentBody	h2 a:link, 	.mceContentBody	h2 a:visited		{color:#0066a3;text-decoration:underline;}
	.mceContentBody	h2 a:hover, .mceContentBody	h2 a:visited:hover	{color:#333;text-decoration:underline;}

/* H3 ------------------------------------------------------------------------------------------------------------- */		
.html_content h3, .mceContentBody h3{
	font:bold 20px/24px Helvetica, Verdana, Arial, sans-serif;color:#333;
	margin:0px 0px 20px 0px;
}
	.html_content	h3 a:link, 	.html_content	h3 a:visited		{color:#333;text-decoration:underline;}
	.html_content	h3 a:hover, .html_content	h3 a:visited:hover	{color:#666;text-decoration:underline;}
	.mceContentBody	h3 a:link, 	.mceContentBody	h3 a:visited		{color:#333;text-decoration:underline;}
	.mceContentBody	h3 a:hover, .mceContentBody	h3 a:visited:hover	{color:#666;text-decoration:underline;}

/* H4 ------------------------------------------------------------------------------------------------------------- */		
.html_content h4, .mceContentBody h4{
	font:bold 16px/20px Helvetica, Verdana, Arial, sans-serif;color:#666;
	margin:0px 0px 20px 0px;
}
	.html_content	h4 a:link, 	.html_content	h4 a:visited		{color:#666;text-decoration:underline;}
	.html_content	h4 a:hover, .html_content	h4 a:visited:hover	{color:#333;text-decoration:underline;}
	.mceContentBody	h4 a:link, 	.mceContentBody	h4 a:visited		{color:#666;text-decoration:underline;}
	.mceContentBody	h4 a:hover, .mceContentBody	h4 a:visited:hover	{color:#333;text-decoration:underline;}
	

/* H5 ------------------------------------------------------------------------------------------------------------- */		
.html_content h5, .mceContentBody h5{
	font:bold 14px/18px Helvetica, Verdana, Arial, sans-serif;color:#666;
	margin:0px 0px 20px 0px;
}
	.html_content	h5 a:link, 	.html_content	h5 a:visited		{color:#666;text-decoration:underline;}
	.html_content	h5 a:hover, .html_content	h5 a:visited:hover	{color:#333;text-decoration:underline;}
	.mceContentBody	h5 a:link, 	.mceContentBody	h5 a:visited		{color:#666;text-decoration:underline;}
	.mceContentBody	h5 a:hover, .mceContentBody	h5 a:visited:hover	{color:#333;text-decoration:underline;}
	
/* H6 ------------------------------------------------------------------------------------------------------------- */		
.html_content h6, .mceContentBody h6{
	font:bold 13px/16px Helvetica, Verdana, Arial, sans-serif;color:#000;
	margin:0px 0px 20px 0px;
}
	.html_content	h6 a:link, 	.html_content	h6 a:visited		{color:#000;text-decoration:underline;}
	.html_content	h6 a:hover, .html_content	h6 a:visited:hover	{color:#333;text-decoration:underline;}
	.mceContentBody	h6 a:link, 	.mceContentBody	h6 a:visited		{color:#000;text-decoration:underline;}
	.mceContentBody	h6 a:hover, .mceContentBody	h6 a:visited:hover	{color:#333;text-decoration:underline;}

/* P --------------------------------------------------------------------------------------------------------------- */	
.html_content p, .mceContentBody p{
	font:normal 16px/24px Arial, Verdana, Helvetica, sans-serif;color:#000;
	margin:0px 0px 20px 0px;
	display:block;overflow:hidden;
}
	.html_content	p a:link, 	.html_content	p a:visited			{color:#0066a3;text-decoration:underline;}
	.html_content	p a:hover, 	.html_content	p a:visited:hover	{color:#000;text-decoration:underline;}
	.mceContentBody	p a:link,  	.mceContentBody	p a:visited			{color:#0066a3;text-decoration:underline;}
	.mceContentBody	p a:hover, 	.mceContentBody	p a:visited:hover	{color:#000;text-decoration:underline;}


.html_content p img, .mceContentBody p img{
	margin:0px 10px 10px 10px;
}
/* UL and OL --------------------------------------------------------------------------------------------------------- */	
.html_content ul, .mceContentBody ul, .html_content ol, .mceContentBody ol{
   font-size:14px;line-height:17px;color:#333;
   margin:0px 30px 0px 20px;
   display:block;overflow:hidden;
}

	.html_content	ul a:link, 		.html_content	ul a:visited			{color:#0066a3;text-decoration:underline;}
	.html_content	ul a:hover, 	.html_content	ul a:visited:hover		{color:#333;text-decoration:underline;}
	.mceContentBody	ul a:link,  	.mceContentBody	ul a:visited			{color:#0066a3;text-decoration:underline;}
	.mceContentBody	ul a:hover, 	.mceContentBody	ul a:visited:hover		{color:#333;text-decoration:underline;}
	
	.html_content	ol a:link, 		.html_content	ol a:visited			{color:#0066a3;text-decoration:underline;}
	.html_content	ol a:hover, 	.html_content	ol a:visited:hover		{color:#333;text-decoration:underline;}
	.mceContentBody	ol a:link,  	.mceContentBody	ol a:visited			{color:#0066a3;text-decoration:underline;}
	.mceContentBody	ol a:hover, 	.mceContentBody	ol a:visited:hover		{color:#333;text-decoration:underline;}


/* UL LI and OL LI ------------------------------------------------------------------------------------------------------ */	
.html_content ul li, .mceContentBody ul li, .html_content ol li, .mceContentBody ol li{
   margin:0px 0px 15px 50px;padding:0px 0px 0px 5px;
   list-style-position:outside;
   display:list-item;
}
.html_content ul li, .mceContentBody ul li{list-style-type:disc;}
.html_content ol li, .mceContentBody ol li{list-style-type:decimal;}

.html_content ul li b, .mceContentBody ul li b, .html_content ol li, .mceContentBody ol li b				{color:#333;}
.html_content ul li strong, .mceContentBody ul li strong, .html_content ol li, .mceContentBody ol li strong	{color:#333;}

/* TABLE TD --------------------------------------------------------------------------------------------------------------- */	
.html_content table, .mceContentBody table{
   margin:0px 0px 20px 0px;
}
.html_content table th, .mceContentBody table th{
	font-size:15px;line-height:19px;color:#fff;font-weight:bold;
	background:#0066a3;
	padding:8px;margin:0px;
	vertical-align:top;
	border:1px solid #999;
	border-collapse:collapse;
	border-spacing:0px;
	
}
.html_content table td, .mceContentBody table td{
	font-size:15px;line-height:19px;color:#000;
	padding:8px;margin:0px;
	vertical-align:top;
	border:1px solid #999;
	border-collapse:collapse;
	border-spacing:0px;
	
}

.html_content table td p, .mceContentBody table td p, .html_content table th p, .mceContentBody table th p{
  font-size:15px;line-height:18px;color:#000;
}

	.html_content	table td a:link, 	.html_content	table td a:visited			{color:#0066a3;text-decoration:underline;}
	.html_content	table td a:hover, 	.html_content	table td a:visited:hover	{color:#000;text-decoration:underline;}
	.mceContentBody	table td a:link,  	.mceContentBody	table td a:visited			{color:#0066a3 !important;text-decoration:underline;}
	.mceContentBody	table td a:hover, 	.mceContentBody	table td a:visited:hover	{color:#000;text-decoration:underline;}
	
	.html_content	table th a:link, 	.html_content	table th a:visited			{color:#fff;text-decoration:underline;}
	.html_content	table th a:hover, 	.html_content	table th a:visited:hover	{color:#000;text-decoration:underline;}
	.mceContentBody	table th a:link,  	.mceContentBody	table th a:visited			{color:#fff !important;text-decoration:underline;}
	.mceContentBody	table th a:hover, 	.mceContentBody	table th a:visited:hover	{color:#000;text-decoration:underline;}

.html_content table td img, .mceContentBody table td img{
   float:right;
   margin:0px 0px 10px 0px;
}


#right_2-columns .html_content table {margin:0px auto;}


/* ====================================================================================================  */
/*                                              FORM                                                     */
/* ===================================================================================================== */
.errorcopy {color:red !important;}


.html_content .commentblock {
	display:block;overflow:hidden;
	border-bottom:1px solid #bcbcbc;
}

#form_consultation_wrapper td, #form_consultation_wrapper th,
#form_feedback_wrapper td, #form_feedback_wrapper th,
#form_brochure_wrapper td, #form_brochure_wrapper th
{border:none !important}

.form_input_sf{display:none !important;}


.html_content textarea {
	width:300px;height:200px;
	display:block;overflow:hidden;
	font-size:14px;line-height:16px;font-weight:normal;color:#666 !important;
	border:1px solid #333;
	background-color:#ebebeb !important;
}

.html_content input[type=text] {
	width:300px;height:20px;
	display:block;overflow:hidden;
	font-size:14px;line-height:16px;font-weight:normal;color:#666 !important;
	border:1px solid #333;
	background-color:#ebebeb !important;
}
.html_content input[type=password] {
	width:300px;height:20px;
	display:block;overflow:hidden;
	font-size:14px;line-height:16px;font-weight:normal;color:#666 !important;
	border:1px solid #0066a3;
	background-color:#ccc !important;
}



.html_content input[type=submit] {
	padding:10px 20px;margin:20px 0px 0px 0px;
	display:block;overflow:hidden;
	font-size:14px;line-height:16px;font-weight:bold;color:#fff !important;text-transform:uppercase;text-align:center;
	background-color:#0066a3 !important;
	border:none !important;
	cursor:pointer;
}
.html_content input[type=submit]:hover {background-color:#333 !important;}





#mega_wrapper {
	display:block;
	width:100%;height:38px;
	position:relative;
}

#mega {
	display:block;
	width:960px;height:38px;
	position:absolute;left:0px;top:0px;
	z-index:8884;
}



#mega li {
	margin-left:-1px;
	float:left;
	text-align:center;
	position:relative;
}
#mega li:hover {
	background:#0066a3;
	border-bottom:0;
	padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;
	z-index:9888;/*z-index:1;*/
	-moz-box-shadow:3px 3px 5px #003f65;-webkit-box-shadow:3px 3px 5px #003f65;box-shadow:3px 3px 5px #003f65;
	-moz-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.2);-webkit-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.2);box-shadow:3px 3px 5px rgba(0, 0, 0, 0.2);
}
#mega a {
	color:#fff;
	outline:0;
	text-decoration:none;
	display:block;
}
/* ----------- Hide/Show Div ---------- */
#mega div {
	position:absolute;
	left:-999em;
	width:350px;
	padding:10px 0px 10px 30px;
	border:1px solid #0066a3;
	border-top:0;
	text-align:left;
	background:#0066a3;
	
	-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;
	-moz-box-shadow:5px 5px 5px #666;-webkit-box-shadow:5px 5px 5px #666;box-shadow:5px 5px 5px #666;
	-moz-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.5);-webkit-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.5);box-shadow:5px 5px 5px rgba(0, 0, 0, 0.5);

/*
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
*/
}
#mega li:hover div {
	/*left:-1px;*/left:-7px;
	top:auto;
}
#mega li.dif:hover div {
	/*left:-221px;*/
	/*left:-340px;*/

}

#mega li:hover div.cr1{
	left:-30px;
}
#mega li:hover div.cr2{
	left:-225px;
}
#mega li:hover div.cr3{
	left:-400px;
}


/* --------- Within Div Styles --------- */
/*
#mega div h2 {
	background:#999;
	font-size:1em;
	padding:0 10px;
	margin:10px 0 5px 0;
	clear:both;
	float:left;
	width:330px;
	position:relative;
}
*/


#mega div p {
	float:left;
	width:160px;
	padding:0px 25px 0px 0px;
	position:relative; /* makes above drop shadow */
	display:block;overflow:hidden;
}
#mega div p a {
	float:left;
	clear:left;
	width:100%; /* For IE6/7 */
	border-bottom:1px solid #004e7d !important;
	
	padding:6px 0px 6px 0px;
	height:auto;
	font:normal 14px/17px Helvetica, Verdana, Arial, sans-serif;text-shadow:none;text-transform:none;
	display:block;overflow:hidden;
}

#mega div p span {
	border-bottom:1px solid #0077bf !important;
	display:block;overflow:hidden;
}

#mega div p .lastlink 	{border-bottom:none !important;}
#mega div p .lastlink a	{border-bottom:none !important;}







#mega div a:hover, #mega div a:focus, #mega div a:active {
	text-decoration:none;
}

/* ====================================================================================================  */
/*                                       	 DROP SHADOW                                                 */
/* ===================================================================================================== */
/*
#mega div .s1, #mega div .s2, #mega div .s3 {
	position:absolute;
	width:100%;
	height:100%;
}

#mega div .s1 {
	background:url(../../img/megamenu/vs4/rightcorner.png) 100% 0 no-repeat;
	top:1px;
	right:-9px;
}
#mega div .s2 {
	background:url(../../img/megamenu/vs4/leftcorner.png) 0 100% no-repeat;
	bottom:-9px;
	left:1px;
}
#mega div .s3 {
	background:url(../../img/megamenu/vs4/shadow.png) 100% 100%;
	top:9px;
	right:-9px;
}
#mega li:hover .s4 {
	background:url(../../img/megamenu/vs4/li-shadow.png) 100% 0 repeat-y;
	position:absolute;
	top:0;
	right:-9px;
	height:100%;
	padding:0 8px 0 0;
}
* html #mega li:hover .s4 {
	background:none;
}
#mega li:hover .dif-s4 {
	padding-bottom:9px
}
*/







