*
{
	font-family:	Verdana;
	font-size:		11px;
}

body
{
	background:	#C2C2C2;
	padding:		0;
	margin:			0;
}

img
{
	border:	0;
}

#home
{
	background: #C2C2C2 url( background.png );
	position:		relative;
	width:			1024px;
	height:			800px;
}

#header
{
	text-align:		left;
	position:			absolute;
	top:					0;
	left:					42px;
	width:				914px;
	height:				92px;

	
}

#logo
{
	width:			234px;
	height:			92px;
}


#main
{
	text-align:	left;
	position:		absolute;
	top:				92px;
	left:				42px;
	width:			914px;
	height:			708px;
	
	background:		#36557B url( main-background.png );
	color:				white;
}

.overlay
{
	position:	absolute;
	top:			214px;
	left:			0;
	width:		914px;
	height:		186px;
}

.insert
{
	position:	absolute;
	top:			187px;
	left:			-42px;
	width:		206px;
	height:		206px;
}

#home-feature
{
	width:	914px;
	height:	400px;
}

#sub-feature
{
	width:	914px;
	height:	150px;
}

.sub-overlay
{
	position:		absolute;
	top:				0;
	left:				0;
	width:			914px;
	height:			150px;
}

#main-text
{
	position:		absolute;
	top:				411px;
	left:				38px;
	width:			388px;
	height:			267px;
	text-align:	justify;
	overflow:		hidden;
}

#main_sub
{
	position:		absolute;
	top:				178px;
	left:				38px;
	width:			552px;
	height:			502px;
	text-align:	justify;
	overflow:		hidden;
}
#main_sub h1
{
	padding:0;
	margin:0;
}

#main_sub p
{
	padding:0;
	margin:0 0 12px;
}

#menu_sub
{
	position:		absolute;
	left:				39px;
	top:				134px;
}

#menu_sub a
{
	padding-right:		20px;
	text-transform:		uppercase;
	color:						white;
	text-decoration:	none;
}

#menu_sub span
{
	padding-right:		20px;
	text-transform:		uppercase;
	color:						blue;
	text-decoration:	none;
}


td.label
{
	color:	white;
}

input.feedback
{
	width:	284px;
	height:	20px;
}

textarea.feedback
{
	width:	284px;
	height:	140px;
}

button
{
	background:	none;
	border:			none;
}

#access-plan
{
	position:		absolute;
	top:				240px;
	left:				481px;
	width:			206px;
	height:			441px;
	background:	url( price-plans-back.png );
}

#access-plan .bubble
{
	position:		absolute;
	top:				0;
	left:				36px;
}

#access-plan-sub
{
	z-index:		10;
	position:		absolute;
	top:				240px;
	right:			1px;
	width:			206px;
	height:			441px;
	background:	url( price-plans-back.png );
}

#access-plan-sub .bubble
{
	position:		absolute;
	top:				-10px;
	left:				36px;
}



.price-24hr
{
	padding-top:	147px;
	text-align:		center;
	color:				black;
	font-family:	Arial;
	font-size:		18px;
	font-weight:	bold;
}

.price-30dy
{
	text-align:		center;
	color:				black;
	font-family:	Arial;
	font-size:		18px;
	font-weight:	bold;
}

.price-notes
{
	text-align:		center;
	color:				black;
	font-family:	Arial;
	font-size:		12px;
	padding:			18px 6px 0;
	line-height:	1.3em;
}

.feature-event-wrapper
{
	text-align:			left;
	position:				absolute;
	top:						278px;
	left:						662px;
	overflow:				hidden;
	width:					260px;
	height:					260px;
	
	background:		url( feature-event-back.png );
}

#feature-event
{
	padding:				48px 55px;
}
h1.event-title
{
	text-transform:	uppercase;
	font-size:			13px;
	margin:					0 0 10px 0;
	padding:				0;
}

p.event
{
	margin:					0;
	padding:				0;
}

a.event-link
{
	color:	white;
}
span.event-date
{
	color:				#40698E;
	font-weight:	bold;
}

.lower-right
{
	position:				absolute;
	bottom:					0;
	right:					-68px;
	width:					248px;
	height:					248px;
}

#access_code_div
{
	position:				absolute;
	top:						0;
	right:					-68px;
	width:					265px;
	height:					247px;
	background:			url( access-code-back.png );
}

#enter_here_image, #enter-here
{
	position:				absolute;
	bottom:					0;
	right:					0;
	width:					265px;
	height:					117px; 
	
}

#access-popup
{
	position:				absolute;
	left:						-30px;
	top:						175px;
	width:					293px;
	height:					114px;
	background:			url( pulldown-back.png );
	display:				none;
	z-index: 20;
}

#access-popup .inner
{
	margin:	15px 40px 0;
}

#access-popup *
{
	font-size:	11px;
}

form.access-form input.code
{
	position:			absolute;
	width:				155px;
	height:				26px;
	left:					36px;
	top:					128px;
	/*border:				1px dashed gray;*/
	border:				none;
	background:		none;
	font-size:		18px;
	color:				gray;
}


#brute-overlay
{
	position:			absolute;
	left:					0;
	top:					0;
}

#token_expired
{
	position:			absolute;
	left:					0;
	top:					0;
}

.setup-overlay
{
	position:			absolute;
	left:					0;
	top:					0;
}

#footer
{
	text-align:			left;
	position:				absolute;
	bottom:					0;
	left:						42px;
	width:					863px;
	height:					21px;
	padding-top:		6px;
	padding-left:		40px;
	padding-right:	11px;

	background:			#0B2144;
}

#report_error_message
{
	background:	url( error-back.png );
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	width: 400px;
	padding: 2px;
}

div.plan-selection-form
{
	width:500px;
}

#product_listing
{
	list-style:none;	
}

#whereGuestWantsToGo * 
{
	color: white;
}

#whereGuestWantsToGo a
{
	font-weight:bold;
	color: White;
} 

#footer *
{
	color:			white;
	font-size:	10px;
}

#footer table
{
	width:			863px;
}


#cssPreloadImages
{
	display:	none;
}

.human-readable-error
{
	font-weight:bold;
}
.human-readable-error .errornum
{
	font-size:smaller;
	font-style:italic;
}

.event-long
{
	
}
.enclosure
{
	float:left;
}
.enclosure img
{
	width:50px;
	height:50px;
}

.description
{
	margin-left:55px;
	margin-bottom: 12px;
}

.description .event-date
{
	color: White;
}

span.event-title
{
	font-weight:bold;
	font-size:larger;
}

div.event-long-wrapper
{
	width: 540px;
	height:465px;
	overflow:auto;
	padding: 4px;
	border: 1px solid lightgray;
}

div.rss-feed-item
{
	margin-bottom:12px;
}

div.rss-feed-item .item-title
{
	font-weight:bold;
}

div.rss-feed-item .item-title a
{
	color:White;
}

div.rss-feed-item .item-desc
{
}
