/*Athletics Redesign CSS 2.0 December 2008*/

/*Nav Styles############################################*/
/*Athletics nav SSI*/
#nav {
margin: 0;
margin-top: 10px;
padding: 0;
background: #005499;
list-style-type: none;
width: 150px;
font-weight: bold;
float: left;
}
#nav li {
margin: 0; 
padding: 0;
display: inline; /*IE whitespace hack*/
}
#nav li#m_nav, #nav li#w_nav, #nav li#info_nav { /*this is for the nav section headings*/
display: block;
color: #fff;
background: #992000; 
padding: 0 10px;
line-height: 2; 
border-bottom:1px solid #fff;
}
#nav a {
display: block; /* to increase clickable area as a’s default from inline */
color: #fff;
background: #005499;
text-decoration: none;
padding: 0 10px;
line-height: 2; 
border-bottom:1px solid #fff;
}
#nav a:hover {
background: #CCCCCC;
color: #005499;
}
body#soccer #soccer_nav a, body#baseball #baseball_nav a, body#mbasketball #mbasketball_nav a, body#mtennis #mtennis_nav a, body#wtennis #wtennis_nav a, body#volleyball #volleyball_nav a, body#wbasketball #wbasketball_nav a, body#softball #softball_nav a, body#staff #staff_nav a, body#news #news_nav a, body#affiliations #affiliations_nav a, body#camp #camp_nav a, body#insurance #insurance_nav a { /*some 'you are here' cues*/
	background: #fff;
	color: #005499;
	font-weight: bold;
	} 	
/*Sport SSI nav styles*/
#sportnavlist { /*for regular-sized SSI. For super-sized, see .longnav*/
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	background: #005599;
	list-style-type: none;
	float: left;
	width: 485px;
	font-weight: bold;	/*margin-top: 10px;width: 250px;*/
	}
#sportnavlist li {
	margin: 0;
	padding: 0;
	float: left;
	color: #992000;
	background: #fff;
	width: 96px;
	font-size: 8pt;
	text-align: center;
	text-decoration: none;
	line-height: 2;
	border-right: 1px solid #fff;
	}
.longnav ul#sportnavlist  { /*for longer Sport SSI, see Baseball*/
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	background: #005599;
	list-style-type: none;
	float: left;
	width: 588px;
	font-weight: bold;	
	}
#sportnavlist a {
	float: left;
	width: 96px;
	font-size: 8pt;
	text-align: center;
	text-decoration: none;
	line-height: 2;
	color: #fff;
	background: #005599;
	border-right: 1px solid #fff;
	}
#sportnavlist a:hover {
	background: #ccc;
	color: #005599;
	text-decoration: none;
	}
#sportnavlist #none a {
	width: 100px;
	border: none;
	}
#sportnavlist #none a:hover {
	background: #ccc;
	border-right: 3px solid #ccc;
	color: #005599;
	text-decoration: none;
	}
body#success #sportnavlist #none { /*removes the blue background color*/
	width: 102px; /*larger width covers the blue li color*/
	background: #fff;
	}
.extra {
	width: 150px;
}
a img {
border: none;	 
	 }
#athsidebar {
	float: left;
	width: 150px;
	}
/*Content styles and tweaks ############################################*/
#content {
	margin: 10px 0 10px 10px;
	padding: 0;
	width: 600px;
	float: right;
	}
#content h1 { /*moves h1 off the screen*/
	margin: 0;
	padding: 0;
	text-indent: -4000px;
	line-height: 0;
	}
#content h2 { /*keeps h2 from floating next to short SSI, see Soccer*/
	clear: left;
	}
h2#top { /*keeps the h2 on the Athletics homepage from floating underneath the rotating images*/
	margin-top: 310px;
	}
#content table {
	float:left;
	clear: left;
	}
hr {
	margin: 5px 0;
	width: 70%;/*400px*/
	clear: both;
	color: #992000;
	}
hr+p, hr+h2, hr+div.column { /*keeps coach info from floating next to hr, only applies to first element*/
	clear: both;
	}
/*Columns - default width*/
#content .column {
	float: left;
	width: 200px;
	}
body#photo #content .column { /*Used for large team photo columns, for three, four across, etc. See Baseball*/
	float: left;
	width: 140px;
	}
#content .column p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
#content .column ul {
	margin-left: 15px;
	}	
#content .column ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	list-style-type: disc;
	color: rgb(170, 15, 20);
	/*margin: 4px;*/
	padding: 2px 0;
	}
#content .column ul li span { /*for those times when you don't have a pic for a name*/
	color: #000;
	}
/*Coach profile page styles (Floating photo box)*/
.profileR {
	margin: 2px;
	padding: 3px;
	width:220px;
	float:right;
	clear:both;
	}
.profileR img {
	border: 1px solid black;
	}
.profileR p {
	margin: 0;
	padding: 5px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}	
/*Contact info box w/ border styles*/
#athleticscontact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width:400px;
	background-color: #f5f5f5;
	margin-top: 20px;
	padding: 2px 5px 2px 5px;
	border: 2px solid #992000;/*a71214*/
	}
#athleticscontact p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
#athleticscontact ul {
	margin: 2px;
	padding: 0;
	list-style-type: none;
	}
#athleticscontact ul li {
	margin: 0;
	padding: 0 4px;
	border-right: 1px solid #a71214;
	display:inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
#athleticscontact .none {
	border-right: none;
	}
#athleticscontact a:hover {
	background-color: #992000; /*#fff*/
	color: #fff;/*005599*/
	}
/*Recruit button styles for athletics homepages*/
#recruit {
	margin: 0 50px 10px 0; 
	width: 120px;
	height: 120px;
	background: url(../images/button.gif) top left no-repeat;
	float:right;
	clear:both;
	}
#recruit h3 {
	text-align:center;
	padding-top: 35px;
	font-size:20px;
	}
#recruit a {
	color: #CCCCCC;
	}
#recruit a:hover {
	background: none;
	}
/* some layout tweaks*/
#coaches {
	margin-top: 10px;
	clear: left;
	}
