@charset "UTF-8";
/*
	
	=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	
	Description: Contains all the CSS properties that control the layout/wireframe of this website.
	Author: Joanna J. Schneider

	=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

*/

body { 
	font-family: "Trebuchet MS", helvetica, arial, sans-serif; 
	font-size: 0.75em;	
	color: #333333;
	margin: 0px auto;
	background: /*#5F90AE*/ url(../images/bg2.jpg) repeat-x;
}


a:link {
	color: #00154F;
	text-decoration: none;
}
	
a:visited {
	color: #333333;
	text-decoration: none;
}

.more {
	margin: 1px 0 0 5px;
	text-decoration: underline;
	font-size: 0.95em;
	padding: 0;
}

.dots {
	background: url(../images/dotted-black-vr.png) repeat-x left bottom;
	display: block;
	padding: 0 0 10px 0;
	margin: 0;
}

.float-left {
	padding: 10px;
	float: left;
}

.field .field-label,
.field .field-label-inline,
.field .field-label-inline-first {
  font-weight:bold;
}

.field-item {
	padding: 7px 25px;
	background:url(../images/bullet.gif) no-repeat left 10px;
	color: #333333;
	list-style: none;
}

.italic {
	font-style: italic;
}

.footnotes {
	font-style: italic;
	padding: 0 10px;
	line-height: 1.637;
}

h1 {
	color: #ffcc33;	
	text-transform: uppercase;
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	word-spacing: normal;
	line-height: 1.2em;
	font-size: 1.2em;
	padding: 3px;
	margin: 0px;
	display: inline;
}

h2 {
	font-weight: bold;
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	line-height: 1.3em;
	text-transform: uppercase;
}

h4 {
	padding: 5px;
	background-color: #CCCCCC;
}

li {
	line-height: 1.3em;
}


#wrap {
	margin: 0 auto;
	width: 781px;	
}



/* =HEADER
   ------------------------------------------------------------------------*/

#header {
	margin-top: 10px;	
}

#logo {
	margin: -77px 0 0 10px;
}



/* =MAIN NAV
   ------------------------------------------------------------------------*/

#nav-container {
	top: -28px;
	left: 454px;	
	color: #E0E0E0;
	width: 327px;
	font-family: "lucida fax", helvetica, arial, sans-serif;	
	word-spacing: normal;
	letter-spacing: 0;
    line-height: 1.4em;
	font-size: 1em;
	z-index: 100;
	position: relative;
}

#nav {	
	height: 27px;
	background: transparent url(../index/images/nav-bg.png) no-repeat;
	padding-bottom: 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;	
}

#nav ul li {
	float: left;
	margin: 0 1px;
	color: #000;
}

#nav ul li a {
	display: block;
	float: left;
	color: #000;
	text-decoration: none;
	padding: 0 0 0 20px;
	height: 33px;
}

#nav ul li a span {
	padding: 12px 15px 0 0;
	height: 17px;
	float: left;	
}

#nav ul li a:hover {
	color: #EAF3F8;
}

#nav ul li a:hover span {
	display: block;
	width: auto;
	cursor: pointer;
}

#nav ul li a.current, #nav ul li a.current:hover {
	height: 28px;
}

#nav ul li a.current {
	display: block;
	width: auto;	
}



/* =SUB NAV
   ------------------------------------------------------------------------*/

#menu_holder {			  /* what will slide the sub-menu down */
	height: 40px;
	position: absolute;
	top: 0px;
	z-index: 3;	  	 
}


#sub-nav ul {				/* container for the sub-menu */
	height: 30px;
	width: 781px;
	margin: 90px 0 0 0;
	padding: 0;
	list-style-type: none;
	background-color: #242831;
	font-size: 1.1em;
	line-height: 1.4;	
	font-family: "Lucida Fax", helvetica, arial, sans-serif;
	z-index: 10;
}

#sub-nav li {			/* <li> tags need to be floated left, otherwise the <ul> will be vertical and not horizontal */
	margin: 7px 10px 5px 13px;
	padding: 0px;
	float: left;
	
}

#sub-nav li a:link, #sub-nav li a:active, #sub-nav li a:visited {
	color: #fff;				/* Should be white */ 
	text-decoration: none;
	text-align: center;
	padding: 5px;	
}

#sub-nav li a:focus, #sub-nav li a:hover {
	text-decoration: none;
	color: #000;
	background-image: url(../index/images/rollOver.jpg);
	background-repeat: repeat-x;
	padding: 5px;
}



/* =IE7 SUB NAV
   ------------------------------------------------------------------------*/
   
   
*:first-child+html #menu_holder {			  /* what will slide the sub-menu down */
	height: 40px;
	position: absolute;
	top: 0px;
	left: 110px; 	 
}


*:first-child+html #sub-nav ul {				/* container for the sub-menu */
	height: 30px;
	width: 779px;
	margin: 90px 0 0 0;
	padding: 0;
	list-style-type: none;
	background-color: #242831;
	font-size: 1.1em;
	line-height: 1.4;	
	font-family: "Lucida Fax", helvetica, arial, sans-serif;
}

*:first-child+html #sub-nav li {			/* <li> tags need to be floated left, otherwise the <ul> will be vertical and not horizontal */
	margin: 7px 0px 5px 13px;
	padding: 0px;
	float: left;	
}

*:first-child+html #sub-nav li a:link, *:first-child+html #sub-nav li a:active, *:first-child+html #sub-nav li a:visited {
	color: #fff;				/* Should be white */ 
	text-decoration: none;
	text-align: center;
	padding: 5px;	
}

*:first-child+html #sub-nav li a:focus, *:first-child+html #sub-nav li a:hover {
	text-decoration: none;
	/*-moz-outline: 0;*/ 	/* moz doesn't exist */
	color: #000;
	background-image: url(../index/images/rollOver.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	z-index: 30;
}



/* =SECONDARY PAGE NAV
   ------------------------------------------------------------------------*/

#nav2 {
	height: 27px;
	background: transparent url(../index/images/nav-bg.png) no-repeat;
	padding-bottom: 0;
	z-index: 5;
	margin-top: 7px;
}

#nav2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}	

/*first level*/
#nav2 ul>li {
	float: left;
	margin-left: 5px;
	list-style-type: none;
	z-index: 10;
}

#nav2 ul li {
	float: left;
	list-style-type: none;
		
}

#nav2 ul li.current-page-item {
	background: url(../index/images/nav-over1.jpg) no-repeat top left;
	height: 30px;
	width: 67px;
	text-decoration: none;
	display: block;
		
}

#nav2 ul li.current-page-item a {
	color: #fff;
}

#nav2 ul li.page-item {
	position: relative;
	float: left;	
}

#nav2 ul li.page-item a {
	text-decoration: none;	
}

#nav2 ul li .menu-left {
	float: left;
	height: 30px;
	width: 8px;
}

#nav2 ul>li:hover .menu-left {
	background: url(../index/images/tab-left.jpg) repeat-x top left;		 /* left side rollover */
	height: 30px;	
}

#nav2 ul li .menu-mid {
	float: left;
	height: 30px;
	color: #000;
}


#nav2 ul>li:hover .menu-mid {
	background: url(../index/images/tab-mid1.jpg) repeat-x;	
	color: #fff;
}

#nav2 ul li .menu-right {
	float: left;
	height: 30px;
	width: 8px;
}

#nav2 ul>li:hover .menu-right {
	background: url(../index/images/tab-right.jpg) no-repeat center left;
}

#nav2 ul>li>a>.menu-mid>.menu-caption {
	float: left;
	padding: 10px 6px 0;
}


/*second level*/

#nav2 ul li ul {  /* submenu list items */
	z-index: 999;
	position: absolute;
	top: 30px;
	margin-left: -20px;
	display: none;		
	width: 140px;
	font-weight: normal;
	font-size: 1em;
	font-family: "century gothic", palatino, georgia, serif;
	letter-spacing: 0.5px;
	padding: 0;
}


#nav2 ul li:hover ul, #nav2 ul li.over ul {
	display: block;
}

#nav2 ul li ul li {
	position: relative;
	width: 100%;		/* keep this width to 100%  */
}

#nav2 ul li ul.page-item, ul#nav2 li ul.current-page-item {
	float: left;
}

#nav2 ul li ul .page-item a, ul#nav2 li ul .current-page-item a {
	text-decoration: none;
}

#nav2 ul li ul .menu-left {
	display: none;
}

#nav2 ul li ul .menu-right {
	display: none;
}

#nav2 ul li:hover ul li .menu-mid {		/* bg for drop down menu */
	display: block;
	float: left;
	background: transparent url(../images/menu_1pixel.png);
	height: auto;
	width: 100%;
}

#nav2 ul li:hover ul li:hover .menu-mid, #nav2 ul li.over ul li.over .menu-mid {		/* hover for the drop down menu */
	display: block;
	float: left;
	background: transparent url(../images/menu_1pixel_dark.jpg);
	height: auto;
	width: 100%;
}

#nav2 ul li ul .current-page-item .menu-mid {
	background: transparent url(../index/images/menu_1pixel_dark.png);
}

#nav2 ul li ul li .menu-caption {
	float: left;
	padding: 5px 14px;
}


#nav2 ul li:hover ul .current-page-item ul .menu-mid {
	background: transparent url(../index/images/menu_1pixel_dark.png);
}
#nav2 ul li:hover .current-page-item .menu-mid {
	background: transparent url(../index/images/menu_1pixel_dark.png);
}
#nav2 ul li ul .menu-caption {	
	margin-top: 8px;
}



/* =LEFT CONTENT
   ------------------------------------------------------------------------*/
      
#left-content {
	clear: both;  /* need this when setting nav-container position to relative */
	float: left;
	margin: 10px 4px 0 0;
	padding: 0;
}



/* =HEADLINES
   ------------------------------------------------------------------------*/

#headlines {
	width: 150px;
	border:  #73777c 1px solid;
	height: 360px;	
}

#headlines-header {
	background: url(../images/content-header-a.jpg) repeat-x top left;
	margin: 3px;
	padding: 0;
	height: 26px;
}

#headlines-header ul {
	color: #ffcc33;
	padding: 0;
	margin: 0;
	list-style: none;
}

#headlines-header li {
	float: left;
	padding: 3px 3px 0 3px;
}
	
#headlines-header li a {
	text-decoration: none;
}	
	
#headlines-header li a:link, #headlines-header li a:visited {
	color: #ffcc33;
	padding: 0;
}
	
#headlines-header li a:hover {
	color: #f7dd8a;
	padding: 0;
}
	
#headlines-header li a:active {
	color: #f5d163;
	padding: 0;
}



/* =HEADLINES CONTENT LIST
   ------------------------------------------------------------------------*/

#content-list ul {
	list-style-image: url(../images/list-arrow.gif);	
	margin: 0;
	padding: 5px 3px 0px 20px;
	float: left;
	font-size: 1.1em;
}

#content-list li {
	padding-bottom: 5px;
	padding-right: 3px;
}

#content-list li a {
	color: #000033;
	display: block;
	margin: 3px 3px 0px 2px;
	padding: 0;
}

#content-list li a:hover {
	color: #000066;
	text-decoration: underline;
}

.top-content {
	width: 150px;
	border:  #73777c 1px solid;	
}



/* =CALENDAR
   ------------------------------------------------------------------------*/
      
.content {
	width: 150px;
	border:  #73777c 1px solid;
	margin-top: 9px;
	height: 255px;		/* same as .highlights */	
	
	overflow: hidden;
}

.content-header {
	background: url(../images/content-header.jpg) repeat-x top left;
	margin: 3px;
	padding: 3px;
	height: 26px;
}

.content-header ul {
	color: #ffcc33;
	padding: 0;
	margin: 0;
	list-style: none;
}

.content-header li {
	float: left;
}
	
.content-header li a {
	text-decoration: none;	
}	
	
.content-header li a:link, #content-header li a:visited {
	color: #ffcc33;
	padding: 0;
}
	
.content-header li a:hover {
	color: #f7dd8a;
	padding: 0;
}
	
.content-header li a:active {
	color: #f5d163;
	padding: 0;
}



/* =TEXT
   ------------------------------------------------------------------------*/

.text {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 1.1em;
	width: 150px;
	
	overflow-y: scroll;
	text-overflow: ellipsis;
	text-wrap: suppress;
	height: 210px;
}

.text p {	
	display: block;
	margin: 5px 7px 8px 10px;
}

.text a {
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0;
}

.text a:hover {
	color: #000066;
	margin: 0;
	padding: 0;
}



/* =MID CONTENT
   ------------------------------------------------------------------------*/
   
#mid-content {
	float: right;
	margin-top: 10px;
}

#mid-content img {
	border: #003366 2px solid;
	margin: 10px 3px 3px 3px;
	float: left;
}

#flashcontent {
	z-index: 1;
	margin-left: 2px;	
}

.main-content-text {  /* same as recruiting */
	width: 580px;
	z-index: 1;
	border: #73777c 1px solid;	
	float: left;
	padding: 0 20px;
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 10px;
	margin-left: 0;	
}

.main-content-text .date {
	line-height: 0.3em;
	display: block;
	padding: 0 0 5px 0;
	margin: 0;
	background: url(../images/dotted-black.png) repeat-x left bottom;
}

.main-content-text img {
	float: right;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 50px;
	margin-right: 10px;
	border: #242831 1px solid;
}

.main-content-text .caption {
	text-align: center;
  	font-style: italic;
	font-size: 11px;
  	text-indent: 0;
	clear: both;
	float: right;
	border: thin silver solid;
  	margin: -5px 7px 10px 92px;
 	padding: 5px 2px;
	width: 40%;
	line-height: 1.5;
	
}

.main-content-text .p1 span {
	font-weight: bold;
}

.main-content-text a:link {
	text-decoration: underline;
}

.recruiting {
	width: 580px;
	z-index: 1;
	border: #73777c 1px solid;	
	float: left;
	padding: 0 20px;
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 10px;
	margin-left: 0;	
}

.highlights {	
	width: 473px;
	border:  #73777c 1px solid;
	margin-top: 9px;	/* same margin-top as right-content */
	margin-left: 2px;	/* same as flashcontent */
	color: #000;
	float: left;
	height: 255px;		/* same as right-content */		
}

.highlight-info {
	width: 100px;
	float: left;
	margin: 13px 3px 0 3px;
	padding: 0;
	font-size: 1em;
	line-height: 1.3em;
}

.facilities {  /* facilities same as pr  */
	width: 580px;
	z-index: 1;
	border: #73777c 1px solid;	
	float: left;
	top: 10px;
	padding: 0 20px;
	font-size: 1em;
	line-height: 1.4em;
	margin-left: 0;		
	position: relative;
}

.facilities img {
	margin-bottom: 55px;
	margin-left: 10px;
	margin-right: 10px;
	border: #242831 1px solid;
}

.facilities a {
	text-decoration: underline; 
}

.pr {  /* facilities same as pr  */
	width: 580px;
	z-index: 1;
	border: #73777c 1px solid;	
	float: left;
	top: 10px;
	padding: 0 20px;
	font-size: 1em;
	line-height: 1.4em;
	margin-left: 0;		
	position: relative;
}

.pr img {
	margin-bottom: 55px;
	margin-left: 10px;
	margin-right: 10px;
	border: #242831 1px solid;
}

.pr a {
	text-decoration: underline; 
}

.media {
	width: 580px;
	z-index: 1;
	border: #73777c 1px solid;	
	float: left;
	padding: 0 20px;
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 10px;
	margin-left: 0;	
}

.media .p1 span {
	font-weight: bold;
}

.media a {
	text-decoration: underline;
}
.schedule img {
	border: #003366 2px solid;
	margin: 15px 3px 3px 10px;
}

#right-content {	
	float: left;
	margin: 9px 0px 0px 5px;		/* same margin-top as highlights */
	border:  #73777c 1px solid;
	height: 255px;		/* same height */
}



/* =STATISTICS & COACHES
   ------------------------------------------------------------------------*/

.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #ccc;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 12px;
	font-weight: normal;
	font-family: "century gothic",  helvetica, arial, sans-serif;
	cursor: pointer;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding: 10px;
	float: right;
}
 
blockquote {
	font-style: italic;
	padding: 5px 0 5px 30px;
}



/* =FOOTER
   ------------------------------------------------------------------------*/

#footer {
	height: 32px;
	width: 781px;
	background-color: #242831;
	font-size: 1em;
	line-height: 1.4;
	margin-top: 20px;	
	clear: both;
	float: left;
}

#footer ul {
	float: left;
	margin: 7px 5px 7px 0px;
	padding: 0 0 0 10px;
}

#footer li {
	display: inline;
	padding: 0;
	color: #fff;
	margin: 0;
}

#footer li a:link, #footer li a:visited {
	text-decoration: none;
	color: #fff;
}

#footer li a:hover {
	text-decoration: underline;
}

#footer li.middle {
	margin: 0 200px 0 70px;
}
