/* ----------------------------------------------------------------------------------------------------------------- Global Styles */
@import url("../../global/CSS/global.css");

/* ----------------------------------------------------------------------------------------------------------------- Global Override Styles */


/* DEFAULTS */
html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }

body {
	background-color: #e6e4cf;
	background-image: url(/sitefiles/1351/Images/bkgd-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

img, div { behavior: url(/SiteFiles/1351/Scripts/iepngfix.htc); }
img.leftalign { float: left; margin: 2px 20px 16px 0; }
img.rightalign { float: right; margin: 2px 0 16px 20px; }

hr {
	border: 0;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

/* TYPE */
body, p, div, ul, li, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #20180C;
}
a:link, a:visited, a:active {
	color: #806A48; 
	text-decoration: none;
}
a:hover {
	color: #806A48; 
	text-decoration: underline;
}
a:focus {
	outline: none; 
}
strong, b { font-weight:bold; }

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 21px;
	line-height: 28px;
	text-transform: uppercase;
	color: #20180C;
}
h2 {
	font-family: Helvetica, sans-serif;
	font-size: 21px;
	line-height: 28px;
	text-transform: uppercase;
	color: #806A48;
}
h3 {
	font-size: 20px;
	line-height: 28px;
	color: #20180C;
}
h4 {
	font-size: 20px;
	line-height: 28px;	
	color: #806A48;
}
h5 {
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	color: #666666;
}

/* SEARCH */
#search {
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #cbcece;
}
#search p {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	display:block;
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 12px;
	border-bottom: 2px solid #cbcece;
	text-transform:uppercase;
}
.searchField {
	font-size: 11px;
	color: #abafae;
	width: 138px;
	border: 1px solid #cbcece;
	float: left;
	padding: 3px;
}
.searchButton {
	text-indent: -1000px;
	width: 25px;
	height: 18px;
	border: none;
	float: left;
	cursor: pointer;
	background: url(/SiteFiles/1351/Images/search-go.gif) no-repeat;
	font-size: 0px;
	line-height: 0px;
}

/* MAIN NAV */
#mainnavWrapper {
	margin: 0px;
	padding: 0px;
	width: 648px;
	height: 42px;
	position: absolute;
	top: 78px;
	right: 0px;
	z-index:400;
}
#mainnavWrapper p,
#mainnavWrapper h2,
#mainnavWrapper h2 a {
	display: none;
}
#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}
#mainnav li ul {display: none;}

#mainnav li {
	padding: 0px;
	margin: 0px;
	float: left;
}
#mainnav a {	
	display: block;
	padding: 9px 16px 9px 16px;
	text-decoration: none;
	font-size: 13px;
	color: #806A48;
}
#mainnav a:hover {
	display: block;
	text-decoration: none;
	font-size: 13px;
	color: #20180C;
}
#mainnav a.current {
	display: block;
	text-decoration: none;
	color: #20180C;
	background-image:none;
	background-color:#fffef3;
}

/* SUB NAV */
#subnavWrapper {
	width: 100%;
	float: left;
	background-color: #EAE9DF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D5BB;
	margin-top: 10px;
}
#subnavWrapper p {
	display: none;
}
#subnavWrapper h2,
#subnavWrapper h2 a {
	font-size: 13px;
	padding: 12px 6px 4px 6px;
	text-transform:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #20180C;
	line-height:21px;
}
#subnav {
    padding: 0;
    margin: 0;
    list-style: none;
}
#subnav li {
	font-size:11px;
    padding: 0;
    margin: 0;
    width: 100%;
    background: none;
}
#subnav a {
	color: #806A48;
	display:block;
	padding: 4px 12px;
	text-decoration: none;
}
#subnav a:hover {
	color: #20180C;
	display:block;
	padding: 4px 12px;
	text-decoration: none;
}
#subnav a.first {
	color: #806A48;
	display:block;
	padding: 4px 12px;
	text-decoration: none;
}
#subnav a.last {
	color: #806A48;
	display:block;
	padding: 4px 12px 10px 12px;
	text-decoration: none;
}
#subnav a.first:hover {
	color: #20180C;
	display:block;
	text-decoration: none;
}
#subnav a.current {
	color: #20180C;
	display:block;
	text-decoration: none;
	font-weight: bold;
}

/* WRAPPERS */
#indexWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #f58925;
}
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	height: 115px;
}
#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-image: url(/sitefiles/1351/Images/bkgd-footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/* SITE INDEX */
#siteIndex {
	margin: 0px auto;
	padding: 20px 0px;
	width: 950px;
	height: 204px;
}
#siteIndex dl {
	float: left;
	overflow: hidden;
	padding: 0 10px;
	width: 168px;
	font-size: 10px;
	line-height: 16px;
}
#siteIndex dt {
	padding: 0px;
	font-weight: bold;
}
#siteIndex dd {
	padding: 1px 0;
}
#siteIndex dt a {
	color: #fff;
}
#siteIndex dd a {
	color: #FBD0A8;
}
#siteIndex a:hover {
	text-decoration: underline;
}
#siteLogin {
	float: left;
	overflow: hidden;
	padding: 0 10px;
	width: 168px;
	font-size: 10px;
	line-height: 16px;
	background-color: #f69840;
}

/* TOP */
#top {
	margin: 0px auto;
	padding: 0px;
	width: 970px;
	height: 115px;
	position: relative;
	z-index: 200;
}
#logo {
	float: left;
	width: 320px;
	height: 115px;
	margin: 0px;
	position: absolute;
	top: -5px;
}
#logo a {
	display: block;
	width: 320px;
	height: 115px;
	background-image:url(/sitefiles/1351/Images/logo.png);
	text-indent: -9999px;
}
#tagline {
	margin: 0px;
	padding: 0px;
	width: 632px;
	height: 42px;
	position: absolute;
	top: 30px;
	right: 0px;
	text-align: center;
}

/* CONTENT */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#content {
	margin: 0px auto;
	padding: 30px 0px;
	width: 950px;
}
#contentRight {
	float: right;
	width: 640px;
}
#contentLeft {
	float: left;
	width: 210px;
}
#flash {
	width: 930px;
	height: 350px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background-image: url(/sitefiles/1351/Images/bkgd-flash.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#DEFcontent {
	width: 890px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background: #fff;
	border: solid 20px #FFFEF3;
}
#hmAds {
	width: 930px;
	height: 160px;
	margin: 0px auto;
	padding: 20px;
	background-image: url(/sitefiles/1351/Images/bkgd-ads.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#hmAds1 {
	width: 216px;
	text-align: center;
	margin-right:21px;
	float:left;
	margin-left: 1px;
}
#hmAds1 p {
	padding: 8px 0px;
	margin:0px;
	color: #806A48;
}
#hmAds2 {
	width: 216px;
	text-align: center;
	margin-right:21px;
	float:left;
}
#hmAds2 p {
	padding: 8px 0px;
	margin:0px;
	color: #806A48;
}
#hmAds3 {
	width: 216px;
	text-align: center;
	margin-right:21px;
	float:left;
}
#hmAds3 p {
	padding: 8px 0px;
	margin:0px;
	color: #806A48;
}
#hmAds4 {
	width: 216px;
	text-align: center;
	float:left;
}
#hmAds4 p {
	padding: 8px 0px;
	margin:0px;
	color: #806A48;
}

#shadow {
	width: 970px;
	clear:both;
	display:block;
	margin: 0px auto 17px auto;
}

/* FOOTER */
#footer {
	margin: 0px auto;
	padding: 30px 0px;
	width: 970px;
	border-top: 1px solid #32474e;
	height: 255px;
}
#footerLeft {
	float: left;
	width: 235px;
	font-size: 13px;
	color: #C2A77C;
	margin-right: 106px;
	padding-left: 20px;
}
#footerLeft a {
	color: #C2A77C;
}
#footerLeft a:hover {
	color: #C2A77C;
}
#footerLeft ul {
	padding: 0px 0px 0px 10px;
	margin: 15px 0px 0px 0;
}
#footerLeft li {
	color: #C2A77C;
	padding: 2px 0px 2px 0px;
}
#footerMid {
	float: left;
	width: 240px;
	height:300px;
	font-size: 13px;
	color: #C2A77C;
	margin-right: 106px;
}
#footerMid p {
	color: #C2A77C;
}
#footerMid a {
	color: #C2A77C;
}
#footerMid a:hover {
	color: #C2A77C;
}
#footerMid strong {
	text-transform: uppercase;
	color: #E9E7D4;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
}
#footerRight {
	float: right;
	width: 240px;
	font-size: 13px;
	color: #C2A77C;
}
#footerRight a {
	color: #C2A77C;
}
#footerRight a:hover {
	color: #C2A77C;
}
#footerBottom {
	clear:both;
	width:970px;
	height:100px;
	padding: 10px 0px 10px 0px;
	margin-top: 25px;
}
#footerBottom img, #footerBottom p {
	float: left;
	margin: 4px 15px 0px 0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #806A48;
}
#utilityLinks {
	float: left;
	width: auto;
	font-size: 10px;
	color: #6995ab;
}
#utilityLinks a {
	color: #6995ab;
}
#utilityLinks a:hover {
	color: #6995ab;
}
#footerRight {
	float: right;
	width: 235px;
}

/* DEFAULT CONTENT */

/* SEARCH TITLE */
.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
}
a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration:none;
}
a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration:underline;
}

/* PHOTO GALLERY */
.photogallery {
	padding: 0px;
	margin: 0px 0px 0px -10px;
	list-style: none;
}
.photogallery li {
	padding: 0 10px 10px 0;
	margin: 0px;
	background: none;
	float: left;
}
.photogallery li a {
	padding: 2px; 
	border: 1px solid #CCCCCC;
	display: block;
}
.photogallery li a:hover {
	padding: 2px; 
	border: 1px solid #666666;
	display: block;
}

/* BREADCRUMBS */
#breadcrumbs {
	float: left;
	width: 612px;
	text-align: left;
	margin-bottom: 14px;
}
#breadcrumbs ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#breadcrumbs li {
	margin: 0px;
	float: left;
	background:none;
	display:inline;
}
#breadcrumbs a {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1351/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:none;
	margin-right: 8px;
}
#breadcrumbs a:hover {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1351/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	margin-right: 8px;
}
#breadcrumbs a.first  {
	padding: 0px;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration:none;
}
#breadcrumbs a.first:hover  {
	padding: 0px;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration:underline;
}
#breadcrumbs a.current  {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1351/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	margin-right: 8px;
}
.upcoming-events-wrapper ul {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	list-style: none;
}

.upcoming-events-wrapper ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #fff;
}
.upcoming-events-date {
	text-transform: uppercase;
	color: #E9E7D4;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}
.upcoming-events-name {
	color: #E9E7D4;
	margin: 0px 0px 10px 0px;
}
p.upcoming-events-date, span.upcoming-events-date {
	font-size: 11px;
}
#footerRight p.upcoming-events-view-link a {
	display: block;
	width: 180px;
	height:32px;
	background-image:url(/sitefiles/1351/Images/button.png);
	line-height: 32px;
	cursor:default;
	background-repeat: no-repeat;
	color: #fff;
	font-family: Futura, Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-transform:uppercase;
	color: #ffffff;
	text-indent: 16px;
	margin-top:12px;	
	float: left;
}
#footerRight p.upcoming-events-view-link a:hover {
	text-decoration:none;
	color: #E9E7D4;
}
#footerLeft p.upcoming-events-view-link a, #footerMid p.upcoming-events-view-link a {
	display: block;
	width: 180px;
	height:32px;
	background-image:url(/sitefiles/1351/Images/button.png);
	line-height: 32px;
	cursor:default;
	background-repeat: no-repeat;
	color: #fff;
	font-family: Futura, Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-transform:uppercase;
	color: #ffffff;
	text-indent: 16px;
	margin-top:12px;	
	float: left;
}
#footerLeft p.upcoming-events-view-link a:hover, #footerMid p.upcoming-events-view-link a:hover {
	text-decoration:none;
	color: #E9E7D4;
}
a.site-credit-link {
	color: #806A48;
}
