/*   All CSS code is Copyright 2010 HunterGD @ http://HunterGD.com   *
*  Do not use or borrow my code without giving credit to me, at the  *
*  least, please leave this header with the code.                   */

/* @group Global Unsets */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, ul, ol {
	padding: 8pt 0;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
}

/* @end */

/* @group Quick Styles */

b, .b {
	font-weight: bold !important;
}

u, .u {
	text-decoration: underline !important;
}

i, .i {
	font-style: italic !important;
}

.center, center, .c {
	text-align: center !important;
	text-indent: 0 !important;
}

.clear {
	clear: both !important;
}

/* @end */

body {
	font: 90% Verdana, "Lucida Grande", Lucida, sans-serif;
	background: url(/images/bg-navi.gif) repeat-y left top;
}

/* @group Header */

#header {
	width: 100%;
	height: 125px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	background: #426390 url(/images/bg-header.jpg) no-repeat 0 0;
}

#logo {
	display: block;
	margin-left: 50px;
	font-size: 2.5em;
	height: 125px;
	color: #FFF;
	text-shadow: #000000 3px 3px 0;
	position: relative;
	top: 20px;
}

#divider {
	display: block;
	width: 100%;
	height: 11px;
	background: #000 url(/images/bg-divider.gif) repeat-x;
	position: absolute;
	top: 125px;
	left: 0px;
	font-size: 0;
	z-index: 100;
}

/* @end */

/* @group Navigation */

#navigation {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 146px;
	background: #E3E8EE url(/images/bg-navi.gif) repeat-y;
	z-index: 50;
	margin-top: 136px;
}

#navigation h4 {
	display: block;
	width: 170px;
}

#navigation a {
	display: block;
	font-size: .8em;
	width: 160px;
	text-decoration: none;
	color: #082C5E;
	padding: 5px;
	border-top: 1px solid #E3E8EE;
	border-bottom: 1px solid #E3E8EE;
}

#navigation a:hover {
	color: #000;
	background-color: #CBD3DE;
	border-top: 1px solid #CBD3DE;
	border-bottom: 1px solid #CBD3DE;
	border-right: 1px solid #CBD3DE;
	font-weight: bold;
	text-align: center;
}

#navigation a.current {
	font-weight: bold !important;
	text-align: center !important;
	border-top: 1px solid #CBD3DE !important;
	border-bottom: 1px solid #CBD3DE !important;
	border-right: 1px solid #FFF !important;
	background-color: #FFF !important;
}

/* @end */

/* @group Events */

#open, #close {
	display: block;
	width: 200px;
	height: 20px;
	font-size: 0;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 136px;
	right: 12px;
	z-index: 100;
}

#open {
	background-image: url(/images/open.gif);
	display: none;
}

#close {
	background-image: url(/images/close.gif);
	display: block;
}

#eventsBox {
	position: absolute;
	right: 0px;
	top: 136px;
	width: 225px;
}

#events {
	color: #082C5E;
	background-color: #E3E8EE;
	display: block;
	padding: 20px 5px 0;
	border-left: 1px solid #CBD3DE;
	border-bottom: 1px solid #CBD3DE;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}

#events .note {
	font-size: .8em;
	font-style: italic;
}

#events p {
	text-indent: 0;
	text-align: left;
}

#events li {
	list-style-image: none;
	text-align: center;
	margin-bottom: .8em;
	list-style-position: inside;
	list-style-type: none;
}

#events a, #events a:link, #events a:visited {
	color: #746509;
}

#events a:hover {
	color: #8B301C;
}

/* @end */

/* @group Content */

#content {
	margin-left: 181px;
	margin-right: 235px;
	margin-top: 136px;
	padding-bottom: 2em;
}

#content a, #content a:link, #content a:visited {
	color: #746509;
}

#content a:hover {
	color: #8B301C;
}

#content hr {
	height: 1px;
	color: #9CA0A6;
	background-color: #9CA0A6;
	border-style: none;
}

#content li {
	list-style-position: inside;
	margin-right: 2em;
	margin-left: 2em;
	margin-bottom: .5em;
}

#content img {
	display: block;
	border: 3px solid #426390;
}

.imgRight {
	float: right;
	margin: 8pt 0 8pt 8pt;
}

.imgLeft {
	float: left;
	margin-right: 8pt;
}

.imgCenter {
	margin: 1em auto;
}

.infoBox {
	color: #000;
	background-color: #FFFDED;
	padding: 0 8pt;
	border: 1px solid #9CA0A6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 1em 2em;
}

.infoBox .boxLeft {
	float: left;
	width: 48%;
}

.infoBox .boxRight {
	float: right;
	width: 50%;
}

/* @group Contact Form */

form {
	display: block;
	width: 100%;
}

#recaptcha_widget_div img {
	border: 0;
}

.input {
	display: block;
	height: 1.8em;
	line-height: 1.8em;
	margin-bottom: .75em;
	margin-top: .75em;
}

.input span, .inputBox span {
	display: block;
	width: 10em;
	float: left;
	margin-left: 3em;
	font-weight: bold;
}

input.textbox {
	border: 1px solid #CBD3DE;
	padding: .25em;
	float: left;
	width: 20em;
	height: 1.8em;
	background-color: #FFF;
	font: .90em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.inputBox {
	display: block;
	margin-bottom: .5em;
	margin-top: .5em;
}

select {
	border: 1px solid #CBD3DE;
	font-size: 1em;
}

textarea {
	border: 1px solid #CBD3DE;
	background-color: #FFF;
	padding: .5em;
	font: .90em "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#recaptcha_table {
	display: block !important;
	width: 441px !important;
	margin: 0 auto !important;
	background-color: #EEE !important;
	border: 1px solid #CBD3DE !important;
}

.recaptcha_image_cell {
	background-color: #EEE !important;
}

.button {
	display: block;
	margin: 1em auto;
	text-align: center;
	border:  1px solid #CBD3DE;
	background-color: #FFF;
	font: bold 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: .25em .5em;
}

.button:hover, .button:active {
	background-color: #3467AD;
	border: 1px solid #CBD3DE;
	color: #FFF;
}



/* @end */

.gallery-thumb {
	margin: 3px;
	float: left;
}

td, tr, th {
	vertical-align: top;
}

table {
	margin: 0 auto;
}

td li {
	list-style-type: circle;
	font-family: "Courier New", Courier, mono;
	list-style-position: outside !important;
}


/* @end */

#footer {
	display: block;
	margin-left: 171px;
	height: 40px;
	font-size: .7em;
	text-align: center;
	line-height: 20px;
}

#footer a, #footer a:link, #footer a:visited {
	color: #000;
}

#footer a:hover {
	color: #316BBD;
}
