/*
Website development by Midwest New Media, LLC
Unauthorized distribution or resale is expressly prohibited
www.midwestnewmedia.com
info@midwestnewmedia.com
(513) 742-9150
*/


/* --- Modified YUI CSS Reset --- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { 
	border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after {
	content:'';
}

abbr, acronym { border:0;
}


/* --- Styles --- */

a {
	color: #333;
}

a:hover {
	color: #000;
	text-decoration: none;
}

address, blockquote, ol, p, ul {
	margin-top: 1em;
}

article {
	padding: 0 10px;
}

article img,
body#tinymce img {
	height: auto;
	max-height: 250px;
	max-width: 250px;
	width: auto;
}

article img.align-block,
body#tinymce img.align-block {
	display: block;
	margin: 1em 0em;
}

article img.align-center,
body#tinymce img.align-center {
	margin: 1em auto;
}

article img.align-left,
body#tinymce img.align-left {
	float: left;
	margin: 0em 1em 1em 0em;
}

article img.align-right,
body#tinymce img.align-right {
	float: right;
	margin: 0em 0em 1em 1em;
}

article ul {
	list-style-type: disc;
	margin-left: 3em;
}

article ul li {
	margin-bottom: 3px;
}

article .slideshow {
	margin-top: 1em;
}

article .slideshow img {
	height: px;
	max-height: px;
	max-width: px;
	width: px;
}

aside {
	float: left;
	width: 170px;
}

aside h3.feed-heading {
	font-weight: bold;
	margin: 1.5em 20px 0em 10px;
}

aside ul#subnav {
	list-style-type: none;
	margin: 0px 10px 0px 0px;
	width: 150px;
}

aside ul#subnav li {
	margin: 0px 0px 0px 10px;
}

aside ul#subnav li a.active {
	font-weight: bold;
}

aside ul.feed {
	margin: 0 20px 0 10px;
}

blockquote, ol, ul {
	margin-left: 1em;
}

body {
	background-color: #fff;
	color: #000;
	font-family: Cabin, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
	line-height: 1.5em;
}

em {
	font-style: italic;
}

em strong,
strong em {
	font-style: italic;
	font-weight: bold;
}

footer {
	background-color: #fff;
	border-top: 1px solid #ddd;
	bottom: 0px;
	color: #656565;
	font-size: 0.95em;
	height: 250px; /* Must match section padding */
	line-height: 1.25em;
	position: absolute;
	width: 960px;
}

footer address {
	float: left;
	line-height: 1.25em;
	margin: 0.75em 20px 0em 0em;
	width: 148px;
}

footer div#copyright {
	float: right;
	margin-top: 0.75em;
}

footer p {
	margin: 0em 0em 0.25em 0em;
	text-align: right;
}

footer p.by {
	color: #999;
	font-size: 0.9em;
	text-align: right;
}

footer p.by a {
	color: #656565;
	text-decoration: none;
}

footer p.by a:hover {
	color: #000;
	text-decoration: underline;
}

footer ul#sitemap {
	/*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;*/
	margin: 0.75em 200px 0em 140px;
	min-height: 50px;
	padding: 0px;
	width: auto;
}

footer ul#sitemap > li {
	display: inline;
	float: left;
	margin-right: 20px;
}

footer ul#sitemap li a.active {
	text-decoration: underline;
}

footer ul#sitemap li a.active:hover {
	text-decoration: none;
}

footer ul#sitemap > li > a {
	display: block;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

footer ul#sitemap > li > a:hover {
	text-decoration: underline;
}

footer ul#sitemap > li > ul {
	margin: 0px 0px 0px 0px;
}

footer ul#sitemap > li > ul > li > a {
	text-decoration: none;
}

footer ul#sitemap > li > ul > li > a:hover {
	text-decoration: underline;
}

footer ul#social {
	float: right;
	margin: 0;
}

footer ul#social li {
	display: inline;
	max-height: 32px;
	float: left;
	margin: 0 0 10px 5px;
}

form div.checkbox-multiple,
form div.radio-multiple {
	margin: 0px 0px 0px 0px;
}

form div.checkbox-multiple input[type="checkbox"] {
	float: left;
	margin: 5px 0px 0px 0px;
}

form div.checkbox-multiple label {
	clear: none;
	float: left;
	margin: 3px 0px 0px 5px;
	text-align: left;
}

form div.radio-multiple input[type="radio"] {
	float: left;
	margin: 5px 0px 0px 0px;
}

form div.radio-multiple label {
	clear: none;
	float: left;
	margin: 3px 0px 0px 5px;
	text-align: left;
	width: 258px;
}

form input,
form select,
form textarea {
	color: #000;
	display: block;
	font-family: Cabin, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

form input[type="hidden"] {
	height: 0px;
	padding: 0px;
}

form input[type="checkbox"],
form input[type="radio"] {
	float: left;
	height: 13px;
	margin: 1.20em 0em 0em 0em;
	padding: 0px;
	width: 13px;
}

form input[type="password"],
form input[type="submit"],
form input[type="text"],
form select {
	min-height: 22px;
}

form input[type="password"],
form input[type="submit"],
form input[type="text"],
form select,
form textarea {
	border: 1px solid #999;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

form input[type="password"],
form input[type="text"],
form textarea {
	padding: 0 3px;
	width: 300px;
}

form input[type="submit"] {
	background-color: #999;
	border: 0;
	border-radius: 4px;
	color: #fff;
	margin-top: 1em;
	padding: 0px 5px;
}

form input.close {
	margin-top: 3px;
}

form input.zip {
	width: 100px;
}

form label {
	color: #333;
	display: block;
	margin-top: 1em;
}

form label span,
form p.radio span {
	color: #c00;
}

form label.checkbox,
form label.radio {
	color: #333;
	float: left;
	margin: 1em 0px 0px 5px;
	padding: 0px;
	text-align: left;
	width: 282px;
}

form label.checkbox em,
form label.radio em {
	color: #999;
	display: inline-block;
	font-size: 0.9em;
	font-style: normal;
	padding-left: 0.25em;
}

form label.close {
	margin-top: 3px;
}

form label.inline {
	color: #333;
	display: inline;
}

form p label {
	color: inherit;
}

form p.caption {
	color: #999;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 0.3em;
	width: 300px;
}

form p.field {
	margin-bottom: 0px;
	margin-top: 1em;
}

form p.radio {
	padding-bottom: 0.25em;
}

form p.required {
	color: #656565;
	font-size: 0.9em;
}

form p.required span {
	color: #c00;
	font-size: 1.11em;
}

form p.text {
	display: block;
	margin-top: 1em;
}

form p.text em {
	color: #656565;
	font-style: italic;
}

form p.upload {
	margin-top: 0em;
}

form p.upload-image {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 0em;
}

form p.upload-image a {
	display: block;
	font-size: 1em;
	margin-top: 3px;
}

form p.upload-image img {
	border: 0px;
	display: inline;
	max-height: 150px;
	max-width: 150px;
}

form select {
	margin-left: 0px;
}

form select option {
	padding-top: 2px; /* Fix for Firefox */
}

form span.mceEditor {
	display: block;
}

form textarea {
	height: 100px;
	padding: 3px;
	resize: none;
}

form textarea.long {
	height: 200px;
}

form #internalcomments {
	display: none;
}

form .column {
	float: left;
	margin-right: 20px;
}

form .group {
	float: left;
	margin-right: 10px;
}

form .group input.datepicker {
	width: 100px;
}

form .group label.auto {
	width: auto;
}

form .row {
	background-color: #eeeeee;
	padding: 5px 6px;
}

form .row input {
	margin: 0em;
}

form#contact {
	float: left;
}

h1 {
	font-size: 1.4em;
	padding-bottom: 0.25em;
}

h1 a {
	text-decoration: none;
}

h1 a.crumbs {
	color: #656565;
	font-size: 1em;
}

h2 {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	margin: 2em 0em 0.5em 0em;
	padding-bottom: 0.25em;
}

header {
	height: auto;
}

header #logo {
	padding: 3em 0em;
}

header #logo a {
	font-size: 2em;
	text-decoration: none;
	}

html {
	height: 100%;
	overflow: -moz-scroll-bars-vertical;
	overflow-y: scroll;
}

nav {
	background-color: #265781;
}

nav > ul {
	list-style-type: none;
	margin: 0px;
}

nav > ul > li {
	float: left;
	margin-right: 2em;
}

nav > ul > li a {
	color: #fff;
	display: block;
	font-size: 1.0em;
	text-decoration: none;
}

nav > ul > li a:hover,
nav > ul > li a.active {
	color: ##fff;
}

nav > ul > li a.active {
	font-weight: bold;
}

nav ul.sf-menu {
	float: none;
	margin: -0.75em 0 0 0;
}

nav ul.sf-menu a {
	border-left: 0;
	border-right: 1px solid #fff;
	border-top: 0;
	color: #fff;
}

nav ul.sf-menu li {
	background: #265781;
}

nav ul.sf-menu li ul {
	margin-left: -1px;
}

nav ul.sf-menu li li a {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}

nav ul.sf-menu li li:last-child a {
	border-bottom: 1px solid #fff;
}

nav ul.sf-menu li:hover,
nav ul.sf-menu li.sfHover {
	background: #345903;
}

nav ul.sf-menu li:hover > a,
nav ul.sf-menu li.sfHover > a {
	color: #fff;
}

p#directory-breadcrumbs {
	font-size: 0.75em;
	margin: 0 0 0.25em 0;
}

p#directory-breadcrumbs a {
	color: #999;
	text-decoration: none;
}

p#directory-breadcrumbs a:hover {
	text-decoration: underline;
}

p.error {
	background-color: #c00;
	border: 1px dashed #fff;
	color: #fff;
	margin-bottom: 2em;
	padding: 1em;
}

p.error a {
	color: #fff;
}

p.message {
	background-color: #090;
	border: 1px dashed #fff;
	color: #fff;
	margin-bottom: 1em;
	padding: 1em;
}

p.message a {
	color: #fff;
}

p.no {
	font-style: italic;
}

section {
	margin-top: 2em;
	padding-bottom: 290px; /* Must match or exceed footer height */
}

strong {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 1em;
	width: 100%;
}

table td {
	border-bottom: 1px solid #cccccc;
}

table td,
table th {
	font-size: 0.9em;
	line-height: 1.4em;
	vertical-align: top;
	padding: 5px 6px;
}

table td a,
table th a {
	font-size: 1em;
}

table td img {
	max-height: 100px;
	max-width: 100px;
}

table td img.copy {
	width: auto;
}

table td input {
	display: inline;
	margin: 3px 0px 0px 0px !important;
}

table td span {
	color: #999;
	display: block;
	font-size: 0.9em;
	text-decoration: none !important;
}

table th {
	background-color: #000;
	color: #fff;
	text-align: left;
}

table th a {
	color: #fff;
	text-decoration: none;
}

table th a:hover {
	color: #999;
}

table th.numeric {
	text-align: right;
}

table tr:hover td {
	background-color: #eee;
}

table tr.past td,
table tr.past td a {
	color: #656565;
}

table.calendar {
	border-left: 1px solid #000;
}

table.calendar td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	color: #656565;
	height: 80px;
	overflow-x: hidden;
	overflow-y: visible;
	padding-bottom: 5px;
	width: 95px;
}

table.calendar td p {
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 0.5em;
}

table.calendar td.today,
table.calendar tr:hover td.today {
	background-color: #ffd;
}

table.calendar td.today h4 {
	font-weight: bold;
}

table.calendar th {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}

table.calendar tr:hover td {
	background-color: #fff;
}

table.calendar tr:hover td:hover {
	background-color: #eee;
}

ul#gallery {
	margin-left: 0px;
}

ul#gallery li {
	display: table;
	float: left;
	height: 12px;
	max-width: 12px;
	margin: 0em 1em 1em 0em;
	#position: relative;
	#width: 12px; /* Required for IE 7 */
}

ul#gallery li span {
	display: table-cell;
	#left: 50%;
	#position: absolute;
	text-align: center;
	#top: 50%;
	vertical-align: middle;
}

ul#gallery li a img {
	border: 1px solid #ddd;
	margin: auto;
	#left: -50%;
	max-height: 0px;
	max-width: px;
	overflow: hidden;
	padding: 5px;
	#position: relative;
	#top: -50%;
}

ul#gallery li a:hover img {
	border: 1px solid #bbb;
}

ul.feed li {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 0.5em;
}

ul.options { 
	list-style-type: none;
	margin-left: 0;
	padding: 0;
}

ul.options li {
	background-image: url("../images/admin-arrow.png");
	background-position: 0px 4px;
	background-repeat: no-repeat;
	display: inline;
	margin-right: 12px;
	padding: 0 0 0 10px;
}

ul.options.above-form {
	padding-bottom: 1em;
}

ul.options.edit-mode {
	float: right;
}

#blog h2,
#news h2,
.feed h2 {
	border-bottom: 0px;
	margin-top: 1.5em;
	padding: 0px;
}

#blog h2 span,
#news h2 span,
.feed span {
	color: #656565;
	font-weight: normal;
}

#blog h2:first-of-type,
#news h2:first-of-type,
.feed h2:first-of-type {
	margin-top: 1em;
}

#blog h4 {
	font-weight: bold;
	margin: 2em 0em 0em 0em;
}

#blog p.date,
#news p.date {
	color: #656565;
	font-size: 0.9em;
	margin-top: 0.25em;
}

#blog p.date a,
#news p.date a {
	color: #333;
	text-decoration: none;
}

#blog p.date a:hover,
#news p.date a:hover {
	color: #656565;
	text-decoration: underline;
}

#blog p.summary,
#news p.summary,
.feed p.summary {
	margin-top: 0.5em;
}

#calendar dl,
#directory dl {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-top: 1em;
}

#calendar dl dd,
#directory dl dd {
	float: left;
	padding: 0px 0px 0.75em 0px;
}

#calendar dl dt,
#directory dl dt {
	color: #656565;
	float: left;
	padding: 0px 10px 0.75em 0px;
	width: 75px;
}

#calendar form a {
	font-size: 1.5em;
	text-decoration: none;
}

#calendar form input,
#calendar form select {
	display: inline;
	float: none;
}

#calendar form input[type="submit"] {
	height: 22px;
	margin: 0px;
	padding: 0px 4px;
}

#calendar p.date {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0.25em;
}

#calendar #hidden-search form input[type="submit"] {
	margin-top: 5px;
}

#calendar .calendar-listing,
#directory .directory-listing {
	border: 1px solid #ddd;
	margin: 1em 0 0 0;
	padding: 1em;
}

#calendar .calendar-listing dl {
	padding-bottom: 0.5em;
}

#calendar .calendar-listing dl,
#directory .directory-listing dl {
	float: left;
}

#calendar .calendar-listing dl.no-float {
	padding-bottom: 0;
}

#calendar .calendar-listing dl.no-float,
#directory .directory-listing dl.no-float {
	float: none;
}

#calendar .calendar-listing h2,
#directory .directory-listing h2 {
	border: 0;
	font-size: 1.15em;
	margin: 0;
	padding: 0;
}

#calendar .calendar-listing p.date {
	font-size: 0.9em;
}

#calendar .calendar-listing .calendar-listing-map,
#directory .directory-listing .directory-listing-map {
	float: right;
	margin-left: 1em;
}

#calendar .calendar-listing .calendar-listing-map iframe,
#directory .directory-listing .directory-listing-map iframe {
	height: 150px;
	width: 300px;
}

#calendar .listing-details {
	float: left;
	width: 410px;
}

#calendar .listing-details dl,
#directory > div:first-child dl {
	width: 100%;
}

#calendar .listing-details.individual {
	width: 430px;
}

#calendar .listing-details.no-map {
	width: auto;
}

#directory > div:first-child {
	float: left;
	width: 380px;
}

#directory #map iframe {
	height: 250px;
	width: 350px;
}

#hidden-search {
	display: none;
	padding-bottom: 7px;
	padding-top: 2px;
}

#hidden-search h3 {
	border-top: 1px solid #ddd;
	font-weight: bold;
	margin-top: 1em;
	padding-top: 10px;
}

#hidden-search input[type="submit"] {
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 1px 5px;
}

#hidden-search input[type="text"] {
	float: left;
	margin: 5px 0px 0px 0px;
	width: 150px;
}

#hidden-search label {
	float: left;
	margin-top: 5px;
	width: auto;
}

#hidden-search select {
	float: left;
	margin: 5px 0px 0px 0px;
}

#hidden-search .field {
	float: left;
	margin-right: 13px;
	margin-top: 0px;
	padding-bottom: 7px;
	white-space: nowrap;
}

#map {
	float: right;
}

#map iframe {
	margin-top: 1em;
}

#map p {
	font-size: 0.9em;
	margin-top: 0.25em;
}

#news p.moreinfo {
	margin-top: 2em;
}

#page {
	background-color: #fff;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}

.wrap{
	margin: 0px auto;
	width: 960px;
}

#prev-next {
	margin-top: 1em;
	position: relative;
}

#prev-next a,
#prev-next p {
	font-size: 11px;
}

#prev-next p#pg {
	text-align: center;
}

#prev-next p#next {
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#prev-next p#prev {
	margin: 0px;
	position: absolute;
	top: 0px;
}

#primaryphoto {
	line-height: 1em;
	margin: 0 0 1.5em 0;
}

#primaryphoto img {
	max-width: 759px;
}

#rss-icon {
	float: right;
}

#schema,
.vcard {
	display: none;
}

#secondaryphoto {
	line-height: 1em;
	margin: 1.5em 0 0 10px;
}

#secondaryphoto img {
	max-width: 160px;
}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.comment {
	background: #ccc;
	margin-top: 0.5em;
	padding: 0.75em;
}

.comment p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 0;
}

.comment p.by {
	color: #656565;
	font-size: 0.75em;
	margin-top: 0.75em;
}

.formError {
	padding-top: 10px;
}

.nowrap {
	white-space: nowrap;
}


/* --- Superfish --- */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(255,255,255,.5);
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #13a;
}
.sf-menu li {
	background: #BDD2FF;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #AABDE6;
}
.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #CFDEFF;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}


/* --- Lightbox --- */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/* --- Form Validation --- */

/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

/* --- Design --- */

a[href$=".pdf"] {
	display: inline-block;
	min-height: 24px;
	padding-left: 29px;
	background: url("../images/icons/Adobe_PDF_file_icon_24x24.png") center left no-repeat;
}

article ul.pdfs {
	list-style-type: none;
	margin-left: 2em;
}

footer {
	background-color: #265781;
	font-size: 14px;
}

footer address {
	color: #fff;
	margin-right: 30px;
	width: 300px;
}

footer address strong {
	display: block;
	font-size: 20px;
}

footer address strong,
footer div#sitemap-container h3 {
	line-height: 1.2em;
	padding-bottom: 0.5em;
}

footer div#copyright {
	background-color: #243746;
	bottom: 0;
	float: none;
	font-size: 12px;
	position: absolute;
	width: 100%;
}

footer div#copyright p {
	color: #a2bace;
	float: left;
	margin: 0;
	padding: 0.75em 10px;
}

footer div#sitemap-container {
	float: left;
	margin: 0.75em 30px 0 10px;
	width: 300px;
}

footer div#sitemap-container h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

footer div#copyright p.by {
	float: right;
	margin: 0;
}

footer div#copyright p.by,
footer div#copyright p.by a,
footer div#copyright p.by a:hover {
	color: #507999;
}

footer div#copyright p.by a {
	text-decoration: underline;
}

footer div#copyright p.by a:hover {
	text-decoration: none;
}

footer div#video {
	margin-top: 0.75em;
	width: 300px;
}

footer ul#sitemap {
	float: left;
	margin: 0;
}

footer ul#sitemap li {
	display: block;
	float: none;
	margin-right: 0;
}

footer ul#sitemap li a {
	font-weight: normal;
}

footer ul#sitemap li a,
footer ul#sitemap li a:hover {
	color: #fff;
}

h2 {
	border-bottom: 0;
	padding-bottom: 0;
}

strong {
	font-weight: 700;
}

/* CUSTOM FONTS */
header #logo{
	padding:25px 0 !important;
}
#logo a{
	background: url(../images/uploads/logo.png) no-repeat;
	text-indent: -9999px;
	display:block;
	height:51px;
}
nav{
	background:#265781;
}
nav ul{
	margin:0;
	padding:0;
}
nav ul li{
	display:inline-block;
	list-style:none;
}
nav ul li a{
	font-family: 'Cabin', sans-serif;
	font-size: 0.875em;
	font-weight:300;
	color: #FFF;
	text-decoration:none;
	letter-spacing: 0.4px;
	border:none !important;
}
nav ul.sf-menu ul li{
	display:block;
	background: #265781 !important;
}
nav ul.sf-menu ul li a:before{
	font-family: 'FontAwesome';
	content:"\f0da";
	color:#FFF;	
	padding-right:10px;
}
nav ul.sf-menu ul a{
	display:block;
	font-size: 12px;
}
nav ul.sf-menu a.active,
nav ul.sf-menu ul a:hover,
nav ul.sf-menu ul a.active{
	background:#345903;
}
p#festival-notice {
	background: #ecf3eb;
	border: 1px solid #c3d5c1;
	margin: 0 0 2em 0;
	padding: 10px;
}
p.button-link a {
	background-color: #345903;
	background-image: none;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	padding: 3px 10px;
	text-decoration: none;
}
p.button-link a:hover {
	background-color: #333;
}
#announcement {
	padding: 2em 0 1em 0;
}
#announcement p {
	font-size: 1.2em;
}
#announcement-banner {
	background: #c00;
	color: #fff;
	font-size: 1.2em;
	padding: 1.5em;
	text-align: center;
}
#announcement-banner p {
	margin: 1.5em 0 0 0;
}
#announcement-banner p a {
	color: #fff;
}
#announcement-banner p:first-child {
	margin-top: 0;
}
#banner{
	width:100%;
	height:450px;
	background: url(../images/uploads/banner-2021-desaturated-compressed.jpg) no-repeat center bottom;
	margin:0;
	padding:0;
}
#banner .wrap{
	position:relative;
	height:100%;
}
#banner h2{
	margin:0;
	color:#FFF;
	font-size:36px;
	line-height: 45px;
	text-shadow:1px 1px 5px rgba(0, 0, 0, 0.6);
	border:none;
}
#banner-content{
	position:absolute;
	top:22%;
	bottom:0;
	left:0;
}
#banner h2 strong{
	font-size:45px;
}
#banner p{
	color:#FFF;
	font-size:1.25em;
	line-height: 25px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
#banner p strong{
	font-size:24px;
	padding-bottom:15px;
	display: inline-block;
}
#banner a{
	color:#FFF;
}

#mid-boxes{
	width:100%;
	background:#EAEDEF;
	padding:50px 0;
	margin:0;
}
#mid-boxes .row{
	margin-left:-10px;
	margin-right:-10px;
}
#mid-boxes .box-col-4{
	width:25%;
	float:left;
	vertical-align:top;
	padding:10px;
	min-height: 1px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#mid-boxes .mid-content-box{
	position: relative;
	height:100%;
}
#mid-boxes .box-col-4 .box-slide img{
	width:100%;
	max-width:100%;
	height:auto !important;
	display:block;
}
#mid-boxes .box-content{
	width:auto;
	height: 50px;
	background-color:rgba(50, 76, 97, 0.8);
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	color:#FFF;
	padding:6px 0;
	z-index:1000;
}
#mid-boxes .box-content h5{
	font-size:13px;
	font-weight:700;
	text-align:center;
}
#mid-boxes .box-content p{
	font-size:0.825em;
	text-align:center;
	line-height:12px;
	margin:0;
}
#mid-boxes .box-col-4 a{
	text-decoration:none;
}
#mid-boxes .box-col-4 .learn-more{
	width:100%;
	background:#345903;
	display:block;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	font-size:11px;
	padding:6px 0;
	margin-top:10px;
	transition-duration:0.4s;
	transition-delay:0.1s;
}
#mid-boxes .box-col-4 a:hover .learn-more{
	background:#538045;
	transition-duration:0.4s;
}

#sponsors .wrap{
	border-top:1px solid #D6DBDF;
	padding:30px 0 50px;
}
#sponsors img{
	display:inline-block;
	margin:15px;
	max-height:100px;
	max-width:100px;
	vertical-align:middle;
}
#sponsors a img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
#sponsors a:hover img {
  filter: none;
  -webkit-filter: grayscale(0%);
}

footer{
	width:100%;
	position:static;
	padding-top:20px;
}
footer ul#sitemap li a,
footer address{
    font-size: 12px;
}
footer .footer-col-3{
    float:left;
	width:33.33% !important;
	margin-left:0 !important;
	margin-right:0 !important;
}
footer .footer-col-3 iframe{
    border:2px solid #FFF;
}
form#application h2 {
	font-size: 1.2em;
}
form#application h3 {
	font-weight: bold;
	margin: 1.25em 0 0 0;
}
form#application div.checkbox-multiple input[type="checkbox"],
form#application input[type="checkbox"],
form#application input[type="radio"] {
	margin-top: 0.6em;
}
form#application input[type="text"],
form#application textarea {
	box-sizing: border-box;
	width: 100%;
}
form#application label.checkbox,
form#application label.radio {
	margin-top: 0.5em;
}
form#application p.caption {
	margin-top: 0.5em;
	width: 100%;
}
form#application p.radio {
	padding-bottom: 0;
}
form#application #instructions {
	background: #eee;
	border: 1px solid #ddd;
	margin-top: 1em;
	padding: 1em;
}
form#application #instructions h2,
form#application #instructions p:first-child {
	margin-top: 0;
}
form#application .formError {
	padding-top: 0;
}
.text-center{
	text-align:center;
}
.section-title{
	font-size:25px;
	font-weight:700;
	color:#265781;
	display:block;
	text-align:center;
	padding:20px 0;
}
.line{
	width:80px;
	height:4px;
	background:#008C46;
	margin:0 auto 20px;
}
p.photo-caption {
	font-style: italic;
	text-align: center;
}
section{
	padding-bottom:2em;
}
article{
	min-height:300px;
}
article a{
	color:#5F9319
}
.clear {
	clear: both;
}
.footer-col-3 a{
	color:#FFF !important;
}
/* FOR DIV */
.schedule{
	border-top: 3px solid #C3D5C1; 
	border-left: 3px solid #C3D5C1; 
	border-right: 3px solid #C3D5C1; 
	border-bottom: 5px solid #C3D5C1;
	margin-top: 2em;
	width:100%;
}
.schedule > h2{
	background: #E0E8DF; 
	color: #66945f; 
	text-align: center; 
	font-size: 1.2em; 
	font-weight: bold; 
	padding: 15px;
	margin:0;
}
.schedule > .table{
	width: 100%; 
	display: table;
}
.schedule .table-row{
	display: table-row; 
	width: 100%;
}
.schedule .table-row-header{
	background: #ECF3EB;
}
.schedule .title-header{
	font-weight: bold;
}
.schedule .table-cell{
	display: table-cell;
}
.schedule .pad-5{
	padding: 5px;
}
.schedule .col-3{
	width: 33.33%;
}
/* FOR TABLES */
.schedule .schedule-title td{
	background: #E0E8DF; 
	color: #66945f; 
	text-align: center; 
	font-size: 1.2em; 
	font-weight: bold; 
	padding: 15px;
	margin:0;
	border:none;
}
.schedule .schedule-title:hover td{
	background: #E0E8DF; 
}
.schedule .schedule-header td{
	font-weight: bold;
	font-size:14px;
	background: #ECF3EB;
	border:none;
}
.schedule .schedule-header:hover td{
	background: #ECF3EB; 
}
.schedule tbody td{
	padding: 5px;
	font-size:14px;
}
.schedule tbody th,
.schedule tbody td{
	width: 33.33%;
}
.schedule tr:hover td{
	background:none;
}
#admin > .wrap{
	margin: 0 auto !important;
}
ul#gallery li{
	display: block;
}
ul#sponsor-logos {
	list-style-type: none;
	margin: 1em auto 0 auto;
	/*width: 520px;*/
}
ul#sponsor-logos li {
	display: inline-block;;
}
ul#sponsor-logos li img{
	display: inline-block;
	margin: 15px;
	max-height: 100px;
	max-width: 100px;
	vertical-align: middle;
}
/*(ul#sponsor-logos li:nth-child(3):after {
	content: "\A";
	white-space: pre;
}*/
.original-size{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
}

@media screen and (max-width: 959px) {
	.wrap{ 
		width:100%; 
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		padding-left:15px;
		padding-right:15px;
	}
	footer{ 
		width:100%; 
	}
	#home-bottom-image img{
		width:100%;
		max-width:100%;
		height:auto;
	}
	#banner-content {
		left: 20px;
	}
}

@media screen and (min-width: 901px) {
	.navbar-toggle { 
		display: none; 
	}
}

@media screen and (max-width: 900px) {
	.collapse {
		display: none;
	}
	.collapse.in{
		display:block;
	}
	.collapsing{
		position:relative;
		height:0;
		overflow:hidden;
		-webkit-transition:height .35s ease;
		transition:height .35s ease;
	}	
	.navbar-toggle { 
		position: absolute;
		right:0;
		top:0;
		padding: 0px 20px;
		margin-right: 0;
		margin-bottom: 0;
		border: 1px solid transparent;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		cursor:pointer;
		z-index: 200;
		background: #FFF;
		height: 90px;
	}	
	.navbar-toggle .icon-bar {
		background-color: #265781;
		display: block;
		width: 42px;
		height: 4px;
		border-radius: 1px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
	}	
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 4px;
	}
	.navbar-toggle {
		display: block;
	}
	.menu-nav-container {
		background-color: rgba(0,0,0,0.7);
		position: absolute;
		right: 0;
		right: 0;
		z-index: 100;
		top: 0;
		bottom: 0;
	}
	nav ul.sf-menu {
		background: #FFF;
		width: 90%;
		padding: 0;
		position: absolute;
		top: 100px;
		right: 0;
	}
	nav ul.sf-menu li{
		display:block;
		float:none;
		background:none;
		border-bottom:1px solid #ddd;
	}
	nav ul.sf-menu li a{
		color:#265781;
	}
	nav ul.sf-menu li a:hover{
		color:#FFF;
		background:#79A73D;
	}
	nav ul.sf-menu li a.active{
		color:#FFF;
		background:#345903;
	}
	nav ul.sf-menu li ul {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		margin-bottom: 0;
		margin-left: 0;
		position: static;
	}
	nav ul.sf-menu ul li,
	nav ul.sf-menu ul li:hover,
	nav ul.sf-menu ul li.sfHover {
		background: none !important;
	}
	nav ul.sf-menu ul li a{
		background:#eee;
	}
	nav ul.sf-menu ul li a:before{
		color:#265781;
	}
	nav ul.sf-menu ul li a:before:hover{
		color:#FFF;
	}
	footer .footer-col-3{
		padding-right:15px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	footer .footer-col-3 iframe{
		width:100%;
	}
}

@media screen and (max-width: 800px) {
	#banner {
		height: 400px;
	}
	#mid-boxes .box-content h5{
		font-size:12px;
		line-height: 15px;
	}
	#mid-boxes .box-content p {
		font-size: 0.725em;
		margin: 3px 0 0;
	}
}

@media screen and (max-width: 768px) {
	#mid-boxes .box-col-4 {
		width: 50%;
	}
	article{
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		float:none;
		border-left:none;
		margin-top:2em;
		padding: 0px 10px 10px 10px;
	}
	aside{
		float:none;
		width:100%;
	}
	aside ul#subnav{
		background:#eee;
		padding-bottom:1em;
		padding-top:1em;
		width:100%;
		text-align:center;
	}
	form#contact,
	#map{
		float:none;
		width:100%;
	}
	form#contact label{
		display:block;
		float:none;
		width:100%;
		text-align:left;
	}
	form#contact input[type="text"],
	form#contact select,
	form#contact textarea{
		float:none;
		width:100%;
		margin-top:0;
	}
	form input[type="checkbox"], 
	form input[type="radio"]{
		margin-left:0;
		margin-right:5px;
	}
	form input[type="submit"]{
		margin-left:0;
		padding: 5px 25px;
	}
	form p.required{
		margin-left:0;
	}
	#map iframe{
		width:100%;
	}
	.responsive-image{
		max-width: 100%;
		max-height: 100%;
		width: 100%;
		height: auto;
		display: block;
	}
}


@media screen and (max-width: 700px) {
	#logo a {
		height: 46px;
		background-size: auto 100%;
	}
}

@media screen and (max-width: 640px) {
	#logo a {
		height: 41px;
		background-size: auto 100%;
	}
	.navbar-toggle .icon-bar {
		width: 32px;
	}
	footer{
		height:auto;
	}
	footer .footer-col-3{
		width: 100% !important;
		margin-bottom:25px !important;
		text-align: center;
	}
	footer ul#sitemap{
		float:none;
	}
	footer div#copyright{
		position:static;
	}
}

@media screen and (max-width: 576px) {
	#logo a {
		background-size: 100% auto;
	}
	header{
		margin-top:0px;
	}
	#banner{
		background-size: auto 100%;
	}
	.navbar-toggle{
		background:#265781;
		width:100%;
		height:40px;
		position: static;
	}
	.navbar-toggle .icon-bar{
		background:#FFF;
	}
	.navbar-inverse{
		position:relative;
	}
	.menu-nav-container{
		top: 40px;
		padding: 0;
	}
	nav ul.sf-menu{
		top: 0;
		width:100%;
		margin: 0;
		position: static;
	}
	footer div#copyright p,
	footer div#copyright p.by{
		float:none;
		text-align:center;
	}
}

@media screen and (max-width: 480px) {
	#banner {
		height: 350px;
	}
	#banner h2 {
		font-size: 30px;
		line-height: 39px;
	}
	#banner h2 strong {
		font-size: 39px;
	}
	#banner p {
		font-size: 16px;
		line-height: 22px;
	}
}

@media screen and (max-width: 360px) {
	#banner h2 {
		font-size: 25px;
		line-height: 34px;
	}
	#banner h2 strong {
		font-size: 34px;
	}
	#banner p {
		font-size: 15px;
		line-height: 18px;
	}
	#mid-boxes .box-col-4 {
		width: 100%;
	}
	#sponsors img{
		display:block;
		max-width:100%;
		margin: 15px auto;
	}
}

/* --- Customizations --- */

/*
Add custom styles below
*/



