@import url("/style/frontend.css");
@import url("/style/nav.css");
/*
-----------HTML Elements---------
*/
body {
	background: #51613b;
	margin-top: 25px;
	margin-bottom: 25px;
}
body, td, th, li, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7e8b3b;
	line-height: 1.6em;
}
a {
	color: #827855;
}
a:hover {
	color: #808080;
	text-decoration: none;
}
p {
	margin: 0 0 10px 0;
}
h1 {
	font-size: 24px;
	margin: 10px 0 0.75em 0;
	color: #7e8b3b;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-family: Arial, Sans-Serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 12px;
	margin-left: 0pt;
	color: #7a5d39;
}
h3 {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	margin: 0 0 1em 0;
}
h4 {
	color: #333333;
	background: inherit;
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 1em 0;
}
h5 {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
/*
-----------Site-wide Tags-----------
*/


.altRow {
	background-color:#ccc;
}
.imgLt {
	margin: 0 1.25em 1em 0;
}
.imgRt {
	margin: 0 0 1em 1.25em;
}
/* Sub Header On or Off
--------------------------------*/
#subHeader {
	display:none;
}
/*Inner Pages*/
.inner_page #subHeader {
	display:none;
}
/*------------------------------*/

/*
-----------Page Layout-----------
*/
.content {
	width:880px;
	
	float:left;
}
#pageWrap {
	margin: 0 auto;
	background-color: #fff;
	background-repeat:repeat-y;
	border:solid 1px #FFFFFF;
	width: 925px;
}
#pageContent {
	padding:0 20px 20px 20px;
	margin:0;
}
#secContent, #mainContent, #tertiaryContent {
	float: left;
}
#mainContent {
	width: 100%;
}
#secContent {
	width: 200px;
	margin: 0 20px 10px 0;
}
#tertiaryContent {
	width: 200px;
	margin: 0 0 10px 20px;
}
/*
-----------Header-----------
*/
#header {
	height: 116px;
	background: #FFFFFF url(/themes/Rustic1/images/header.jpg) top right no-repeat;
	position: relative;
}
#header .logo {
	position: absolute;
	top: 8px;
	left: 8px;
}
#header a {
	color: #fff;
}

#header h1, #header h2  {
	margin:0px 0 0.5em 115px;
}

#header h1 {
	font-size:2.75em;
	padding-top:35px;
}

#header h2 {
	font-family: "Times New Roman", Times, serif;
}
/*
----------Nav Design-----------
*/

#navWrap {
	background: #837856;
}
.nav {
	margin: 0;
	background: #999;
}

.nav ul {
	/*This forces the dropdown to appear above the calendar on the events page*/
	z-index:100;
}
.nav ul ul {
	border-color: #ccc;
}
.nav li a {
	padding: 5px 12px;
	color: #fff699;
	text-decoration: underline;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.nav li a:hover {
	color: #fff699;
	text-decoration: none;
}
.nav li ul {
	border: solid #fff 1px;
	background-color: #999;
	width: 160px; /* Equals width of (.nav li ul li a) plus the left/right padding */
}
.nav li li a {
	border-bottom: solid #ccc 1px; /* keeps IE6 from displaying submenu items with excess space below. */
}
.nav li ul li a {
	text-align: left;
	background-color: #837856;
	color: #fff699;
	padding: 5px 10px;
	margin: 0;
	width: 160px;	 /* Any changes to these need to be reflect in (.nav li ul ul) and (.nav li ul) */
}
.nav li ul li a:hover {
	color: #fff699;
	background-color: #A49975;
}
.nav li.dd a { /* Class to differentiate items with flyouts; usually with a backgrdoun image of an arrow to the right */
}
.nav li.dd a:hover {
}
.nav li ul ul {
	margin-left: 160px; /* Equals width of (.nav li ul li a) plus the left/right padding */
}

/* Global Nav styles */

#globalNav {
	background: #EFF0D1 url(/images/secondnav.jpg) no-repeat;
	float:right;
	padding: 0;
	margin: 0 0 1em 0;
	position: relative;
	z-index:10;
	height: 26px;
	width: 900px;
}

#globalNav li {
	padding-left:15px;
}

#globalNav li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding:2px 0 6px;
	margin:0; 
	color: #000000;
	text-decoration: none;
	display:block;
}

#globalNav li li {
	padding-left:0px;
}

#globalNav li li a {
	text-align: left;
	background-color: #EFF0D1;
	color: #000000;
	padding:5px 8px 5px 8px;
	margin:0;
	width:150px;	 /* Any changes to these need to be reflect in (.nav li ul ul) and (.nav li ul) */
}

#globalNav li a:hover {
	text-decoration:underline;
}

#globalNav li li a:hover {
	background:#F2F3EB;
	color: #000;
	}

.secondnavhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	padding-left: 30px;
	font-weight: bold;
	float:left;
	margin: 3px 20px 0 0;
}

#secondnavfade {
	border:none;
}

/*
----------List Styles-----------
*/

#pageContent ul {
	list-style-type:none;
}

#pageContent ol {
	display: table;
	display: inline-block;
	margin: 0 0 10px 20px;
	padding-left: 20px;
}

#pageContent ul li {
	padding-left: 10px;
	background-image: url(/themes/Rustic1/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height:18px;
}

#pageContent ol li {
	margin-left: 10px;
}



/*
-----------General Column Formatting-----------
*/
.oneCol {
}
.twoCol {
}
.threeCol {
}
.col {
	padding: 0 18px 10px 0;
}
.col ul li {
	margin-left:15px;
}
.twoCol .col {
	width: 47%;
}
.threeCol .col {
	width: 30%;
}
.listing {
	margin: 0 0 1em 0;
}
/*
----------Footer----------
*/
#footer {
	background-color: #FFFFFF;
	font-size: 11px;
	color: #5d654c;
	padding: 20px 25px;
	text-align: center;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	color:#333333;
}
#footer hr {
	color: #dbdde3;
	width:880px;
}
#footer table {
	margin-left:0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer p {
	display: block;
	float:left;
	margin:0 0 0 200px;
	font-size: 12px;
}
ul.footerLoc {
	clear:both;
}
#footerLoc li {
	list-style:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #5d654c;
	float: left;
	margin: 0px 15px 25px 15px;
	text-align: center;
	vertical-align:text-top;
	padding-left:5px;
}
ul.footerLegal {
	clear:both;
}
#footerLegal li {
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:left;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
}
ul.footerNav {
	clear:both;
}
#footerNav li {
	color: #83754c;
	font-size: 12px;
	float:left;
	margin:0px 0px 0px 0px;
	padding-left:15px;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center
}
#footerNav li a {
	color: #83754c;
	font-size: 12px;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.clr {
	clear: both;
}
/*
--------Inner Page--------
*/

.inner_page .content {
	width:880px;
	padding-right:0px;
	border:none;
}
/*Hides Background Image*/
.inner_page #mainContent {
	background-color:#FFFFFF;
	padding-top:25px;
	margin-top:-21px;
}
/*
--------Calendar Customization--------
*/

#dateSelector {
	float: left;
	width: 185px;
	margin: 0 20px 0 0;
}
#featureLink {
	display: block;
	margin: 0 0 1em 0;
	background: #7e8b3b;
	padding: 5px;
	text-align: center;
	color:#FFFFFF;
	border: 1px solid #4D5524;
}
#featureLink:hover {
	background-color: #9DAE4A;
	color: #FFFFFF;
}
#upcomingEvents {
	width: 600px;
	margin: 0;
	float:left;
}
#upcomingEvents .category {
	width: 100%;
	float: none;
	margin: 0;
}
#upcomingEvents .category h3 {
	border-bottom: solid #999999 1px;
	color: #7a5d39;
}
#upcomingEvents .event {
}
#upcomingEvents .featured {
}
#upcomingEvents .event h4 {
	float: left;
	width: 250px;
	margin-right: 15px;
}
#upcomingEvents .event h5.date {
	float: right;
	width: 250px;
	font-weight: normal;
	text-align: right;
	font-size: 11px;
}
h2.dateRange {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #7e8b3b;
	padding: 0px;
	font-weight:bold;
	letter-spacing:-.05em;
}
a.eventLink {
	font-size: 16px;
	color: #324B65;
	font-weight:bold;
	letter-spacing:-.05em;
}
/*
--------Featured News Styles--------
*/

.featuredNews {

}
.featuredNews h3 {
	margin-top:0px;
	margin-bottom:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #837856;
	padding:4px;
}
.featuredNews h3 a {
	color: #837856;
}
.featuredNews p {
	display:none;
}
/*
----------Document/Link Library Tool----------
*/
.docs {
	width:100%;
}
.docs .onecol .category {
	width: 100%;
}
.docs .twocol .category {
	width: 45%;
}
.docs .threecol .category {
	width: 30%;
	margin-right:15px;
}
.docs h2 {
	font-size:120%;
	line-height:100%;
	font-weight:bold;
}
.docs img {
	display:block;
}
.docs .doc {
	width: 95%;
	margin: 0 0 0.5em 0;
	padding: 0;
}
.docs .doc .desc {
	display: block;
	clear: both;
	margin: 0 0 0.5em 0;
}
.doc .imgLt {
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
}
.doc .imgLt a:hover, .doc .imgLt a:active {
	text-decoration:underline;
	color:#808080;
}
/* the custom images based on file type */
.docs a.as, .docs a.doc, .docs a.file, .docs a.fla, .docs a.mdb, .docs a.pdf, .docs a.ppt, .docs a.swf, .docs a.txt, .docs a.xls, .docs a.link {
	padding: 5px 0 6px 20px;
	margin: 0;
	height: 20px;
	line-height:20px;
	display:inline;
}
.docs a.as {
	background: url(/images/docLibrary/as.gif) no-repeat left;
}
.docs a.doc {
	background: url(/images/docLibrary/doc.gif) no-repeat left;
}
.docs a.file {
	background: url(/images/docLibrary/file.gif) no-repeat left;
}
.docs a.fla {
	background: url(/images/docLibrary/fla.gif) no-repeat left;
}
.docs a.mdb {
	background: url(/images/docLibrary/mdb.gif) no-repeat left;
}
.docs a.pdf {
	background: url(/images/docLibrary/pdf.gif) no-repeat left;
}
.docs a.ppt {
	background: url(/images/docLibrary/ppt.gif) no-repeat left;
}
.docs a.swf {
	background: url(/images/docLibrary/swf.gif) no-repeat left;
}
.docs a.txt {
	background: url(/images/docLibrary/txt.gif) no-repeat left;
}
.docs a.xls {
	background: url(/images/docLibrary/xls.gif) no-repeat left;
}
.docs a.link {
	background: url(/images/docLibrary/link.gif) no-repeat left;
	float:none;
}
.docs .twoCol .category {
	float:left;
	width: 45%;
}

#home #history #homeImage {
	float:left;
	margin-right:25px;
}

#home #history p {
	color: #0c148e;
}

#home #history h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top:1px solid #486C90;
	padding-top:10px;
	margin-bottom:0.75px;
}

#home .col.first {
	width:70%;
}

#home #inTheNews h2 {
	font-family:"Times New Roman", Times, serif;
	color:#7e8b3b;
}

.galleryDetail_page .oneCol .listing .copyblock {
	width:45%;
	float:left;
}

#calendar-container {
	display:none;
}

#dateSelector form {
	padding-left:15px;
}

#dateSelector form h4 {
	margin:1.75em 0 0em 0;
}