/* COLORS
Star Blue:	#3954a5
V.Lt. Blue:	#acbae6
Red:		#FF0000

*/

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #3954a5 url(../images/topgrad.jpg) top center repeat-x;
}

h1 {
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
	margin: 3px 0;
}

h2 {
	font-size: 18px;
	color: #3954a5;
	font-weight: bold;
	margin: 3px 0;
}

strong {
	/*text-decoration: underline;	*/
	font-weight: bolder;
	/*color: #3954a5;*/
}

.blue {
	color: #3954a5;
}
.red {
	color: #FF0000;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.caps {
	text-transform: uppercase;
}
.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.f24 {
	font-size: 24px;
}
.f18 {
	font-size: 18px;
}
.f16 {
	font-size: 16px;
}

.hdr {
	color: #FFFFFF;
	background: #3954a5 url(../images/h2_bkgd.gif) right top no-repeat;
	padding: 5px;
}
.hdr_red {
	color: #FFFFFF;
	background: #FF0000 url(../images/h2_red_bkgd.gif) right top no-repeat;
	padding: 5px;
}
.emph {
	font-weight: bold;
	color: ##3954a5;
}
a {
	color: #3954a5;
	text-decoration: none;
}
a:hover {
	color: #acbae6;
	text-decoration: underline;
}
a.thumb img {
	border: 2px #acbae6 solid;
}
a:hover.thumb img {
	border: 2px #3954a5 solid;
}

ul.list {
	list-style-type: none;
	list-style-image: url(../images/bullet_star.gif);
}

.alert {
	padding: 5px;
	margin: 20px 0 20px 0;
	color: #FF0000;
	border: 1px #FF0000 solid;
	background: #ffbfbf;
	text-align: center;
}
.error {
	color: #FF0000;
}

.mpr_note {
	text-align: center;
	font-style: italic;
}

/*ul.location_list  {
	margin: 0 0 10px 0;
	padding: 10px 10px 5px 10px;
	list-style: none;
	background: #edf0f7;
}
.location_list li {
	display: inline-block;
	width: 175px;
	padding: 0 0 10px 0;
	margin: 0;
}
.location_list a:hover {
}*/

#location_list  {
	margin: 0 0 10px 0;
	padding: 10px 10px 5px 10px;
	background: #edf0f7;
	height: 80px;
}

#location_list a {
	width: 170px;
	padding: 5px 5px 5px 20px;
	margin: 0;
	display: block;
	float: left;
	background: url(../images/bullet_star.gif) 5px 8px no-repeat;
}
#location_list a:hover {
	background: #FF0000;
	text-decoration: none;
	color: #FFF;
}

.location_listing {
	border: 1px #acbae6 solid;
	padding: 10px 10px 5px 10px;
	margin-bottom: 10px;
	background: #FFF;
}
.location_listing h2 {
	color: #FFFFFF;
	background: #3954a5 url(../images/location_listing_h2_bkgd.gif) right top no-repeat;
	margin: -10px -10px 5px -10px;
	padding: 5px;
	font-size: 14px;
}
.location_listing p {
	margin-top: 0;
}

.reg_box {
	padding: 5px;
	background: #acbae6;
	border: 1px #3954a5 solid;
	text-align: center;
	margin: 0 auto 10px auto;
}
.reg_time {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

/* TABLES */
.details {
	border-top: 2px #000 solid;
	border-left: 2px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;}
.details td {
	padding: 3px;
	font-size: 12px;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
}
.details td.red {
	background: #FF0000;
	color: #FFF;
}
.details td.detail_tbl_hdr {
	color: none;
	border: none;
	background: none;
}

/* PAGE */
#page {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF url(../images/bodybkgd.gif) top center repeat-y;
}

/* CONTAINER */
#container {
	margin: 0 auto;
	padding: 0;
	background: url(../images/headerbkgd.jpg) top center no-repeat;
}

/* HEADER */
#header {
	height: 125px;
}
#header h1 {
	display: none;
}

/* NAVIGATION */
#nav {
	margin: 0 0 0 65px;
	height: 60px;
}
#nav img {
	border: none;
}
/* BANNER */
#banner {
	width: 790px;
	height:  175px;
	padding: 9px 60px 0 100px;
	text-align: center;
	background: url(../images/bannerbkgd.jpg) top center no-repeat;
}
#banner img {
	border: none;
	margin-top: 5px;
	padding-left: 60px;
	float: left;
}

/* EVENT LINKS */
#eventlinks {
	width: 200px;
	height: 140px;
	margin-top: 5px;
	background: #3954a5;
	text-align: left;
	color: #FFF;
	font-size: 12px;
	float: left;
}
#eventlinks ul {
	margin: 2px;
	padding: 1px 0 0 0;
	list-style: none;
	border-top: 1px #FFF solid;
}
#eventlinks li {
	margin: 0;
	padding: 2px 5px 2px 20px;
	background: url(../images/pdficon_small.gif) 2px 0 no-repeat;
}
#eventlinks a {
	color: #FFF;
	text-decoration: none;
}
#eventlinks a:hover {
	text-decoration: underline;
}

/* INTRO */
#intro {
	display: none;
}

/* SIDEBAR */
#sidebar {
	float:left;
	margin-top: 90px;
}

/* CONTENT */
#content {
	margin: 20px 120px 0 225px;
	min-height: 400px;
}

/* EVENT LINK */
.eventlink {
	width: 292px;
	height: 120px;
	padding: 4px;
	text-align: center;
	float: left;
}

.eventlink img {
	border: none;
}

/* DISNEY BANNER */
#disneybanner {
	margin: 0 auto;
	padding: 10px 0 5px 0;
	text-align: center;
	clear: both;
}
#disneybanner img {
	border: none;
}

/* FOOTER */
#footer {
	height: 95px;
	background: #3954a5 url(../images/footerbkgd.jpg) top center no-repeat;
}
#footer p {
	padding-top: 58px;
	text-align: center;
	color: #FFFFFF; 
}
#footer a {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #acbae6; 
	text-decoration: underline;
}

/* CONTACT FORM */
#contactform {
	margin: 20px 0 0 0;
}

/* */
.thumbnail {
	margin: 0 5px 5px 0; 
	text-align: center; 
	width: 100px; 
	height: 100px; 
	float: left;
	overflow: hidden;
	text-align: center;
}