body
{
	margin: 0px 20px 20px 20px;
	background: url(images/site/bg.png) #565656 top left no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}




/* *********** */
/* Site Layout */
/* *********** */

#layout
{
	margin: 0px auto;
	width: 963px;
	
}

#background
{
	width: 963px;
	background: url(images/site/contentbg.png) top left repeat-y;
	float: left;
}

#header
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 125px;
	width: 963px;
	background: url(images/site/header.png) top left no-repeat;
	text-align: left;
}

#header img
{
	width: 525px;
	height: 70px;
	margin: 25px 0px 0px 40px;
	border: 0px;
}

#header h1
{
	display: none;
}

#container
{
	margin: 0px;
	padding: 0px;
	width: 963px;
	min-height: 340px;
	height: auto !important;
	height: 340px;
	background: url(images/site/footerbg.png) bottom left no-repeat;
	float: left;
}

#nav
{
    margin: 0px 0px 10px 41px;
	padding: 0px 0px 0px 0px;
	width: 176px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.85em;
	text-align: left;
	float: left;
}

* html #nav
{
	margin: 0px 0px 10px 21px;
}

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

#nav ul li
{
    width: 176px;
    margin: 0px;
    padding: 0px;
    display: block;
}

* html #nav ul li
{
	width: 156px;
}

#nav ul li a
{
    padding: 10px 10px 10px 10px !important;
    display: block;
    margin: 0px;
    width: 156px;
	color: #555;
	text-decoration: none;
	background: url(images/site/buttonbottom.png) bottom left no-repeat;
}

#nav ul li a:hover
{
	width: 156px;
	background-color: #FFF;
	color: #896803;
}

#nav ul li.activepage a:link
{
	width: 156px;
	background-color: #FFF;
	color: #896803;
}
#nav ul li.activepage a:visited
{
	width: 156px;
	background-color: #FFF;
	color: #896803;
}
#nav ul li.activepage a:hover
{
	width: 156px;
	background-color: #FFF;
	color: #896803;
}

#nav ul li.currentpage a:link
{
	width: 156px;
	background-color: #CDB116;
	color: #000;
}

#nav ul li.currentpage a:visited
{
	width: 156px;
	background-color: #CDB116;
	color: #000;
}

#nav ul li.currentpage a:hover
{
	width: 156px;
	background-color: #CDB116;
	color: #000;
}

#nav ul li.home a:hover
{
	width: 156px;
	background-color: #000;
	color: #CDB116;
}

#nav ul li.restricted
{
	font-size: 0.7em;
}

#nav ul li.restricted a:hover
{
	width: 156px;
	background-color: #CC7575;
	color: #000;
}

* html #nav ul li a:hover
{
	width: 155px;
}

#nav ul li.down a
{
	background-color: #ddd;
	width: 156px;
}

#nav ul li.events
{
	padding: 10px 10px 10px 10px !important;
    display: block;
    margin: 0px;
    width: 156px;
	color: #555;
}

#nav ul li.events ul
{
	margin-top: 10px;
	color: #896803;
	font-size: 0.9em !important;
}

#nav ul li.events li a
{
	color: #896803;
	margin: 0px !important;
	padding: 0px !important;
	background-image: none;
	font-weight: normal !important;
	font-size: 0.9em !important;
}

#nav ul li.events li a:hover
{
	background-color: transparent;
	text-decoration: underline;
	color: #CEB210;
}

#nav ul li.events li p
{
	margin: 0px 0px 13px 0px !important;
	padding: 0px !Important;
	color: #555;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#content
{
	margin: 0px 39px 0px 0px;
	padding: 14px 14px 21px 14px;
	width: 664px;
	float: right;
	text-align: left;
}

* html #content
{
	margin: 0px 19px 0px 0px;
}

#photos
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 664px;
	float: left;
}

* html #photos
{
	margin: 0px 0px -17px 0px !important;
}

#photos #largephoto
{
	margin: 0px 14px 0px 0px;
	border: 1px solid #555;
	float: left;
	width: 400px;
	height: 250px;
	margin-bottom: 15px;
}

#photos .column1
{
	margin: 0px;
	padding: 0px 13px 0px 0px;
	width: 74px;
	float: left;
}

#photos .column2
{
	margin: 0px;
	padding: 0px 13px 0px 0px;
	width: 74px;
	float: left;
}

#photos .column3
{
	margin: 0px;
	padding: 0px;
	width: 74px;
	float: left;
}

#photos .column1 img, #photos .column2 img, #photos .column3 img
{
	border: 1px solid #555;
	margin-bottom: 15px;
}

#content h2
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #896803;
	font-size: 1.3em;
}

#content p
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	line-height: 1.4em;
}

#content p a
{
	color: #896803;
	text-decoration: underline;
}

#content p a:hover
{
	color: #600;
}

#footer
{
    clear: both;
    text-align: center;
    width: 797px;
    border-top: 1px solid #555;
    font-size: .70em;
    padding-top: 3px;
    margin: 0px 0px 0px 41px;
}

#footer
{
	margin: 0px 0px 0px 5px;
	color: #FFF;
}

#footer p
{
	color: #FFF;
	margin-top: 4px;
}

#footer p.address
{
	font-weight: bold;
	margin-bottom: 0px;
	color: #FFF;
}

#footer p a:link, #footer p a:hover, #footer p a:visited {
	color: #CEB210;
}
#Subtext {
	font-size: 0.8em;
	font-style: italic;
	text-align: left;
}
a:link {
	color: #CEB210;
}
a:visited {
	color: #8F7B0C;
}
a:hover {
	color: #F1DA56;
}
