@charset "UTF-8";
/* CSS Document */

body 
{
	background-color: #0c3d75;
	margin: 0px;
	background-image: url(newBG.jpg);
	background-repeat: repeat-x;
}
body, p, div, table, span
{
	font-family: Arial, Helvetica, sans-serif;
}
.clear
{
	clear:both;
	height:0px;
	padding:0px;
	margin:0px;
}
#head_wrapper 
{
	background-color: #052246;
	height: 85px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #FFFFFF;
}
	#head
	{
		margin-left:auto;
		margin-right:auto;
		width:1100px;
		position:relative;
		z-index:1;
	}
	#banner 
	{
		float:left;
		position:absolute;
		top:2px;
	}
	#banner .banner_trials
	{
		position:absolute;
		left:100px;
	}
	#banner .banner_cup
	{
		/*position:absolute;
		left:130px; */
		position:absolute;
		top:15px;
		left:25px;
	}
	#banner .banner_goldrush
	{
		padding-top:10px;
		margin-left:-10px;
	}
	#banner_text
	{
		position:absolute;
		color:#FFFFFF;
		font-weight:bold;
		font-size:14pt;
		left:265px;
		top:22px;	
	}
	#search 
	{
		color:#FFFFFF;
		font-size:10pt;
		float: right;
		width:300px;
		padding-top:30px;
	}
		#search a
		{
			color:#FFFFFF;
			text-decoration:none;
		}
		#search a:hover
		{
			text-decoration:underline;
		}
#nav 
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	
	background-color:#8d1010;
	padding-top: 2px;
	padding-bottom:3px;
	
	border: 1px solid #FFFFFF;
	position:relative;
	text-align:right;
	line-height:30px; /*this was added to make the nav bar fatter*/

}
/*rounded corners*/
.corner 
{
	position:absolute; 
	width:14px; 
	height:14px;
}
.topLeft 
{
	top:0;
	left:0;
	background-image:url(left_red_corner.png);
	background-repeat:no-repeat;
	margin-top: -1px;
	margin-left: -1px;
}
.topRight 
{
	top:0; 
	right:0; 
	margin-top: -1px;
	margin-right: -1px;
	background-image:url(right_red_corner.png); 
	background-repeat:no-repeat;
}
/*end of corners*/
	#nav ul
	{
		margin-left:0px;
		padding-left:0px;
		margin-right:20px;
		display: inline;
	}
	#nav li
	{
		color:#FFFFFF;
		font-size: 12pt;
		font-weight:bold;
		list-style: none;
		display: inline;
		background-color: #8d1010;
		
		margin-left: 0;
		margin-bottom: 0px;
		margin-left:-3px;
		margin-right:-3px;
		
		padding-top: 8px; /*this needs to be at 2 w/o line height*/
		padding-bottom: 8px; /*this needs to be at 4 w/o line height*/
		padding-right: 15px;
		padding-left: 15px;
		
		border-left: 1px solid #a15858;
		border-right: 1px solid #a15858;
	}
		#nav a
		{
			text-decoration:none;
			color:#FFFFFF;
		}
		#nav li:hover, #nav li:active
		{
			background-color: #092950;
			color:#CCCCCC;
			cursor:pointer;
		}
#wrapper
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0px;
	border-right: 1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	min-height:550px;
	position:relative;
	overflow:hidden;
}

.wrapper .column, #wrapper .column /* this makes the columns stretch down to the bottom.  taken from http://www.alistapart.com/articles/holygrail/ */
{
  padding-bottom: 20010px;  /* X + padding-bottom */
  margin-bottom: -20000px;  /* X */

}

/* homepage-specific styles */

#left_hp_col
{
	float:left;
	width:279px;
	border-right: 1px solid #FFFFFF;
	background-image:url(hp_ice_background.jpg);
	background-repeat:no-repeat;
	padding:10px;
}
	
#center_hp_col
{
	float:left;
	width:400px;
	background-image:url(center_skaters.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	min-height:600px;
}
#right_hp_col
{
	float:left;
	width:279px;
	border-left: 1px solid #FFFFFF;
	background-image:url(hp_ice_background.jpg);
	background-repeat:no-repeat;
	padding:10px;
}
#hp_olympic_trials_box 
{
	background-image: url(hp_trials_box.png);
	height: 453px;
	width: 271px;
	margin-right: auto;
	margin-left: auto;
}
#hp_world_cup_box 
{
	background-image: url(hp_cup_box.png);
	height: 453px;
	width: 271px;
	margin-right: auto;
	margin-left: auto;
}

.hp_box_logo_div
{
	clear:both;
	text-align:center;
	padding-top:12px;
}

.hp_box_text_div
{
	clear:both;
	color:#FFFFFF;
	font-size:12pt;
	text-align:center;
	font-weight:bold;
	height:62px;
}
	.hp_box_text_div p
	{
		margin:0px;
		padding:0px;
		padding-top:5px;
	}
	
.hp_box_nav_div
{
	clear:both;
	color:#FFFFFF;
	padding-top:29px;
}
#hp_trials_nav
{
	text-align:right;
	padding-right:10px;
}
#hp_cup_nav
{
	padding-left:10px;
}
	.hp_box_nav_div ul
	{
		list-style:none;
		margin:0px;
		padding:0px;
		line-height:32px;
		font-size:14pt;
		
	}
	.hp_box_nav_div a:link, .hp_box_nav_div a:visited
	{
		text-decoration:none;
		color:#FFFFFF;	
	}
	.hp_box_nav_div a:hover
	{
		color:#F0E57B;	
	}
.hp_content_area
{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffffff;
	margin-top:20px;
}
	.hp_content_area h2
	{
		margin:0px;
		padding:0px;
		margin-top:5px;
		font-size:20px;
	}

/* version 2 homepage styles */

#left_image_col
{
	float:left;
	width:398px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;	
}
	#left_image_home 
	{
		background-image:url(center_skaters.jpg);
		background-repeat:no-repeat;
		background-position:right top;
		min-height:600px;
	}
	#left_image_trials
	{
		background-image:url(left_skaters_leader_v2.jpg);
		background-repeat:no-repeat;
		background-position:right top;
		min-height:500px;
	}
#center_event_col
{
	float:left;
	width:279px;
	border-right: 1px solid #FFFFFF;
	background-image:url(hp_ice_background.jpg);
	background-repeat:no-repeat;
	padding:10px;
}
#right_news_col
{
	float:left;
	width:279px;
	border-left: 1px solid #FFFFFF;
	background-image:url(hp_ice_background_v2.jpg);
	background-repeat:no-repeat;
	padding:10px;
}
	#right_news_col hr
	{
		width:90%;
		border:1px solid #0c3d75;
	}
	#right_news_col h2, #right_news_col h3
	{
	margin:0px;
	padding:0px;
	}
#hp_world_cup_box_v2
{
	background-image: url(hp_cup_box_v2.png);
	height: 453px;
	width: 271px;
	margin-right: auto;
	margin-left: auto;
}
#hp_olympic_trials_box_v2
{
	background-image: url(hp_trials_box_v2.png);
	height: 216px;
	width: 271px;
	margin-right: auto;
	margin-left: auto;
	margin-top:14px;
}
.hp_box_text_div_v2
{
	clear:both;
	color:#FFFFFF;
	font-size:12pt;
	text-align:center;
	font-weight:bold;
	height:62px;
}
	.hp_box_text_div_v2 p
	{
		margin:0px;
		padding:0px;
		padding-top:5px;
	}
.hp_box_logo_div_v2
{
	clear:both;
	text-align:center;
	padding-top:12px;
}

/* end of version 2 */

/* end of homepage-specific styles */

#left_nav_col
{
	float:left;
	width:180px;
	text-align:left;
	background-image:url(left_ice.jpg);
	background-repeat:no-repeat;
	min-height:600px;
	background-position: left top;
	border-right: 1px solid #FFFFFF;
}
		
		#left_nav_col .nav_head 
		{
			display: block;
			background-color: #092950;
			padding-bottom: 3px;
			padding-top: 3px;
			padding-left: 10px;
			padding-right: 10px;
			color: #FFFFFF;
			font-size: 10pt;
			font-weight:bold;
		}
		#left_nav_col .main_nav 
		{
			/* border-top: 10px solid #092950; the old blue bar*/
			border-top: 1px solid #ffffff;
			margin-top:-1px; /* hide the border when this is the top menu */
		}

		#left_nav_col ul 
		{
			margin: 0px;
			padding-right: 0px;
			margin-bottom:40px;
			/*padding-bottom: 20px;  not sure if this is needed anymore */
			padding-left: 0px;
			list-style:none;
		}
		#left_nav_col ul li 
		{
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #FFFFFF;
			
		}
		#left_nav_col li a:link, #left_nav_col li a:active, #left_nav_col li a:visited 
		{
			text-decoration:none;
			color: #0C3D75;
			display: block;
			background-color: #e7f1fc;
			opacity: 0.8;
			/* the padding has to be on each a: refrence to get the whole li to highlight */
			padding-bottom: 3px;
			padding-top: 3px;
			padding-left: 15px;
			padding-right: 10px;
		}
		#left_nav_col li a:hover 
		{
			background-color:#d4e4f6;
			/* the padding has to be on each a: refrence to get the whole li to highlight */
			padding-bottom: 3px;
			padding-top: 3px;
			padding-left: 15px;
			padding-right: 10px;
			opacity: 0.8;
		}
	
#center_main_col
{
	float:left;
	width:550px;
	text-align:left;
	padding-right:10px;
	padding-top:5px;
	background-image:url(red_gradient.jpg);
	background-repeat:repeat-x;
	min-height:300px;
	background-color:#FFFFFF;
	padding-left: 10px;
}
	#center_main_col img
	{
	padding-right:7px;
	padding-left:2px;
	}
#right_trials_col, #right_image_col
{
	background-image:url(right_skaters_leader.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	float:right;
	width:248px;
	border-left: 1px solid #FFFFFF;
}
#right_cup_col
{
	background-image:url(right_skaters_profile.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	float:right;
	width:248px;
	border-left: 1px solid #FFFFFF;
}
#right_gold_col
{
	background-image:url(right_skaters_glasses.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	float:right;
	width:248px;
	border-left: 1px solid #FFFFFF;
}

/* custom styles for google search page */
#cse div.gs-visibleUrl.gs-visibleUrl-short { display:none;  }
#cse div.gs-visibleUrl.gs-visibleUrl-long { display:block;  }

/* these footer classes are not used but are in the global footer
.footer_text
.deptfooter
 */
#footer 
{
	clear:both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #092950;
	background-image: url(newBG_foot.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 10px;
	margin-bottom:10px;
	padding-bottom: 10px;
	height: 60px;
	border:1px solid #FFFFFF;
}
	#footer a 
	{
		text-decoration: none;
		color: #FFFFFF;
	}
	#footer a:hover
	{
		text-decoration: underline;
	}
	#footer p 
	{
		margin-top: 0px;
		padding: 2px;
		margin-bottom: 0px;
	}
	
	.footer_logo 
	{
		display:none;
	}