﻿/* Site's theme colors */
.huntergreen {
	color: #355E3B;
}
.maroon {
	color: #800000;
}
.navy {
	color: #000080;
}
.tulipyellow {
	color: #F9F904;
}
.gray {
	color: #888888;
}
.red {
	color: #FF0000;
}

.biggertext {
	font-size: 1.2em;
}
.smalltext {
	font-size: .8em;}
	
	.Bold {
	font-weight: bold;
}


/* styles to position divs containing images */
.imageleft {
	margin: 15px 10px 15px 15px;
	float: left;
	font-style: italic;
	font-weight: bold;
	color: #355E3B;
}
.imageright {
	margin: 15px 15px 15px 10px;
	float: right;
	font-style: italic;
	font-weight: bold;
	color: #355E3B;
}
.imagecenter {
	margin: 20px auto 15px auto;
	font-style: italic;
	font-weight: bold;
	color: #355E3B;
	text-align: center;
	clear: both;
}
.picturecaption {
	font-style: italic;
	font-weight: bold;
	color: #004040;
	font-size: medium;
}
/* misc styles */
.navysmall {
	color: #000080;
	font-size: .9em;
}
.firstlinebig:first-line {
	font-size: 110%;
	font-weight: bold;
}
.boxed {
	padding: 10px;
	border: 2px groove #F9F904;
	margin: 0px 5px 5px 5px;
}
.boldcenterbordered {
	border-style: double;
	border-width: 4px 8px 8px 4px;
	border-color: #355E3B #F9F904 #F9F904 #355E3B;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin-right: 20px;
	margin-left: 20px;
}
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}
.clear {
	clear: both;
}
.tinyclear {
	padding: 0px;
	margin: 0px;
	line-height: .1em;
	clear: both;
}
/* page structure styles */
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 101%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-color: #800000;
	color: #000080;
}
#container {
	padding: 10px;
	border: 0;
	max-width: 920px;
	min-width:300px;
	background-color: #fff;
	margin: 0 auto 0px auto;
	border: 3px outset #F9F904;
}
#boxit {
	border: 5px outset #355E3B;
	max-width: 946px;
	margin: 10px auto 0px auto;
}
#masthead {
	margin: 0px auto 10px auto;
	padding: 0;
	border: 0;
	text-align: center;
	clear: both;
}
#masthead img {
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
#masthead h1 {
	margin: 0px;
	border-style: none;
	border-width: 0px;
	padding: 0px;
}
#masthead h2 {
	margin: 0px;
	border-style: none;
	border-width: 0px;
	padding: 0px;
}
#page_content {
	margin: 0px auto 0px auto;
	overflow: hidden;
	clear: both;
	padding-right: 15px;
	padding-left: 15px;
}
#left-content {
	margin: 0;
	padding: 7px 0px 0px 0px;
	float: left;
	text-align: left;
	width: 59%;
	clear: both;
}
#right-content {
	margin: 0;
	padding: 10px 0px 10px 3%;
	float: right;
	width: 38%;
	text-align: left;
}
#logo {
	 left: 0px;
	 top: 0px;
}
/* Navigation Styles */
#containnav {
	float: right;
	margin-right: 25px;
	overflow: auto;
	clear: both;
}
#navigation {
	position: relative;
	margin-bottom: 0px;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	overflow: auto;
}
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0px;
	position: relative;
}
#navigation li {
	float: left;
	padding: .4em .6em .4em .6em;
	margin: 0px;
	position: relative;
	text-align: center;
	border: 1px #28178f solid;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #E3EDF4;
}
#navigation a {
	text-decoration: none;
	color: #800000;
	text-align: center;
	font-size: 1.2em;
	white-space: nowrap;
}
#navigation a:hover {
	text-decoration: none;
	color: #355E3B;
	/*font-style: italic;*/
}
/* Mobile menu styles */
#menuiconcontainer {
	margin: 0px;
	padding: 0px;
	line-height: 0px;	
	text-align: right;	
}
#menuicon {
	text-decoration:none;
	display: none;
	line-height: 0px;
}
#stackmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: center;
	display: none;
/*	font-weight: bold;*/
}
#stackmenushow {	
	margin: 0px;
	padding: 0px;
}
#stackmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#stackmenu ul li {
	display: block;
	line-height: 1.0;
	font-size: 100%;
	padding: 4px;
	border: 1px #E7E705 solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #EEF4F9;
}
#stackmenu ul li a {
	display: block;
	padding: 5px 0px 4px 8px;
	text-decoration: none;
	font-size: 1.2em;
	color: #800000;
}
#stackmenu ul li a:hover, #stackmenu ul li a:focus {
	color: #355E3B;
}
#stackmenu ul li:hover {
	color: #355E3B;
	border: 1px #28178f solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
}
/* Footer styles */
#footer {
	padding: 0px 0px 5px 0px;
	border-style: solid none none none;
	border-width: thin 0px 0px 0px;
	clear: both;
	margin: 10px auto 0px auto;
	text-align: center;
	border-top-color: #355E3B;
}
#bottomnav {
	font-size: .8em;
	margin-top: 10px;
	margin-bottom: 7px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #355E3B;
	padding-bottom: 7px;
}
#footer p {
	font-size: 0.85em;
	color: #000080;
	margin-top: 3px;
	margin-bottom: 3px;
}
#footer a {
	color: #800000;
	text-decoration: underline;
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
	font-style: italic;
}
/* Element and Link Styles */
h1 {
	color: #800000;
	font-size: 2.3em;
}
h1 a {
	color: #800000;
}
h2 {
	color: #800000;
	font-size: 1.7em;
}
h2 a {
	color: #800000;
}
h3 {
	color: #355E3B;
	font-size: 1.3em;
}
h3 a {
	color: #355E3B;
}
h4 {
	color: #000080;
	font-size: 1.2em;
}
h4 a {
	color: #000080;
}
h5 {
	color: #800000;
	font-size: 1.1em;
}
h5 a {
	color: #800000;
}
h6 {
	color: #800000;
	font-size: 1.0em;
}
h6 a {
	color: #800000;
}
a {
	color: #000080;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
p {
	font-size: 1em;
}
img {
	max-width: 100%;
	height: auto;
}
/* table on home page for calendar notices */
.hometable {
	border: thin groove #000080;
	padding: 0px;
	margin: 0px auto 25px auto;
	width: 90%;
	text-align: center;
	border-collapse: collapse;
	font-size: 1.3em;
}
.hometable td {	
	padding: 10px 5px 10px 5px;
}
.highlightlink {
	border: 3px groove #000080;
	padding: 10px 5px 10px 5px;
	margin: 10px auto 5px auto;
	width: 91%;
	text-align: center;
	font-size: 1.1em;
}
/* table on homepage for release and rules links */
.homelinktable {
	border: thin groove #000080;
	padding: 0px;
	margin: 0px auto 5px auto;
	width: 95%;
	text-align: center;
	border-collapse: collapse;
	font-size: 1.3em;
}
.homelinktable td
{	
	padding: 5px 5px 5px 5px;

}
/*.pdfRelease {
	width: 98%;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	display: block;
}
.boxedPDF {
	padding: 0px;
	border: 2px groove #F9F904;
	margin: 0px 5px 5px 5px;
	height: 1200px;
}
*/
.boxedPDF {
	border: 2px groove #F9F904;
	margin: 0px 5px 5px 5px;
	height: 0;
	width: 100%;
	padding-bottom: 135%;
	overflow: hidden;
	position: relative;
}
.pdfRelease {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.bottomborder {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #355E3B;
}
/* credit style used on course map pages */
#credit {
	display: block;
	float: left;
	margin-left: 50px;
	font-style: italic;
	vertical-align: text-bottom;
}
/* the Submenu styles (the "selection" div) */
#selection {
	max-width: 900px;
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
}
#selection ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#selection a {
	text-decoration: none;
	color: #800000;
	display: block;
	margin: 0 5px 0 5px;
	padding: 5px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-color: #355E3B;
	border-bottom-color: #355E3B;
}
#selection a:hover {
	text-decoration: none;
	color: #000080;
	font-style: italic;
}
#selection li {
	float: left;
	margin: 3px 0 0 0;
}
/* Gallery styles */
#gallerycontainer {
	position: relative;
	max-width: 720px;
	height: 800px;
	background: #888;
	border: 1px solid #000;
	margin: 10px auto;
	font-family: verdana, arial, sans-serif;
	clear: both;
	font-size: 1.1em;
}
#gallerycontainer a.pics {
	float: left;
	padding: 7px 21px;
	display: inline;
	color: #800000;
	text-decoration: none;
	width: 100px;
	height: 66px;
	cursor: default;
}
#gallerycontainer a.pics img.thumb {
	display: block;
	border: 1px solid #000;
}
#gallerycontainer a.pics span {
	display: none;
	border: 0;
	max-width: 100%;
	background: #bbb;
	border: 1px solid #fff;
	text-align: center;
}
#gallerycontainer a.pics span img {
	margin: 10px auto;
	border: 1px solid #000;
	width: 100%;
}
#gallerycontainer a.pics:hover {
	white-space: normal;
}
#gallerycontainer a.pics:hover img.thumb {
	border: 1px solid #fff;
}
#gallerycontainer a.pics:hover span {
	display: block;
	position: absolute;
	left: 9px;
	top: 192px;
	z-index: 10;
	/*height: 600px;*/
}
#gallerycontainer a.pics:active img.thumb {
	border: 1px solid #fc0;
}
#gallerycontainer a.pics:active span {
	display: block;
	position: absolute;
	left: 9px;
	top: 192px;
	z-index: 5;
	/*height: 600px;*/
}
#gallerycontainer a.pics:focus {
	outline: 0;
}
#gallerycontainer a.pics:focus img.thumb {
	border: 1px solid #fc0;
}
#gallerycontainer a.pics:focus span {
	display: block;
	position: absolute;
	left: 9px;
	top: 192px;
	z-index: 5;
	outline: 0;
	/*height: 600px;*/
}
/*#gallerycontainer */
#gallerythumbs {
	overflow:visible;
}
#gallerybigpicture span.info {
	display: block;
	position: relative;
/*	position: absolute;
	left: 9px;
	top: 192px;
*/	height: 600px;
	z-index: 1;
	max-width: 700px;
	background: #bbb;
	border: 1px solid #fff;
	text-align: center;	
}
#gallerycontainer span.info img {
	margin: 10px auto;
	border: 1px solid #000000;
}
#gallerycontainer span.info a {
	color: #000;
}
#gallerycontainer span.info a:hover {
	text-decoration: none;
}
/* Calendar page styles */
.calendartable {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 95%;
	text-align: left;
	border-collapse: collapse;
	font-size: 1.1em;
	border-top-style: ridge;
	border-top-width: 2px;
	border-top-color: #F9F904;
}
.calendartable td {
	padding: 10px 5px 10px 5px;
	border-bottom-style: ridge;
	border-bottom-width: 2px;
	border-bottom-color: #F9F904;
}
.tightright {
	float: right;
	margin: 5px 0px 5px 5px;
	padding: 0px;
}
@media screen and (max-width:887px){
	#containnav {	
	margin-top: 0px;
	}
}
@media screen and (max-width:750px){
	#menuiconcontainer {
	display:inline-block;
	width: 100%;
	text-align: right;
	vertical-align: text-top;
	line-height: 1.1em;
	}
	#menuicon {
	display:inherit;
	line-height: 1.1em;
	font-size: 1.1em;
	}
	#containnav{
	float: none;	
	display:block;
	margin-right: 0px;
	margin: 5px 10px 3px 10px;
	}
	#stackmenu {
	display:block;
	}
	#navigation {
	display: none;
	}
	#left-content {
		padding: 7px 0px 0px 0px;
		float: none;
		width: 100%;
	}
	#right-content {
		padding: 7px 0px 10px 0px;
		float: none;
		width: 100%;
	}
	.imageleft {
		margin: 15px auto 15px auto;
		float: none;
		clear: both;
		text-align: center;
	}
	.imageright {
		margin: 15px auto 15px auto;
		float: none;
		clear: both;
		text-align: center;
	}
	#bottomnav {
	font-size: 1em;
	}
	#footer {
	font-size: 1em;
	}
	img {
	max-width: 100%;
	height: auto;
	}
}
@media screen and (max-width:520px){
	.imageleft {
	margin: 15px auto 15px auto;
	float: none;
	text-align: center;
	}
	.imageright {
	margin: 15px auto 15px auto;
	float: none;
	text-align: center;
	}
	.imagecenter {
	margin: 20px auto 15px auto;
	float: none;
	text-align: center;
	}
}