@import url(../shared/css/base.css);


/*----Structural DIVs----*/

#content {
	float: left;
	width: 780px /*780px*/;
	text-align: left;
	background: url("") repeat-x #edede2;	
	padding: 28px 0 0 25px;
	display: inline;
}

#leftCol {
	width: 476px /*476px*/;
	display: inline;
	float: left;
	padding: 0 0 20px 0;
}

#rightCol {
	width: 240px;
	display: inline;
	float: left;
	margin-left: 20px;
}

/*----Other DIVs----*/


#subNav {
	width: 240px;
	margin: 30px 0 0 0;
}

#subNav ul {
	list-style: none;
	margin-bottom: 32px;
}

#subNav ul li {
	list-style: none;
	border-bottom: 1px solid #a1a199;
	display: block;	
}


#subNav ul ul {
	list-style: none;
	margin: 5px 0 8px 0;
}

#subNav ul ul li {
	list-style: none;
	display: block;	
	border: 0;
}

#rightCol .learnMoreList {
	margin: 10px 0 20px 0 !important;
	list-style: none;
}

#quote {
	font: italic 11px/16px georgia, times, 'Times New Roman', serif;
	padding: 0 10px;
	color: #283353
}

#quoteAttribute {
	font: bold 11px/16px georgia, times, 'Times New Roman', serif;
	padding: 20px 10px 10px 10px;
	color: #283353;
}

#quote p {
	margin-bottom: 10px;
}

/*----Typography----*/

#leftCol h1 {
	font: normal 18px/35px georgia, times, 'Times New Roman', serif;
	color: #a82020;
	margin-bottom: 10px;
	background: url("images/backgrounds/h1.gif") no-repeat;
	height: 48px;
	width: 476px;
	padding: 0 0 0 5px;
}

#leftCol h2 {
	font: normal 16px/12px georgia, times, 'Times New Roman', serif;
	color: #a82020;
	margin: 25px 0 10px 0;
	padding: 10px 0 0 5px;
}

#leftCol h3 {
	font: bold 12px/16px verdana, arial, helvetica, sans-serif;
	color: #283353;
	padding: 10px 0 5px 5px;
}

#leftCol p {
  	font: normal 11px/16px verdana, arial, helvetica, sans-serif;
	margin-bottom: 15px;
	color: #282826;
	padding: 0 25px 0 5px;
}

#leftCol ul,
#leftCol ol ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 15px;
	}
	
#leftCol li,
#leftCol ol ul li {
	background: url("images/arrows/bullet.gif") no-repeat 2px 6px;
	padding: 0 0 6px 12px;
	line-height: 17px;
	}
	
#leftCol ul.linkList li{	
		background: url("images/arrows/linkList.gif") no-repeat 0 3px;
	padding: 0 0 6px 16px;
	line-height: 17px;
}

.noBullet {	
		background: transparent !important;
}


#leftCol ol {
	margin: 0;
	padding: 0 25px 0 4px;
	margin: 10px 0 15px 20px;
  	font: normal 11px/16px verdana, arial, helvetica, sans-serif;	
  	color: #282826;	
}

#leftCol ul {
	margin-left: 5px;
  	font: normal 11px/16px verdana, arial, helvetica, sans-serif;	
  	color: #282826;	
}

#leftCol ul ul {
	margin: 0;
	margin-top: 10px;
}


#leftCol ol li {
	background: transparent;
	padding: 0;
	margin-bottom: 10px;
}

#leftCol table {
 	font: normal 11px/16px verdana, arial, helvetica, sans-serif;	
  	color: #282826;
  	margin: 10px 0 15px 5px;	
  	border: 1px solid #A1A199;
 	border-top: 0;
 	border-left: 0;
 	padding: 0;
 	width: 450px;
 }
  
 .schedule td {
 	vertical-align: top;
  	border: 1px solid #A1A199;
  	border-bottom: 0;
  	border-right: 0;
  	padding: 5px;
 }
 
 .schedule .firstCol {
 	width: 225px;
 }
 
 .schedule .bold {
 	font-weight: bold;
 	text-align: center;
 	width: 35px; 	
 }
 
 .schedule .season {
 	text-align: center;
 	width: 35px;
 }
 
 .schedule .hours {
 	text-align: center;
 	width: 20px;
 }

 img.floatLeft {
 	float: left;
 	margin: 3px 10px 10px 0;
 }
 
 img.floatRight {
 	float: right;
 	margin: 3px 0 10px 10px;
 }
 
 img.headshot {
 	width: 90px;
 }
 
 
 #leftCol img {
 	border: 1px solid #A1A199;
 	padding: 3px;
 }
 
 .schedule .season img {
 	border: 0 !important;
 }

 
 
/*----Links----*/


#subNav a {
  	font: normal 12px/14px 'trebuchet ms', trebuchet, verdana, arial, helvetica, sans-serif;
  	text-transform: uppercase;
	padding: 6px 0 4px 10px;	
	display: block;	
	color: #38497a !important;
	text-decoration: none;
}

#subNav ul a:hover,
#subNav ul a.selected,
#subNav ul li.current_page_item a {
	background: #38497a;
	color: #fff !important;
	text-decoration: none;
	display: block;	
}

#subNav ul li.current_page_item ul a {
	background: transparent;
	color: #38497a !important;
}

#subNav ul li.current_page_item ul a:hover {
	color: #a82020 !important;
}

#subNav ul ul a {
  	font: normal 10px/18px 'trebuchet ms', trebuchet, verdana, arial, helvetica, sans-serif;
  	text-transform: uppercase;
	padding: 0 !important;
  	padding: 3px 0 0 10px !important;	
	display: block;	
	color: #38497a !important;
	text-decoration: none;
}

#subNav ul ul a:hover,
#subNav ul ul a.selected {
	color: #a82020 !important;
	text-decoration: none;
	display: block;	
	background: transparent;
}

#subNav ul ul li.current_page_item a {
	color: #a82020 !important;
}

#leftCol a {
  	font: normal 11px/16px verdana, arial, helvetica, sans-serif;
	color: #283353;
}

.learnMoreList a {
	background: url("../shared/images/buttons/red_arrow.gif") no-repeat 0 3px; 	
	padding-left: 13px;	
	color: #a82020;
	font: bold 11px/20px tahoma, verdana, arial, helvetica, sans-serif !important;	
	text-decoration: none;
}

.learnMoreList a:hover {
	text-decoration: underline;
	padding-left: 13px;	
}

