/* CSS Document */

body {
	margin: 0;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 62.5%;
}
html>body {
	font-size: 10px;
}
#mainPage {
	background-color: #FFFFFF;
	text-align: left;
	width: 760px;
	padding: 0;
	margin: 30px;
	position: relative;
	overflow: visible;
}
img {
	border: none;
}
.clear {
	clear: both;
}
#mainHeader {
	position: relative;
	padding-bottom: 20px;
}
.mainContent {
	background: none;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
#singleColumnPage {
	background-image: none;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #37541A;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	color: #37541A;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	color: #37541A;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

p {
	font-size: 13px;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	line-height: 16px;
}


.logoHeader {
	position: absolute;
	top: 0px;
	left: 0px;
}



.preserveText {
	height: 75px;
	width: 300px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.preserveText p {
	color: #818E1C;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 0px;
	margin: 0px;
}
#navHeader {
	display: none;
}
#HeaderGraphic {
	position: absolute;
	width: 500px;
	height: 252px;
}
.navVertHeader {
	position: absolute;
	right: 0px;
	width: 255px;
	height: 252px;
	text-align: right;
	font-family: Arial, Helvetica;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #37541A;
	vertical-align: middle;
	border-left: solid 5px #FFFFFF;
}
.navBar a {
	background-color: #D9E681;
	display: block;
	width: 235px;
	height: 16px;
	margin-top: 5px;
	vertical-align: middle;
	padding: 4px 10px 4px 10px;
}

a.navLink, a.navLink:hover, a.navLink:visited, a.navLink:active {
	text-decoration: none;
	color: #37541A;
}
a.navLink:hover {
	background-color: #B6D24A;
}
.navHorizHeader {
	width: 760px;
	text-align: center;
	font-family: Arial, Helvetica;
	font-size: 12px;
	margin-top: 5px;
	padding: 0px 0px;
}
.navHorizHeader ul {
	background-color: #D9E681;
	margin: 0px auto;
	list-style: none;
	padding: 5px 0px;
	
}
.navHorizHeader ul li {
	background-color: #D9E681;
	color: #37541A;
	display: inline;
	width: 20%;
	height: 25px;
	padding: 0px -3px;
	margin: 0px;
}
.navHorizHeader ul li a {
	color: #37541A;
	height: 50px;
	width: auto;
	padding: 5px 33px;
}
.navHorizHeader ul li  a:hover {
	background-color: #B6D24A;
	text-decoration: none;
	color: #37541A;
}

a, a:visited, a:active {
	color: #467D26;
	text-decoration: none;
}
a:hover {
	color: #DC5C21;
	text-decoration: underline;
}



#navBarActive {
	background-color: #B6D24A;
	color: #37541A;
}

.navFooter {
	display: none;
}
.navFooter #navBarActive {
	background-color: #FFFFFF;
	color: #37541A;
	text-decoration: none;
}

.navBarFoot {
	display: inline;
	padding: 10px;

}

.navFootLink {

}

.sideBarRegion {
	margin: 0px;
	float:left;
	width: 240px;
	position: relative;

}

.mainContentRegion {
	float: none;
	margin: 0px;
	width: 100%;
	position: relative;
}

.headerMemo {
	margin: 0px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #818E1C;
}

.footerMemo {
	margin: 15px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #818E1C;
}
/* Home Page */

.newsTitle {
	margin-bottom: 3px;
}
.newsDate {
	margin-bottom: 10px;
	font-size: 13px;
	color: #37541A;
	font-weight: bold;	
}
.newsTitle, .specialEventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.newsItem, .eventItem {
	margin-bottom: 20px;
}
.newsLink, .eventLink {
	margin-top: 0px;

}
.specialEventTitle {
	margin-bottom: 0px;
}
.eventsLocationMainPage {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	color: #818E1C;
}
.eventsScheduleMainPage {
	font-size: 13px;
	font-weight: bold;
	color: #818E1C;
	margin: 0px 0px 10px 0px;
}

/* Events Details */

.eventsItemTitle {
	margin-bottom: 0px;
}
.eventsLocation, .eventsSchedule {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	color: #818E1C;
}
.eventsSchedule {
	margin-bottom: 10px;
}
.eventsPDF a {
	font-size: 13px;
	font-weight: bold;
}
.eventItemPicture {
	display: none;
}
.eventItemPicture img {
	display: inline;
}

/* About Us */

.aboutHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	color: #467D26;
}
.presidentMessagePicture {
	float: left;
	padding-right: 10px;
}
.signature {
	text-align: right;
}


/*  Join Us  */

.orangeBox {
	padding: 15px;
	border: solid 2px #DC5C21;
	font-size: 12px;
}

.orangeText {
	color: #DC5C21;
	font-weight: bold;

}
.orangeBox h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
.orangeBox img {
	float: left;
	margin: 0px 5px;
}

.orangeBox .address {
	font-size: 12px;
	margin: 0px 0px 12px 15px;
}
.address {
	margin-left: 150px;
}
.orangeBox a {
	color: #467D26;
	font-weight: bold;
}
.padding {
	padding: 15px;
}
table {
	border-collapse: collapse;
	background-color: #F5F8D9;
	font-size: 12px;
	margin-bottom: 10px;
}
td {
	border: solid 1px #BBD556;
	padding: 10px;
	margin: 0px;
	vertical-align: top;	
}

td.tableLeftCol p {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #37541A;
	font-weight: bold;
	margin-bottom: 0px;
}


td p {
	margin: 0px;
	padding: 0px;
}

/*  Contact Us  */

.contactInfo {
	font-size: 12px;
	margin-bottom: 10px;
}
.deptName {	
	color: #467D26;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;

}

.staffList {
	font-size: 13px;
	color: #4F5151;
}
.staffList em {
	
}
h3.staffHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #4F5151;
	font-size: 13px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
}
ul {
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
li {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

/* Preservation Projects */

.preservationGarden {
	font-size: 11px;
	color: #333333;
	margin: 10px 0px;
}
.preservationGardenName {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #467D26;
	font-size: 12px;
}

.handbookSide {
	text-align: center;
	font-size: 13px;
}
.handbookVolume {
	text-align: center;
	line-height: 14px;
	margin-bottom: 30px;
}
.handbookVolume img {
	border: none;
}
.pdfDownload {
	width: 150px;
	text-align: left;
	margin: 0px auto;
}
.pdfDownload img {
	float: left;
}
h4.handbookHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	margin: 0px 0px 20px 0px;
}
.subHeading {
	font-style: normal;
	font-size: 10px;
}
.gardenPicture {
	margin-bottom: 25px;
}

/* PNWF  */

.PNWFNavBar {
	margin-bottom: 25px;
}
.PNWFNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	width: 240px;
}
.PNWFNav a {
	width: 260px;
	padding: 10px 0px 5px 0px;
	display: block;
	margin-bottom: 5px;
}
.PNWFNav a:hover {
	text-decoration: none;
	border-bottom: 5px solid #D9E681;
	margin-bottom: 0px;
}
a#navBarActiveLined {
	border-bottom: 5px solid #D9E681;
	margin-bottom: 0px;
}

.PNWFEvent h4 {
	margin: 0px;
	font-weight: bold;
}

.PNWFGarden {
	font-size: 11px;
	margin-bottom: 15px;
	color: #333333;
}
.PNWFGardenTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #467D26;
}



/* Fellows Page */

.fellowPic {
	float: left;
	padding: 0px 10px 5px 0px;
}
.fellowMore {
	font-size: 13px;
	margin-bottom: 15px;
}
.FellowshipNote {
	font-size: 12px;
	font-weight: bold;
	color: #818E1C;
	font-style: italic;
}
.fellowInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}


/* Preservation Garden Details  */


.preservationPageTitle {
	margin: 25px 0px 0px 0px;
}
.projTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #37541A;
	display: inline;
	margin: 5px 0px
}
.projLocation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	display: inline;
	margin-left: 10px;
}


.preservationProjNav {
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #D9E681;
	margin: 15px 0px;
	position: relative;
}
.preservationProjNav ul {
	list-style: none;
	margin: 0px;
}
.preservationProjNav ul li {
	vertical-align: bottom;
	display: inline;
	height: 25px;
}
.preservationProjNav ul li a {
	padding: 10px 10px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.preservationProjNav {
	display: block;
}
a.projNavLinkActive, a.projNavLinkActive:visited, a.projNavLinkActive:active, a.projNavLinkActive:hover {
	background-color: #D9E681;
	color: #333333;
}
a.projNavLink, a.projNavLink:visited, a.projNavLink:active, a.projNavLink:hover {
	color: #333333;
}
.preservationPopup {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 10px;
}
.sideBarRegionPresGard {
	margin: 0px;
	float:left;
	width: 350px;

}

.mainContentRegionPresGard {
	float: right;
	margin: 0px;
	width: 370px;
}
#PresGardPage {
	background-image: none;
}


.fellowsNav {
	width: 100%;
	height: 25px;
	margin: 15px 0px;
	position: relative;
}
.fellowsNav ul {
	list-style: none;
	margin: 0px;
}
.fellowsNav ul li {
	vertical-align: bottom;
	display: inline;
	height: 25px;
}
.fellowsNav ul li a {
	padding: 5px 5px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.fellowsTitle {
	margin: 25px 0px 25px 0px;
}
