@import url("filter.css");
/*Common styles used site wide*/

body {
	font-family: Arial, Helvetica, sans-serif; 
	margin-top: 0px;
	margin-left: 0px;
	font-size: 100%;
	background-image: url(images/background_page.jpg);
	background-repeat: repeat;
}

p, dd, dt, label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #603811;
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 10px; 
}



ul, ol {
	margin-top: 0px;
	margin-bottom: 5px;
}

ul li {
	list-style-type: none;
	margin-left: -22px;
	list-style-image: url(images/square_bullet.gif);
	margin-bottom: 0px;
	font-size: 85%; 
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 10px; 
	color: #603811;
}

ol li {
	list-style-type: decimal;
	margin-left: -22px; 
	margin-bottom: 0px;
	font-size: 85%; 
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #603811; 
}
dl {
	margin-top: 0px;
}
dt {
	font-weight: bold;
	margin-bottom: -5px;
}
dd {
	font-weight: normal;
	margin-top: 0px;
}


a:link {
	color: #B67030;
	text-decoration: underline;
}

a:visited {
	color: #8F9372;
	text-decoration: underline;
}
a:hover {
	color: #8F9372;
	text-decoration: underline;
}
a:active {
	color: #8F9372;
	text-decoration: underline;
}
/*divs used for positioning*/

#wrapper   {  /*this div holds all the relative positioned divs*/
	width: 105%;
	background-image: url(images/background_wrapper.gif);
	background-repeat: repeat-x;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}

#topBanner   {  /*this div holds the top gold bar with navigation, it is a child div of #wrapper*/
	width: inherit;
	margin-left: 185px;
	background-image: url(images/background_wrapper.gif);
	background-repeat: repeat-x;
	
}

#TextArea   {  /*this div holds the text area on the top page, it is a child div of #wrapper*/
	width: 540px;
	margin-left: 185px;
	padding-left: 35px;
	
}

#TextAreaSecond   {  /*this div holds the text area on the secondary pages, it is a child div of #wrapper*/
	width: 540px;
	margin-left: 185px;
	padding-left: 35px;
	padding-top: 30px;
}


#bottomBar   {   /*this div makes the gold along the bottom of the page, it is a child div of #wrapper*/
	background-color: #E3B84F;
	height: 300px;
	width: 100%;
	z-index: 500;
	
}

/*All these divs are absolute positioned and do not reside inside #wrapper*/

#sunflowerBackground  {  /*This div simply creates the continuation of the sunflower
images into the text area*/
	position: absolute;
	z-index: 1;
	height: 600px;
	left: 185px;
	top: 40px;
}

/*All these divs relate to the sidebar navigation and flyout menus*/

#sidebar   {   /*sidebar is the container div for all the P7 Studio menu items, it also holds
some non-navigation images*/
	padding: 0px;
	width: 185px;
	position: absolute;
	z-index: 300;
}

/*P7 Studio flyout trigger menus*/
#p7TBtrig10  {
	position:absolute;
	left: 0px;
	top: 240px;
	width: 185px;
	z-index: 300;
	visibility: visible;	
}
#p7TBtrig20  {
	position:absolute;
	left: 0px;
	top: 273px;
	width: 185px;
	z-index: 300;
	visibility: visible;
}
#p7TBtrig30  {
	position:absolute;
	left: 0px;
	top: 307px;
	width: 185px;
	z-index: 300;
	visibility: visible;
}
#p7TBtrig40  {
	position:absolute;
	left: 0px;
	top: 340px;
	width: 185px;
	z-index: 300;
	visibility: visible;
}
#p7TBtrig50  {
	position:absolute;
	left: 0px;
	top: 372px;
	width: 185px;
	z-index: 300;
	visibility: visible;
}
#p7TBtrig60  {
	position:absolute;
	left: 0px;
	top: 405px;
	width: 185px;
	z-index: 300;
	visibility: visible;
}
#p7TBtrig70  {
	position:absolute;
	left: 0px;
	top: 439px;
	width: 185px;
	z-index: 300;
	visibility: visible;
}
#p7TBtrig80   {
	position:absolute;
	left: 0px;
	top: 472px;
	width: 185px;
	z-index: 300;
	visibility: visible;
}
/*This div holds the bottom image of the sunflowers below the navigation items*/
#bottomNavImage  {
	top: 505px;
	position: absolute;
	left: 0px;
	
}
/*This div holds the calendar widget below the navigation items*/

#calendarWidget {
	top: 580px;
	position: absolute;
	left: 0px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.yearlink {
	font-size: 10pt;
	padding-top: 0px;
	margin-top: -25px;
	margin-left: 10px;
	margin-bottom: 20px;
}
/*P7 Studio flyout sub-menus*/
#p7TBsub10  {
 	position:absolute;
	left: 185px;
	top: 243px;
	width: 160px;
	z-index: 400;
	visibility: hidden;
}

#p7TBsub20  {
	position:absolute;
	left: 185px;
	top: 276px;
	width: 160px;
	z-index: 400;
	visibility: hidden;
}
#p7TBsub30  {
	position:absolute;
	left: 185px;
	top: 310px; 
	width: 160px;
	z-index: 400;
	visibility: hidden;
}
#p7TBsub40  {
	position:absolute;
	left: 185px;
	top: 343px;
	width: 160px;
	z-index: 400;
	visibility: hidden;
}
#p7TBsub50  {
	position:absolute;
	left: 185px;
	top: 375px;
	width: 160px;
	z-index: 400;
	visibility: hidden;
}
#p7TBsub60  {
	position:absolute;
	left: 185px;
	top: 409px;
	width: 160px;
	z-index: 400;
	visibility: hidden;
}
#p7TBsub70  {
	position:absolute;
	left: 185px;
	top: 442px;
	width: 160px;
	z-index: 400;
	visibility: hidden;
}
#P7TabH {
	position:absolute; 
	left: 0px; 
	top: 0px; 
	z-index: 200; 
	visibility: hidden;
}
/*P7 Studio flyout sub-menus styling*/
.p7tbsub {
	background-color: #B67030;
	layer-background-color: #FFFFFF;
}
.p7tbsub p {
	margin: 0px;
	padding: 6px 6px 9px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 90%;
}
.p7tbsub a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.p7tbsub a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.p7tbsub a:hover {
	color: #603811;
	text-decoration: none;
}
.p7tbsub a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.p7tbdn {
	color: #FF9900 !important; 
	font-weight: bold;	
	z-index: 200;
}



/*miscellaneous stylings and divs*/

/*These classes style the footer info table cells*/

.bottominfo {
	margin-top: 12px;
	clear: left;
}

.bottominfo p {
	font-size: 70%;
	line-height: 90%;
}
/*Mary wanted our attribute somehow toned down so it has a special styling
different than the other footer items*/

.rareheronAttr {
	color: #8F9372;
}
.rareheronAttr a:link {
	color: #8F9372;
}
.rareheronAttr a:visited {
	color: #8F9372;
}

/*These items are specific to the top page only and style the table cells and their paras*/

.topTableMessage {
	padding-top: 12px;
	padding-right: 9px;
}
.topTable {
	margin-bottom: 50px;
}

.topTablesidebar {
	background-image: url(images/vertical_line.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-left: 10px;	
}

.topTablesidebar p {
	margin-right: 9px;
	margin-left: 9px;
	font-size: 85%;
}

/*These items style the secondary navigation boxes, their content and links*/

.navboxRight   {
	background-image: url(images/vertical_line.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	float: right;
	width: 180px;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom:   0px;
	padding-left: 9px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
}
.navboxRight h1   {
	margin-top: 0px;
	margin-bottom: 3px; 
}
.navboxRight p   {
	margin-top: 0px;
	margin-bottom: 8px;
	color: #B67030;
}
.navboxRight a:link   {
	color: #B67030;
	text-decoration: underline;
}
.navboxRight a:visited   {
	color: #8F9372;
	text-decoration: underline;
}

.navboxRight a:hover   {
	color: #603811;
	text-decoration: underline;
}


/* Events admin styling  */
#navcontainer {
	margin-left: 230px;
	margin-top: 20px;
}
.navlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.navlist ul { 
	margin: 0px;
	padding: 0px; 
	list-style-type: none;
}
.navlist li {
	display: inline;
	font-weight: bold;
	list-style-type: none;
	padding-right: 45px;
	line-height: 14px;
}
.navlist li a:link { 
	text-decoration: none; 
	color: #B67030; 
}
.navlist  li a:visited {  
	text-decoration: none; 
	color: #B67030; 
}
.navlist li a:hover {  
	text-decoration: underline; 
	color: #B67030; 
}
.calendardetails {
	margin-top: -10px;
	padding-top: 0px;
}
.donate_btn {
	position:absolute;
	left:6px;
	top:180px;
	z-index:999;
}
