@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.78em;
	background-color: #E0E8E3;
	background-image: url(images/images/bkgd_slice.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}


/*Container*/
#containerBkgd {
	background-image:url(containerBkgd.png);
	width: 980px;
	height: auto;
	margin-left: auto;
	margin-right:auto;
	margin-top: auto;
	margin-bottom: auto;
	}
	

.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #034513;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F9FAF9;
}

/*Header*/
.oneColFixCtrHdr #header {
	color: #F6F8F4;
	border-bottom-width: 3px;
	border-bottom-style: ridge;
	border-bottom-color: #E4EBC0;
	background-color: #2F360E;
	
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#header h1 {
	font-family: "Trajan Pro";
	font-weight: lighter;
	font-size: 3em;
}

#headerImage {
	height: auto;
	width: 100%;
	background-image: url(../images/new-bk.png);
	background-repeat: repeat-x;
	min-height: 40px;
	height: auto;
}


/*Block Sub Navigation*/
.block {
	float: left;
	height: 100px;
	width: 225px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	border: thin dotted #034513;
	text-align: center;
	margin-left: 8px;
	margin-top: 5px;
	background-image: url(blockbtn.png);
	vertical-align: middle;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: center center;
}



.block a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9B8B6B;
	text-decoration: none;
	padding-top: 5px;
}
.block h2 {
	padding-top: 5px;
}

.block h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9B8B6B;
	font-size: 1.5em;
	text-align: center;
	vertical-align: middle;
}

.oneColFixCtrHdr #containerBkgd #container a.block {
	color: #9B8B6B;
	text-decoration: none;
}


.oneColFixCtrHdr #containerBkgd #container a.block:hover {
	color:	#003300;
	text-decoration: none;
}

/*Nav bar -- see also fishFryMenuBar.css*/
#navBar {
	background-color: #9B8B6B;
	color: #F6F8F4;
	height: 2em;
}


/*Main Content*/
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	margin-bottom: 10px;
	font-size: 1em;
	background-color: #f9faf9;
	line-height: 1.5em;
}

#mainContent a {
	color: #305335;
}

#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #034513;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 1.8em;
	line-height: normal;
	vertical-align: top;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 5px;
}

.oneColFixCtrHdr #container #mainContent #form {
	width: 400px;
	float: right;
	border: 1px solid #034513;
	padding-top: 2px;
	padding-left: 10px;
}

#mainContent #form h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #034513;
	font-weight: lighter;
	margin-top: 0px;
}

#mainContent h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#mainRegularText
{
	font-weight: normal;
	font-size: 0.8em;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}


a:hover {
	color: #034513;
	text-decoration: none;
}


#mainContent h2 {
	font-size: 3em;
}

.misc a {
	color:#000000;
	text-decoration:underline;
	}
.outline {
	background-image: url(images/headerBkgd.png);
	width: 100%;
	height: 5px;
	}
.oneColFixCtrHdr #containerBkgd #container #events a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}

.oneColFixCtrHdr #containerBkgd #container #events .style3 a {
	color: #FF0000;
}

	
/*Footer*/

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	color: #F6F8F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #2F360E;
	background-image: url(headerBkgdv2.png);
	margin-top: 5px;
}
	
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}	
	
.oneColFixCtrHdr  #containerBkgd  #container  #footer  a  {
	color: #FFFFFF;
	text-decoration: none;
}

.oneColFixCtrHdr  #containerBkgd  #container  #footer  a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}	

.menuButtons
{
	border-bottom: buttonshadow 2px solid;
	text-align: center;
	border-left: buttonshadow 2px solid;
	background-color: #ece9d8;
	font-family: Arial;
	color: black;
	font-size: 9pt;
	border-top: buttonshadow 2px solid;
	font-weight: bold;
	border-right: buttonshadow 2px solid;
}

