/* Cached Version : Dec 17, 2008 09:51:05 */
@charset "UTF-8";
/* CSS Document */
/* Global Defaults */

html,body{
	height: 100%;
}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,table,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	margin:0;
	padding:0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body {
  font: .75em/1.5 Arial, Helvetica, sans-serif;
}
ul{
	list-style: none;
}
a:active{
  outline: none;
}
:focus{
  -moz-outline-style: none;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  line-height:1.25em;
}
h1{ font-size:2em; }
h2{ font-size:1.5em; }
h3{ font-size:1.25em; }
h4{ font-size:1.1em; }
h5, h6{ font-size:1em; }

/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, input, select, textarea {
  font: normal normal normal 1em/1.75 Arial, Helvetica, sans-serif;
}
input, select{
  line-height:1em;
  padding:2px;
}
p{
  margin:1em 0 1em 0;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size:.85em;
}
big {
  font-size:1.2em;
}

/* Links and Images */
img {
  border: none;
}

/* Tables */
table {
  border: none;
  border-collapse:collapse;
  border-spacing:0;
}
td,th{
  text-align:left;
  vertical-align:top;
}
td.ta_center{
	text-align: center;
}
td.va_middle{
	vertical-align: middle;
}

/* Forms */
form {
  display: inline;
}
label {
  cursor: pointer;
}

/* Common Classes */
.upper{ text-transform: uppercase; }
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.light{ font-weight: normal; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.hide{display: none; visibility: hidden;}
.show{display: ; visibility: visible;}
#ui_login{
	margin: 0px auto;
	width: 400px;
}
#ui_login_header{
	color: #fff;
	padding: 10px;
}
#ui_login_header a{
	color: #8fd400;
}
#ui_login_header h2{
	color: #fff;
}
#ui_login table{
	margin: 20px;
	border: none;
}
#ui_login tr{
	border-bottom: none;
}
#ui_login input{
	border: 1px solid #8fd400;
	background: #fff;
	color: #000;
	padding: 5px;
	width: 200px;
}
#ui_login input:focus{
	background: #333;
	color: #fff;
}
#ui_login td{
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
#ui_login .inputSubmit{
	width: 215px;
	border: none;
	background: #8fd400;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
#ui_login .inputSubmit:hover{
	background: #333;
}
#ui_login .label{
	color: #8fd400;
	text-transform: uppercase;
}
#ui_login .alert{
	margin: 5px;
	border: 1px solid #fff;
	background: #000;
	color: #8fd400;
	padding: 5px;
}
#ui_login_logo{
	background: url(/media/images/logo.gif) center no-repeat;
	height: 100px;
}

/* /////////////////////////////////////////////////////// */

#adminControls{
	background:#000;
	border-bottom:solid 2px #669900;
	padding:10px;
	text-align:left;
	color:#999;
	overflow:auto;
}
#adminControls ul{
	margin:0;
	padding:0;
	list-style:none;
}
#adminControls li{
	display:block;
	float:right;
	border-left:dotted 1px #999;
	padding:0 10px 0 10px;
}
#adminControls a{
	text-decoration:none;
	padding:5px;
	color: #669900;
}

#adminControls a:hover{
	background:#222;
	color: #FFF;
}
a{
	color: #8fd400;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.green{
	color: #8fd400;
}
.orange{
	color: #f7941e;
}
.white{
	color: #fff;
}
.border_white{
	border: 1px solid #fff;
	width: auto;
}
.border_blue{
	border: 1px solid #00275c;
	width: auto;
}
.blue{
	color: #00275c;
}
.blue_2{
	color: #084694;
}
.blue_3{
	color: #0f6cb6;
}
.blue_4{
	color: #739dd3;
}

.pad{
	padding: 20px;
}
table{
	border-top: 1px solid #fff;
}
tr{
	border-bottom: 1px solid #fff;
/*	border-top: 1px solid #00275b;*/
}
.tr_1{
	background: #00265c;
}
.tr_2{
	background: #225485;
}
.feature_arrow img{
	display: block;
	float: left;
	margin-left: -38px;
	margin-top: -6px;
}
.blue_bg{
	background: #00275c;
	color: #fff;
}
div.blue_bg hr{
	height: 1px;
	background: #fff;
	color: #fff;
	margin: 10px 0px;
}
.blue_bg_2{
	background: #084694;
	color: #fff;
}
.blue_bg_3{
	background: #0f6cb6;
	color: #fff;
}
.blue_bg_4{
	background: #739dd3;
	color: #fff;
}
.white_bg{
	background: #fff;
	color: #003366;
}
div.white_bg hr{
	height: 1px;
	background: #00275c;
	color: #00275c;
	margin: 10px 0px;
}

body{
	background: #003399;
}
.center{
	width: 850px;
	margin: 0px auto;
	color: #fff;
}
#header{
	border: 1px solid #003e96;
	border-bottom: none;
}
#nav_top{
	height: 30px;
	*padding-top: 3px;
	*height: 27px;
}

#content{
	background: #000;
	min-height: 500px;
	padding: 20px;
}
#content_left{
	margin-right: 20px;
	width: 602px;
	float: left;
}
#content_right{
	width: 188px;
	float: left;
}
#content_left ul, #content_right ul{
	list-style: disc;
	padding-left: 15px;
	font-size: .9em;
}
#content_left ul li, #content_right ul li{
	line-height: 1.5em;
	margin-bottom: .5em;
}
#content_left ul.no_list, #content_right ul.no_list{
	list-style: none;
	padding-left: 0px;
}
#hp_left{
	float: left;
	width: 210px;
	min-height:  300px;
}
#hp_right{
	float: left;
	width: 185px;
	min-height:  300px;
}
#hp_left li, #hp_right li{
	font-size: .9em;
	line-height: 1.4em;
	margin: 13px 0px;
}
#hp_middle{
	float: right;
	width: 355px;
	min-height:  300px;
	margin-right: 8px;
}
#feature_banners, .banner{
	height: 220px;
}
#featured_events{
	position: relative;
	padding-top: 10px;
	margin-top: 25px;
	z-index: 10;
	float: right;
	margin-top: -220px;
	width: 310px;
	height: 210px;
}
#featured_events ul li{
	display: block;
	padding-left: 10px;
	padding-top: 6px;
	margin-bottom: 10px;
	line-height: .9em;
	height: 35px;
}
#featured_events ul li h2{
	font-size: 1.3em;
	*line-height: 1em;
}
hr{
	background: #fff;
	height: 4px;
	border: none;
	color: #fff;
	margin: 20px 0px;
}
#footer{
	font-size: .85em;
	line-height: 1em;
	height: 100px;
}
#footer ul.footer_nav{
	height: 20px;
}
#footer ul.footer_nav li{
	float: left;
	margin-right: 10px;
	padding: 0px;
	border-right: 1px solid #fff;
	padding-right: 10px;
	line-height: 1em;
}
#footer ul.footer_nav li a{
	padding: 0px;
	color: #fff;
}
#footer #logos{
	float: right;
	width: 275px;
}
#footer #logos ul li{
	float: left;
	margin-left: 20px;
}
.alt{
	display: none;
}

#event_detail_top{
	border-top: 2px solid #00275c;
	border-bottom: 2px solid #00275c;
}
#event_detail_top, #event_detail_top td{
	line-height: 1.3em;
}
#event_detail_bottom{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* //////////////////////////////////////////// */
/* /////  Calendar  ////////////////////////// */
/* //////////////////////////////////////////// */

.bt{
	width: 20px;
	text-align: center;
	background: #eee;
	font-weight: bold;
	color: #00275c;
	margin-bottom: 3px;
}
.bt:hover{
	background: #00275c;
	color: #fff;
	text-decoration: none;
}
#cal_table{
	width: 100%;
}
#cal_table td, #cal_table th{
	font-size: .9em;
	overflow: hidden;
	text-align: center;
	background: #eee;
	color: #888;
	height: 15px;
	padding: 1px 0px;
}
#cal_table th{
	background: #00275d;
	color: #fff;
	font-weight: bold;
}
#cal_table td a{
	font-weight: bold;
	color: #00275c;
}
#cal_table td a:hover{
	background: #225485;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#cal_table td.cal_weekend{
	background: #ddd;
	color: #fff;
}
#cal_table td a{
	display: block;
}
#cal_table td a:hover{
	background: #225485;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#cal_table td.cal_today{
	background: #8fd400;
	color: #fff;
	font-weight: bold;
}

/*
*/
/* //////////////////////////////////////////// */
/* /////  SuperFish  ////////////////////////// */
/* //////////////////////////////////////////// */
.sf-menu{
	float: right;
	position: relative;
	z-index: 20;
}
.sf-menu li{
	*margin-top: -3px;
}
.sf-menu ul{
	border-top: 1px solid #8fd400;
	margin-top: -1px;
}
.sf-menu ul li a{
	background: #77a643;
	color: #fff;
	border-bottom: 1px solid #8fd400;
}
.sf-menu li.sfHover a, .sf-menu li:hover a, .sf-menu a:hover{
	background: #8fd400;
	color: #fff;
}
.sf-menu li.sfHover li a, .sf-menu li:hover li a{
	background: #77a643;
}
.sf-menu ul li a:hover{
	background: #417700;
}
.sf-menu li{
	display: inline-block;
}
.sf-menu li a{
	display: block;
	padding: 4px 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.sf-menu li a:hover{
	background: #8fd400;
	text-decoration: none;
}
.sf-menu li a.selected{
	background: #8fd400;
	color: #fff;
}
/* End SuperFish */
/*** ESSENTIAL STYLES ***/
.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:			13em; /* 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:			13em; /* match ul width */
	top:			0;
}
