img		{
	border: none;
}

a		{
	outline: none; text-decoration: none;
}

body	{
	background-image: url(../images/wood.jpg);
	background-repeat: repeat;
	color: white;
	margin: 0px auto;
	min-width:960px;
	font-size: 14px;
}

.title {
	margin: 0 auto;
	text-align: center;
	width:960px;
	
}

.header {
	margin: 0 auto;
	background-image: url(../images/background-t.png);
	background-repeat: no-repeat;
	width:960px;
}

.content {
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/background-c.png);
	background-repeat: repeat-y;
	width:960px;
	font: 12px "Lucida Grande", Geneva, Arial, sans-serif;
	padding-bottom: 15px;
}

.content a {
	color: #76a741;
	font-weight: bold;
}

.content a:hover {
	color: yellow;
	text-decoration: underline;
}


.footer {
	margin: 0 auto;
	padding-bottom: 45px;
	background-image: url(../images/background-b.png);
	background-repeat: no-repeat;
	width:960px;
	font: 12px "Lucida Grande", Geneva, Arial, sans-serif;
	text-align: center;
}

.footer a {
	color: white;
	font-weight: bold;
}

.footer a:hover {
	text-decoration: underline;
}

.footer #leftfooter {
	width: 300px;
	text-align: left;
	float: left;
	padding-left: 30px;
}

.footer #rightfooter {
	width: 500px;
	text-align: right;
	float: right;
	padding-right: 45px;
}

.logo {
	text-align: center;
}

.section {
	text-align: right;
	margin-right: 45px;
	z-index: 11 !important;
	position: relative;
}

.section img {
	margin-bottom: -5px;
}

.parent {
	width:900px;
	height: 630px;
	left: 20px;
	margin-top: -6px;
	padding-top: 10px;
	position: relative;
	overflow: hidden;
}

.parent#large{
	width:900px;
	height: 800px;
	left: 20px;
	margin-top: -6px;
	padding-top: 10px;
	position: relative;
	overflow: hidden;
}

.parent .tabs {
	text-align: center;
	background-color: #41492e;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: goldenrod;
	padding-top: 5px;
	padding-right: 5px;
	left: 7px;
	margin-top: 5px;
	width: 155px;
	cursor: pointer;
	z-index: 2 !important;
	position: relative;
}

.parent .largeblock {
	text-align: left;
	width: 720px;
	height: 760px;
	top: 0px;
	position: absolute;
	left: 168px;
	background-color:#323C1A;
	border-width: 2px 2px 2px 2px;
	border-style: ridge;
	border-color: goldenrod;
	visibility: hidden;
	z-index: 1 !important;
	overflow: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.parent div#loaddiv {
	visibility: visible;
}

.parent img#loadimg {
	padding-top: 100px;
}

.parent .blockheader {
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	text-align: justify;
	background-color: #323C1A;
	padding: 0px 0px 0px 0px;
	z-index: 10 !important;
	position: relative;
	line-height: 1.2em;
}

.parent .blocksectionhead {
	width: 60%;
	margin-top: 0px;
	margin-right: 0px;
	text-align: left;
	background-color: #21280f;
	padding: 5px 0px 5px 0;
	position: relative;
	line-height: 1.2em;
	font: 18px "Lucida Grande", Geneva, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}

.parent .blocksection {
	width: 85%;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 50px;
	text-align: justify;
	background-color: #323C1A;
	position: relative;
	line-height: 1.2em;
}

.content .slidecont {
	width: 910px;
	height: 362px;
	margin-top: -27px;
	margin-left: 18px;
	margin-right: 45px;
	background-color:#323C1A;
	border-width: 0px 0px 2px 0px;
	border-style: ridge;
	border-color: white;
}

.content .lowersect {
	width: 880px;
	margin-left: 20px;
	text-align: right;
}

img.homelinks {
	opacity:0.6;filter:alpha(opacity=60);
}

img.homelinks:hover {
	opacity:1;filter:alpha(opacity=100);
}

.content #rightcontainer {
	width: 540px;
	height: 255px;
	text-align: left;
	margin-left: 60px;
	z-index: 10 !important;
	position: relative;
	overflow: visible;
	float: right;
}

.content .news {
	width: 500px;
	height: 225px;
	text-align: left;
	margin-left: 60px;
	/*border-width: 0px 0px 0px 2px;
	border-style: ridge;
	border-color: white;*/
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #3a3a3a;
	padding: 0px 20px 10px 20px;
	z-index: 10 !important;
	position: relative;
	overflow: visible;
	float: right;
	border: 1px solid black;
}

#newsheader {
margin-bottom: -10px;
text-align: left;
}


.content .desc {
	width: 840px;
	margin-top: -20px;
	margin-left: 30px;
	margin-right: 45px;
	text-align: justify;
	/*background-image: url(../images/descbg.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	background-color: #323C1A;
	border-width: 2px 2px 2px 2px;
	border-style: ridge;
	border-color: white;*/
	border: 1px solid black;
	background-color: #3a3a3a;
	padding: 10px 20px 10px 20px;
	z-index: 10 !important;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.content .list {
	width: 250px;
	margin-left: 30px;
	margin-right: 45px;
	text-align: justify;
	border: 1px solid black;
	/*background-color: #323C1A;
	background-image: url(../images/descbg.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	border-width: 2px 2px 2px 2px;
	border-style: ridge;
	border-color: goldenrod;*/
	background-color: #3a3a3a;
	padding: 20px 20px 20px 20px;
	z-index: 10 !important;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.content .desc table{
	width: 830px;
	line-height: 1.5;
}

.content .desc th{
	text-align: left;
	font: 14px "Lucida Grande", Geneva, Arial, sans-serif;
	font-weight: bolder;
	text-decoration: underline;
}

.content .desc#center {
	text-align: center;
}

#register {
	background-color: #d92623;
	width: 400px;
	padding: 10px 0px 10px 0px;
	margin: 0 auto;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid white;
	opacity:0.85;filter:alpha(opacity=85);
	font: 18px "Lucida Grande", Geneva, Arial, sans-serif;
}

#register:hover {
	opacity:1;filter:alpha(opacity=100);
}

#register a {
	color: white;
}

#register a:hover {
	text-decoration: none;
}

.content .photos {
	border-width: 1px 1px 1px 1px;
	border-style: ridge;
	border-color: gray;
	margin: 0 auto;
	background-color: black;
	text-align: center;
	padding: 10px;
	width: 60%;
}

.content .photos img {
	padding-top: 2px;
	border:  none;
}

h1 {
	font: 18px "Lucida Grande", Geneva, Arial, sans-serif;
	font-weight: bold;
	line-height: 2;
}

h1.center {
	text-align: center;
}

h2 {
	font: 16px "Lucida Grande", Geneva, Arial, sans-serif;
	font-weight: bold;
}

h2#red {
	color: #ea502f;
}
h2#green {
	color: green;
}

h2.center {
	text-align: center;
}

h3.center {
	text-align: center;
}

h3.bold {
	font-weight: bolder;
}

h3 {
	font: 12px "Lucida Grande", Geneva, Arial, sans-serif;
}

h4.center {
	font: 24px "Lucida Grande", Geneva, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

h5 {
	font: 12px "Lucida Grande", Geneva, Arial, sans-serif;
	line-height: 1.5;
}

/* GLOBALHEADER */
#globalheader { width: 960px; height: 56px; left: 17px; top: 18px;margin: 0px auto; position: relative; z-index: 1 !important;}
#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; height: 0px; padding-top: 56px; overflow: hidden; }
#globalheader #globalnav li a,
#globalheader #globalnav { background-image: url(../images/menu.png); _background-image: url(../images/menu.gif); background-repeat: no-repeat; }

/* BUTTONS */
#globalheader #globalnav li#EBC a { background-position: 0px 0px; width: 80px;}
#globalheader #globalnav li#Come a { background-position: -80px 0px; width: 143px;}
#globalheader #globalnav li#Activities a { background-position: -223px 0px; width: 102px;}
#globalheader #globalnav li#Photos a { background-position: -325px 0px; width: 81px;}
#globalheader #globalnav li#Directions a { background-position: -406px 0px; width: 110px;}
#globalheader #globalnav li#After a { background-position: -516px 0px; width: 122px;}
#globalheader #globalnav li#Staff a { background-position: -638px 0px; width: 70px;}
#globalheader #globalnav li#About a { background-position: -708px 0px; width: 108px;}
#globalheader #globalnav li#Contact a { background-position: -816px 0px; width: 95px;}

/* OVER STATES */
#globalheader #globalnav li#EBC a:hover { background-position: 0px -56px;}
#globalheader #globalnav li#Come a:hover { background-position: -80px -56px;}
#globalheader #globalnav li#Activities a:hover { background-position: -223px -56px;}
#globalheader #globalnav li#Photos a:hover { background-position: -325px -56px;}
#globalheader #globalnav li#Directions a:hover { background-position: -406px -56px;}
#globalheader #globalnav li#After a:hover { background-position: -516px -56px;}
#globalheader #globalnav li#Staff a:hover { background-position: -638px -56px;}
#globalheader #globalnav li#About a:hover { background-position: -708px -56px;}
#globalheader #globalnav li#Contact a:hover { background-position: -816px -56px;}

/* PRESSED STATES */
#globalheader #globalnav li#EBC a:active { background-position: 0px -56px;}
#globalheader #globalnav li#Come a:active { background-position: -80px -56px;}
#globalheader #globalnav li#Activities a:active { background-position: -223px -56px;}
#globalheader #globalnav li#Photos a:active { background-position: -325px -56px;}
#globalheader #globalnav li#Directions a:active { background-position: -406px -56px;}
#globalheader #globalnav li#After a:active { background-position: -516px -56px;}
#globalheader #globalnav li#Staff a:active { background-position: -638px -56px;}
#globalheader #globalnav li#About a:active { background-position: -708px -56px;}
#globalheader #globalnav li#Contact a:active { background-position: -816px -56px;}

/* ON STATES */
#globalheader.ebc #globalnav li#EBC a { background-position: 0px 0px; cursor: default;}
#globalheader.come #globalnav li#Come a { background-position: -80px -56px !important;}
#globalheader.activities #globalnav li#Activities a { background-position: -223px -56px !important;}
#globalheader.photos #globalnav li#Photos a { background-position: -325px -56px !important;}
#globalheader.directions #globalnav li#Directions a { background-position: -406px -56px !important;}
#globalheader.after #globalnav li#After a { background-position: -516px -56px !important;}
#globalheader.staff #globalnav li#Staff a { background-position: -638px -56px !important;}
#globalheader.about #globalnav li#About a { background-position: -708px -56px !important;}
#globalheader.contact #globalnav li#Contact a { background-position: -816px -56px !important;}