@import url('screen.css');

@import url('../js/fancybox/jquery.fancybox-1.2.6.css');
@import url('../js/fancybox/jquery.fancybox-1.3.1.css');

@import url('../js/datepicker/css/datepicker.css');

@import url('../js/ketchup/css/jquery.ketchup.css');

/* @group MAIN */

body {
	background: #000 url(../images/main/bg.jpg) no-repeat 0 top;
}

.highlight {
	color: #F9EB19;
}

.pad_top {
	padding-top: 20px;
}

.center {
	text-align: center;
}

/* @end */

/* @group CONTAINER */

#container {
	width: 880px;
	padding: 0 50px 0 50px;
	color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0 auto;
}

/* @end */

/* @group HEADER */

#header {
	margin: 25px 0 0;
	background: url(../images/main/header_logo.png) no-repeat center top;
}

#header_horz_line {
	height: 3px;
	width: 100%;
	border: 1px solid #fff;
	border-right: 0;
	border-left: 0;
	position: absolute;
	top: 228px;
}

#header #header_title {
	text-align: center;
	height: 140px;
	overflow: hidden;
}

#header #header_title h1 {
	font-size: 5em;
	text-transform: uppercase;
	text-shadow: #000 3px 3px 6px;
	letter-spacing: .1em;
	font-family: "HelveticaNeue LT 35 Thin", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 200;
	text-indent: -9999px;
}

#header #header_title h2 {
	font-size: 2em;
	text-shadow: #000 3px 3px 6px;
	letter-spacing: .1em;
	margin: 0 0 5px;
	text-indent: -9999px;
}

#header #header_title h3 {
	font-size: 1.6em;
	text-shadow: #000 3px 3px 6px;
	letter-spacing: .1em;
	margin-bottom: 10px;
	text-indent: -9999px;
}

#header_vert_line {
	position: absolute;
	height: 125px;
	width: 1px;
	background-color: #fff;
	overflow: hidden;
	margin: 25px 0 0 780px;
}

#header #header_title h4 {
	font-size: 1.2em;
	letter-spacing: .1em;
	font-style: italic;
	position: absolute;
	top: 143px;
	left: 50%;
	margin-left: -440px;
	width: 880px;
	text-align: center;
}

#header #contact_us {
	width: 150px;
	position: absolute;
	margin: -140px 0 0 710px;
}

#header #contact_us h3 {
	font-size: 1.4em;
	text-transform: uppercase;
}

#header #contact_us ul {
	position: absolute;
	margin: 0 0 0 120px;
;
}

#header #contact_us ul li, #header #contact_us ul li a {
	width: 30px;
	height: 30px;
	display: block;
}

#header #contact_us ul li {
	padding-bottom: 5px;
}

#header #contact_us ul li.email {
	padding: 0;
}

#header #contact_us ul li a {
	text-indent: -9999px;
}

#header #contact_us ul li.email a {
	background: url(../images/main/contact_icons.png) no-repeat center top;
}

#header #contact_us ul li.twitter a {
	background: url(../images/main/contact_icons.png) no-repeat center -133px;
}

#header #contact_us ul li.facebook a {
	background: url(../images/main/contact_icons.png) no-repeat center -269px;
}

#header #contact_us ul li.volunteer a {
	background: url(../images/main/volunteer.gif) no-repeat center top;
}

/* @end */

/* @group EVENTS AT A GLANCE */

#events_at_a_glance {
	margin: 10px 0 0;
	text-align: center;
	font-size: 1.4em;
	border: 1px solid #fff;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	padding: 10px 0;
	width: 880px;
}

#events_at_a_glance h2, #events_at_a_glance h3, #events_at_a_glance ul, #events_at_a_glance li {
	display: block;
	float: left;
}

#events_at_a_glance h2 {
	font-weight: bold;
}

#events_at_a_glance h2, #events_at_a_glance h3 {
	text-transform: uppercase;
	margin-right: 15px;
}

#events_at_a_glance h3 {
	width: 55px;
}

#events_at_a_glance ul {
	margin-left: 20px;
	width: 600px;
	margin-top: -2px;
}

#events_at_a_glance li {
	padding: 2px 5px;
}

#events_at_a_glance li:hover {
	color: #f9eb19;
}

#events_at_a_glance li.next a, #events_at_a_glance li.previous a {
	width: 10px;
	height: 1px;
	padding: 10px;
	display: block;
}

#events_at_a_glance li.next {
	background: url(../images/main/event_arrows.png) no-repeat center 12px;
	width: 10px;
	height: 10px;
	padding: 10px 5px;
	position: absolute;
	top: 176px;
	left: 50%;
	margin-left: 415px;
}

#events_at_a_glance li.next:hover {
	background: url(../images/main/event_arrows.png) no-repeat center -84px;
	width: 10px;
}

#events_at_a_glance li.previous {
	background: url(../images/main/event_arrows.png) no-repeat center -36px;
	width: 10px;
	height: 10px;
	padding: 10px 5px;
	margin-right: 6px;
	position: absolute;
	top: 176px;
	left: 50%;
	margin-left: -205px;
}

#events_at_a_glance li.previous:hover {
	background: url(../images/main/event_arrows.png) no-repeat center -132px;
	width: 10px;
}

#events_at_a_glance li.previous span, #events_at_a_glance li.next span {
	display: none;
}

#events_at_a_glance .event_tooltip {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/main/event_hover.png);
	width: 158px;
	height: 170px;
	overflow: hidden;
	padding: 30px 15px;
	text-align: center;
	color: #fff;
	z-index: 9999;
	margin: -13px 0 0 8px;;
}

#events_at_a_glance .event_tooltip h3 {
	margin-bottom: 5px !important;
	display: block;
	font-weight: bold;
	float: none;
	width: 100%;
}

#events_at_a_glance .event_tooltip h3 a:link, #events_at_a_glance .event_tooltip h3 a:active, #events_at_a_glance .event_tooltip h3 a:visited {
	color: #fff;
	text-decoration: none;
}

#events_at_a_glance .event_tooltip h3 a:hover {
	color: #f9eb19;
}

#events_at_a_glance .event_tooltip .location {
	font-size: .8em;
	color: #fff;
	margin-top: 5px;
}

#events_at_a_glance .event_tooltip .date, #events_at_a_glance .event_tooltip .time {
	margin-top: 2px;
}

#events_at_a_glance .event_tooltip .date, #events_at_a_glance .event_tooltip .time {
	font-size: .8em;
	color: #ccc;
}



/* @end */

/* @group CONTENT */

#content_container {
	margin-top: 40px;
}

#col_full {
	width: 840px;
	padding: 20px;
}

#col_left {
	width: 175px;
	float: left;
}

#col_center {
	width: 500px;
	float: left;
	margin-left: 15px;
	font-size: 1.2em;
	line-height: 1.5em;
}

#col_right {
	width: 160px;
	float: right;
	border-left: 1px solid #fff;
	padding-left: 15px;
	font-size: 1.2em;
}

#col_center_right {
	width: 675px;
	float: right;
	margin-left: 15px;
	font-size: 1.2em;
	line-height: 1.5em;
}

/* @end */

/* @group NAVIGATION */

#col_left #nav {
	font-size: 1.3em;
}

#col_left #nav li {
	background: url(../images/main/nav_bullet.png) no-repeat 5px center;
	text-transform: uppercase;
}

#col_left #nav li a:link, #col_left #nav li a:active, #col_left #nav li a:visited {
	color: #fff;
	text-decoration: none;
	padding: 10px 0 10px 25px;
	display: block;
	border-bottom: 1px solid #3078EA;
	text-shadow: #333 1px 1px 0;
}

#col_left #nav li a:hover, .active_nav_link {
	background: #3078EA url(../images/main/nav_bullet.png) no-repeat 5px center !important;
}

#col_left #nav li ul {
	position: absolute;
	margin: -1px 0 0 175px;
	z-index: 9999999;
}

#col_left #nav li ul li a:link, #col_left #nav li ul li a:active, #col_left #nav li ul li a:visited {
	background: #3078EA url(../images/main/nav_bullet.png) no-repeat 10px center;
	text-transform: none !important;
	padding: 10px 25px 10px 35px;
	letter-spacing: .1em;
}

#col_left #nav li ul li a:hover {
	background: #3e82fe url(../images/main/nav_bullet.png) no-repeat 10px center !important;
}

/* @end */

/* @group FULL */

#col_full {
	font-size: 1.2em;
}

#col_full h2, #col_full h3, #col_full h4 {
	margin-bottom: 25px;
}

#col_full p, #col_full ul {
	margin-bottom: 15px;
	line-height: 1.4em;
}

#col_full h2 {
	font-size: 2.5em;
	text-shadow: #000 3px 3px 6px;
	font-family: "HelveticaNeue LT 35 Thin", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
}

#col_full h3 {
	font-size: 2em;
	text-shadow: #000 3px 3px 6px;
	font-family: "HelveticaNeue LT 35 Thin", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
}

#col_full a:link, #col_full a:active, #col_full a:visited {
	color: #fff;
}

#col_full a:hover {
	color: #ccc;
}

.admin_filter {
	margin-bottom: 25px;
}

.admin_filter .float_left {
	margin-right: 20px;
}

.admin_filter .add a {
	background: url(../images/main/icons_sprite.png) no-repeat left 3px;
	display: block;
	float: right;
	padding: 4px 0 4px 20px;
	margin-top: -4px;
	margin-left: 20px;
}

.admin_filter .photos a {
	background: url(../images/main/icons_sprite.png) no-repeat left -383px;
	display: block;
	float: right;
	padding: 4px 0 4px 20px;
	margin-top: -4px;
	margin-left: 20px;
}

.admin_filter .news a {
	background: url(../images/main/icons_sprite.png) no-repeat left -582px;
	display: block;
	float: right;
	padding: 4px 0 4px 20px;
	margin-top: -4px;
	margin-left: 20px;
}

.admin_filter .events a {
	background: url(../images/main/icons_sprite.png) no-repeat left -275px;
	display: block;
	float: right;
	padding: 4px 0 4px 20px;
	margin-top: -4px;
	margin-left: 20px;
}

/* @end */



/* @group LEFT */

#col_left p, #col_left ul, #col_left h2, #col_left h3, #col_left h4 {
	margin-bottom: 15px;
}

/* @end */

/* @group CENTER */

#col_center h2, #col_center h3, #col_center h4 {
	margin-bottom: 25px;
}

#col_center p, #col_center ul {
	margin-bottom: 15px;
}

#col_center #slideshow {
	margin: 30px 0;
}

#col_center h2 {
	font-size: 2.5em;
	text-shadow: #000 3px 3px 6px;
	font-family: "HelveticaNeue LT 35 Thin", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
}

#col_center h3 {
	font-size: 2em;
	text-shadow: #000 3px 3px 6px;
	font-family: "HelveticaNeue LT 35 Thin", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
}

#col_center h4 {
	font-size: 1.2em;
	text-shadow: #000 3px 3px 6px;
	font-family: "HelveticaNeue LT 35 Thin", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	margin: -15px 0 25px;
}

#col_center .pad {
	padding: 15px 15px 0;
}

#col_center img.float_right {
	border: 3px solid #fff;
	margin: 0 0 10px 10px;
}

#col_center img.border {
	border: 3px solid #fff;
}

#col_center a:link, #col_center a:active, #col_center a:visited {
	color: #F9EB19;
}

#col_center a:hover {
	color: #ccc;
}

#col_center ul {
	margin-left: 35px;
}

#col_center ul li {
	list-style-type: disc;
	margin-bottom: 5px;
}

#col_center ul {
	margin-top: 5px;
	margin-bottom: 5px
}

#col_center a.group img {
	border: 3px solid #fff;
}

#virtual_tour h3 {
	font-size: 1.2em;
	text-shadow: none;
}

#virtual_tour h3 a:link, #virtual_tour h3 a:active, #virtual_tour h3 a:visited {
	color: #fff;
	text-decoration: none;
	background: url(../images/main/action_arrow_sprite.png) no-repeat left 2px;
	padding-left: 20px;
}

#virtual_tour h3 a.less_info {
	background: url(../images/main/action_arrow_sprite.png) no-repeat left -18px !important;
}

.accordion_row {
	height: 280px;
}

/* @end */



/* @group CENTER RIGHT */

#col_center_right h2, #col_center_right h3, #col_center_right h4 {
	margin-bottom: 25px;
}

#col_center_right p, #col_center_right ul {
	margin-bottom: 15px;
}

#col_center_right h2 {
	font-size: 2.5em;
	text-shadow: #000 3px 3px 6px;
	font-family: "HelveticaNeue LT 35 Thin", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
}

#col_center_right h3 {
	font-size: 2em;
	text-shadow: #000 3px 3px 6px;
	font-family: "HelveticaNeue LT 35 Thin", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
}

#col_center_right .pad {
	padding: 15px 15px 0;
}

#col_center_right img.float_right {
	border: 3px solid #fff;
	margin: 0 0 10px 10px;
}

#col_center_right img.border {
	border: 3px solid #fff;
}

#col_center_right a:link, #col_center_right a:active, #col_center_right a:visited {
	color: #F9EB19;
}

#col_center_right a:hover {
	color: #ccc;
}

#col_center_right ul {
	margin-left: 35px;
}

#col_center_right ul li {
	list-style-type: disc;
	margin-bottom: 5px;
}

#col_center_right a.group img {
	border: 3px solid #fff;
}

/* @end */

/* @group RIGHT */

#col_right h3 {
	text-transform: uppercase;
	text-shadow: #000 3px 3px 6px;
	letter-spacing: .1em;
	margin-bottom: 20px;
	text-align: center;
	font: 200 1.5em "HelveticaNeue LT 35 Thin", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.event_row {
	width: 160px;
	margin-bottom: 15px;
	text-align: center;
}

.event_row img {
	border: 1px solid #fff;
}

.event_row .event_row_desc {
	margin-top: 5px;
	line-height: 1.2em;
	font-weight: bold;
}

.event_row .event_row_desc .event_row_desc_date {
	color: #ccc;
	font-style: italic;
	font-weight: normal;
	margin-top: 3px;
	font-size: .9em;
}

.event_row a:link, .event_row a:active, .event_row a:visited {
	color: #fff;
	text-decoration: none;
}

.event_row a:hover {
	color: #F9EB19;
}

.event_actions {
}

.event_actions a, .event_actions .left_arrow, .event_actions .right_arrow {
	display: block;
	width: 23px;
	height: 23px;
	overflow: hidden;
}

.event_actions .left_arrow a:link, .event_actions .left_arrow a:active, .event_actions .left_arrow a:visited {
	background: url(../images/main/right_col_arrows.png) no-repeat left -42px;
	text-indent: -9999px;
}

.event_actions .left_arrow a:hover {
	background: url(../images/main/right_col_arrows.png) no-repeat left -127px;
}

.event_actions .right_arrow a:link, .event_actions .right_arrow a:active, .event_actions .right_arrow a:visited {
	background: url(../images/main/right_col_arrows.png) no-repeat left top;
	text-indent: -9999px;
}

.event_actions .right_arrow a:hover {
	background: url(../images/main/right_col_arrows.png) no-repeat left -85px;
}

/* @end */

/* @group FOOTER */

#footer {
	text-align: center;
	margin: 40px 0 15px;
	font-size: 1.2em;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #F9EB19;
}

#footer ul {
	margin-bottom: 10px;
}

#footer ul li {
	display: inline;
}

#footer ul li {
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #fff;
}

#footer ul li.last {
	border: 0;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group FORMS */

.default_form .form_row {
	margin-bottom: 15px;
}

.default_form label {
	float: left;
	width: 100px;
	font-weight: bold;
	padding: 7px 0;
}

.default_form .default_text {
	border: 1px solid #ccc;
	padding: 6px;
}

.submit {
	background-color: #3078EA;
	color: #fff;
	padding: 8px;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.submit_large {
	background-color: #3078EA;
	color: #fff;
	padding: 8px;
	border: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 2em;
}

/* @end

 */

/* @group TABLE REPLICATOR */

.table_replicator {
	width: 840px;
}

.table_replicator .text_pad {
	padding: 7px;
	display: block;
}

.table_replicator  .table_header {
	border-top: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
	font-weight: bold;
	font-size: 1.2em;
}

.table_replicator .table_row {
	border-bottom: 1px solid #3078EA;
}

.table_replicator .table_row .eighty {
	width: 632px;
	padding: 10px;
	float: left;
}

.table_replicator .table_row .forty {
	width: 316px;
	padding: 10px;
	float: left;
}

.table_replicator .table_row .twentyfive {
	width: 190px;
	padding: 10px;
	float: left;
}

.table_replicator .table_row .twenty {
	width: 148px;
	padding: 10px;
	float: left;
}

.table_replicator .table_row .fifteen {
	width: 106px;
	padding: 10px;
	float: left;
}

.table_replicator .table_row .ten {
	width: 64px;
	padding: 10px;
	float: left;
}

.table_replicator .edit a {
	background: url(../images/main/icons_sprite.png) no-repeat left -182px;
	display: block;
	float: left;
	padding: 4px 0 4px 20px;
	margin-top: -4px;
}

.table_replicator .delete a {
	background: url(../images/main/icons_sprite.png) no-repeat left -90px;
	display: block;
	float: left;
	padding: 4px 0 4px 20px;
	margin-top: -4px;
}

/* @end */

/* @group FORM */

.form_row {
	margin-bottom: 20px;
}

.label_block {
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
	float: left;
	width: 120px;
}

.label_block em {
	font-weight: normal;
	font-size: .9em;
	display: block;
}

.text_input {
	border: 1px solid #3078EA;
	padding: 6px;
	width: 400px;
}

textarea.text_input {
	width: 600px;
}

.text_input_twenty {
	border: 1px solid #3078EA;
	padding: 6px;
	width: 130px;
}

.date_input {
	border: 1px solid #3078EA;
	padding: 6px;
	width: 120px;
	background: #fff url(../images/main/icons_sprite.png) no-repeat 110px -273px;
}

.label_radio {
	margin: 0 20px 0 4px

;
}

/* @end */

/* @group CALENDAR */

.next_prev_month {
	margin: -10px 0 15px;	
}

table.calendar a:link, table.calendar a:active, table.calendar a:visited {
	text-decoration: none;
	color: #fff !important;
	border-bottom: 1px dotted #3078EA;
}

table.calendar a:hover {
	border-bottom: 1px solid #3078EA;
}

table.calendar p {
	margin-bottom: 5px !important;
	padding: 0 !important;
}
 
table.calendar {
	border-left: 1px solid #3078EA;
}

tr.calendar-row {
	
}

td.calendar-day {
	vertical-align: top;
	font-size: 11px;
	position: relative;
	background-color: transparent;
	color: #000;
}

td.calendar-day .float_left {
	min-height: 50px;
	line-height: 1.4em;
	padding-top: 5px;
}

* html div.calendar-day {
	height: 80px;
}

td.calendar-day:hover {
	background-color: rgba(255,255,255,.2);
}

td.calendar-day-np {
	background-color: rgba(255,255,255,.2);
	min-height: 80px;
}

* html div.calendar-day-np {
	height: 80px;
}

td.calendar-day-head {
	background: #3078EA;
	font-weight: bold;
	text-align: center;
	width: 120px;
	padding: 5px;
	border-bottom: 1px solid #3078EA;
	border-top: 1px solid #3078EA;
	border-right: 1px solid #3078EA;
}

div.day-number {
	background: #3e82fe;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	float: right;
	margin: -5px -5px 0 0;
	width: 20px;
	text-align: center;
}

/* shared */

td.calendar-day, td.calendar-day-np {
	width: 120px;
	padding: 5px;
	border-bottom: 1px solid #3078EA;
	border-right: 1px solid #3078EA;
}

/* @end */

/* @group SLIDESHOW */



.slideshow_row .delete a {
	background: url(../images/main/icons_sprite.png) no-repeat left -90px;
	display: block;
	float: right;
	padding: 4px 0 4px 20px;
	margin-top: -4px;
	margin-left: 25px;
}

.slideshow_row .drag a {
	background: url(../images/main/icons_sprite.png) no-repeat left -482px;
	display: block;
	float: right;
	padding: 4px 0 4px 20px;
	margin-top: -4px;
	margin-left: 25px;
}


/* @end */

.sublinks {
	margin: -10px 0 20px;
	font-weight: bold;
}

.sublinks a:link, .sublinks a:active, .sublinks a:visited {
	display: block;
	padding: 6px 10px;
	margin-right: 15px;
	background-color: #fff;
	color: #3078EA !important;
	float: left;
	text-decoration: none;
}

.sublinks a:hover, .sublinks a.active {
	color: #fff !important;
	background-color: transparent !important;
}

.padbottom {
	padding-bottom: 20px;
}

.video_link {
	background: url(../images/main/video_icon.png) no-repeat left 0px;
	padding-left: 25px;
}