/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/


body
{
	margin:					0px;
	padding:				0px 0px;
	padding-bottom:			28px;
	
	background-color:		#AAAAAA;
	background:				url("/images/bg_pattern.gif");

	/*	Default text styles	----------------------------*/
	font-family:			'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color:					#333333;

}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#4074ad;
}

a:hover
{
	color:					rgb(119,119,119);
}

/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	position:				relative;
	background-color:		white;
	width:					1000px;
}


#header
{
	height:					101px;
	/*background-image:		url("/images/header_bg.gif");*/
	background-image:		url("/images/header-1.jpg");
	background-repeat:		repeat-x;
	z-index:				-1;
}

#bcd_header
{
	height:					121px;
	background-image:		url("/images/bcd/bcd_header_bg.gif");

	background-repeat:		repeat-x;
	z-index:				-1;
}

*>#drop-shadow-sides
{
	background:				url("/images/drop_shadow_sides.png") repeat-y;
	background-position:	center;
	z-index:				-999
}


#drop-shadow-bottom		/*	So IE 6 gets correct bottom margin	*/
{
	position:				relative;
	width:					1040px;
	height:					63px;
	top:					-42px;
	margin-bottom:			0px;
	display:				block;
	border:					none;
	padding:				0;
	z-index:				-999				
}

*>#drop-shadow-bottom
{
	margin-right:			auto;
	margin-left:			auto;
	background:				url("/images/drop_shadow_bottom.png") no-repeat bottom;
	position:				relative;
	width:					1040px;
	height:					63px;
	top:					-42px;
	margin-bottom:			0px;
	display:				block;
	border:					none;
	padding:				0;
	z-index:				-999
}

/*	Popup container	*/
#popup-box
{
	/*	Customize			----------------------------*/
	background-color:		white;
	border:					1px solid black;
	margin:					0px 20px 0px 20px;
	padding:				15px;
}


#search-form
{
	position:				absolute;
	top:					10px;
	left:					781px;
}

#search-form .button
{
	position:				absolute;
	left:					152px;
	top:					0px;
	border:					1px solid #807d77;
}

.searchbg
{
	background-color:		#474747;
	width:					151px;
	height:					19px;
	display:				block;
	border:					1px solid #807d77;
}

.search_field
{
color:						white;
position:					absolute;
left:						4px;
top:						3px;
border:						0;
padding:					0;
width:						144px; /* the width of the actual search box, must be shorter than searchbg so it fits inside it. */
height:						14px; /* again, must be slightly less than searchbg size */
font-size:					11px;
font-family:				'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
background-color:			transparent; 
}

#logo
{
}


#logo a,
#logo a:hover
{
	color:					white;
}

table#body
{
	border-collapse:		collapse;
	width:					750px;
	border:					0px solid red;
}

col#col-left
{
	width:					160px;
}

col#col-content
{
	width:					auto;
}

/*	See sectionnav CSS tempaltes for td#left	*/

/*	Optional sitebar	*/
td#right
{
}

td#content
{
	width:					auto;
	height:					520px;		/*	This is really min-height	*/
	padding:				25px 40px 55px 50px;
	/*
	position:				relative;
	top:					0;
	*/
	vertical-align:			top;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	color:					#a1a1a1;
	position:				relative;
	height:					40px;
	line-height:			40px;
	background-color:		white;
	background:				url("/images/footer_bg.jpg") bottom repeat-x;
	clear:					both;
	padding-left:			13px;
	
	font-family:			'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size:				11px;

	padding-top:			2px;
	border-top:				1px solid #807d77;
}

#footer p
{
	color:					#a1a1a1;
	clear:					both;
}

#footer ul
{
	width:					100%;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

#footer li
{
	float:					left;
	padding:				5px 10px;
}

#footer a
{
	color:					#a1a1a1;
}

#footer #homepage-only
{
	font-size:				11px;
	color:					#a1a1a1;
	position:				absolute;
	display:				inline;


	line-height:			12px;
	padding-bottom:			1px;
	padding-right:			9px;
	padding-left:			9px;
	/*border-left:			1px solid #a1a1a1;*/
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0;
	padding:				0;

	/*font-family: 			'Georgia', serif;*/
	
	font-weight:			bold;
	font-size:				26px;
}

h1.calendar
{
	margin-bottom:					10px;
}

h1 a,h1 a:hover
{
	color:					#333333;
	font-style:				italic;
	font-family:			'impact';
	font-weight:			normal;
}

#popup-box h1
{
	margin-top:				10px;
	text-align:				center
}

h2
{
	
	font-family:			'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-weight:			bold;
	font-size:				13px;
	color:					#4074ae;
}

h3
{
	margin-top:				10px;
	line-height:			1.7em;
	font-family:			'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-weight:			bold;
	font-size:				0.70em;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0.5em 0em 1.7em 0px;
	padding:				0px;
	line-height:			1.7em;
	font-family:			'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	/*font-family:			'Georgia', serif;*/
	font-size:				0.78em;
}

blockquote
{
	margin:					1em 3em;
	padding:				0em;
	font-family:			'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-style:				italic;
	line-height:			1.4em;
}

.clear-floats
{
	clear:					both;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/

#sidebar_right
{
	border:					0px solid green;
	position:				absolute;
	left:					750px;
	top:					101px;
	width:					250px;
}

#sidebar_right img#contact-us
{
	margin-left:			-4px;
	margin-top:				28px;
}


/*
td#right
{
	width:					180px;
	padding:				20px;
}

.sidebar
{
	line-height:			1.4em;
	font-family:			"Trebuchet MS", verdana,arial,sans serif;
	font-size:				0.65em;
}
*/


/*=========================================================================================================
//	Page-Specific Styles
//=======================================================================================================*/

/*---------------------------------------------------------------------------------------------------------
//	Event Page (standard template)
//-------------------------------------------------------------------------------------------------------*/

/*	Event Location and Date	*/
.event-location
{
	font-size:		11px;
	font-weight:	bold;
	color:			#4074ae;
}

.event-location .pipe
{
	font-weight:	normal;
	position:		relative;
	top:			-1px;
}

/*	Event Slideshow	*/
img.event-slideshow
{
	float:			right;
	margin-top:		-56px;
}

/*	Pacakges	*/
.event-package
{
	margin-top:		15px;
	border:			1px solid #807d76;
	display:		table;
	width:			100%;
	background-image:	url('/images/package_bg.gif');
	background-repeat:	repeat-x;
	background-position:	bottom left;
}

.event-package h1
{
	font-size:		14px;
	color:			white;
	background:		url("/images/event_package_title_bg.gif") repeat-x;
	line-height:	28px;
	padding-left:	10px;
	border-bottom:	1px solid #807d76;
}

.package-content ul,
.event-add-ons ul
{
	margin:		10px 0;
	padding-left:	30px;
}

.package-content ul ul,
.event-add-ons ul ul
{
	margin:	0;
}


/*.package-content li*/
.package-content
{
	line-height:	15px;
	font-size:		11px;
	color:			#333333;
	padding-left:	10px;
}

.package-content li
{
	list-style:		none;
	background:		url("/images/event_package_bullet.gif") no-repeat 0 6px;
	padding-left:	10px;
	margin-left:	-30px;
}

/*	Add-Ons	*/
.event-add-ons
{
	border:			1px solid #807d76;
	display:		table;
	width:			100%;
	margin-top:		15px;
	background-image:	url('/images/package_bg.gif');
	background-repeat:	repeat-x;
	background-position:	bottom left;
}

.event-add-ons h1
{
	font-size:		11px;
	color:			white;
	background:		url("/images/event_add_ons_title_bg.gif") repeat-x;
	line-height:	28px;
	padding-left:	10px;
	border-bottom:	1px solid #807d76;
}

.event-add-ons ul li
{
	line-height:	12px;
	font-size:		11px;
	color:			#333333;
	background:		url("/images/event_add_on_bullet.gif") no-repeat 0 6px;
	padding-left:	10px;
	list-style:		none;
	margin-left:	-15px;
}


/*	Upcoming Events	*/
#upcoming_events
{
	width: 219px;
	font-family:	'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size:		11px;
	line-height:	14px;
	color:			#333333;
	padding-bottom:	16px;
}

#upcoming_events img.header
{
	margin-left:	-18px;
	margin-top:		17px;
}

#upcoming_events a, a:hover, a:active
{
	color:			#333333;
}

#upcoming_events h1
{
	font-family:	'Lucida Grande Bold', 'Arial Bold', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size:		11px;
	line-height:	14px;
	color:			#333333;
	display:		inline;
}


.upcoming_event
{
	border-top:		1px solid #bbbbbb;
	height:			50px;	/*	IE6 hack	*/
	min-height:		50px;
	padding-top:	10px;
	padding-bottom:	5px;
	margin-right:	18px;
}

.upcoming_event img
{
	float:			left;
	width:			50px;
	height:			50px;
	padding-right:	10px;
	margin-top:		-2px;
}


/*	Bottom Buttons	*/
table#bottom-buttons
{
	display:		table;
	width:			100%;
	margin-top:		15px;
}

table#bottom-buttons form
{

	display:		inline;
}

table#bottom-buttons #request
{
}

table#bottom-buttons #print
{
	text-align:		center;
}

table#bottom-buttons #terms
{
	text-align:		right;
}


/*---------------------------------------------------------------------------------------------------------
//	Events Landing
//-------------------------------------------------------------------------------------------------------*/

/*	Header Image	*/
.events-landing-header
{
	position:		relative;
	top:			-30px;
    left:           -3px;
	margin-bottom:	-42px;
}

.bodytext-padding	/*	Padding between header image and bodytext	*/
{
	padding:		13px;
}

/*	Featured Events	*/
table#featured-events
{
	width:			100%;
	border-collapse:	collapse;
}

table#featured-events a, a:hover, a:active
{
	color:			#333333;
}

table#featured-events td
{
}

.featured-event
{
	position:		relative;
	margin-right:	auto;
	margin-left:	auto;
	border:			1px solid #807d76;
	width:			198px;
	height:			287px;
	font-size:		11px;
	background:		url("/images/featured_event_bg.gif") repeat-x;
}

.featured-event .siteedit
{
	position:		absolute;
	left:			5px;
	top:			180px;
}

.featured-event img
{
	margin-left:	2px;
	margin-top:		2px;
}

.featured-event h1
{
	padding:		10px 10px 0px 10px;
	font-size:		14px;
	color:			#4e8bcc;
}

.featured-event p
{
	padding:		0px 10px;
	font-style:		bold;
	font-size:		12px;
}

/*	All Events	*/
table#events-table
{
	width: 100%;
	border-collapse: collapse;
}

table#events-table tr
{
	border-bottom:		1px solid #cccccc;
}


table#events-table td
{
	padding-top:	20px;
}


.event-list
{
	padding-bottom:	20px;
	margin-left:	auto;
	margin-right:	auto;
	width: 200px;
}

.event-list img.title
{
	padding-bottom: 10px;
	padding-left:	2px;
}

.event-list ul
{
	font-family:	'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	line-height:	20px;
	font-size:		12px;
	margin: 0;
	padding: 0;
	margin-left:	50px;
}

.event-list li
{
	list-style:		none;
	background:		url("/images/event_package_bullet.gif") no-repeat 0 9px;
	padding-left:	10px;
}

.event-list a
{
	color:			#333333;
}

/*	Newsletter Signup	*/
#newsletter_signup
{
	font-family:	'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	line-height:	14px;
	font-size:		11px;
	width:			179px;
	border:			1px solid #999999;
	margin-left:	21px;
	margin-top:		40px;
	padding-bottom:	10px;
}

#newsletter_signup .text
{
	width:			149px;
	padding-left:	15px;
	padding-top:	5px;
}

#newsletter_signup img.header
{
	position:		relative;
	left:			-11px;
}

#newsletter_signup img.button
{
	padding-top:	10px;
}


/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:					1px solid rgb(204,215,238);
	border-collapse:		collapse;
	empty-cells:			show;
}

table.data caption
{
	margin:					0.5em 0em;
	text-align:				left;
	font-family:			'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-weight:			bold;
	font-size:				0.70em;
}

tr.r0
{
	background-color:		white;
}

tr.r1
{
	background-color:		rgb(238,245,255);
}

table.data th,
table.data td
{
	padding:				0.5em 1.0em;
	text-align:				left;
	font-family:			'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

table.data th
{
	vertical-align:			bottom;
	background-color:		rgb(204,215,238);
	font-weight:			bold;
	font-size:				0.70em;
	color:					white;
}

table.data td
{
	vertical-align:			top;
	border-bottom:			1px solid rgb(204,215,238);
	font-size:				0.68em;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					26px;
	line-height:			26px;
	padding:				0em 1.0em;
	white-space:			nowrap;
	font-family:			'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size:				11px;

	border-bottom:			1px solid rgb(238,238,238);
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*	do not underline links	*/
a
{
	text-decoration:		none;
}

/*	shortcomings of the formatter	*/
p
{
	margin:					0px;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	font-size:				0.75em;
}

#mini_slideshow
{
	width:					194px;
	padding:				2px;
	border:					1px solid #807d77;
	float:					right;
	margin-left:			20px;
	margin-top:				-27px;
	background-image:		url(/images/mini_slideshow_bg.gif);
	background-position:	bottom;
	background-repeat:		repeat-x;
}

#controls
{
	background-image:		url(/images/minislide_control_bg.gif);
	background-repeat:		repeat-x;
	height:					17px;
	border:					1px solid #807d77;
	margin-top:				2px;
}

#nav_string
{
	float:					left;
	color:					#fac85c;
	line-height:			16px;
	padding-left:			3px;
	font-size:				0.70em;
}

.slideshow_nav
{
	float:					right;
	white-space:			nowrap;
}

.slideshow_nav img
{
	border-left:			1px solid #807d77;
	border-right:			1px solid #807d77;
	padding:		0;

	margin-left:	-4px;
}

#caption_box
{
	/*clear:both;*/
}

#calendar_sort_controls
{
	margin:					30px 0;
	vertical-align:			bottom;
	line-height:			24px;
}

.slideshow_nav a
{
	vertical-align:			top;
}

.print_only
{
	display:				none;
}
