/************************************* 

MAIN HTML
 
*************************************/



html {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


body {
	height: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	background: url('../images/layout/bgleaf.jpg') top left no-repeat;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	color: #555555;
	font-size: 11px;
	line-height: 19px;
}

a, a:visited, a:active {
	color: #5F5B4F;
	text-decoration: none;
}

a:hover {
	color: #79A421;
	text-decoration: none;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

.orange {
	color: #E1AD00;
}

h1 {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	color: #79A421;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	width: 500px;
	padding: 0 0 6px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #EEE;
}

#content h1 {
	margin-top: 22px;
}

h2 {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	color: #5F5B4F;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	width: 500px;
	padding: 0 0 8px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #79A421;
}

h2 a,
h2 a:visited {
	color: #79A421;
}

em {
	color: #909087;
	font-style: normal;
}

blockquote {
	color: #555555;
	font-style: normal;
	padding: 16px 20px 16px 24px;
	margin: 0;
	background-color: #f8f8f8;
	border-top: 1px solid #909087;
	border-bottom: 1px solid #909087;
}

blockquote p {
	padding: 0;
	margin: 0;
}

img.left {
	float: left;
	margin: 6px 14px 3px 0;
}

img.right {
	float: right;
	margin: 6px 0 3px 14px;
}

ul, li {
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
}

p {
	clear: both;
	margin-bottom: 1em;
	display: block;
}

/************************************* 

LEFTHAND SIDE MENU & FLOATING LOGO
 
*************************************/



#mainmenu {
	position: absolute;
	top: 220px;
	left: 40px;
	height: 100%;
	width: 140px;
	max-height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	z-index: 2;
}

#mainmenu #division {
	width: 140px;
	height: 32px;
	margin: 0;
	border: 0;
}

#mainmenu #division.first {
	height: 14px;
}

#mainmenu ul, #mainmenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #79A421;
}

#mainmenu ul {
	margin: 2px 0;
	line-height: 20px;
}

#logo {
	position: absolute;
	display: block;
	left: 28px;
	bottom: 14px;
	width: 153px;
/* 	height: 155px; */
	height: 184px;
}

#logo span {
	position: relative;
	display: block;
	text-align: center;
	color:  #79A421;
	font-weight: bold;
	margin-top: 10px;
}



/************************************* 

MAIN CONTENT
 
*************************************/



#content {
	display: block;
	height: 100%;
	max-height: 100%;
	overflow: auto;
	left: 0;
	padding-left: 360px;
	position: relative;
	z-index: 1;
}

#header {
	margin-top: 80px;
	width: 341px;
	height: 59px;
	float: left;
	clear: both;
}

#slideshow {
	margin-top: 45px;
	width: 500px;
	height: 220px;
	float: left;
	clear: both;
	border: 1px solid #F1F1F1;
}

#section {
	width: 500px;
	margin-top: 80px;
	float: left;
	clear: both;
}

#section.news {
	margin-top: 25px;
}

#section.firstvisit {
	text-align: center;
	background-color: #79A421;
	margin: 15px 0 0 0;
}

#section.firstvisit a {
	color: #FFFFFF;
	display: block;
	padding: 5px 0;
	width: 100%;
	height: 100%;
}

#section.firstvisit:hover {
	background-color: #5F5B4F;
}

#newsentry,
#item {
	display: block;
	width: 500px;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
	padding: 6px 0;
	border-bottom: 1px solid #F1F1F1;
}

#newsentry,
#item a {
	display: block;
}

#newsentry:hover,
#item:hover {
	display: block;
	width: 500px;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
	padding: 6px 0;
	border-bottom: 1px solid #5F5B4F;
}

.title {
	color: #79A421;
}

.summary {
	color: #5F5B4F;
}

#newsimage {
	float: left;
	width: 100px;
	overflow: hidden;
	display: block;
	margin: 0px 10px 0 0;
}

#bottompad {
	position: relative;
	display: block;
	width: 500px;
	height: 50px;
	float: left;
	clear: both;
}

#staffmember {
	float: left;
	clear: both;
	width: 500px;
	margin-bottom: 10px;
}

#staffportrait {
	float: left;
	margin: 6px 10px 4px 0;
	width: 200px;
	height: 150px;
	overflow: hidden;
}

#staffmember p {
	margin: 0 0 10px 0;
}

#map {
	width: 100%;
	height: 300px;
	border: 1px solid #F1F1F1;
}

#back {
	border-top: 1px solid #79A421;
	margin-top: 30px;
	padding-top: 6px;
}

#back:hover {
	border-top: 1px solid #5F5B4F;
}
