@charset "utf-8";
/* CSS Document */

/*.front is front page*/
/*.inside is interior pages*/



body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #775A3E;
	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: #000000;
}
#container {
	width: 56em;
	background-color: #6a5037;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: middle;
}
/*#header {
	background-color: #4B5E02;
	color:#FFF;
}*/
#print {
	display:none;
}
/*#headerLeft {
	padding: 0 0px;*/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*width: 56em;
	height: 1.8em;
}*/

#header {
	background-color: #4B5E02;
	color:#FFF;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 56em;
	height: 1.8em;
}
	
.front #sidebar1 {
	float: right;
	width: 12em; /* since this element is floated, a width must be given */
	background-color: #503d2a; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0; /* top and bottom padding create visual space within this div */
	color: #FFF;
	padding-bottom: 1em;
}
.front #sidebar1 h3 {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: .25em;
	color: #8e9300;
}
.front #sidebar1 p {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	font-size: .75em;
}

.front #sidebar1 img { margin-top:.25em;}

.news {
	font-size: .75em;
	
	color: #FFF;
	padding-left: .5em;
}
.news a:link, a:visited, a:hover, a:active {
	color: #fff;
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
}

#NewsCollection tr, #ImportantDatesCollection tr {height: 3em;}

iframe {
	width: 12em;
	height: 5em;
	background-color:#503d2a;
}
.front #sidebar2 {
	background-color: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #FFF;
	width: 11em;
	height: 1em;
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding: 0em .5em 1em .5em;  /*top and bottom padding create visual space within this div */
}
.front #sidebar2 h3 {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	margin-top: 5px;
	color: #FFF;
}
.front #sidebar2 p {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	font-size: .75em;
}
#addthis {
	background-color: #503d2a; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0px 5px 15px; /* top and bottom padding create visual space within this div */
	color: #FFF;
}
iframe#_atssh {
	width:1px;
	height:1px;
	background-color: #775a3e;
}
.front #mainContent {
/*margin: 0 13em 0 10px;  the left margin will look best if you match the padding amount to the header and footer. */
}
.front #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. 
	background-color:#4b5e02;*/
	color: #FFF;
}
.front #footer2 {
	color: #FFF;
	font-size: .6em;
	text-align:center;
}
.front #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 */
}
.inside #sidebar1 {
	float: left;
	width: 12em; /* since this element is floated, a width must be given */
	background-color: #503d2a; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0; /* top and bottom padding create visual space within this div */
	color: #FFF;
	padding-bottom: 1em;
}
.inside #sidebar1 h3 {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	margin-top: 5px;
	color: #8e9300;
}
.inside #sidebar1 p {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	font-size: .75em;
}
.inside #sidebar2 {
	background-color: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1em .5em 1em .5em; /* top and bottom padding create visual space within this div */
	color: #FFF;
}
.inside #sidebar2 h3 {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	margin-top: 5px;
	color: #FFF;
}
.inside #sidebar2 p {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	font-size: .75em;
}
.inside #sidebar2 a {
	color: #fff;
}
.inside #mainContent {
	/* margin: 0 1.5em 0 13em; the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	width: 43em;
	float: right;
	background-color:#d3bf96;
	padding-left: .5em;
	padding-right:.5em;
	vertical-align: Top;
	/*min-height: 500px;*/
	min-height: 535px;
}
.inside #mainContent a:link, .inside #mainContent a:visited, .inside #mainContent a:hover, .inside #mainContent a:active {
	color: #000;
}
.inside #footer {
	color: #FFF;
	font-size: .6em;
	text-align:center;
}
.inside #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 */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.inside #left /*CSS class for content2 */
        {
	float: left;
	margin: .5em 0 0 0;
	width: 20.5em;
	max-width: 20.5em;
	vertical-align: Top;
        }
.inside #right /*CSS class for content2 */
        {
	float: right;
	margin: .5em 0 0 .5em;
	width: 20em;
	max-width: 20em;
        }

.inside #lineupleft /*CSS class for content2 */
        {
	float: left;
	margin: .5em 0 0 0;
	/*width: 20.5em;*/
	max-width: 22em;
	vertical-align: Top;
        }
.inside #lineupright /*CSS class for content2 */
        {
	float: right;
	margin: .5em 0 0 .5em;
	/*width: 15em;*/
	max-width: 17.5em;
        }
		
.inside .day { 	font-size:11px;
        text-align: center;
}

.feed_14 {
	padding: 3px 0 0 5px;
}
.feed_28 {
	/*margin-left: 3px;*/
  padding: 0 0 0 36px;
	background: url("../images/feed-icon-28x28.png") no-repeat 0 50%;
}
.rsstext {
	color:#000;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:10px;
}
.FolderBreadcrumb {
	color:#000;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:8px;
}
tr#FirstRow {
	background-color:#E0CB9F;
}
tr#SecondRow {
	background-color:  #B9A883;
}
/*Styles used to format text from editors */
.text, .artist {
	color:#000;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:12px;
}
.textHeading {
	color:#000;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:16px;
}
.textBold {
	color:#000;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;
}
.textItalic {
	color:#000;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style: italic;
}
.textHeading {
	color:#000;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:16px;
}
.textHeadingBold {
	color:#000;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight: bold;
}
.textHeadingItalic {
	color:#000;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style: italic;
}
.LogoGreen {
	color:#8e9300;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
}
.textLogoGreen {
	color:#8e9300;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:12px;
}
.textHeadingLogoGreen {
	color:#8e9300;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:16px;
}
.textBoldLogoGreen {
	color:#8e9300;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;
}
.textItalicLogoGreen {
	color:#8e9300;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style: italic;
}
.textHeadingBoldLogoGreen {
	color:#8e9300;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight: bold;
}
.textHeadingItalicLogoGreen {
	color:#8e9300;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style: italic;
}
.Accent1 {
	color:#4b5e02;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif
}
.textAccent1 {
	color:#4b5e02;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:12px;
}
.textHeadingAccent1 {
	color:#4b5e02;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:16px;
}
.textBoldAccent1 {
	color:#4b5e02;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;
}
.textItalicAccent1 {
	color:#4b5e02;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style: italic;
}
.textHeadingBoldAccent1 {
	color:#4b5e02;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight: bold;
}
.textHeadingItalicAccent1 {
	color:#4b5e02;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style: italic;
}
.Accent2 {
	color:#334001;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif
}
.textAccent2 {
	color:#334001;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:12px;
}
.textHeadingAccent2 {
	color:#334001;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:16px;
}
.textBoldAccent2 {
	color:#334001;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;
}
.textItalicAccent2 {
	color:#334001;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style: italic;
}
.textHeadingBoldAccent2 {
	color:#334001;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight: bold;
}
.textHeadingItalicAccent2 {
	color:#334001;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style: italic;
}
#footer2 a:link, #footer2 a:visited, #footer2 a:hover, #footer2 a:active {
	color: #FFF;
}
.inside #footer a:link, .inside #footer a:visited, .inside #footer a:hover, .inside #footer a:active {
	color: #FFF;
}
/*Homepage announcement*/
#surveys {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #4B5E02;
	text-align: center;
}
#surveys a:link, #footer2 a:visited, #footer2 a:hover, #footer2 a:active {
	color: #FFF;
}
/* Class used for NoFlash and ID used for front page announcement below the fold*/
.FrontAnnouncement, #FrontAnnouncement {
	background-color:#d3bf96;
	padding: .5em;
}
.FrontAnnouncement a:link, .FrontAnnouncement a:visited, .FrontAnnouncement a:hover, .FrontAnnouncement a:active,  #FrontAnnouncement a:link, #FrontAnnouncement a:visited, #FrontAnnouncement a:hover, #FrontAnnouncement a:active {
	color: #000;
}

/*MultiPage Css Style */
#multi #tabs .listLink {
	font-size: .75em;
	color: #000;
}
#multi #tabs .listLink a:link, #tabs .listLink  a:visited, #tabs .listLink a:active {
	color: #000;
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
}

#multi #tabs .listLink  a:hover {
	text-decoration:underline;
}

#multi #tabs {
	/*height: 605px;*/
	z-index: 1;

}
#multi .tabs-bottom {
	position: relative;
	vertical-align:bottom;
}
#multi .tabs-bottom .ui-tabs-panel {
	/*height: 535px;*/
	overflow: auto;
}
#multi .tabs-bottom .ui-tabs-nav {
	position: absolute !important;
	left: 0;
	bottom: 0;
	right:0;
	padding: 0 0.2em 0.2em 0;
}
#multi .tabs-bottom .ui-tabs-nav li {
	margin-top: -2px !important;
	margin-bottom: 1px !important;
	border-top: none;
	border-bottom-width: 1px;
}
#multi .ui-tabs-selected {
	margin-top: -3px !important;
}

#multi .ui-tabs {
	position: relative;
	padding-bottom: .2em;
	/*zoom: 1;*/
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
#multi .ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0 .2em .2em 0;
	color: #fff;
}
#multi .ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	/*margin: 0 .2em 1px 0;*/
	/*border-bottom: 0 !important;*/
	padding: 0;
	white-space: nowrap;
}
#multi .ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em;
	text-decoration: none;
}
#multi .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;

}
#multi .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
			text-decoration: underline;
}
#multi .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
#multi .ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding-bottom: 1em;
	background: none;

}
#multi .ui-tabs .ui-tabs-hide {
	display: none !important;
}

