/*
 *Common
 */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
}

.close
{
	clear: both;
}

ul
{
	margin-left: 15px;
}

ol
{
	margin-left: 20px;
}

a img
{
	border: none 0;
}

/*
 *Main
 */
html
{
	scrollbar-face-color: #ff4d00;
	scrollbar-shadow-color: #ffc115;
	scrollbar-highlight-color: #fcc219;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #9F1513;
	scrollbar-track-color: #fcc219;
	scrollbar-arrow-color: #ffffff;
	background: url(../media/images/html_bg.gif) repeat-x #ff4d00;
}

body
{
	background: url(../media/images/body_bg.gif) no-repeat center top transparent;
}

div#wrapper
{
	position: relative;
	text-align: left;
	margin: 0 auto -204px;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../media/images/wrapper_bg.gif) repeat-y;
}

	div#header
	{
		position: relative;
		padding: 7px 10px 0 0;
		width: 950px;
		height: 250px;
		background: url(../media/images/header_image.jpg) no-repeat;
		overflow: hidden;
	}
	
	div#menubar
	{
		position: relative;
		padding: 0 0 0 20px;
		width: 940px;
		height: 39px;
		overflow: hidden;
		background: url(../media/images/menubar_bg.gif) no-repeat;
	}
	
	div#contentcontainer
	{
		position: relative;
		width: 960px;
		background: url(../media/images/contentcontainer_bg.jpg) no-repeat;
	}
	
		div.formrow
		{
			position: relative;
			padding: 0 0 8px 0;
		}
			
		div#left
		{
			position: relative;
			padding: 25px 20px 10px 0;
			width: 310px;
			float: left;
		}
		
			div#flash
			{
				position: relative;
				padding: 0 0 0 21px;
				width: 287px;
				height: 310px;
			}
		
		div#right
		{
			position: relative;
			padding: 25px 30px 10px 10px;
			width: 590px;
			float: left;
		}
		
			div#player
			{
				position: relative;
			}
			
			table#agendaview
			{
				width: 100%;
			}
						
				td.date, th.date
				{
					padding: 4px;
					width: 25%;
					background-color: #BD2C2C;
					vertical-align: top;
				}
				
				td.event, th.event
				{
					padding: 4px;
					background-color: #720B02;
					vertical-align: top;
				}

	div#footerspace
	{
		position: relative;
		height: 204px;
	}
	
div#footer
{
	position: relative;
	padding: 85px 10px 0 10px;
	margin: 0 auto;
	width: 940px;
	height: 119px;
	background: url(../media/images/footer_bg.gif) no-repeat;
}

	div.footernotice
	{
		position: relative;
		padding: 25px 125px 0 0;
		width: 815px;
	}

/*
 *Text
 */	
h1, h2, h3, h4, h5, h6, p, a, ul, ol, th, td, form, fieldset, label, input, textarea
{
	font-family: "Trebuchet ms", Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 26px;
	line-height: 32px;
	color: #ffc115;
}

h2
{
	font-size: 18px;
	line-height: 26px;
	color: #ffc115;
}

h3
{
	font-size: 12px;
	line-height: 16px;
	color: #ffc115;
}

p, a, ul, ol, td, th
{
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

	a:hover
	{
		color: #ffc115;
	}
	
div#header p
{
	text-align: right;
}

	div#header p a
	{
		font-size: 10px;
	}

div.footernotice p, div.footernotice a
{
	font-size: 10px;
	color: #53130d;
}

div.footernotice p.right
{
	float: right;
}

/*Images*/
img.imgleft
{
	border: 1px solid #ffc115;
	margin: 4px 12px 12px 0;
	float: left; 
}

img.imgright
{
	border: 1px solid #ffc115;
	margin: 4px 0 12px 12px;
	float: right; 
}

/*Forms*/
form, fieldset
{
	border: none 0;
}

form#subscribe_form
{
	padding: 0 0 0 20px;
}

	legend
	{
		display: none;
	}
	
	form#subscribe_form label
	{
		margin: 3px 0 0 0;
		font-size: 12px;
		color: #fff;
		width: 70px;
		float: left;
	}
	
	form#subscribe_form input
	{
		font-size: 12px;
		color: #551510;
		width: 210px;
		padding: 2px;
		border: 1px solid #85520a;
		background: url(../media/images/input_subscribe_bg.gif) left top no-repeat;
	}
	
	form#subscribe_form input#submit
	{
		width: 100px;
		height: 32px;
		color: #fff;
		font-size: 12px;
		background: url(../media/images/submit_bg.gif) no-repeat;
		border: none 0;
		float: right;
		margin: 0 2px 0 0;
	}
	
	form#form label
	{
		margin: 3px 0 0 0;
		font-size: 12px;
		color: #fff;
		width: 160px;
		float: left;
	}
	
	form#form label.nofloat
	{
		width: auto;
		float: none;
	}
	
	select
	{
		padding: 2px;
		font-size: 12px;
		color: #53130d;
	}
	
	form#form input, form#form textarea
	{
		font-size: 12px;
		color: #fff;
		width: 360px;
		padding: 2px;
		border: 1px solid #8b3b1b;
		background: url(../media/images/input_contactform_bg.gif) left top no-repeat;
		background-attachment: scroll !important;
		background-attachment: fixed;
	}
	
	form#form input.small
	{
		width: 60px;
	}
	
	form#form input.medium
	{
		width: 120px;
	}
	
	form#form textarea
	{
		height: 80px;
		overflow: auto;
	}
	
	form#form input#submitcontact
	{
		width: 100px;
		height: 32px;
		color: #fff;
		font-size: 12px;
		background: url(../media/images/submitcontact_bg.gif) no-repeat;
		border: none 0;
	}
	
p.error, p.ErrorMsg
{
	font-weight: bold;
	color: #ff7a00;
}

img#CaptchaWhy
{
	cursor: help;
}
