@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	cursor:default;
}

td {
	vertical-align: top;
}

ul.history {
	list-style: none;
	margin-left: 0;
	padding-left: 2em;
	text-indent: -1.5em;
}

ul.history li {
	list-style:square inside;
	margin-bottom: 1em;
}

#Header {
	background-color: #8F989F;	
	height: 56px;
}

#Header #Logo{
	position: relative;
	left: 40px;
	top: 5px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 262px;
	height: 16px;
	display: block;
	float:left;
	
}

#Header #Logo a{
	width: 260px;
	height: 50px;
	display: block;
	float:left;
	top: -30px;
	left: -10px;
	position: relative;
}



#Header ul {
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

#Header #Links {
	position: relative;
	top: 4px;
	float: right;
	margin: 0px;
	display: block;
}

#Header #Search {
	position: relative;
	text-align: right;
	margin-right: 15px;
	display: block;
	margin-top: 5px;
}
#Header #Search input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: White;
	font-size: 12px;
	color: #999;
	padding: 2px;
	border: none;
}

#image {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

#image .cap {
	font-size: 9px;
	font-family: Arial, Verdana, sans-serif;
	color: #999999;
	text-align: left;
}

#Calendar {
	background-color: #01AEF0;	
	color: White;
	height: 60px;
	display: table-cell;
	vertical-align:middle;
}

#Calendar #CurMonth {
	/*
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 56px;
	float: left;
	text-transform:uppercase;
	letter-spacing: 8px;
	*/
	padding-top: 5px;
	float:left;
	margin-bottom: 5px;
	padding-left: 36px;
}
#Calendar #Dates {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	float: right;
	width: 400px;
	margin-top: 17px;
	margin-right: 10px;

}

#Calendar #Dates #Title{
	text-transform:uppercase;
	float: left;
	display:block;
	width: 100%;
	margin-bottom: 0px;
	font-size: 12px;
	margin-left: 4px;
}

#Calendar #Dates #Title a{
	color: White;
	text-transform:lowercase;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
}
#Calendar #Dates #Title a:hover{
	background-color: White;
	color: Black;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#Calendar #Dates #Elements{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:uppercase;
	float: left;
	display:block;
	width: 100%;
	/*line-height: 13px;*/
	
}

#Calendar #Dates #Elements a {
	text-transform:uppercase;
	color: white;
	float: left;
	width: 25px;
	display: block;
	text-align: center;
	height: 13px;
	margin-top: 0px;
	line-height: 14px;
}
#Calendar #Dates #Elements a:hover {
	background-color: White;
	color: Black;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


#Calendar #Dates #Elements span {
	text-transform:uppercase;
	color: White;
	float: left;
	width: 25px;
	display: block;
	text-align: center;
	/*margin-top: -1px;*/
	height: 13px;
}

#Calendar #Dates #Elements a.today,#Calendar #Dates #Elements span.today {
	background-color: White;
	color: Black;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
#Calendar #Dates #Elements a.today:hover {
	background-color: White;
	color: Black;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}



#Calendar #popup {
	display:none;
	width: 370px;
	border: 20px solid #8E99A0;
	text-align: left;
	position: absolute;
	top: 200px;
	left: 50%;
	right: 50%;
	padding: 7px;
	background-color: #E7E7E8;
	font-size: 11px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 0px;
}

#Calendar #popup a#close_link {
	color: White;
	text-decoration: none;
	float:right;
	padding: 3px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #8E99A0;
	font-size: 17px;
}
#Calendar #popup a#close_link:hover {
	background-color: #ccc;
	text-decoration: none;
}

#Calendar #popup .weekday {
	display:block;
	color: #00AEEF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	text-transform: uppercase;
	margin:5px;

}

#Calendar #popup .listing_subtitle_blue {
	color: #4B89B0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 4px;
}


#Calendar #popup a.listing_subtitle_gray {
	color: #4E93B6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	cursor: pointer;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top:3px;
	margin-bottom: 3px;
	display: block;
	margin-left: -5px;
}
#Calendar #popup a.listing_subtitle_gray:hover {
	background-color: #4E93B6;
	color: White;
	text-decoration: none;
}



#Calendar #popup .listing_anounce_gray {
	color: #A3999A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-left: 4px;
}



/* ------------------------------------------------------ */







#Sublinks {
	height: 38px;
	background-color: #F68121;
	padding-left: 10px;
	vertical-align: middle;
	padding-left: 40px;
}

#Sublinks a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	color: White;
	text-transform: uppercase;
	margin-right: 20px;
	text-decoration:none;
	font-weight:bold;
	background-image:url(images/sublinks_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 24px;
	display: block;
	vertical-align: text-bottom;
	line-height: 19px;
	height: 19px;
	margin-top: 1px;
	letter-spacing: 1px;
}

#Sublinks a:hover {
	color: #DC1617;
}

#Sublinks a.playmovie {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	float: right;
	color: White;
	text-transform: uppercase;
	text-decoration:none;
	font-weight:bold;
	background-image:url(images/play_movie.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 30px;		
	width: 80px;
	padding-bottom: 1px;
	margin-right: 10px;
	margin-top: -1px;
	-moz-border-radius: 4px;
   -webkit-border-radius: 4px;
	border-radius: 4px;
}
#Sublinks a.playmovie:hover {
	color: #DC1617;
}

#Bottom {
	background-image:url(images/bottom_gradient.gif);
	background-position: left;
	background-repeat:x-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: White;
	height: 20px;
	display: table-cell;
	background-color: #B1BCC2;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
}

#Bottom a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	margin-right: 10px;
	display: block;
	float:left;
	margin-top: 5px;
	margin-bottom: 4px;
}
#Bottom a:hover{
	text-decoration: underline;
}
	
#Bottom img{
	border: none;
	margin-right: 3px;
}


#MainBody {
		display: table-cell;
		vertical-align:top;
		padding: 0;
}

#MainBody .section_title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	color: #C1C5C8;
	padding-left: 20px;
}

#MainBody .section_description {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #6D747A;
	padding-left: 20px;
	display:block;
	line-height: 18px;
	width: 610px;
}

#MainBody .section_description_levels {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #6D747A;
	line-height: 18px;
}

#MainBody .table_row {
	border-bottom: 1px dotted #666;	
}

#MainBody .table_row_dotted {
	border-bottom: 1px dotted #666;	
	border-left: 1px dotted #666;	
	padding-left: 5px;
	padding-right: 5px;
}


#MainBody .table_title {
	color: #F98413;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	text-transform:uppercase;
	border-bottom: 1px dotted #666;	
	border-left: 1px dotted #666;	
	padding-left: 5px;
	letter-spacing: 1px;
}

#MainBody .table_title_levels {
	color: #F98413;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	text-transform:uppercase;	
	padding-left: 5px;
	letter-spacing: 1px;
}

#MainBody .listing_subtitle_blue {
	color: #4B89B0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
#MainBody .listing_subtitle_gray {
	color: #A3999A;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	text-transform: uppercase;
}
#MainBody .listing_anounce_gray {
	color: #555;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
}


#MainBody .details_table_title {
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: 1px dotted #666;
	padding-left: 10px;
}
#MainBody .details_table_subtitle {
	color: #666;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing: 1px;
}
#MainBody .details_table_text {
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	vertical-align:top;
	display:table-cell;
	padding-top: 4px;
}

#MainBody .bottom_area_title {
	padding: 3px;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px dotted #666;	
	border-bottom: 1px dotted #666;	
	float:left;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
	text-transform:uppercase;
	letter-spacing: 1px;
}

#MainBody .bottom_area_elementtitle {
	color: #4A94B7;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}
#MainBody .bottom_area_elementtext {
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	vertical-align:top;
	display:table-cell;
}

#MainBody .section_blue_title {
	display:block;
	color: #4A94B7;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 17px;

}
#MainBody .section_red_title {
	display:block;
	color: #FE4112;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	letter-spacing: 1px;

}

#MainBody .text_page {
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	vertical-align:top;
	display:table-cell;
}

#MainBody .text_page .red {
	color: #FE4112;
}

#MainBody .text_page a {
	color: #4A94B7;
	text-decoration: none;
}
#MainBody .text_page a:hover {
	text-decoration: underline;
}

#MainBody a.orange_bgr_link {
	padding: 4px;
	color: White;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform:uppercase;
	background-color: #FE4112;
	text-decoration: none;
	-moz-border-radius: 4px;
   -webkit-border-radius: 4px;
	border-radius: 4px;
}

#MainBody a.orange_bgr_link:hover {
	text-decoration: underline;
}

#MainBody .orange_bgr_title {
	padding: 4px;
	color: White;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:left;
	padding-left: 6px;
	padding-right: 6px;
	text-transform:uppercase;
	background-color: #FE4112;
	text-decoration: none;
	-moz-border-radius: 4px;
   -webkit-border-radius: 4px;
	border-radius: 4px;
	letter-spacing: 1px;
	font-weight: bold;

}

#MainBody #Directions_Right {
	background-image: url(images/visit_directions.gif);
	background-repeat: no-repeat;
	color: Black;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 200px;
	height: 540px;
	float: right;
	display: block;
	margin: 10px;
	text-align: center;
}

#MainBody #Directions_GoogleMap {
	width: 500px; 
	height: 500px; 
	margin: 10px; 
	border: 20px solid #7E6F6C;
}

#MainBody .Directions_DottedTitle {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	display: block;
	width: 180px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 14px;
}

#MainBody .Directions_BigNumbers {
	text-align: center;
	font-size: 13px;
	color: #58595B;
	font-family: "Times New Roman", Times, serif;
}

#MainBody .Directions_BigNumbers .red {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FE4112;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	display: block;
}

#MainBody .Directions_BigNumbers td{
	display: table-cell;
	vertical-align: top;
	text-align: center;
	width: 25%;
}

#MainBody .Directions_BigNumbers_Tall {
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	color: #6D747A;
	padding-left: 20px;
	line-height: 17px;

}
#MainBody .Directions_BigNumbers_Tall a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D2232A;
	font-size: 13px;
	display: block;
	margin-top: 5px;
	float:left;
}
#MainBody .Directions_BigNumbers_Tall span.trebuchet{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#MainBody .Directions_BigNumbers_Tall table td{
	vertical-align: middle;
}
#MainBody .Directions_BigNumbers_Tall span.trebuchet a.link{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D2232A;
	font-size: 13px;
	margin: 0px;
}


#MainBody .visits_gallery_right_title{
	color: Black;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin-top: 5px;
	letter-spacing: 0px;
	margin-left:5px;
}

#MainBody .visits_gallery_right_box {
	padding: 5px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	float:right;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #cccccc;
	text-decoration: none;
	-moz-border-radius-bottomleft: 16px;
	-moz-border-radius-bottomright: 16px;
   -webkit-border-bottom-left-radius: 16px;
   -webkit-border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	display: block; 
	width: 180px;
	margin: 10px;
	margin-top: -5px;
	text-align: center;
}

#MainBody .visits_gallery_right_box p{
	margin:0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
}

#MainBody #Visits_FacilityRentals_Gallery {
	width: 500px; 
	height: 300px; 
	margin: 10px; 
	margin-left: 0px;
	border: 20px solid #7E6F6C;
	margin-top: 15px;
}

#MainBody #Visits_FacilityRentals_Gallery_Note {
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 10px;
	font-size: 11px;
}

#MainBody .Exhibition_Title {
	color: #F98413;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 26px;
	text-transform:uppercase;
	letter-spacing: 2px;
	line-height: 24px;
	width: 420px;
	display: block;
}

#MainBody .Exhibition_Dates {
	color: #7E6F6C;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	text-transform:uppercase;
}

#MainBody .Exhibition_Description {
	color: #7E6F6C;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	width: 420px;
	display: block;
	line-height: 14px;
}

#MainBody a.Exhibition_Link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D2232A;
	font-size: 11px;
	text-decoration: underline;
	letter-spacing: 1px;
}
#MainBody a.Exhibition_Link:hover {
	text-decoration: none;
}

#MainBody .Exhibition_Location {
	color: #7E6F6C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform:uppercase;
}

#MainBody .Blue_Title {
	color: #4A94B7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-transform:uppercase;
}

#WeeklyObjects_BigImage_Holder {
	display: table-cell;
	width: 550px;
	height: 350px;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px;
	vertical-align: middle;
	text-align: center;
	height: 380px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	border-radius: 8px;
	
}
#WeeklyObjects_Description {
	width: 550px;
	padding: 11px;
	color: #7E6F6C;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	max-height: 380px;
	height: 200px;
	overflow: hidden;
}


/* Object of the Week Carousel */

.stepcarousel{
position: relative; /*leave this value alone*/
/*border: 10px solid black;*/
border: 1px dotted #999;
overflow: scroll; /*leave this value alone*/
width: 510px; /*Width of Carousel Viewer itself*/
height: 255px; /*Height should enough to fit largest content's height*/
margin-left: 20px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 157px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/* End of Object of the Week Carousel */

#MainBody .membership_levels_box {
	display: table-cell; 
	width: 80px; 
	height: 62px; 
	text-align: center; 
	vertical-align: middle;
	background-color: #F7923D; 
	color: White;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#MainBody .membership_levels_text {
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#MainBody a.join_support_Link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4A94B7;
	font-size: 13px;
	text-decoration: underline;
}
#MainBody a.join_support_Link:hover {
	text-decoration: none;
}

#MainBody .support_blue_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4A94B7;
	font-size: 13px;
	text-decoration: underline;
}

#MainBody .Join_Volunteer_Form {
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6D747A;
	font-size: 13px;
	padding-right: 10px;
}

#MainBody .Join_Volunteer_Form input{
	border: 2px solid #ccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	padding: 2px;
	width: 100%;	
}

#MainBody .Join_Volunteer_Form select{
	border: 2px solid #ccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	padding: 1px;
	width: 100%;	
}

#MainBody .Join_Volunteer_Form textarea{
	border: 2px solid #ccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	padding: 2px;
	width: 100%;	
}

#MainBody .Join_Volunteer_Form .button{
	padding: 5px;
	color: White;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform:uppercase;
	background-color: #FE4112;
	text-decoration: none;
	-moz-border-radius: 4px;
   -webkit-border-radius: 4px;
	border-radius: 4px;	
	width: 80px;
	border: none;
	display: block;
	margin-right: 10px;
	cursor: pointer;
}

#MainBody .Join_Volunteer_Form .error_message{
	padding: 5px;
	color: White;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #DD0000;
	text-decoration: none;
	-moz-border-radius: 4px;
   -webkit-border-radius: 4px;
	border-radius: 4px;	
	border: none;
	display: block;
	text-align: center;
}

#MainBody .Join_Enewsletter_Form {
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6D747A;
	font-size: 13px;
	padding-right: 10px;
}

#MainBody .Join_Enewsletter_Form input{
	border: 2px solid #ccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	padding: 2px;
	width: 100%;	
}

#MainBody .Join_Enewsletter_Form select{
	border: 2px solid #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 1px;
	width: 100%;
	background-color: #999;
	color: White;
}

#MainBody .Join_Enewsletter_Form textarea{
	border: 2px solid #ccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	padding: 2px;
	width: 100%;	
}

#MainBody .Join_Enewsletter_Form .button{
	padding: 5px;
	color: White;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform:uppercase;
	background-color: #FE4112;
	text-decoration: none;
	-moz-border-radius: 4px;
   -webkit-border-radius: 4px;
	border-radius: 4px;	
	width: 80px;
	border: none;
	display: block;
	margin-right: 10px;
	cursor: pointer;
}

#MainBody .Join_Enewsletter_Form .error_message{
	padding: 5px;
	color: White;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #DD0000;
	text-decoration: none;
	-moz-border-radius: 4px;
   -webkit-border-radius: 4px;
	border-radius: 4px;	
	border: none;
	display: block;
	text-align: center;
}

#MainBody #General_HistoryImage {
	width: 500px; 
	height: 338px; 
	margin: 10px; 
	border: 20px solid #7E6F6C;
}

#MainBody .Red_Title {
	color: #D2232A;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	text-transform:uppercase;
}

/* Multimedia */
#multimedia_listing {
	width: 594px;
	height: 300px;
	background-color: Black;
	color: White;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	overflow: auto;
	line-height: 15px;
}

#multimedia_listing a.item_title{
	color: #4A94B7;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px;
	margin-top:3px;
	margin-bottom: 3px;
	display: block;
	line-height: normal;
}

#multimedia_listing a.item_title:hover{
	color: White;	
	background-color: #4A94B7;
	text-decoration: none;
}



/* CORPORATE SPONSORS */

#corp #pictureArea {
	float:left;
	width:130px;
	text-align:center;
}

#corp .textpage {
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	vertical-align:top;
	display:block;
	margin-left:170px;
}

#corp .section_red_title {
	display:block;
	color: #FE4112;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	letter-spacing: 1px;
	margin-left:170px;

}




/* CALENDAR */



a.calendar_big_link,a.calendar_big_link:visited {
	
	color: #4E93B6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
	cursor: pointer;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top:7px;
	margin-bottom: 3px;
	display: block;
	margin-left: 0px;
	
}
a.calendar_big_link:hover{
	background-color: #4E93B6;
	color: White;
	text-decoration: none;
}

.calendar_big_image {
	width: 85px;
	height: 85px;
	display: block;
	margin-top: 5px;
}
.calendar_big_weekdays {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: uppercase;
	background-color: #8F989F;
	font-size: 11px;
	color: White;
	text-align: left;
	letter-spacing: 1px;
	border-left: 1px solid White;
	padding:0;
}
.calendar_big_day {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height: 120px;
	background-color: white;
	color: #999;
	font-size: 22px;
	vertical-align: top;
	display: table-cell;
	width: 94px;
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
}

.CalendarPage_Header {
	background-color: #7d8083;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
	font-size: 18px;
	color: #ccc;
	text-transform: uppercase;
	font-weight: lighter;	
}

.CalendarPage_Header a,.CalendarPage_Header a:visited {
	color: #ccc;
	text-transform: none;
	font-size: 14px;
	font-weight: lighter;
	text-decoration: none;	
	background-color: transparent;
	padding: 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
}

.CalendarPage_Header a:hover {
	background-color: #999;
	color: White;
}