/* DEFAULTS */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }

body {
	background: #ffffff;
}

img, div { behavior: url(/SiteFiles/1272/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: #A6A399;
	background-color: #A6A399;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}
ul {
	margin: 10px 0px 10px 10px;
	padding: 0px;
}

ul li {
	padding: 0 0 0 10px;
	margin: 0px;
	background: url(/SiteFiles/1272/Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}

/*----------------------------------------------------------------------------------------------------- TYPE */
body, p, div, ul, li, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #3B3228;
}

body { behavior:url(/SiteFiles/1272/Scripts/csshover3.htc); }

a:link, a:visited, a:active {
	color: #DC7E3D; 
	text-decoration: none;
}
a:hover {
	color: #DC7E3D; 
	text-decoration: underline;
}
a:focus {
	outline: none; 
}
strong, b { font-weight:bold; }

h1 {
	font-size: 16px;
	line-height: 20px;
	color: #DC7E3D;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	color: #DC7E3D;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	color: #2F561D;
	font-weight: bold;
}
h4 {
	font-size: 24px;
	line-height: 28px;
	color: #C7C4B1;
	font-weight: normal;
}
h5 {
	font-size: 24px;
	line-height: 28px;
	color: #3B3228;
	font-weight: normal;
}

h6 {
	font-size: 16px;
	line-height: 24px;
	color: #3B3228;
	font-weight: normal;
}

/*----------------------------------------------------------------------------------------------------- SEARCH */
#search {
	float: right;
	width: 295px;
	padding-bottom: 12px;
}
#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: 12px;
	color: #3B3228;
	width: 194px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #C7C4B1;
	border: none;
	background-image: url(/sitefiles/1272/Images/search.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.searchButton {
	width: 25px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	background-color: #C7C4B1;
	text-transform:uppercase;
	border: none;
	margin-left:10px;
	float: left;
	cursor: pointer;
	font-size: 12px;
	color: #3B3228;
}

.searchButton {
	width: 60px;
}

/*----------------------------------------------------------------------------------------------------- MAIN NAV */
#mainnavWrapper {
	margin: 0px;
	padding: 0px;
	width: 600px;
	height: 40px;
	position: absolute;
	
}
#mainnavWrapper p,
#mainnavWrapper h2,
#mainnavWrapper h2 a {
	display: none;
}
#mainnav, #mainnav ul {
	background: url("/sitefiles/1272/Images/bkgd-nav.jpg") repeat-x center top;
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 630px;
}
.mainnav {
	background-image: url(/sitefiles/1272/Images/bkgd-nav.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#mainnav li ul {display: none;}

#mainnav li {
	margin: 0px;
	padding:0px;
	float: left;
	background: none;
}
#mainnav a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	padding: 10px 21px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #996600;
	background-image: url(/sitefiles/1272/Images/bkgd-nav.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.ie7 #mainnav a, .ie8 #mainnav a {
	padding: 10px 20px;
}

#mainnav a:hover {	
	color: #ffffff;
	background-image: url(/sitefiles/1272/Images/bkgd-top-hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#mainnav a.current {
	color: #3B3228;
	background-color: #fff;
	background-image: none;
}

#mainnav ul li a.current {
	background-image: url(/sitefiles/1272/Images/bkgd-nav.jpg);	
}

#mainnav ul li a.current:hover {
	color: #ffffff;
	background-image: url(/sitefiles/1272/Images/bkgd-top-hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#mainnav a.last {
}

#mainnav a.trigger {
	padding:5px 12px;
}

#mainnav ul li a {
	color:#FFFFFF;
	padding:5px 12px;
	text-align:left;
}

#mainnav li ul, #mainnav ul li {
	width:16em;
}
#mainnav li ul {
	background-color:#FFFFFF;
	display:none;
	position:absolute;
	z-index:1000;
}
#mainnav li:hover a, #mainnav a:focus, #mainnav a:active, #mainnav li.p7hvr a {
	color:#262626;
}
#mainnav li:hover ul, #mainnav li.p7hvr ul {
	display:block;
}
#mainnav li:hover ul a, #mainnav li.p7hvr ul a {
	background-color:transparent;
	color:#262626;
}
#mainnav ul a:hover {
	background-color:#D5792D !important;
	color:#262626 !important;
	text-decoration:none;
}
.clearit {
clear:both;
font-size:0;
height:0;
line-height:0;
}
#mainnav li {
width:auto;
}
#mainnav ul li li {
display:none;
}


/*----------------------------------------------------------------------------------------------------- SUB NAV */
#subnavWrapper {
    width: 180px;
    float: left;
	padding-left: 50px;
	margin-top:80px;
}
#subnavWrapper p {
	display: none;
}
#subnavWrapper h2 {
	padding: 4px;
}
#subnav {
    padding: 0;
    margin: 0;
    list-style: none;
}
#subnav li {
	font-size:11px;
    padding: 0;
    margin: 0;
    width: 180px;
    background: none;
}
#subnav a {
	color: #666666;
	display:block;
	padding: 4px;
	text-decoration: none;
}
#subnav a:hover {
	color: #333333;
	display:block;
	padding: 4px;
	text-decoration: none;
}
#subnav a.first {
	color: #666666;
	display:block;
	padding: 4px;
	text-decoration: none;
}
#subnav a.first:hover {
	color: #333333;
	display:block;
	padding: 4px;
	text-decoration: none;
}
#subnav a.current {
	color: #333333;
	display:block;
	padding: 4px;
	text-decoration: none;
}

/*----------------------------------------------------------------------------------------------------- WRAPPERS */
#indexWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #f58925;
}
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-image: url(/sitefiles/1272/Images/bkgd-top.jpg);
	background-repeat: repeat-x;
}
#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-image: url(/sitefiles/1272/Images/bkgd-texture.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-image: url(/sitefiles/1272/Images/bkgd-footer.jpg);
	background-position: top;
	clear: both;
}
#adsWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-image: url(/sitefiles/1272/Images/bkgd-ads.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


/*-----------------------------------------------------------------------------------------------------TOP */
#top {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	height: 145px;
	position: relative;
	text-align: right;
}

#top img {
	float: right;
}
#logo {
	float: left;
	width: 363px;
	height: 108px;
	top: 15px;
	margin-left: 0px;
	left: 36px;
	position: absolute;
}

img, #logo { behavior: url(/SiteFiles/1272/Scripts/iepngfix.htc); }

/*-----------------------------------------------------------------------------------------------------CONTENT */
.clear {
	clear: both;
	height: 1px;
	line-height: 0.0;
	font-size: 0;
}
#content {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#templatecontent ul {
	margin: 10px 0px 10px 10px;
	padding: 0px;
}
#templatecontent ul li {
	padding: 0 0 0 10px;
	margin: 0px;
	background: url(/SiteFiles/1272/Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}
#contentLeft {
	float: left;
	width: 600px;
	min-height: 400px;
	position: relative;
	padding-left: 10px;
}

#flash {
	float: left;
	width: 600px;
	height: 360px;
	background-color: #F9F9F9;
}
#DEFcontentLeftWrapper {
	float: left;
	width: 600px;
	margin-bottom: 30px;
	margin-top: 21px;
	background-color: #FFFFFF;
	min-height: 500px;
}
#DEFcontentLeft {
	float: left;
	width: 560px;
	margin-bottom: 30px;
	margin-top: 21px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#hmAds {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	height: 195px;
}
#hmAds a img {
	border: 1px solid #14323b;
}
#hmAds a:hover img {
	border: 1px solid #45626c;
}
#hmAds td, #hmAds td p {
	color:#D3D0BC;
	font-size:0.99em;
	line-height: 17px;
}
#contentRight {
	float: right;
	width: 330px;
	height: 400px;
	position:relative;
}
#contentRight div.templatecontent {
	padding:80px 40px 40px;
}
#DEFcontentRight {
	float: right;
	width: 330px;
	min-height: 401px;
	height:auto !important;
	height:401px;
	position:relative;
	background-color: #ffffff;
	background-image: url(/sitefiles/1272/Images/bkgd-topbar.jpg);
	background-repeat: repeat-x;
	background-position: 0px top;
}

*html #brownblock {
	margin-top: 21px;
}

/*-----------------------------------------------------------------------------------------------------TABS */
#tabContent1, #tabContent2 {
	height:400px;
	position:absolute;
	width:100%;
	z-index:9999999;
	top: 40px;
	left: 0px;
	display:none;
}
#tabs, #tabs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#tabs li {
	margin: 0px;
	float: left;
	display:block;
	background: #3B3228;
	padding-right: 21px;
	padding-left: 21px;
	padding-top: 0px;
	padding-bottom: 0px;
	height:40px;
	border-left-width: 1px;
	border-left-color:#584939;
	border-left-style: solid;
	
}
#tabs li img, #tabs li img a{
	margin-top:12px;
	top:12px;
}
#tabs li:hover {
	background-color: #7C6A55;
}

.tabContent {
	border: solid 20px #7C6A55;
	background-color:#D3D0BC;
	height: 290px;
	padding:15px;
	width: 260px;
}

.tabContent a {
	color: #333333;
}

.tabContent div.templatecontent {
	padding: 0 !important;
}

/*-----------------------------------------------------------------------------------------------------FOOTER */
#footer {
	margin: 0px auto;
	padding: 30px 0px;
	width: 940px;
	height: 100px;
}

.footerborder {
	border-top: solid 1px #A6A399;
}
#footerLeft {
	float: left;
	width: 600px;
	font-size: 0.99em;
	padding-left: 10px;
	margin-bottom: 30px;
}
#footerLeft a {
	color: #3B3228;
}
#footerLeft a:hover {
	color: #3B3228;
	text-decoration:underline;
}
#utilityLinks {
	float: left;
	width: auto;
	font-size: 10px;
	color: #6995ab;
}
#utilityLinks a {
	color: #6995ab;
}
#utilityLinks a:hover {
	color: #6995ab;
}
#footerRight {
	float: right;
	width: 212px;
	text-align: right;
}
.footerRight {
	float: left;
	margin-right: 18px;
}

/* 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;
}

/*-----------------------------------------------------------------------------------------------------breadcrumb */
#breadcrumb {
	float: left;
	width: 600px;
	text-align: left;
	background-color:#3B3228;
	padding: 0px;
	margin: 0px;
	height: 40px;
}
#breadcrumb ul{
	padding: 0px;
	list-style: none;
	margin: 0px;
}
#breadcrumb li {
	float: left;
	background:none;
	display:inline;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#breadcrumb a {
	font-size: 11px;
	color: #D3D0BC;
	background: url(/SiteFiles/1272/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:none;
	margin-right: 8px;
	padding: 0 0 0 12px;
}
#breadcrumb a:hover {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1272/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	margin-right: 8px;
}
#breadcrumb a.first  {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #D3D0BC;
	background: none;
	text-decoration:none;
}
#breadcrumb a.first:hover  {
	padding: 0 0 0 12px;
	font-size: 11px;
	background: none;
	text-decoration:underline;
}
#breadcrumb a.current  {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #D3D0BC;
	background: url(/SiteFiles/1272/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	margin-right: 8px;
}

.border {
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #868067;
	background-image: url(/sitefiles/1272/Images/bkgd-ad.jpg);
}

/*----------------------------------------------------------------------------------------------------- MAIN NAV */
.eventsimg {
	margin-left: 40px;
	margin-top: 40px;
}

.upcoming-events-wrapper ul {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}

.upcoming-events-wrapper li {
	list-style-type:none;
	background-image: none;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.upcoming-events-date {
	color: #ffffff;
	font-size: .99em;
}
.upcoming-events-name a {
	font-size: 16px;
	line-height: 20px;
	color: #DC7E3D;
	font-weight: bold;
}
.upcoming-events-description {
	color: #ffffff;
	font-size: 12px;
}

