/*::::::::::::::::::::::::::::::::::     CSS    :::::::::::::::::::::::::::::::::::*/

/* Design + Code: Jell Creative  ::  Client: GPMF :: Created: 03.18.09  */

/*::::::::::::::::::::::::::::::::::     GLOBALS    :::::::::::::::::::::::::::::::::::*/
*{
	margin:0px;
	padding:0px;
	}
body,div,ul,li,h1,h2,h3,h4,h5,form,fieldset,input,textarea,p,table,tr,th,td,embed,object,alt,img{ margin:0px;padding:0px; color: #000000; }
table{ border-collapse:collapse;border-spacing:0; }
fieldset,img,abbr{ border:0; }
img, h1,h2,h3,h4,h5,h6,strong,var{ font-style:normal;font-weight:normal; }
ul { list-style:none; }
div { text-align: left;}
a,ins{ text-decoration:none; }
strong { font-weight: bold; }
body,html {
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:0px;
	margin:0px;
	}

html, body {
	width: 100%;
	height: 100%; 
	}

.mar-left-ten{
	margin-left:10px;
	}
	
.mar-right-ten{
	margin-right:10px;
	}
.mar-bottom-ten{
	margin-bottom:10px;
	}
	
.mar-top-ten{
	margin-top:10px;
	}	
	
.pad-left-ten{
	padding-left:10px;
	}
	
.pad-right-ten{
	padding-right:10px;
	}
.pad-bottom-ten{
	padding-bottom:10px;
	}
	
.pad-top-ten{
	padding-top:10px;
	}		

.float-left{
	float:left;
	margin:0px 10px;
	}

.float-right{
	float:right;
	margin:0px 10px;
	}
	
#content .no_border, #content p .no_border{
	border-bottom:none;
	}

/*::::::::::::::::::::::::::::::::::     TYPOGRAPHY    :::::::::::::::::::::::::::::::::::*/

h1, h2, h3, h4,h5,body {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
p, li,input,textarea,img{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
a:link, a:hover, a:visited{
	color:#80ab00;
	}
	
input,textarea{
	font-size:10px;
	color:#666666;
	}

p a, p a:link, p a:visited, li a, li a:link, li a:visited{
	color:#80ab00;
	}
	
p a:hover, li a:hover{
	border-bottom:solid 1px #80ab00;
	}

h1 a:hover, #content h1 a:hover, h2 a:hover, #content h2 a:hover, h3 a:hover, #content h3 a:hover, h4 a:hover, #content h4 a:hover{
	border-bottom:none;
	}

input{

	border:1px solid #CCC;
	background-image:url(../images/input_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;	
	}
	
img{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	}	

.linkbox{
	background-color:#999999;
	}
	
.linkbox_selected{
	background-color:#99CC00;
	}
	
/*::::::::::::::::::::::::::::::::::     begin MAIN CONTAINERS    :::::::::::::::::::::::::::::::::::*/

/* the following items on left edge need to be pushed in to make the navigation hover be able to pop out */
#leftcol, #footer, #homebottom{
	margin:0px 0px 0px 54px;
	/*for IE6 float bug*/
	display:inline;
	}

#main{
	float:left;
	width:980px;	
	/*for IE6 float bug*/
	display:inline;
	}
	
#top{
	margin:20px 0px 0px 0px;
	}

#logo{
	margin:0px 0px 0px 54px;
	float: left;
	/*for IE6 float bug*/
	display:inline;
	}

#search{
	float: right;
	width:200px;
	margin:0px 28px 0px 0px;
	/*for IE6 float bug*/
	display:inline;
	}
#search_field{
	width:170px;
	float:left;
	height:17px;
	padding:0px;
	margin:0px;
	border:0px;

}	
	
#search input{

	height:12px;
	width:100%;
	float:left;
	padding:3px 2px 2px 2px;
	/*padding:3px 3px 3px 3px;*/
	line-height:10px;
	}
	
	
#search input.btn{
	width:19px;
	height:19px;
	float:right;
	border:none;
	padding:0px;
	}

#leftcol{
	float:left;
	width:668px;	
	}

/*:::::: Begin Left Column ::::::*/
#head{
	background-color:#999999;
	width:100%;
	padding:0px;
	}
	
#head_table{
	vertical-align:middle;
	}
		
.head_title{
	background-image:url(../images/line_bg.gif);
	background-repeat:no-repeat;
	background-color: #99CC00;	
	}	

#head h1{
	font-weight:normal;
	font-size:18px;
	letter-spacing:0.03em;
	color:#FFFFFF;
	padding:6px 16px;
	white-space:nowrap;
	}
	
#head h1 a:link, #head h1 a:visited{
	color: #FFFFFF;
	}
	
#head h2{
	font-size:9px;
	letter-spacing:0.03em;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 8px 5px 12px;
	}
	
#head h2 a:link, #head h2 a:visited{
	color:#FFFFFF;
	padding: 0px 0px 1px 0px;
	margin:0px;
	}
	
#head h2 a:hover{
	border-bottom:solid 1px #cccccc;
	}
	
/*:::::: Begin Main Content Area ::::::*/	

#content{
	float:left;
	width:634px;
	border: 1px solid #CCC;
	background-color:#FFFFFF;
	padding:22px 16px 16px 16px;
	min-height:350px;
	}
	
#utilities{
	float:right;
	margin:5px 10px 0px 0px;
	/*for IE6 float bug*/
	display:inline;
	}
	
#utilities a{
	margin-left:10px;
	}
	
#utilities a:hover{
	border:none;
	}	
	
/* kick in content on main area */	
#content h1, #content h2, #content h3, #content h4, #content p{
	padding:0px 10px;
	}	
	
#content h1,  #content #admin_display_h1 input{
	padding-bottom:12px;
	border-bottom:1px solid #999;
	margin:0px 0px 15px 0px;
	font-size:22px;
	}

#content h2, #content #admin_display_h2 textarea{
	margin:0px 0px 15px 0px;
	font-size:16px;
	font-style:italic;
	color:#999999;
	line-height:1.8em;
	}
	
#content h2 em{
font-style:normal;

}	
	
#content h3{
	font-size:14px;
	line-height:1.8em;
	clear:left;
	}
	
#content h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.8em;
	letter-spacing: 0em;
	color:#80ab00;
	font-weight:bold;
	margin-bottom:0px;
	}

#content p{
	font-size:11px;
	line-height:1.8em;
	letter-spacing: 0em;
	color:#333333;
	margin-bottom:12px;
	}
	
#content p+h3, #content ul+h3{
	margin-top:20px;
	}	
	
#content h3+ul{
	margin-top:10px;
	}	



#content .category_head{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#333333;
	font-weight:normal;
	clear:both;
	}	

#content ul{
	margin-bottom:12px;
	padding-left:10px;
	}	
	
#content ul li{
	font-size:11px;
	line-height:1.8em;
	letter-spacing: 0em;
	color:#333333;
	margin-bottom:6px;
	background-image:url(../images/bullet.gif);
	background-position:0px 6px ;
	background-repeat:no-repeat;
	padding-left:15px;
	}

#content .imgLeft_H p, #content .imgRight_H p, .imgLeft_V p, #content .imgRight_V p, #content .img_wrap p{
	font-size:9px;
	padding:0px;
	line-height:1.5em;
	margin-top:2px;
	margin-bottom:8px;
	}	

.img_wrap{
	margin-bottom:10px;
	}	
	
.imgRight_H{
	width:260px;
	float:right;
	margin:6px 10px 5px 15px;
	/*for IE6 float bug*/
	display:inline;
	}	

.imgLeft_H{
	width:260px;
	float:left;
	margin:6px 15px 5px 10px;
	/*for IE6 float bug*/
	display:inline;
	}		
	
.imgRight_V{
	width:160px;
	float:right;
	margin:6px 10px 5px 15px;
	/*for IE6 float bug*/
	display:inline;
	}	

.imgLeft_V{
	width:160px;
	float:left;
	margin:6px 15px 5px 10px;
	/*for IE6 float bug*/
	display:inline;
	}
	
#content .custom_button{
	margin:8px 0px 10px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	background-color:#99cc00;
	clear:right;
	display:inline-block;
	padding:6px 22px 6px 6px;
	background-image:url(../images/wht_arrow_right.gif);
	background-position:95% 50%;
	background-repeat:no-repeat;
	border:none;
	}
	
/* End Main Content Area */	

/*:::::: End Left Column ::::::*/

/*:::::: Begin Right Column ::::::*/

#rightcol{
	float:right;
	width:200px;
	margin:0px 28px 0px 0px;
	/*for IE6 float bug*/
	display:inline;
	}


#rightcol .linkbox a, #rightcol .linkbox a:link, #rightcol .linkbox a:visited, #rightcol .linkbox a:hover,
#rightcol .linkbox_selected a, #rightcol .linkbox_selected a:link, #rightcol .linkbox_selected a:visited, #rightcol .linkbox_selected a:hover{
	font-size: 14px;
	color:#FFFFFF;
	letter-spacing:0.03em;
	padding:4px 6px 4px 28px;
	margin:0px 0px 3px 0px;
	display:block;
	width:166px;
	}
	
#listen{
	background-image:url(../images/headphones.gif);
	background-repeat:no-repeat;
	background-position:4% 45%;
	}
	
#member{
	background-image:url(../images/member.gif);
	background-repeat:no-repeat;
	background-position:4% 45%;
	}

#donation{
	background-image:url(../images/donation.gif);
	background-repeat:no-repeat;
	background-position:4% 45%;
	}
#newsletter{
	float: left;
	margin:10px 0px 10px 0px;
	width:184px;
	background-color:#666666;
	background-image:url(../images/signup_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:8px;
	}

#newsletter h3{
	font-size:16px;
	color:#FFFFFF;
	}
	
#newsletter p{
	font-size:11px;
	color:#FFFFFF;
	}
	
#newsletter .inputWrap{
	float:left;
	margin-top: 8px;
	background-color:#666666;
	padding:4px;
	border:solid 1px #CCCCCC;
	width:174px;
	}
	
#newsletter #update_switch{
	margin-top: 8px;
	float:left;
}	
#newsletter #update_switch a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
}	
#newsletter #update_switch div{

	text-align:center;
	float:left;
	background-color:#666666;
	padding:6px 4px 6px 4px;
		
	border:solid 1px #CCCCCC;
	width:78px;
	
	}
#newsletter #update_switch .newsletter{
	margin-right:7px;
	
	}	
	
#newsletter_input, #mobile_input{
float:left;
display:none;

}	
#newsletter #accept_terms{
margin-top:5px;
	float:left;
	width:174px;
	}
#newsletter #accept_terms input{
float:left;
width:11px;
height:11px;
border:none;


}
#newsletter #accept_terms p{
float:right;
width:160px;
font-size:9px;
}



#newsletter input{
padding:0px;
	width:146px;
	float:left;
	height:13px;
	padding-top:2px;
	padding-left:2px;
	/*padding-bottom:1px ;*/
	line-height:12px;
	float:left;
	
	/* Border zero out for FF2*/
	border:none;
	border:1px solid #CCC;
	}
	
#newsletter input.btn, #newsletter .btn{
	width:17px;
	height:17px;
	float:right;
	border:none;
	margin-left:5px;
	padding:0px;
	}

#success_msg, #sending_msg{
	width: 167px;
	float: left;
	height: 13px;
	padding: 7px;
	border: none;
	border: 1px solid #cccccc;
	background-color: #666666;
	text-align: left;
	margin-top: 5px;
}

#sending_msg{
background-image:url(../images/mobile_loading.gif);
background-position:97% 40%;
background-repeat:no-repeat;
}

#sponsors{
	float:left;
	margin-top:2px;
	width:200px;
	}
	
#sponsors img{
	margin-right:15px;
	}	
	
#sponsors h1{
	font-size:14px;
	letter-spacing:0.03em;
	border-bottom:1px solid #666;
	padding:0px 0px 5px 0px;
	margin:0px 0px 5px 0px;
	}

#sponsors p{
	margin-top:5px;
	font-size:10px;
	line-height:1.55em;
	}	
	
/*:::::: End Right Column ::::::*/


/*::::::: Start Footer ::::::*/
#footer{
	float:left;
	width:668px;
	margin-bottom:20px;
	margin-top:50px;
	margin-right: 232px;
	border-top: solid 1px #999999;
	padding-top:10px;
}
#footer p, #footer p a{
	font-size:9px;
	line-height:1.55em;
	color:#999999;
	text-decoration:none;
	}

#footer p a:hover{
	border-bottom:solid 1px #999999;
	}

#footerLeft{
	float:left;
	width:auto;
	}	

#footerRight{
	float:right;
	}
#footerRight img{
	float:left;

	padding: 2px 0px 2px 10px;
	}
.left-border{
	border-left:solid 1px #CCCCCC;
	margin-left:10px;
	}
	
	
#city_logo_wrap{
	float:left;
	margin:10px 0px 15px 54px;
	}

.city_logo img{
	margin-bottom:10px;
	}
.city_logo{
	float:left;
	margin-right:25px;
	}
	
/*::::::: End Footer ::::::*/

/*::::::::::::::::::::::::::::::::::     end MAIN CONTAINERS    :::::::::::::::::::::::::::::::::::*/



/*::::::::::::::::::::::::::::::::::     Begin SPECIFIC TO HOMEPAGE    :::::::::::::::::::::::::::::::::::*/
.scaled_down{
	width:36%;
	}
#homecenter{
	}

#homebottom{
	clear:both;
	float:left;
	}

/*begin banner slideshow */
#banner{
	float:left;
	width:668px;	
	/*margin:0px 0px 38px 0px;*/
	padding:0px 0px 38px 0px;
	}
	
#container { 
	width: 668px; 
	height: 288px; 
	overflow: hidden; 
	z-index:20;
	position: relative;
	}

#shifter .shifter_link1 a, #shifter .shifter_link2 a, #shifter .shifter_link3 a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	display:block;
	font-size:12px;
	color:#FFFFFF;
	}
	
.shifter_link1, .shifter_link2, .shifter_link3{
	position: absolute; 
	background-color: #99CC00; 
	padding:3px 8px 5px 8px;
	height: 13px; 
	width: 280px;
	background-image:url(../images/wht_arrow_right.gif);
	background-repeat:no-repeat;
	background-position:97% 50%; 
	}	
	
.shifter_link1{
	left:30px; 
	bottom:30px;
	}
	
.shifter_link2{
	left:698px; 
	bottom:30px;
	}
		
.shifter_link3{
	left:1366px;
	bottom:30px;
	}	
	
#shifter { 
	overflow: hidden; 
	width: 2004px;
	height: 288px; 
	position: relative; 
	left: -668px;
	margin: 0; 
	z-index: 15;
	}
	
/*BEGIN PHOTOS SLIDESHOW STYLES*/	
#album_container { 
	width: 400px; 
	height: 300px; 
	overflow: hidden; 
	z-index:20;
	position: relative;
	}
#album_shifter { 
	overflow: hidden; 
	width: 1200px;
	height: 300px; 
	position: relative; 
	left: -400px;
	margin: 0; 
	z-index: 15;
	}
/*END PHOTOS SLIDESHOW STYLES*/	


#slide0{
	float: left;
	}
	
#slide1{
	float: left;
	}
	
#slide2{
	float: left;
	}

#right_arrow{
	position:absolute;
	top:260px;
	right:20px;
	z-index:40;
	padding:5px;
	}
	
#left_arrow{
	position:absolute;
	top:260px;
	right:40px;
	z-index:40;
	padding:5px;
	}
/*end banner slideshow */


#album_right_arrow{
	position:absolute;
	top:260px;	
	left: 360px;
	z-index:40;
	padding:5px;
	}	
#album_left_arrow{
	position:absolute;
	top:260px;
	left: 340px;
	z-index:40;
	padding:5px;
	}

#minileft{
	float:left;
	width: 438px;
	}
	
#miniright, #minimiddle{
	float:left;
	width: 200px;
	margin-left:30px;
	display:inline;
	}

#minileft h1, #miniright h1, #minimiddle h1{
	font-size:16px;
	letter-spacing:0.03em;
	border-bottom:1px solid #666;
	padding:0px 0px 5px 0px;
	margin:0px 0px 15px 0px;
	}
	
#homebottom #minileft h1 a, #homebottom #miniright h1 a, #homebottom #minimiddle h1 a, #sponsors h1 a{
	color:#333333;	
	}
	
#homebottom #minileft  a  {
	color:#333333;
	}	
	
#homebottom #minileft a.gray_link{
	font-size:14px;
	color:#666666;
	border-bottom:none;
	clear:left;
	}	
	
#minimiddle p, #miniright p, #tabbed_content_wrap p, #off_season_content p {
	font-size:10px;
	line-height:1.55em;
	margin-bottom:12px;
	}

#homebottom #off_season_content a,  #homebottom #off_season_content p a:link, #homebottom #off_season_content p a:visited{
	color:#80ab00;
	}

#minimiddle img, #miniright img{
	margin: 0px 0px 5px 0px;
	}
#off_season_content img{
float: left;
padding:0px 10px 10px 0px;
}



/** off season home media box **/
#tabbed_media{
	background-color:#efefef;
	padding:0px;
	margin-bottom:15px;	
	float:left;
	width:100%;
	/*height:220px;*/
	}
#tabbed_media ul{
	float: left;
	width:100%;
	background-color:#FFFFFF;
}
#tabbed_media ul li{
	float: left;	
	height:34px;
	font-size:11px;
	letter-spacing:0.05em;
	line-height:34px;
	background-image: url(../images/tabbed_gradient_1px.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding:0px 29px 0px 30px;
	*padding:0px 27px 0px 28px;
	border-right:1px solid #CCC;	
}

#homebottom #minileft #tabbed_media ul li a, #homebottom #minileft #tabbed_media ul li a:link, #homebottom #minileft #tabbed_media ul li a:visited{
color:#CCCCCC;
text-decoration:none;
}
#homebottom #minileft #tabbed_media ul li.selected, #homebottom #minileft #tabbed_media ul li.selected a{
	background-image:none;
	background-color:#efefef;
	color:#333333;
}
#homebottom #minileft #tabbed_media ul li.last{
	border-right:none;	
}
#homebottom #minileft #tabbed_media ul li.blank{
background-color:#FFFFFF;
border:none;
background-image: none;
}
#tabbed_media ul li a:hover{
	text-decoration: none;
	border-bottom:none;
	color: #333333;
}
#tabbed_content_wrap{
	padding:20px 14px 14px 14px;
	float:left;
	width:409px;
}
#tabbed_content_wrap #left{
	width:48%;
	float: left;
	margin:0px 12px 0px 0px;
	
}
#tabbed_content_wrap #right{
	float:left;
}
#tabbed_content_wrap #left h1{
	border: none;
	margin-bottom:4px;
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:1.5em;
}
#tabbed_content_wrap #left p{
	margin-bottom: 12px;
	line-height:18px;
}
#homebottom #minileft #tabbed_content_wrap #left a:link, #homebottom #minileft #tabbed_content_wrap #left a:visited{
	font-weight: bold;
	border-bottom: none;
	color:#80ab00;
}

#homebottom #minileft #tabbed_content_wrap #left a:hover{
color:#333;

}

/** END off season home media box **/
	
	
	
	
	
/* Begin homepage calendar	*/

#home_calendar{
	display:none;
	background-color:#efefef;
	padding:20px;
	margin-bottom:15px;
	padding-bottom:20px;
	float:left;
	width:398px;
	height:220px;
	}
	
#home_calendar p{
	font-size:10px;
	font-weight:normal;
	color:#999999;
	text-align:center;
	}
	#home_cal_left{
	float:left;
	display:inline;
	}
	
#home_cal_left table{
	width:188px;
	height:220px;
	background-color:#FFFFFF;
	}
	
#home_cal_left table th{
	background-color:#666666;
	height:31px;
	text-align:center;
	}
	
#home_cal_left table th p{
	color:#ffffff;
	}
	
#home_cal_left table td{
	width:26px;
	height:26px;
	border-left:solid 1px #999999;
	border-top:solid 1px #999999;
	}
	
#home_cal_left table .cal_first_td{
	border-left:none;
	}
	
#home_cal_left .home_dotw {
	color:#80ab00;
	}
	
	
#home_cal_left table .past_day, #home_cal_left table .no_day{
	background-color:#e1e1e1;
	}

.event{
	background-color:#999999;
	width:18px;
	height:18px;
	cursor:pointer;
	}
	
.event_select{
	background-color:#99CC00;
	}	

#home_cal_left table .event p{
	color:#FFFFFF;
	padding-top:2px;
	}
	
/*right*/
	
#home_cal_right{
	width:189px;
	height:220px;
	float:left;
	margin-left:20px;
	background-color:#FFFFFF;
	display:inline;
	}
	
#home_cal_right_head{
	background-color:#99CC00;
	height:31px;
	text-align:center;
	}
	
#home_cal_right_head p{
	color:#FFFFFF;
	padding-top:8px;
	}	
	
.event_type_switch{
	width:189px;
	float:left;
	}
	
.event_type_switch li{
	float:left;
	width:62px;
	font-size:9px;
	text-align:center;
	border-bottom:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	padding:8px 0px;
	color:#666666;
	background-color:#e1e1e1;
	cursor:pointer;
	}	
	
.event_type_switch .first_switch{
	border-left:none;
	width:63px;
	}

.event_type_switch .selected{
	border-bottom:none;
	background-color:#FFFFFF;
	}

.event_type_switch .none_available{
	cursor:default;
	color:#c3c3c3;
	}
	
/*main wrapper for scrollable events*/	
#cal_event_wrap{
	float:left;
	height:155px;
	background-color:#FFFFFF;
	width:189px;
	}

#concerts, #rehearsals, #other{
	float:left;
	width:179px;
	}

.hidden{
	display:none;
	}

.scroll_hold{
	padding-left:10px;
	}

#home_cal_right .scroll_pane{
	height:161px;
	width:179px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
	padding-left:10px;
	}

/* wraps single events in pop up from calendar*/
.event_content{
	width:100%;
	padding-top:10px;
	float:left;
	padding-bottom:10px;
	border-top:solid 1px #CCCCCC;
	}
	
.first_event_content{
	border:none;
	}	
	
/* begin alter styles for other tab*/	
#other .event_content{
	width:100%;
	padding-top:10px;
	float:left;
	padding-bottom:10px;
	border-top:none;
	}
		
.other_label{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #CCCCCC;
	width:95%;
	}	

#homebottom #minileft #cal_event_wrap h1{
	border:none;
	font-size:14px;
	color:#80ab00;
	margin-bottom:5px;
	padding-right:5px;
	}
.other_question{
	margin-top:2px;
	}		
/* End alter styles for other tab*/	


	


#homebottom #minileft #cal_event_wrap h1 a:link, #homebottom #minileft #cal_event_wrap h1 a:hover, #homebottom #minileft #cal_event_wrap h1 a:visited{
	border:none;
	display:inline;
	font-size:14px;
	color:#80ab00;
	}
.cal_event_two_col{
	padding-right:10px;
	float:left;
	width:100%;
	}
.cal_event_two_col_left{
	width:52px;
	float:left;
	}
#homebottom #minileft #cal_event_wrap .cal_event_two_col_right{
	left:0px;
	text-align:left;
	}	
#homebottom #minileft #cal_event_wrap .cal_event_two_col_right p{
	padding-left:62px;
	/*padding-right:10px;*/
	}	
#homebottom #minileft #cal_event_wrap .cal_event_two_col p{
	line-height:1.3em;
	text-align:left;
	color:#333333;
	margin-bottom:5px;
	}	
#homebottom #minileft #cal_event_wrap .cal_when_where, #homebottom #minileft .upcoming_event .cal_when_where{
	color:#80ab00;
	}	
.cal_event_two_col_left img{
	width:52px;
	}
#homebottom #minileft #cal_event_wrap .event_details{
	margin-top:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:9px;
	background-color:#999999;
	width:89%;
	display:block;
	padding:6px;
	background-image:url(../images/wht_arrow_right.gif);
	background-position:90% 50%;
	background-repeat:no-repeat;
	}
/* End homepage calendar	*/




/* Begin homepage upcoming events */
.upcoming_event{
	float:left;
	width:438px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:solid #999999 1px;
	}	
#homebottom #minileft .upcoming_event h1{
	border:none;
	margin-bottom:10px;
	padding:0px;
	}
#homebottom #minileft .upcoming_event h1 a:link, #homebottom #minileft .upcoming_event h1 a:hover, #homebottom #minileft .upcoming_event h1 a:visited{
	border:none;
	display:inline;
	font-size:14px;
	color:#80ab00;
	}
.up_ev_left{
	float:left;
	width:90px;
	margin-right:10px;
	}	
.up_ev_right{
	float:left;
	width:338px;
	}
.up_ev_left img{
	width:90px;
	}	
#homebottom #minileft .upcoming_event p{
	line-height:1.3em;
	text-align:left;
	color:#333333;
	margin-bottom:5px;
	font-size:11px;
	}




/* End homepage upcoming events */

/*::::::::::::::::::::::::::::::::::     End SPECIFIC TO HOMEPAGE    :::::::::::::::::::::::::::::::::::*/





/*::::::::::::::::::::::::::::::::::     Begin SPECIFIC TO NEWS AND REVEIWS    :::::::::::::::::::::::::::::::::::*/

.news_rev_row{
	float:left;
	margin-bottom:10px;
	}
.news_rev_logo{
	float:left;
	width:75px;
	text-align:center;
	margin-top:15px;
	padding-right:5px;
	}
.news_rev_excerpt{
	float:left;
	width:534px;
	padding:10px;
	cursor:pointer;
	}
.search_res_wrap {
	float:left;
	/*width:534px;*/
	padding:10px;
	cursor:pointer;
}
#content .news_rev_excerpt h1, #content .news_rev_excerpt p,#content .search_res_wrap h1, #content .search_res_wrap p{
	margin:0px;
	padding:0px;
	}

#content .news_rev_excerpt h1, #content .news_rev_excerpt h1 a:link, #content .news_rev_excerpt h1 a:visited, #content .news_rev_excerpt h1 a:hover {
	border:none;
	font-size:14px;
	color:#80ab00;
	margin:0px 0px 5px 0px;
	}

#content .search_res_wrap h1, #content .search_res_wrap h1 a:link, #content .search_res_wrap h1 a:visited, #content .search_res_wrap h1 a:hover {
	border:none;
	font-size:14px;
	color:#80ab00;
	margin:0px 0px 5px 0px;
}
.arrow{
	background-image:url(../images/green_arrow.gif);
	background-position: bottom right ;
	background-repeat:no-repeat;
	padding-right:16px;
	}
#content .date{
	font-size:9px;
	color:#999999;
	margin-bottom:5px;
	}
.news_rev_excerpt:hover{
	background-color:#F8F8F8;
	}

.search_res_wrap:hover{
	background-color:#F8F8F8;
}
	
/*background color for div hovers IE6*/	
.nr_hov{
	background-color:#F8F8F8;
	}
	

/*::::::::::::::::::::::::::::::::::     End SPECIFIC TO NEWS AND REVEIWS     :::::::::::::::::::::::::::::::::::*/

/*::::::::::::::::::::::::::::::::::     Begin SPECIFIC TO ORCHESTRA AND CHORUS    :::::::::::::::::::::::::::::::::::*/

#content .threeCol li, #content .threeCol li h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-size:11px;
	padding-left:0px;
	background-image:none;
	}
	
	
/*This is for IE 6.*/
#content .threeCol li h4{
	font-weight:bold;
	color:#333333;
	border-bottom:solid 1px #999999;
	padding-bottom:6px;
	margin-bottom:6px;
	}
	
#content .threeCol ul{
margin-bottom:20px;
/**** beginADDED BY VERONICA 5.09.09 for orchestra list view **/
padding-left:0px;
/**** end ADDED BY VERONICA 5.09.09 for orchestra list view **/

}	
	
#content ul.threeCol ul li {
	letter-spacing: 0em;
	margin:0px 0px 8px 0px;
	border:none;
	padding:0px;
	font-weight:normal;
	}
	
.threeCol{
	float:left;
	width:184px;
	margin-right:10px;
	padding:10px;
	
	}
.threeColLast{
	margin-right:0px;
	}

#switch_view_wrap{
	text-align:right;
	width:100%;
	float:left;
	margin-bottom:3px;
	}


/*pagination needs fixing*/
span.pipe{
	background-image:url(../images/cal_view_divider.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:7px 5px 7px 5px;
}
#content #pagination{
float: left;
}
#content #pagination_news{
float: left;
width:100%;
margin-bottom:8px;
}
#content #pagination_news p{
	font-size:9px;
	color:#666666;
	margin:8px 0px 0px 10px;	
	float:left;
	padding:0px;
	word-spacing:5px;
}
#content #pagination p{
	font-size:9px;
	color:#FFFFFF;
	margin:8px 0px 0px 20px;	
	float:left;
	padding: 0px;
}	

#content #switch_view_wrap_recordings #pagination p span.selected{
font-weight: bold;
color:#999999;
padding: 0px 2px 0px 2px;	
}
#content #pagination p strong{
padding-right:3px;
}


#content #switch_view_wrap_recordings  #pagination a:link,
#content  #switch_view_wrap_recordings #pagination a:visited,
#content #switch_view_wrap_recordings  #pagination a:hover{
	border:none;	
	color: #FFFFFF;
	padding: 0px 2px 0px 2px;	
}

#pagination_news p span.selected{
color:#80ab00;
padding:0px;
font-weight:bold;

}
#content #pagination_news a:link,
#content #pagination_news a:visited,
#content #pagination_news a:hover{
	border:none;	
	color: #666666;
	padding:0px;
}

/*pagination needs fixing*/




#switch_view{
	float:right;
	}
	
#switch_view img {
	border-left:1px solid #999999;
	padding-left:8px;
	margin-right: 8px;
	float:left;

	}	
#content #switch_view a:link, #content #switch_view a:link, #content #switch_view a:visited, #content #switch_view a:hover{
	border:none;
	}
#switch_view p {
	margin:0px;
	padding:0px;
	float:left;
	font-size:9px;
	font-weight:bold;
	color:#999999;
	}
	
#graphic_view{
width:614px;
text-align:center;
height:285px;
margin-bottom:10px;
float:left;
margin-left:10px;


}
/* orchestra and chorus  popover*/	
#discipline_container{
	display:none;
	width:600px;
	height: 360px;
	/*overflow:hidden;*/
	position:absolute;
	position: absolute; 
	z-index: 25; 
	left: 50%; 
	margin-left: -300px;
	top: 80px;
	background-color:#FFFFFF;
	border: solid 1px #CCCCCC;
	
	}	


/* Needed for jScroll*/
#discipline_container .scroll_pane{
	width:600px;
	height: 320px;
	overflow:auto;
	
	overflow-x:hidden;
	overflow-y:hidden;
	
	}

#discipline_container .threeCol{
	width:100%;
	margin:0px 0px 15px 0px;
	padding:10px;

	}
	
#discipline_container .threeCol ul{
	float:left;
	width:32%;
	margin-right:10px;

	}	
	
#discipline_container .threeCol .threeColLast{
	margin-right:0px;
	}
	
#discipline_container li h4{
	
	font-size:15px;
	color:#333333;
	border-bottom:solid 1px #999999;
	padding-bottom:6px;
	margin-bottom:6px;
	margin-right:20px;
	
	

	/*margin: 20px 0px 8px 0px;*/
	/*float:left;
	width:100%;*/
	
	padding-left:10px;
	}
	
#discipline_container ul ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	letter-spacing: 0em;
	margin:0px 0px 8px 0px;
	border:none;
	padding:0px 10px ;
	font-weight:normal;
	line-height:1.5em;
	}	

#discipline_container  ul li a:hover{
	border-bottom:solid 1px #80ab00;
	}	
	
#discipline_container  ul li a{

	color:#80ab00;
	}

#discipline_container ul li p{
	margin:0px;
	padding:0px;	
	}	
	
	
#discipline_container #close_btn{
	float:right;
	z-index:900;
	margin-top:10px;
	margin-right:10px;
	}	
				
/* BEGIN SCROLL BAR STYLING*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #cccccc;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #999999;
	background-image:url(../images/scroll_up_arrow.gif);
	background-repeat:no-repeat;
	background-position:3px 5px;
	height: 13px;
	}
a.jScrollArrowUp:hover, a.jScrollArrowDown:hover  {
	background-color: #99cc00;
	}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #999999;
	background-image:url(../images/scroll_down_arrow.gif);
	background-repeat:no-repeat;
	background-position:3px 5px;
	height: 13px;
	}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
/* END SCROLL BAR STYLING*/
/*::::::::::::::::::::::::::::::::::     End SPECIFIC TO ORCHESTRA AND CHORUS     :::::::::::::::::::::::::::::::::::*/

/*::::::::::::::::::::::::::::::::::     Begin SPECIFIC To EVENT/DETAIL PAGES    :::::::::::::::::::::::::::::::::::*/
/*#content h4s are green questions*/
#detail_left{
	width:160px;
	margin-right:20px;
	float:left;
	padding-left:10px;
	padding-top:8px;
	}
#detail_right{
	float:right;
	width:444px;
	}
#detail_right h2, #detail_right h3, #detail_right h4, #detail_right p{
	padding-left:0px;
	}
#event_info_table{
	margin-bottom:10px;
	}
#event_info_table td{
	vertical-align:top;
	padding-bottom:8px;
	}	
#event_info_table h4{
	color:#80ab00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;	
	text-transform:uppercase;	
	line-height:1.8em;
	padding-left:0px;
	}
#event_info_table p{
	margin-bottom:0px;
	}
#detail_left .linkbox a, #detail_left .linkbox a:link, #detail_left .linkbox a:visited, #detail_left .linkbox a:hover{
	font-size: 14px;
	color:#FFFFFF;
	letter-spacing:0em;
	padding:4px 4px 4px 26px;
	margin:0px 0px 3px 0px;
	display:block;
	width:auto;
	border:none;
	}
#detail_left .graphic a:link img, #detail_left .graphic  a:hover, #detail_left .graphic a:visited{
	border:none;
	text-decoration:none;
	}
#event_sponsors{
	margin-top:20px;
	} 

#event_sponsors .scaled_down{
	width:120px;
	margin-right:20px;
	}

#event_sponsors p{
	font-size:10px;
	font-weight:bold;
	margin-bottom:6px;
	}
#flashListen{
	margin-bottom:3px;
	}
#detail_listen{
	margin-bottom:3px;
	}
/*flash video player*/
#video_holder{
	display:none;
	width:400px;	
	position: absolute; 
	z-index: 25; 
	left: 50%; 
	margin-left: -200px;
	top: 80px;
	padding:10px;
	background-color:#FFFFFF;
	border: solid 1px #CCCCCC;
	}
	
/* youTube force size*/	
	
#video_holder object, #video_holder embed{
	width:400px;
	height:320px;
	}
	
		
	
#video_wrap{
	background-color:#000000;
	}
#video_caption{
	float:left;
	width:400px;
	padding-top:8px;
	}
#video_caption a, #video_caption a:link, #video_caption a:hover, #video_caption a:visited{
	border:none;
	}
#video_caption p{
	font-size:11px;
	padding-left:0px;
	line-height:1.3em;
	}
#video_caption_left{
	float:left;
	width:373px;
	}
#video_close{
	float:right;
	}
#video{
	background-image:url(../images/video.gif);
	background-repeat:no-repeat;
	background-position:4% 40%;
	}	
#album_caption_holder{
	height: 40px;
	}
/* span class for performer specialty*/
#content .specialty	{
	display:block;
	color:#999999;
	font-style:italic;
	font-size:18px;
	margin-top:3px;
	}
.did_you_know{
	margin-top:25px;
	}
#content #detail_left  h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#333333;
	font-style:italic;
	font-size:14px;
	padding-left:0px;
	border-bottom:solid 1px #000000;
	padding-bottom:6px;
	margin-bottom:6px;
	}
#content #detail_left .did_you_know p {
	padding:0px;
	line-height:1.5em;
	color:#666666;
	font-style:italic;
	}
/*::::::::::::::::::::::::::::::::::     End SPECIFIC To EVENT/DETAIL PAGES      :::::::::::::::::::::::::::::::::::*/

/*::::::::::::::::::::::::::::::::::     Begin SPECIFIC To EVENT GALLERY PAGES      :::::::::::::::::::::::::::::::::::*/
.season_event_wrapper{
	float: left;
	margin-bottom:30px;
	}
.season_event_wrapper .image_wrap{
	float: left;
	width:160px;
	background-color:#CCFF66;
	margin: 5px 20px 0px 0px;	
	}
/* the following is for event supergallery */
#season_chunk{
	padding-bottom: 10px;
	}
#season_chunk h1, #season_chunk h1 a:link{
	color: #80ab00;
	font-size:18px;
	line-height:20px;
	margin-bottom:8px;
	padding-bottom:0px;
	border-bottom:none;	
	text-decoration:none;
	}
#season_chunk h2{
	font-size: 14px;
	}
/* end event supergallery */

/*::::::::::::::::::::::::::::::::::    End SPECIFIC To EVENT GALLERY PAGES      :::::::::::::::::::::::::::::::::::*/

/*::::::::::::::::::::::::::::::::::     Begin SPECIFIC To CALENDAR PAGES  :::::::::::::::::::::::::::::::::::*/

.cal_load{
background-image:url(../images/calendar_loading.gif);
background-position:10px 8px;
background-repeat:no-repeat;

}

/*begin calendar header bar*/
#cal_switch_view_wrap{
	text-align:center;
	width:524px;
	float:left;

	margin-bottom:3px;
	background-color:#333333;
	padding:6px 0px 6px 110px;
	}
		
#cal_switch_view_wrap h1{
	color:#ffffff;
	border:none;
	padding:7px 0px 9px 0px;
	font-size:18px;
	display:inline;
	}
#cal_switch_view_wrap a, #cal_switch_view_wrap a:hover{
	border:none;
	padding:5px 8px;
	}
	
#cal_switch_view{
	float:right;
	
	}
	
#cal_switch_view p{
	margin:0px;
	padding-top: 4px;
	padding-bottom: 4px;
	color:#FFFFFF;
	float:left;
	line-height:1.4em;
	}
	
#cal_switch_view a, #cal_switch_view a:hover{
	padding:0px;
	}	
	
#cal_switch_view img {
	padding:5px 0px 5px 10px;
	margin-right: 10px;
	float:left;
	background-image:url(../images/cal_view_divider.gif);
	background-repeat:no-repeat;
	background-position:left;

	}	
	
	
/*end calendar header bar*/

/* begin right column legend*/
#legend {
	margin-top:5px;
	width:100%;
	float:left;
	}
#legend h3{
	font-size:14px;
	letter-spacing:0.03em;
	border-bottom:1px solid #666;
	padding:0px 0px 5px 6px;
	margin:0px 0px 10px 0px;
	}
#legend .two_col{
	width:95px;
	float:left;
	padding-left:5px;
}
#legend img{
	float:left;
	margin-top:3px;
	}
	
#legend p img{
	float:none;
	display:inline;
	margin-left:3px;
	}
#legend p{
	font-size:11px;
	margin: 3px 0px 0px 18px;
	
	}
	
#legend a, #legend a:hover, #legend a:visited, #legend a:link {
color:#333333;
border:none;
cursor:pointer;
	
	}	
	
.legend_item{
	float:left;
	margin-bottom:8px;
	position:relative;
	}
/* end right column legend*/

/* begin calendar grid view*/
#cal_grid_table, #cal_list_table{
	clear:left;
	width:634px;
	
	}
	
#cal_grid_table td{
	width:14.28%;
	height:130px;
	border:1px solid #cccccc;
	vertical-align:top;
	padding:6px;
	
	}	

#cal_grid_table th{
	width:14.28%;
	border:1px solid #99CC00;
	padding:6px 0px;
	background-color:#99CC00;
	text-align:center;
	height:auto;
	}
#cal_grid_table h4, #cal_list_table h4{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight:normal;
	}

#cal_grid_table p{
	padding:0px;
	margin:0px;
	}

#content #cal_grid_table .event_container a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	line-height:1.5em;
}

#content #cal_grid_table .event_container a:hover {
	border-bottom:solid 1px #333333;
	}

#content #cal_grid_table .event_container img{
	float:left;
	margin-right:6px;
	}
	
/* last style here belongs to calendar list view*/	
.no_day, .past_day, #content #cal_list_table td{
	background-color:#efefef;
	}
.curr_day{
	background-color:#e4f3c6;
	}
	
/* used for pop up bubble postitioning*/	



.event_container{
	position:relative;
	width:auto;
	margin-top:6px;
	}
	
/* pop up bubble container*/	
.popup {
    position: absolute;
    display: none;
	z-index:500;
	}
#content #cal_grid_table .event_container .popup p, #legend .popup p{
	font-size:10px;
	padding-bottom:0.8em;
	line-height:1.3em;
	background-color:#FFFFFF;
	margin-left:0px;
	}
#content #cal_grid_table .event_container .popup a{
	color:#80ab00;
	}
#content #cal_grid_table .event_container .popup a:hover{
	border-bottom:solid 1px #80ab00;
	}

.popup_bubble_top{
	background-image:url(../images/bubble_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:171px;
	padding:10px 10px 0px 10px;
	}
.popup_bubble_btm{
	background-image:url(../images/bubble_bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:15px;
	width:191px;
	}	
/* end calendar grid view*/	


/* begin calendar list view*/

/*these next two styles are to force the border on "date_row" becase IE will not put a border on a tr*/


#cal_list_table table { 
	border-collapse:collapse; 
	}
#cal_list_table .date_row td { 
	border-top: 2px solid #fff;
	}
	
#content #cal_list_table tr.curr_day td{
	background-color:#e4f3c6;
	}
	
#content #cal_list_table tr.myHov td{
	background-color:#e4f3c6;
	background-color:#e7e7e7;
	}	
	


#cal_list_table p, #cal_list_table a{
	font-size:9px;
	margin-bottom:3px;
	line-height:1.5em;
	}	
#cal_list_table td{
	vertical-align:top;
	padding:8px 6px 6px 6px;
	padding:15px 6px 15px 6px;
	}	

#cal_list_table th{
	padding:6px 0px 6px 6px;
	background-color:#99CC00;
	text-align:left;
	height:auto;
	}
	
/* define widths for table columns—full table width is 634px*/	
#cal_list_table .date{
	padding:13px 0px 15px 0px;
	width:90px;
	text-align:center;
	}
#cal_list_table .event{
	width:164px;
	}
#cal_list_table .time{
	width:130px;
	}
#cal_list_table .program{
	width:250px;
	}
	
	
#content #cal_list_table img{
	float:left;
	margin-left:12px;
	}	
	
#content #cal_list_table .event p{
	margin-left:18px;
	}	

#content #cal_list_table a:link,#content #cal_list_table a:visited {
	color:#333333;
	}
#content #cal_list_table a:hover {
	border-bottom: 1px solid #333333;
	}	

.dotw{
	background-image:url(../images/dotw.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	margin: 0px auto;
	width:50px;
	height:17px
	}

.pretty_date{
	text-align:center;
	width:70px;
	margin:2px auto;
	}
#content #cal_list_table .date{
	text-align:center;
	}

#content #cal_list_table .pretty_date .dotw p{
	color:#ffffff;
	line-height:1.8em;
	}
#content #cal_list_table .pretty_date h2{
	clear:left;
	color:#333333;
	font-style:normal;
	font-size:13px;
	padding:0px 10px 0px 10px;
	margin:0px;
	line-height:1.5em;
	
	}
#content #cal_list_table .pretty_date h2 span{
	color:#333333;
	font-style:normal;
	display:block;
	font-size:32px;
	border-top: solid 1px #333333;
	padding:5px 0px 10px 0px;
	margin-top:1px;
	}

#content #cal_list_table .no_events{
	vertical-align:middle;
	height:300px;
	text-align:center;
	}

#content #cal_list_table .no_events p{
	font-size:14px;
	}

/*::::::::::::::::::::::::::::::::::     End SPECIFIC To CALENDAR PAGES      :::::::::::::::::::::::::::::::::::*/


/*::::::::::::::::::::::::::::::::::     Begin SPECIFIC To MEDIA PAGES      :::::::::::::::::::::::::::::::::::*/

#media_container{
	background-color:#333333;
	padding:20px;
	float:left;
	width:594px;
	}
/*gallery styles*/

.media_row{
	float:left;
	margin-bottom:20px;
	}
#featured_media_row{
	float:left;
	margin-bottom:20px;
	background-color:#191919;
	padding:15px;
	width:564px;
	}
#content #media_container #featured_info img{
	margin-bottom:8px;
	}
#content #media_container #featured_media_row h3{
	/*font-size:19px;
	margin-bottom:2px;*/
	}

#content #media_container #featured_media_row p{
	line-height:1.8em;
	
	}
#featured_info{
	width:173px;
	float:left;
	}

#featured_image{
	float:right;
	width:376px;
	}

#featured_image img{
	width:376px;
	
	}
.media_row_last{
	float:left;
	
	}

.media_column{
	float:left;
	margin-left:15px;
	width:188px;
	}

.media_column img{
	margin-bottom:10px;
	width:188px;
	}


.media_column_first{
	margin-left:0px;
	
	}



#content #media_container p, #content #media_container a{
	color:#ffffff;
	padding-left:0px;
	font-size:10px;
	margin-bottom:5px;
	line-height:1.5em;
	}

#content #media_container a:link, #content #media_container a:visited{
	font-weight:bold;
	}

#content #media_container a:hover{
	color:#CCCCCC;
	border-bottom:none;
	}

/*featured media area*/

#content #media_container h3{
	padding-left:0px;
	color:#FFFFFF;
	font-size:16px;
	line-height:1.4em;
	margin-bottom:6px;
	
	}
#content #media_container .view_all{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:6px;
	}
/* detail styles */

#media_detail_left{
	float:left;
	width:400px;
	
	}

/*begin for recoredings playlist view*/
#playlist_view{
	display:none;
	background-color:#333333;
	padding:0px;
	float:left;
	width:634px;
	
	}

#playlist_component{
	float:left;
	width:634px;
	height:270px;
	margin-bottom:10px;
	background-color:#000000
	
	}



/*end for recordings playlist view*/
#media_component{
	width:400px;
	height:320px;
	margin-bottom:10px;
	/*background-color: #000000;*/
	
	}
	
/*force size on youTube embeds*/


#media_component object, #media_component embed{
	width:400px;
	height:320px;
	
	margin-bottom:10px;
	
	
	}

	
	
	

/*Alert box for no Javascript or no Flash*/
#media_component_alternate{
	text-align:center;
	padding:20px;
	
	background-color:#000000;
	background-image:url(../images/flash_warning.gif);
	background-position:50% 30%;
	background-repeat:no-repeat; 
	}
#media_component_alternate h4{
	margin:130px 0px 8px 0px;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#media_component_alternate p{
	font-size:11px;
	color:#ffffff;
	}

.download_podcast{
float:right;
margin:0px 0px 15px 15px;

}


#media_detail_right{
	width:180px;
	height:300px;
	
	float:right;
	}
#media_right_controller{
	width:180px;
	margin-bottom:15px;
	
	}
#related_media h3{
	color:#FFFFFF;
	padding-left:0px;
	}
 #content #related_media p{
	padding:0px 0px 10px 20px;
	margin-top:10px
	
	
	}
#content #media_container #related_media a{
	margin:0px;
	font-weight:normal;
	
	
	}
.related_media_item{
	background-image:url(../images/media_hor_divider.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}

.related_image{
	background-image:url(../images/related_images.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}

.related_podcast{
	background-image:url(../images/related_podcast.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}

.related_audio{
	background-image:url(../images/related_audio.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}

.related_video{
	background-image:url(../images/related_video.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}
.related_page{
	background-image:url(../images/related_page.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}

#recordings_view_container{
	float:left;
	background-color:#FF0000;
	
	}

#switch_view_wrap_recordings{
	text-align:right;
	width:614px;
	float:left;
	background-color:#333333;
	padding:10px 20px 10px 0px;
	}
	
	#switch_view_wrap_recordings #switch_view{
	width:auto;
	margin-bottom:5px;
	}
#switch_view_wrap_recordings #switch_view .recordings_view {
	background-image:url(../images/cal_view_divider.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin-left: 8px;
	font-weight:normal;
	
	}

#switch_view_wrap_recordings #switch_view p, #content #switch_view_wrap_recordings a:link, #content #switch_view_wrap_recordings a:visited {
	padding:10px 0px 10px 0px;
	color:#FFFFFF;

	
	}	
	
#content #switch_view_wrap_recordings a:link, #content #switch_view_wrap_recordings a:visited {
	font-weight:normal;
	padding-left:10px;
		
	
	}

#switch_view_wrap_recordings #switch_view a.current {
	color:#999999;
	
	}
.recordings_container{
	padding-top:0px;
	margin-top:0px;
	}	

#content #media_container #media_detail_left #media_component #photo_player a{
	margin:0px;
	padding:0px;
	}
#photo_player{
	position:absolute;
	margin-top:300px;
	z-index:1000;
	width:398px;
	border:solid 1px #666666;
	background-image:url(../images/photo_player_bg.gif);
	background-repeat:repeat-x;
	padding:0px;
	
	}
#photo_player a{
	margin:0px;
	padding:0px;
	}

#photo_prev_next{
	width:38px;
	float:right;
	
	}
#photo_prev_next a{
	float:left;
	}

#pause_btn, #play_btn{
	float:left;
	
	}

#play_btn{
	display:none;
	
	}

#photo_caption{
	background-color:#333333;
	}

/*::::::::::::::::::::::::::::::::::     End SPECIFIC To MEDIA PAGES      :::::::::::::::::::::::::::::::::::*/



/*::::::::::::::::::::::::::::::::::     Begin SPECIFIC To SPONSORS PAGE      :::::::::::::::::::::::::::::::::::*/

#content #sponsor_wrap{
	padding:10px;
	
	}

#content #sponsor_wrap h1, 
#content #sponsor_wrap h2,
#content #sponsor_wrap h3,
#content #sponsor_wrap h4,
#content #sponsor_wrap h5,
#content #sponsor_wrap p{
	padding-left:0px;
	line-height:1.5em;
	margin-bottom:6px;

	}

#content #sponsor_wrap h3{
	font-size:18px;
	margin-bottom:15px;
	
	}


.sponsor_row{
	float:left;
	margin-bottom:20px;
	
	}

.sponsor_row_last{
	float:left;
	margin-bottom:0px;
	
	}

.sponsor_column{
	float:left;
	width:190px;
	margin-left:19px;
	text-align:center;
	}

.sponsor_column_first{
	margin-left:0px;
	}

.sponsor_column img{
	padding:15px;
	border:solid 1px #999999;
	margin-bottom:8px;
	}

/*::::::::::::::::::::::::::::::::::     End SPECIFIC To SPONSORS PAGE      :::::::::::::::::::::::::::::::::::*/

/*::::::::::::::::::::::::::::::::::     Begin SPECIFIC To MAP PAGE      :::::::::::::::::::::::::::::::::::*/
#map_wrap{
	margin-left:10px;
	margin-bottom:20px;
	}
#download_map{
	text-align:right;
	margin:15px 10px 0px 0px ;
	}
#content #label_a, #content #label_b, #content #label_c, #content #label_d, #content #label_e, #content #label_f, #content #label_g{
	background-position: 10px 2px;
	background-repeat:no-repeat;
	padding-left:32px;
	margin-top:15px;
	}
#content #label_a{
	background-image:url(../images/a.gif);
	}
#content #label_b{
	background-image:url(../images/b.gif);
	}
#content #label_c{
	background-image:url(../images/c.gif);
	}
#content #label_d{
	background-image:url(../images/d.gif);
	}
#content #label_e{
	background-image:url(../images/e.gif);
	}
#content #label_f{
	background-image:url(../images/f.gif);
	}
	#content #label_g{
	background-image:url(../images/g.gif);
	}


/*::::::::::::::::::::::::::::::::::     End SPECIFIC To MAP PAGE      :::::::::::::::::::::::::::::::::::*/


/*::::::::::::::::::::::::::::::::::     Begin SPECIFIC To SEND LINK POPUP      :::::::::::::::::::::::::::::::::::*/

#send_link_pop{
	width:381px;
	background-color:#FFFFFF;
	border: solid 1px #CCCCCC;
	padding:10px;
	height:185px;
	
	}
#up_frame{
	border:none;
	}
	
#send_link_pop h3{
	font-size:14px;
	line-height:1.5em;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:0px;
	}	

 #send_link_pop .email_link input{
	width:355px;
	border:1px solid #cccccc;
	background-image:none;
	padding:5px;
	}
	
#send_link_pop .required_input input{
	width:165px;
	background-image:none;
	padding:5px;
	}	
	
#send_link_pop .alert_input input{
	background-color:#FFFFCC;
	}	
	
.send_link_bg{
	background-color:#efefef;
	padding:10px;
	height:163px;
	}	

#send_link_pop textarea{
	border:1px solid #cccccc;
	width:350px;
	padding:5px;
	height:24px;
	}

#send_link_pop label{
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	}

#send_link_pop input[type="checkbox"]{
	width:15px;
	height:15px;
	margin:0px;
	padding:0px;
	background-image:none;
	}

#send_link_pop .send_link_bg .cc_send input{
	padding:0px;
	border:none;
	margin:0px;
	
	}


	
#send_link_pop .close_button img{
	margin-top:20px;
	cursor:pointer;
	}
	
#required_spoiler{
	display:none;
	}
	

/*::::::::::::::::::::::::::::::::::     End SPECIFIC To SEND LINK POPUP      :::::::::::::::::::::::::::::::::::*/


/*::::::::::::::::::::::::::::::::::     Begin SPECIFIC To CONTACT PAGE      :::::::::::::::::::::::::::::::::::*/


#contact_table{
	margin-left:10px;
	width:534px;
	background-color:#efefef;
	}

#contact_table input{
	/*height:25px;*/
	border:1px solid #cccccc;
	width:165px;
	background-image:none;
	padding:5px;
	margin:0px;
	}

#contact_table textarea{
	border:1px solid #cccccc;
	
	}
#contact_table select{
	height:25px;
	width:180px;
	}

#contact_table td, #contact_thanks td{
	padding:10px;
	padding-top:20px;
	}

#contact_table textarea{
	width:564px;
	height:150px;
	padding:5px;
	
	}


#contact_table .send_btn input{
	width:68px;
	height:30px;
	padding:0px;
	border:none;
	}
	
#contact_table .alert_input input, #contact_table .alert_input textarea, #contact_table .alert_input select{
	background-color:#FFFFCC;
	}	
	
#contact_table .enter_required{
	background-color:#666666;
	padding:10px;
	}

#contact_table .enter_required p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	margin-bottom:0px;
	}

#contact_table .enter_required img{
	float:left;
	margin-left:15px;
	margin-right:5px;
	
	}


#contact_thanks{
	margin-left:10px;
	width:614px;
	background-color:#efefef;
	text-align:center;
	height:250px;
	
	}
#contact_thanks h1{
	border:none;
	margin-bottom:10px;
	padding-bottom:0px;
	}

#contact_thanks p{
	margin-bottom:20px;
	
	}


#address_block{
	margin-top:10px;
	width:200px;
	
	float:left;
	
	}


#address_block h1{
	font-size:14px;
	letter-spacing:0.03em;
	border-bottom:1px solid #666;
	padding:0px 0px 5px 0px;
	margin:0px 0px 5px 0px;
	}

#address_block p{
	margin-top:5px;
	font-size:10px;
	line-height:1.55em;
	}	




/*::::::::::::::::::::::::::::::::::     End SPECIFIC To CONTACT PAGE      :::::::::::::::::::::::::::::::::::*/





/*::::::::::::::::::::::::::::::::::     BEGIN ADMINISTRATOR PREVIEW CONTROL PANEL   :::::::::::::::::::::::::::::::::::*/


#control_panel{
	width:100%;
	height:100px;
	background-color:#cccccc;
	position:fixed;
	bottom:0px;
	z-index:800;
	overflow:auto;
	background-image:url(../images/admin/c_panel_top.gif);
	background-position:top;
	background-repeat:repeat-x;
	left:0px;
	}

#edt_pub{
	margin-top:25px;
	float:right;
	margin-right:30px;
	width:180px;
	display:inline;
	}

#edt_pub img{
	margin-left:15px;
	}

#control_panel #warnings, #control_panel #success{
	margin-left: 30px;
	margin-top:10px;	
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:28px;
	width:634px;
	float:left;
	height:80px;
	overflow:auto;
	}
#control_panel #warnings{
	background-image:url(../images/admin/icon_warning.png);
}
#control_panel #success{
	margin-top: 20px;
	background-image:url(../images/admin/icon_success.png);
}
#control_panel #warnings p, #control_panel #success p{
	font-size:11px;
	color:#333333;
	margin-bottom:5px;
}
ul.warnings{
	margin: 0px 0px 8px 40px;	
}
ul.warnings li{
	font-size: 11px;
	line-height:14px;
	list-style:square;
	color:#333;
}

/*::::::::::::::::::::::::::::::::::     END ADMINISTRATOR PREVIEW CONTROL PANEL   :::::::::::::::::::::::::::::::::::*/


/*::::::::::::::::::::::::::::::::::     START SEARCH RESULTS   :::::::::::::::::::::::::::::::::::*/
h3 span.highlight{
	color:#80ab00;
	}

span.runin{
	font-size: 10px;
	color:#666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
p span.highlight{
	color:#80ab00;
	font-weight:bold;
	}
h3.search a, h3.search a:link, h3.search a:visited{
	color: #333;
	font-size:18px;
	}
/*::::::::::::::::::::::::::::::::::     END SEARCH RESULTS   :::::::::::::::::::::::::::::::::::*/

/*::::::::::::::::::::::::::::::::::     Begin SPECIFIC To TIMELINE      :::::::::::::::::::::::::::::::::::*/
#timeline{
	margin-left:10px;
	height:400px;
	width:614px;
	background-color:#000000;
	margin-bottom:15px;
	}

/*::::::::::::::::::::::::::::::::::     End SPECIFIC To TIMELINE       :::::::::::::::::::::::::::::::::::*/


/*::::::::::::::::::::::::::::::::::    BEGIN MAP MASHUP       :::::::::::::::::::::::::::::::::::*/
#content #map_container{
height:450px;
width:614px;
margin:0px 0px 15px 10px;


}

#content #map_container h2{
color:#333333;
font-style:normal;
margin-bottom:5px;

}

#content #map_container p{
line-height:1.5em;
}

#map_filter{
text-align:right;
padding:8px 5px;
background-color:#333333;
width:604px;
margin-left:10px;

}
#map_filter p{
display:inline;
color:#FFFFFF;
font-weight:bold;
padding-right:5px;

}

/*::::::::::::::::::::::::::::::::::    End MAP MASHUP       :::::::::::::::::::::::::::::::::::*/

/*::::::::::::::::::::::::::::::::::    BEGIN SITEMAP      :::::::::::::::::::::::::::::::::::*/
.sitemap{
	width:100%;
	float:left;
	}
.sitemap li{
	width:22%;
	float:left;
	}	
.sitemap li ul li, .sitemap li ul{
	width:100%;
	}

#content ul.sitemap ul .ex_col_li a{
	width:90%;
	}
#content ul.sitemap li ul li{
	line-height:1.5em;
	margin-bottom:5px;
	
	}
#content ul.sitemap li{
	color:#999;
	line-height:1.5em;
}
#content ul.sitemap, #content ul.sitemap li ul{
	margin: 0px;
	padding:0px;
	}

#content ul.sitemap li a:hover, #content ul.sitemap li ul li a:hover{
	border-bottom: none;
	color:#80ab00;
	}

#content ul.sitemap li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	list-style:none;
	background-image:none;
	margin:14px 0px 0px 0px;
	}
#content ul.sitemap li ul li, #content ul.sitemap li ul li ul li{
	margin:0px;
	}


#content ul.sitemap ul li ul li {
	padding:0px 0px 0px 12px;
	}
#content ul.sitemap ul li ul li a:link, #content ul.sitemap ul li ul li a:visited{
	background-image: none;
	padding:0px;
	}

#content .sitemap ul li{
	padding:0px;
	margin-bottom:10px;
	line-height:1.5em;
	color:#999999;
	}

#content ul.sitemap li a:link, #content ul.sitemap li a:hover, #content ul.sitemap li a:visited {
	float:left;
	font-size:11px;
	color:#80ab00;
	font-weight:bold;
	background-image:none;
	padding:0px;
	margin:0px;
	line-height:1.5em;
	margin-bottom:5px;
	}

#content ul.sitemap ul li a:link, #content ul.sitemap ul li a:hover, #content ul.sitemap ul li a:visited {
	float:left;
	font-weight:normal;
	font-size:11px;
	color:#333;

	padding:0px;
	background-image:none;
	
	}

#content .sitemap ul li ul, #content .sitemap ul li ul  {
	display:none;
	}
#content .sitemap span{
	float:left;
	clear:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	margin:8px 0px 5px 12px;
	padding:1px 5px;
	font-size:9px;
	background-color:#ccc;
	}
.ex_col{
	width:9px;
	height:9px;
	cursor:pointer;
	margin-top:4px;
	float:left;
	margin-right:0px;
	
	}
.collapsed{
	background-image:url(/images/col_arrow.gif);
	background-repeat:no-repeat;
	
	
	}
.expanded{
	background-image:url(/images/ex_arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	
	}





/* important info bar */
/*#important_info{
background-color:#333333;
height:30px;
width:898px;
margin-left:54px;
float:left;
margin-bottom:30px;
display:inline;
display:none;

}*/

#important_info{
width:898px;
margin-left:54px;
float:left;
display:inline;
}

#important_info_table_wrap{
background-color:#333333;
width:898px;

margin-bottom:30px;
float:left;
display:none;
}



#important_info a{
	text-decoration: underline;
	border-bottom:none;
}

/*#important_info a.no_underline {
	text-decoration: none;
}*/
#important_info p, #important_info a{
color:#FFFFFF;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#important_info p {
	padding:8px 16px;

}

#important_info_cancel{
	background-color:#99CC00;
	width: 210px;
	text-align:center;

}

	
#important_info_cancel a{
	border:none;
		text-decoration: none;
	}	
	
	
/*Browser alert*/

#browser_alert{
	background-color:#999999;
	width:858px;
	margin-left:54px;
	float:left;
	margin-bottom:30px;
	padding:10px 20px;
	}

#browser_alert p{
	color:#FFFFFF;
	padding:0px;
	font-size:11px;
	margin-bottom:10px;
	line-height:1.5em;
	
	}
#browser_alert p strong{
	font-size:12px;
	}

#broswer_download{
	float:left;
	}
#broswer_download img{
	margin-right:15px;
	}
#no_thanks{
	float:right;
	margin-top:10px;
	cursor:pointer;
	}
	
	

/* right column promo box */

#promo{
float:left;
width:200px;
margin:10px 0px;

}

#promo p{
font-size:11px;
color:#333333;
line-height:1.5em;
font-style:italic;

}
/*404 styles*/

#lrg_search_field{
display:inline;
float:left;
margin-top:15px;
background-color:#cccccc;
width:594px;
margin-left:10px;
padding:10px;

}

#lrg_search_field input{
background-color:#ffffff;
display:inline;
font-size:17px;
padding:3px;
width:500px;
float:left;

}
#lrg_search_field .btn{
width:74px;
float:right;
padding:0px;
border:0px;

}


