/* SUPERFISH.CSS - EDIT BELOW THIS AT YOUR OWN RISK */
/* ESSENTIALS:			*/ .sf-menu, .sf-menu *{margin:0;padding:0;list-style:none;}.sf-menu{line-height:1.0;}.sf-menu ul{position:absolute;top:-999em;width:10em;/* left offset of submenus need to match (see below) */}.sf-menu ul li{width:100%;}.sf-menu li:hover{visibility:inherit;/* fixes IE7 'sticky bug' */}.sf-menu li{float:left;position:relative;}.sf-menu a{display:block;position:relative;}.sf-menu li:hover ul,.sf-menu li.sfHover ul{left:0;top:2.5em;/* match top ul list item height */z-index:99;}ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{top:-999em;}ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{left:10em;/* match ul width */top:0;}ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul{top:-999em;}ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul{left:10em;/* match ul width */top:0;}
/* SUPERFISH.CSS - EDIT ABOVE THIS AT YOUR OWN RISK */

/* MENU - STRUCTURE */
.sf-menu { float: left; width: 770px; }
.sf-menu ul { width: 10em; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 10em; } /* match ul width */ 
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { left: 10em; } /* match ul width */

/* MENU - PRETTY THINGS */
.sf-menu { list-style: none; font-family: Arial, Helvetica, sans-serif; padding: 0; margin: 0 0 0 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; background-color: #00256A; }
.sf-menu a { color: #FFFFFF; text-decoration: none; line-height: 135%; font-size: 8pt; padding-top: 6px; padding-bottom: 6px; font-weight: normal }
.sf-menu a, .sf-menu a:visited { color: #FFFFFF; }
.sf-menu li { background-color: #00256A;  text-align: center; text-transform: uppercase; }
.sf-menu li ul { margin: 0; border: 1px solid #000000; border-top: 0px; margin-top: -14px; }
.sf-menu li ul li { text-align: left; text-transform: none; }
.sf-menu li ul li a { padding: 3px; }
.sf-menu li li li { }
.sf-menu li.current { }
.sf-menu li li.current > a { font-weight: bold; }
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { color: #FB8C00; outline: 0; }


body
{
	margin				:	0px;
	text-align			:	center;
	background-color	:	#485F83;	
	background-image	:	url('/images/background_body.jpg');
	background-position :	top center;
	background-repeat	:	repeat-y;
}

#wrapper
{
	margin-left			:	auto;
	margin-right		:	auto;
	text-align			:	left;
	width				:	770px;	
}

#header
{
	width				:	770px;
	background-color	:	#02246B;
	height				:	140px;
}

#header #header_button_info
{
	width				:	315px;
	margin-left			:	5px;
	margin-top			:	5px;
	color 				:	#000000;
	font-family			:	Arial, Helvetica;
	font-size			:	.75em;
}

#header #header_button_info b
{
	font-family			:	Arial, Helvetica;
	font-size			:	.75em;
}

#header img
{
	border 				:	0px;
	margin 				:	0px;
	padding 			:	0px;
}

#content
{
	width				:	770px;
	padding-bottom		:	165px;
	padding-top			:	5px;
	clear 				:	both;
}

#sidebar
{
	float				:	right;
	width				:	225px;
	margin				:	5 5 0 0;
	padding-top: 5px;
	text-align			:	center;
	font-size			:	.8em;
}

#sidebar img
{
	border				:	1px solid #565656;
	margin-bottom		:	15px;
}

#sidebar embed
{
	margin-top			:	5px;
	margin-bottom			:	15px;
}

#sidebar h1
{
	color 				:	#FFFFFF;
	background-color: #00256A;
	font-family			:	'Arial Narrow', Helvetica, sans-serif;
	font-size			:	.9em;
	font-weight: normal;
	text-transform: uppercase;
	line-height			:	130%;
	padding: 4px 5px 4px 5px;
	margin-top: 15px;
	margin-bottom: 3px;
	text-align			:	left;
}
	
#sidebar ul
{
	margin 				:	0 0 250 0;
	padding-left		:	3px;
	list-style			:	none;
	font-family			:	Arial, Helvetica, sans-serif;
	font-size			:	.9em;
	text-align			:	left;
}

#sidebar li
{
	margin-bottom		:	5px;
	line-height			:	130%;
}

#sidebar li p
{
	color 			:	#565656;
	font-family		:	Arial, Helvetica;
	font-size		:	.95em;
	margin			:	0px;
	padding		:	0px;
}

#sidebar form
{
	margin: 0px;
	padding: 0px;
}

#footer
{
	display: none;
	width				:	770px;
	height				:	100px;
	color				:	#565656;
	font-family			:	Arial, Helvetica;
	font-size			:	.9em;
}

#footer p
{
	text-align			:	center;
	clear				:	both;
	overflow			:	hidden;
	font-size			:	.7em;
	color				:	#FFFFFF;
	margin-top			:	3px;
}

#footer a
{
	color				:	#FFFFFF;
}

#header form
{
	float				:	left;
	margin-right			:	5px;
	clear				:	right;
	margin-top			:	2px;
	margin-bottom			:	3px;
	padding			:	0px;
}

#header input
{
	font-family			:	Arial, Helvetica;
	font-size			:	.9em;
}

#header input.text
{
	width				:	245px;
}

#header a
{
	color				:	#FFFFFF;
	text-decoration		:	none;
}

#header a:hover
{
	text-decoration		:	underline;
}

#main 
{
	width				:	525px;
	margin-left			:	10px;
	margin-top			:	10px;
	font-family			:	Arial, Helvetica, sans-serif;
	font-size			:	.8em;
	line-height			:	150%;
	text-align			:	left;
}

#main a, #sidebar a
{
	color				:	#000000;
	text-decoration		:	none;
}

#main a, #main A
{
	text-decoration		:	underline;
}

#main a:hover, #sidebar a:hover
{
	color				:	#FB8C00;
}

#main h1
{
	color 				:	#00256A;
	font-family			:	Verdana, sans-serif;
	font-weight			:	bold;
	font-size			:	1.8em;
	line-height			:	130%;
	margin 			:	0 0 5 0;
	text-align			:	left;
}

#main h1 a
{
	color : #00256A;
	text-decoration: none;
}

#main h2
{
	font-family			:	Verdana, sans-serif;
	font-size			:	1.2em;
	line-height: 1.3em;
	font-weight			:	bold;
	color				:	#000000;
	margin				:	0 0 3 0;
}

#main h2 a
{
	color 				:	#00256A;
	text-decoration		:	none;
}

#main h2.search a
{
	color 				:	#00256A;
	text-decoration		:	underline;
}

#main h2.search a:hover
{
	color 				:	#FB8C00;
}

#sidebar h1 a
{
	color 				:	#FFFFFF;
	text-decoration		:	none;
}

#main p, #sidebar p
{
	font-family			:	Arial, Helvetica, sans-serif;
	line-height			:	145%;
	margin 			:	0 0 15 0;
	text-align			:	justify;
}

#main p
{
	line-height			:	150%;
	text-align			:	left;
}

#main p.more
{
	text-align			:	right;
	margin-top			:	5px;
}

#main p.date
{
	text-align			:	left;
	margin-bottom			:	5px;
	margin-left: 3px;
	color				:	#000000;
	font-size			:	.8em;
}


#main img.right
{
	float				:	right;
	border				:	1px solid #CDCDCD;
	margin				:	0 0 0 10;
}

#main img.left
{
	float				:	left;
	border				:	1px solid #CDCDCD;
	margin				:	0 10 0 0;
}

#main .news
{
	margin-bottom			:	15px;
}

#main ul
{
	margin 			:	0 0 10 0;
	padding-left			:	15px;
	list-style			:	square;
}

#main ul ul
{
	margin-top			:	10px;
}

#main ul li
{
	line-height			:	145%;
	text-align			:	justify;
	margin-bottom		:	5px;
}

#main ul.news
{
	margin 				:	0 0 10 0;
	padding-left		:	0px;
	list-style			:	none;
	font-family			:	Arial, Helvetica, sans-serif;
	font-size			:	.9em;
	text-align			:	left;
}

#main ul.news li
{
	margin-bottom		:	5px;
	line-height			:	130%;
}

#main ul.news li i
{
	color 			:	#565656;
}

#main table.calendar
{
	border-collapse		:	collapse;
}

#main table.calendar th
{
	width				:	100px;
	border 				:	1px solid #CDCDCD;
	background-color	:	#FFFFFF;
}

#main table.calendar td
{
	width				:	100px;
	height				:	200px;
	border 				:	1px solid #CDCDCD;
	vertical-align		:	top;
	text-align			:	right;
	font-size			:	1.25em;
	color 				:	#ABABAB;
}

#main table.calendar td.event
{
	color 				:	#FB8C00;
	font-weight			:	bold;
}

#main table.calendar td p
{
	text-align			:	left;
	font-family			:	Arial, Helvetica;
	font-size			:	.6em;
	width				:	100px;
	margin 			:	9 0 0 3;
	line-height			:	125%;
	color 				:	#000000;
	font-weight			:	normal;
}

.pdfLink { padding-right: 19px; background: url(/images/pdf.jpg) no-repeat 100%; }
.docLink { padding-right: 19px; background: url(/images/doc.jpg) no-repeat 100%; }
.zipLink { padding-right: 17px; background: url(/images/zip.gif) no-repeat 100%; }

ul.gallery
{
	margin 			:	0 0 10 0;
	padding-left			:	0px;
	list-style			:	none;
	text-align: center;
}

ul.gallery li
{
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
	padding: 15px;
	list-style			:	none;
}

ul.gallery li img
{
	margin-bottom: 2px;
	border: 1px solid #000;
}

table.form_donate
{
	width: 185px;
	font-size: 12px;
}

table.form_tickets
{
	font-size: 12px;
}

table.form_tickets th
{
	text-align: center;
	padding-top: 10px;
}

table.sponsors img
{
	margin: 15px;
}
