@charset "UTF-8";
/* CSS Document */


html, body, 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;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: black url(custom/images/bg.jpg) top center no-repeat;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}*/
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
#content_outer {float:left;width:100%;}
#content_inner {position:relative;width:900px;margin:0px auto 0;min-height:700px;}
#header {float:left;width:900px;height:100px;}
#footer {float:left;width:100%;height:200px;background:black url(custom/images/footer_bg.jpg) repeat-x;}
#footer_2 {float:left;width:100%;height:200px;background:url(custom/images/footer_test.jpg) top center no-repeat;}
#footer_3 {position:relative;margin:0 auto;height:200px;width:900px;}
#nav_wrap {clear:both;float:left;width:300px;margin:46px 0 0 10px;}
#content_wrap {float:left;width:563px;margin:0 0 0 27px;}
.left_nav_link_wrap {float:left;width:300px;}
#header_link_wrap {float:right;width:239px;height:36px;margin-top:64px;}
#header_link_wrap a:link {color:white;text-decoration:none;}
#header_link_wrap a:visited {color:white;text-decoration:none;}
#header_link_wrap a:hover {color:#ff3e3f;text-decoration:none;}


a.jScrollArrowUp {background:transparent url('custom/images/upcoming_scroller/basic_arrow_up.png') repeat-x 0 0;}
a.jScrollArrowUp:hover {background-position:0 -10px;}
a.jScrollArrowDown {background:transparent url('custom/images/upcoming_scroller/basic_arrow_down.png') repeat-x 0 0;}
a.jScrollArrowDown:hover {background-position:0 -10px;}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {background-position:0 -20px;}
.jScrollPaneDrag {background:#3f6d99 url('custom/images/upcoming_scroller/panedrag.png') no-repeat 50% 50%;height:38px;}
.jScrollPaneTrack {background: url('custom/images/upcoming_scroller/scrollpanetrack.png') repeat-y 0 0;}
.jScrollPaneDragTop {background: url('custom/images/upcoming_scroller/panedragtop.png') no-repeat;height:4px;}
.jScrollPaneDragBottom {background: url('custom/images/upcoming_scroller/panedragbottom.png') no-repeat;height:4px;}

#upcoming_events.scroll-pane {
	background:transparent none;
	overflow:auto;
    list-style:none;
	height:200px;
    width:300px;
	margin-bottom:10px;
	padding-right:-10px;
	color:#ffffff;
}
.eventlist {list-style:none;margin:0;padding:0;}
.eventlist li {height:100%;padding-bottom:5px;}
.eventlist li a {text-decoration:none;color:#ffffff;}
.eventlist li a:hover {text-decoration:underline;color:#ffffff;}

.eventlist .date {float:left;width:45px;}
.eventlist .link {float:left;width:240px;}

