@CHARSET "ISO-8859-1";

body{
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
}

/*  ***********************************************
	*** DIVISION STYLING - PAGING CONSTRUCTIONS ***
	***********************************************
*/	

#super_wrap{
	background: transparent;
	height:	100%;
	width: 950px;
	margin: 0 auto;	
}

#header{
	background: #001250 url("images/header_bg.png") no-repeat;
	height:	100px;
	width: 950px;
	margin: 0 auto;	
}

#logo{
	float: left;
	margin: 10px 0 0 15px;
}

#locations{
	width: 300px;
	height: 50px;
	margin: 25px 15px 0 0;
	padding: 0;
	background: pink;
	float: right;
	border: none;
	}
	
#locations img {
	border: none !important;
	}

#main_content{
	background: white;
	height:	375px;
	width: 100%;
	margin: 0 auto;	
}

#left_col{
	height: 300px;
	width:400px;
	background: transparent;
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
    text-align: center;
}
body#staff #left_col img,
body#about_us #left_col img{
  margin: 2em 0 0;    
}
#right_col{
	height: 300px;
	width:530px;
	background: transparent;
	float: right;
	margin: 20px 0 0 0;
	padding: 15px 15px 0 0;
	overflow: auto;
}

#home #footer{
	background:  #001250 url("images/footer_home_bg.png") no-repeat;
	height:	250px;
	width: 950px;
	margin: 0 auto;
}

#home #footer_l{
	background: transparent;
	height:	220px;
	width: 450px;
	margin: 15px 0 0 15px;
	float: left;
}

#home #footer_r{
	background: transparent;
	height:	220px;
	width: 465px;
	margin: 15px 15px 0 0;
	float: right;
	border-left: 1px dashed white;
}

#footer{
	background:  #001250 url("images/footer_bg.png") no-repeat;
	height:	125px;
	width: 950px;
	margin: 0 auto;
}

#footer_l{
	background: transparent;
	height:	100px;
	width: 450px;
	margin: 15px 0 0 15px;
	float: left;
}

#footer_r{
	background: transparent;
	height:	100px;
	width: 465px;
	margin: 15px 15px 0 0;
	float: right;
	border-left: 1px dashed white;
}

/*  ***********************************************
	***         MAIN NAVIGATION STYLING         ***
	***********************************************
*/	


#m_nav{
	width: 100%;
	text-align: right;
	font-size: 10pt;
	color:  #001250;
	line-height: 120%;
}

#m_nav ul{
	list-style: none;
	margin: 3px 15px 0 0;
	display: block;
	
}

#m_nav li{
	display: inline;
	padding: 0 0 2px;
}

#m_nav li:before{
	content: ": "
}

#m_nav li:after{
	content: " :"
}

#m_nav a:link, #m_nav a:visited{
	text-decoration: none;
	color:  #001250;
	
}

#m_nav a:active, #m_nav a:hover{
	text-decoration: none;
	color:  #F7AA06;
	border-bottom: 3px solid;
	
}

/*  ***********************************************
	***              TEXT STYLING               ***
	***********************************************
*/	

.copy{
	font-size: 10pt
}

.bold{
	font-weight: bold;
}

#home_indent{
	margin-top: 80px;
}

h2,
h2 a:link,
h2 a:visited{
	color:  #F7AA06;
	font-size: 13pt;
    text-decoration: none;
}
h2 a:hover{
    color:  #ffffff;
    text-decoration: underline;
}
h3{
	color:  #F7AA06;
	font-size: 10pt;
}

#footer {
	color: white;
}




/*  ***********************************************
	***      SERVICE DROPDOWN STYLING DIV       ***
	***********************************************
*/	

.collapse{
	position: relative;
	overflow: hidden;
	height: 20px;	
	margin: 5px 0 0 0;
}

.collapse-x{
	position: relative;
	overflow: hidden;
	margin: 5px 0 0 0;
}

.collapse p{
	display: block;
	padding: 0 25px 0 0;
}

.collapse-x p{
	display: block;
	padding: 0 25px 0 0;
}

.collapse-x .first{
	border-top: 1px dotted #F7AA06;
	padding-top: 5px;
}

.collapse-x .last{
	border-bottom: 1px dotted #F7AA06;
	padding-bottom: 5px;
}

.collapse h3 {
	cursor: pointer;
	font-size: 10pt;
	margin: 0;
}
	
.collapse-x h3{
	cursor: pointer;
	font-size: 10pt;
	margin: 0;
}

.collapse h3:after{
	position: absolute;
	top: 3px;
	padding-left: 8px;
	content: url("images/right.gif");
}

.collapse-x h3:after{
	position: absolute;
	top: 5px;
	padding-left: 8px;
	content: url("images/down.gif");
}


/*  ***********************************************
	***                  MISC                   ***
	***********************************************
*/	

/*
#staff #left_col img{
	margin: 0 auto;
	display: block;
	}
*/
.collapse-x img{
	border: none;
	position: relative;
	left: 5px;
	}


/*  ***********************************************
	***             Footer Styles               ***
	***********************************************
*/

#footer{
	font-size: 10pt;
}

#footer img{ 
  border: none;
}

#footer .name { 
    font-size: 11pt;
    margin: 0 0 10px;
    font-weight: bold;
}

.athlete_left {
	width: 48%;
	float: left;
} 
.athlete_right {
    width: 48%;
    float: right;
}

#footer a:link,
#footer a:visited {
  float: left;
  border: 1px solid #F7AA06;
  margin:0 5px 0 0;
}
#footer a:hover{
  border: 1px solid #ffffff;
}
#footer .name a{
 border: none; 
 float: none;
 margin: 0 0 5px;
}

.links_img {
	width: 95%;
	float: left;
	text-align: center;
	margin: 20px 0 0;
    padding: 0 0 0 20px;
}

.links_img a:link,
.links_img a:visited,
.links_img a:hover{
  border:none !important;
  float: none !important;
  margin-right: 25px !important;
}

.links_img .last{
	margin: 0;
}

.news{
	font-weight: bold;
	font-size: 11pt;
	margin: 0 0 0 15px;
}

h2.news a:link,
h2.news a:visited{ 
  border: none !important;
}
.news_copy{
	font-size: 10pt;
	margin: 10px 0 0 15px;
}
/** 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%  Home page Footer style overrides %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
**/
.home .athlete_left,
.home .athlete_right {
	margin: 20px 0 0; 
}

.home div{
	text-align: center;
}
.home .athlete_left a:link,
.home .athlete_left a:visited, 
.home .athlete_right a:link,
.home .athlete_right a:visited {
  float: none !important;
  display: block;
  margin: 0 auto !important;
  width: 117px;
}
.home .athlete_left h2 a,
.home .athlete_right h2 a{
  width: 100% !important;
}
#sponsorships #right_col ul {
	list-style: none;
	font-size: 11px;
	color: grey;
}
/** 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%           Grid Styles             %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
**/
.grid_animation {
  display: block;
  width: 300px;
  margin: 0 auto;
  position: relative;
}
.grid_animation img{
  top:0;
  left:0;
  position:absolute;
  z-index:5;
  width:300px;
  height: 300px;
}
/** 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%           Sponsor Nike            %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
**/
.sponsor_nike { 
  text-align:center;
}        
.sponsor_nike img {
  border:0px solid #001250;
  width:30%; 
}