@charset "UTF-8";
/* CSS Document */
/* BEGIN set spacing to zero for all */
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{
  margin:0px;
  padding:0px;
  border:0px;
  border-collapse:separate;
  border-spacing:0px;
}
/* @group Font Sizes */
font[size="1"]{
	font-size: x-small;
}
font[size="2"]{
	font-size: small;
}
font[size="3"]{
	font-size: medium;
}
font[size="4"]{
	font-size: large;
}
font[size="5"]{
	font-size: x-large;
}
font[size="6"]{
	font-size: xx-large;
}
/* @end */

input,select{
  margin:0;
  padding:0;
}
/* END set spacing to zero for all */

body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1.2em;
	padding-left: 0;
}
h1, /*body.newsletter h2,*/ body.annualreport h2 {
	color: #5062a2;
	font-size: 1.2em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: .6em;
	padding-left: 0;
}
h2 {
	color: #607C32;
	font-size: 1.1em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
	margin-top: 10px;
}
h3 {
	font-size: 1em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
	margin-top: 5px;
}
.centerBlock {
	text-align: center;
	padding: 1.6em 4em;
}
#pageContent ol {
	margin-left: 3em;
	margin-top: .3em;
	margin-bottom: 2em;
}
#pageContent ol li {
	margin: 0 0 .6em 0;
}
#pageContent ul {
	margin-left: 7px;
	margin-top: .6em;
	list-style: none;
	overflow: hidden; /* this prevents lis from wrapping around floated element and li background images to show */
}
#pageContent ul li {
	padding: 0 0 0 25px;
	margin: 0 0 .6em 0;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left .4em;
}
#container {
	width: 90%;  /* this will create a container 80% of the browser width */
	min-width: 770px;
	max-width: 1500px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
}
#subCurrent {
	background-color: #607C32;
}
#headerShadow {
}
.shadowSideNav {
	background-image: url(../images/bar-shadow-blue.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #9aa3c7;
	height: 5px;
	margin: 0px;
	padding: 0px;
	/*width: 25%;*/
	width: 261px;
	float: left;
}
.shadowMain {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bar-shadow-white.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 5px;
}
#header {
	background-image: url(../images/head-foot-grad.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
	margin: 0px;
	height: 1%; /* IE fix so div has layout, otherwise content won't show */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* Shadow */

#logo {
	float:left;
	z-index: 10;
	position: absolute;
	/*margin-top: 16px;*/
	bottom: 0;
	margin-bottom: -62px;
}
#headerLeft {
	float: left;
	/*width: 55%;*/
}

#scokTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 15px;
	padding-left: 145px;
}

#headerRight {
	float: right;
	/*width: 45%;*/
	margin-left: 600px;
}
#quickLinks {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#headerElements {
	/*position: absolute;*/
	bottom: 0;
	right: 0;
}
#topNavLinks {
	text-align: right;
	position: relative;
	padding-bottom: 15px;
}

#textResizerBtns {

}

#textResizerBtn a:link, #textResizerBtn a:visited {
	background-color: #2244db;
	border: 1px solid #000000;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 7px;
	margin-left: 7px;
	text-decoration: none;
}
#textResizerBtn a:active, #textResizerBtn a:hover {
	color: #FFF500;
	background-color: #333;
}
#textResizerBtn p {
	margin: 3px 0px 7px 0px;
	padding: 0;
}
.smallTextSize {
	font-size: 14px;
}
.medTextSize {
	font-size: 18px;
}
.largeTextSize {
	font-size: 22px;
}

a:link, a:visited {
	color: #2244db;
	text-decoration: none;
}
a:hover, a:active {
	color: #333;
}



/* End Shadow */

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/
#sidebar1 {
	float: left;
	width: 260px;
	clear: left;
	margin: 0px;
	padding: 0px;
}
#sidebar1 #sidebar1Content {
	padding-top: 60px;
	padding-right: 5px;
	padding-left: 4px;
	padding-bottom: 15px;
}
#sidebar1 #sidebar1Content ul {
	list-style: none;
}

#sidebar1 #sidebar1Content ul li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.2em;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
	height: 1%; /* IE6 fix so margin and padding settings are respected, otherwise too much whitespace */
}

#sidebar1 #sidebar1Content ul #current {
	background-image: url(../images/menu-item-select-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar1 #sidebar1Content ul #current a:link, #sidebar1 #sidebar1Content ul #current a:visited, body.newsletter #sidebar1 #sidebar1Content ul li#aboutTab a:link, body.newsletter #sidebar1 #sidebar1Content ul li#aboutTab a:visited, body.annualreport #sidebar1 #sidebar1Content ul li#aboutTab a:link, body.annualreport #sidebar1 #sidebar1Content ul li#aboutTab a:visited, body.events #sidebar1 #sidebar1Content ul li#eventsTab a:link, body.events #sidebar1 #sidebar1Content ul li#eventsTab a:visited, body.meals #sidebar1 #sidebar1Content ul li#mealsTab a:link, body.meals #sidebar1 #sidebar1Content ul li#mealsTab a:visited, body.home #sidebar1 #sidebar1Content ul li#homeTab a:link, body.home #sidebar1 #sidebar1Content ul li#homeTab a:visited {
	color: #fff;
	font-weight: bold;
}
#subNav {
	margin: 0;
	background-image: none;
}

#sidebar1Content #current ul, body.newsletter #sidebar1 #sidebar1Content ul li ul, body.annualreport #sidebar1 #sidebar1Content ul li ul {
	margin: 0;
	list-style-image: none;
	margin-top: 0.2em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}

#sidebar1 #sidebar1Content ul li#current ul li, body.newsletter #sidebar1 #sidebar1Content ul li ul li, body.annualreport #sidebar1 #sidebar1Content ul li ul li {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	border: none;
	color: #fff;
	font-weight: normal;
	margin-bottom: .6em;
	margin-top: .3em;
	
}
/* styles for sidebar subnav */
#sidebar1 #sidebar1Content ul li#current ul li a:link, #sidebar1 #sidebar1Content ul li#current ul li a:visited, body.newsletter #sidebar1 #sidebar1Content ul li#aboutTab ul#aboutSubNav li a:link, body.newsletter #sidebar1 #sidebar1Content ul li#aboutTab ul#aboutSubNav li a:visited, body.annualreport #sidebar1 #sidebar1Content ul li#aboutTab ul#aboutSubNav li a:link, body.annualreport #sidebar1 #sidebar1Content ul li#aboutTab ul#aboutSubNav li a:visited {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	border: none;
	margin-left: 0;
	padding: 3px;
}

#sidebar1 #sidebar1Content ul li#current ul li a:active, #sidebar1 #sidebar1Content ul li#current ul li a:hover, body.newsletter #sidebar1 #sidebar1Content ul li#aboutTab ul#aboutSubNav li a#montlyNewsletterSubTab, body.newsletter #sidebar1 #sidebar1Content ul li#aboutTab ul#aboutSubNav li a:active, body.newsletter #sidebar1 #sidebar1Content ul li#aboutTab ul#aboutSubNav li a:hover, body.annualreport #sidebar1 #sidebar1Content ul li#aboutTab ul#aboutSubNav li a#annualReportSubTab, body.annualreport #sidebar1 #sidebar1Content ul li#aboutTab ul#aboutSubNav li a:active, body.annualreport #sidebar1 #sidebar1Content ul li#aboutTab ul#aboutSubNav li a:hover {
	background-color: #607C32;
}
/* end styles for sidebar subnav */

/* MAIN SIDEBAR LINKS */
#sidebar1 #sidebar1Content ul a:link, #sidebar1 #sidebar1Content ul a:visited {
	border-bottom-width: .3em;
	border-bottom-color: #5062A2;
	border-bottom-style: dotted;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	margin-left: 30px;
}

#sidebar1 #sidebar1Content ul a:hover, #sidebar1 #sidebar1Content ul a:active {
	color: #fff;
}

#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#mainContentHolder {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 259px;
	background-image: url(../images/bar-grad-white.gif);
	background-repeat: repeat-x;
	background-position: top;
} 

#mainContent {
	
}
#footer {
	margin: 0;
	padding: 0;
	background-image: url(../images/head-foot-grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 11px;
	clear: left;
} 

#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: 0px;
    line-height: 0px;
}
.clearfloatLeft { /* 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:left;
    height:0;
    font-size: 0px;
    line-height: 0px;
}
.clearfloatRight { /* 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:left;
    height:0;
    font-size: 0px;
    line-height: 0px;
}
.clearRight {
	clear: right;
}
#sidebarAndPageContent {
	background-image: url(../images/sidebar-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	padding: .6em 10px 0 0;
}
#floraBg {
	background-image: url(../images/flora-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#container #pageContent {
	margin-left: 275px;
	/*overflow: auto; causes page content to shrink in Safari and Opera*/
	width: auto;
}
#container #pageContent #contentLeft { /* this extra div allows content to contain divs that float and other divs that clear without clearing side nav */
	float:left;

}
.blockLeftClearLeft {
	clear: left;
	float: left;
	margin-top: 15px;
	width: 100%;
}
.imgShadowNoFloat {
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 10px 0 10px !important;
  margin: 10px 0 0 5px;
  }
.imgShadowLeft {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 10px 0 10px !important;
  margin: 10px 0 0 5px;
  }
.imgShadowRight {
	float:right;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: hidden; /* fixes IE7 horizontal scroll bar appearing when page contains float right elements */
  }
#titleImg {
	text-align: right;
	margin: 0 0 7px 0;
}
.imgShadowLeft img, .imgShadowRight img, .imgShadowNoFloat img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -7px 7px 7px -7px;
  padding: 0px;
  } 
.btn {
	background-image: url(../images/btn-bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	float: right;
	/*display: inline-block;*/
	background-color: #FFFFFF;
	border: 1px solid #5062A2;
	margin: 10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
}
.btn a:link, .btn a:visited {
	color: #000;
	font-weight: bold;
	background-image: url(../images/btn-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.btn a:active, .btn a:hover {
	background-image: url(../images/btn-arrow-over.gif);
	color: #607C32;

}
.col1 {
	float: left;
	width: 49%;
}
.col2 {
	float: right;
	width: 49%;
}
/* BEGIN special events list styles */
#pageContent .YIComingUpView {
	
}
#pageContent .YIComingUpView ul {
	
}
#pageContent .YIComingUpView .eventHolder {
	
}
#pageContent .YIComingUpView .eventDate {
	margin-left: 75px;
	
}
#pageContent .YIComingUpView .eventName {
	margin-left: 75px;
	
}
#pageContent .YIComingUpView ul li {
	background-image: none;
	padding-left: 0;
	clear: left;
	margin-bottom: 1em;
}
#pageContent .YIComingUpView ul li img{
	float: left;
	width: 65px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}


/* END special events list styles */

/* BEGIN zebra striped table styles */
	table#striped {
		border: 1px solid #666666;
		float: left;
		margin: 4px 25px 25px 0;
	}
	div#striped {
		padding-bottom: 1.2em;
	}
	
	div#striped span {
		padding: 5px;
	}
	div#striped h2 {
		margin: 0;
		padding: 5px;
	}

	#striped tbody tr td {
		padding: 3px 8px;
		border-left: 1px solid #D9D9D9;
		text-align: right;
	}
	
	#striped tbody tr.selected td {
		background-color: #3d80df;
		color: #ffffff;
		font-weight: bold;
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;
	}
/* END zebra striped table styles */

/* BEGIN styles for toggle divs */
	.hiddentext {display:none}
	.outline {cursor:pointer;}
	.hideLink {
		display: block;
		text-align: right;
	}
/* END styles for toggle divs */
/* @group contactForm */
.contactForm {
width: 100%;
float: left;
}
.contactForm .formItem {
	float: left;
	clear:left;
	width: 100%;
}
.contactForm .label {
	font-weight: bold;
	float: left;
	width: 50%;
	text-align: right;
	
}

.contactForm .entry {
	width: 50%;
}
.contactForm input, .contactForm select, .contactForm textarea {
	width: 20em;
	margin: .6em .3em;
	bottom: 0;
}
.contactForm textarea {
	height: 120px;
}

/* photo albums */
#photoAlbums {
	min-height: 300px;
	
}

#photoAlbums img {
	border: none;
	margin: 5px;
}


/* end photo albums */

/* begin calendar styles */
div.eventAdminControls, div.eventDetailAdminControls {
	display: inline;
	float: right;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	padding: 0;
	width: 100px;
}

a.editEventLink {
	background-image: url(/uiimages/edit.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding-right: 8px;
}
a.deleteEventLink {
	background-image: url(/uiimages/delete.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding-right: 4px;
}
a.featureEventLink {
	/*background-image: url(/uiimages/star_green.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding-right: 12px;*/
	display: none;
}
a.promoteEventLink {
	background-image: url(/uiimages/arrow_up.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding-right: 4px;
}
a.demoteEventLink {
	background-image: url(/uiimages/arrow_down.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding-right: 4px;
}
body.mealslist a.promoteEventLink {
	display: none;
}
body.mealslist a.demoteEventLink {
	display: none;
}
a.addEventLink {
	background-image: url(/uiimages/add.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding-right: 14px;
}
body.events .monthViewAdminControls, body.meals .monthViewAdminControls {
	clear: right;
	position: relative;
	font-size: .9em;
	margin-top: 3px;
}
body.events a.addEventLink, body.meals a.addEventLink  {
	background-image: none;
	height: auto;
	width: auto;
	text-indent: 0;
	padding: 0;
	margin-bottom: 1.2em;
}


div.eventAdminControls a, div.eventDetailAdminControls a {
	float: right;
	text-indent: -9999px; /* hides text links */
}

div.monthViewAdminControls a.editEventLink {
	background-image: url(/uiimages/edit.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding-right: 8px;
	border-style: solid;
	border-color: red;
}
div.monthViewAdminControls {
	display: inline;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	padding: 0;
	position: absolute;
}
div.monthViewAdminControls a {
	float: right;
	text-indent: -9999px;
}

#monthContainer {
	clear: right;
	float: right;
	width: 100%;
}

.calMonthTable td {
	/*font-size: 10px;*/
	width: 14%;
	height: 75px;
	vertical-align: top;
	border: solid 1px silver
}

.calMonthTable {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 15px;
}

.calMonthTable th {
	font-size: .8em;
	font-weight: bold;
	text-align: center
}

.calMonthTable th.calMonthName {
	color: #607C32;
	font-size: 1.1em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 20px
}

.calDayOfMonth {
	font-size: 1em;
	color: #666;
	font-weight: normal;
	text-align: right;
	float: right;
	padding-right: 2px;
	padding-left: 3px;
}

.calDayContents {
	padding: 5px;

}

.calIcon {
	float: left;
	padding: 0 3px 3px 0;
	
}

.calFinePrint {
	text-align: right;
	color: silver;
	display: none
}

.calEventImage {
	float: left;
	padding: 0 10px 10px 0;
}
.calEventImage img {
	width: 200px;
}

th.calLeftArrow {
	
}

th.calRightArrow {
	
}
/* begin edit all events page styles */
.calEventListTable td {
	background-color: #fff;
	padding-right: 8px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid silver;
	border-left: none
}

.calEventListTable th {
	background-color: #e0e0e0;
	padding-right: 4px;
	padding-left: 4px;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid gray;
	border-left: none
}

.calEventListTable {
	empty-cells: show;
	background-color: white;
	border-style: none
}

.calEventListHead {
	font-weight: bold;
	padding-bottom: 8px
}

.calFooter {
	text-align: right;
	/*margin-top: -15px; removed because causing adjacent div to be cut off in IE7*/
	font-size: .9em;
	clear: right;
}

#eventForm td {
	background-color: #fff;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	vertical-align: top;
	border-style: none none solid;
	border-width: medium medium 1px;
	border-color: silver
}

#EventForm input {
	font-size: .9em;
}

#EventForm select {
	font-size: .9em;
}

#EventForm textarea {
	font-size: .9em;
	width: 500px;
}

#eventForm #fromWeekday {
	font-size: .8em;
	font-style: italic
}

#eventForm #toWeekday {
	font-size: .9em;
	font-style: italic
}

#eventForm #weekdaysTable td {
	border: 0
}

#eventForm #monthlyDayMatrix td {
	padding: 0;
	border: 0
}

#eventForm #yearlyMonthMatrix td {
	padding: 0;
	border: 0
}

#eventForm table {
	empty-cells: show;
	background-color: white;
	border-style: none;
	width: 100%;
}
.EventFieldLabel {
	text-align: right;
	font-weight: bold;
	font-size: .9em;
	color: gray;
	width: 200px;
}

.calEvent {
	font-size: 1em;
	padding-bottom: 4px;
	margin-bottom: 1em;
}

.calEvent br {
	margin-bottom: .6em;
}

.popup {
	background: #e2e1c5
}

.submenuitem {
	padding-left: 4px
}

.calPDFLink {
	font-size: .9em;
	text-align: right;
	margin-top: 3px;
	clear: right; /* clear right floated monthContainer */
}
.calEventShortDesc {
	color: #5062a2;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: .6em;
	padding-left: 0;
	
	
}
.calEventRepeatSummary {
	color: #666;
}
.calEventBackButton, .calEventPrinterFriendlyLink {
	font-size: .9em;
}

/* end calendar styles */

/*begin event list styles */
ul.bigeventlist, ul.eventlist {
	margin: 0px;
	padding: 0px;
}

#pageContent ul.eventlist li, #pageContent ul.bigeventlist li {
	background-image: none;
	padding: 0;
}


li.eventlistitem {
	list-style-type: none;
	list-style-image: none;
	display: block;}

.eventschedule {
	color: #666;
}
.eventclearance {
	clear: left;
}


ul.bigeventlist span.eventdetails {
	display: block;
	margin-left: 95px; /* allow room for icon */
}
ul.eventlist span.eventdetails {
	display: block;
	margin-left: 40px; /* allow room for icon */
}

/*
li.featured {
	border: 2px dashed #963;
}
ul.bigeventlist li.eventlistitem span.eventdetails {
	margin-left: 220px;
}
*/

li.eventlistitem h4 {
	font-weight: bold;
	font-size: larger;
	display: inline;
}
/*
li p.eventmeddescription {
	color: gray;
}*/
li p {
	margin: 0;
	padding: 0 0 .6em;
}
.eventlist li img {
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 10px;
}
/* for Internet Explorer */
* html .eventlist li img {
	margin-top: 40px;
} 

.bigeventlist li img {
	float: left;
	margin-left: 10px;
	padding-right: 10px;
	width: 75px;
}

/* end event list styles */

/* current tab selectors; used in WO portion of site */
body.home li#homeTab, body.about li#aboutTab, body.services li#servicesTab, body.meals li#mealsTab, body.events li#eventsTab, body.membership li#membershipTab, body.endowment li#endowmentTab, body.merchandise li#merchandiseTab, body.resources li#resourcesTab, body.newsletter li#aboutTab, body.annualreport li#aboutTab {
	background-image: url(/images/menu-item-select-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
body.events li#eventsTab a:link, body.events li#eventsTab a:visited, body.newsletter li#newsletterTab a:link, body.newsletter li#newsletterTab a:visited, body.newsletter #pageContent #sidebar1 #sidebar1Content ul li#aboutTab a:visited, {
	color: #fff;
	font-weight: bold;
}
#aboutSubNav {
	visibility: hidden;
	display: none;

}
body.newsletter #aboutSubNav, body.annualreport #aboutSubNav {
	visibility: visible;
	display: block;

}
/* end current tab selectors */
/* @end */



/* @group YIAjaxLoginComponent */
	
div#loginWelcomeBack {
}
div#loginWelcomBack p {
}
div#loginWelcomeBack a {
}
div#login {
}
div#login a{
	text-decoration: underline;
}
div#loginMessage {
	color: red;
	font-size: 13px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}
input#retrievePasswordButton {
	float: right;
	border-style: none;
	background-color: transparent;
	text-decoration: underline;
	color: blue;
	margin-top: 8px;
}
input#loginButton {
	margin-top: 8px;
}
/* @end */

div.bottomNavigation ul {
	list-style-type: none;
}

/* page title image */

body.YIEventDetailPage div#pageTitle, body.YIFileEditorPage div#pageTitle, body.YIManageFilesPage div#pageTitle  {
	width:100%;
	height: 29px;
	background-image:url(../images/t-services.gif);
	background-position: right;
	background-repeat: no-repeat;

}
body.newsletter div#pageTitle, body.annualreport div#pageTitle, body.YIFileEditorPage div#pageTitle, body.YIManageFilesPage div#pageTitle  {
	width:100%;
	height: 34px;
	background-image:url(../images/t-about-us.gif);
	background-position: right;
	background-repeat: no-repeat;

}

/* end page title image */

/* @group YIFileListView */

div.YIFileListView ul {
	background-color: white;
}

div.YIFileListView ul {
	list-style-type: none;
	list-style-image: none;
	/*border-top: 2px solid #e2e1c5;*/
	display: block;
	margin: 0px 0px 0px 0;
	/*clear: both;*/
	
}
div.YIFileListView a{
	color: gray;
}

#pageContent div.YIFileListView ul li.featuredFile, #pageContent ul#IconEditorList li, #pageContent ul.iconList li {
	/*clear: both;*/
	background-image: none;
	padding: 0px;
	margin-bottom: 1.6em;
}
.fieldLabel {
	font-weight: bold;
}
div.YIFileListView ul li.featuredFile img {
	display: block;
	border: 1px solid silver;
	margin-bottom: 4px;
	-webkit-box-shadow: gray 2px 2px 5px;
	-webkit-transform: rotate(-3deg);
}
div.YIFileListView ul li.featuredFile {
	font-size: 12px;
	margin-bottom: 11px;
}


div.YIFileListView ul li.unfeaturedFile div.iconContainer {
	float: left;
	width: 50px;
	height: 35px;
	display: inline;
}

div.YIFileListView ul li.unfeaturedFile img {
	float: left;
	border: 1px solid silver;
	margin-bottom: 4px;
}
div.YIFileListView ul li.unfeaturedFile {
	font-size: 12px;
	margin-bottom: 3px;
	height: 35px;
	padding: 3px;
}

div.YIFileListViewAdminControls {
	display: inline;
	float: right;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	padding: 0;
	width: 100px;
}

div.YIFileListViewAdminControls a {
	float: right;
	text-indent: -9999px;
}

a.editFileSourceLink {
	background-image: url(/uiimages/edit.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding-right: 8px;
}
/* @end YIFileListView */
/* @group ManageIconsPage */
a.addIconLink {
	background-image: url(/images/add.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding-right: 344px;
	text-indent: -9999px;
	float: right;
	margin-top: -20px;
}

ul.iconList {
	padding: 0;
	background-color: white;
	padding-top: 15px;
}

ul.iconList li {
	list-style-type: none;
	list-style-image: none;
	display: block;
	padding: 2px 5px 5px;
	margin: 0px;
	clear: both;
	
}
ul.iconList li div.iconContainer {
	float: left;
	width: 50px;
	height: 35px;
}
ul.iconList li h4 {
	float: left;
	margin-bottom: 0;
}

div.iconAdminControls {
	display: inline;
	float: right;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	padding: 0;
	width: 100px;
}

a.editIconLink {
	background-image: url(/images/edit.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding-right: 8px;
}
a.deleteIconLink {
	background-image: url(/images/delete.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding-right: 4px;
}
a.migrateIconLink {
	background-image: url(/images/element_lightning.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding-right: 4px;
}

div.iconAdminControls a {
	float: right;
	text-indent: -9999px;
}
.iconContainer span.unavailable {
	display: none;
}

/* @end */
.pendingPageLink {
	font-weight: bold;
	padding: 0 0 0 25px;
	margin: 2em 0 .6em 0;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left .4em;
}.pullout {
	background-color: #e1e1e1;
	float: right;
	width: 35%;
	padding: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 2px dotted #5062A2;
}
.pullout h2 {
	margin-bottom: 10px;
}
.pullout p {
	font-weight: bold;
}
.banner {
	background-color: #FFFFCC;
	padding: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: center;
	float: left;
	width: 98%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7F9356;
	border-bottom-color: #7F9356;
}

