@charset "utf-8";
/* CSS Document */


html {
	height: 100%;
}
body { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: normal;
	color: #000; 
	background: #030 url(/images/greenburlapbgnarrow.jpg) center top;
	background-repeat: repeat;
	margin: 0; 
	padding: 0;
	height: 100%;
}
p {
	margin-top: 0;
	text-align: justify;
}

a:link, a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #2c6d40;
}
a:hover, a:active { 
	text-decoration: none; 
	color: #5c9d70;
}

h1 {
	color: #2c6d40;
	font-weight: bold;
	font-size: 150%;
	margin-top: 0px;
}

h2 {
	color: #2c6d40;
	font-weight: bold;
	font-size: 110%;
	margin-top: 0px;
}

h3 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-top: 0px;
}

img {
	border-style: none;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-style: groove;
	border-color: #777;
}

input[type=text] {
	border-style: solid;
	border-width: 1px;
	border-color: #777;
}

#container {
	min-height: 100%;
}

#header {
	width: 100%;
	height: 110px;
	/* background: #D9B988; */
	background-image: url(./images/oldpaperbg.jpg);
	background-position: center;
	border-bottom: #364C24 3px solid;
}

#headercontent, #main {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#headercontent h1 { 
	background: transparent url(./images/leaflogo.png) no-repeat top left; 
	margin-top: 15px; 
	width: 176px; 
	height: 88px;
	float: left;
	}
#headercontent h1 span {
	display:none
}

#headernav {
	position: relative;
	float: left;
	height: 43px;
	width: 594px; /* original 604 */
	top: 60px;
	left: 11px; /* original 25px */
	margin: 0px;
	padding: 0px;
	background-image: url(images/headernav/headernavbarsmaller.png);
	background-repeat: no-repeat;
	background-position: left;
	white-space: nowrap;
}

#headernav p {
	color:#FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	text-align: center;
	padding: 10px;
}
#headernav a {
	color: #fff;
	text-decoration: none;
}
#headernav a:hover {
	color: #478014;
	text-decoration: none;
}

#headernav a.current, #subnav a.current {
	color: #478014;
}

#webicons {
	position: relative;
	width: 147px;
	height: 34px;
	top: 64px;
	margin: 0px;
	padding: 0px;
	float: right;
	white-space: nowrap;
}

#main {
	top: auto;
	min-height: 100%;
	background-image: url(./images/sidestripbg.png);
	padding-right: 13px;
	padding-left: 13px;
}

#homecontent {
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
	height: 100%;
	background-color:#FFF;
	padding-bottom: 25px;
}

#homegraphics {
	width: 100%;	
	height: 432px;
}

#banner_div {
	width: 600px;
	height: 432px;
	margin: 0px;
	padding: 0px;
	border: 1px solid;
	border-color: #000;
	float: left;
}

#accordion {
	float: right;
	width: 256px;
	height: 194px;
	margin-left: 0px;
	margin-bottom: 22px;
}

#highlight {
	width: 256px;
	height: 218px;
	float: right;
}

.signupbar {
	margin-top: 22px;
	margin-bottom: 22px;
}

/*#maincontent {
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 25px;
	background-color:#FFF;
	height: 100%;
}*/

#maincontent {
	background-color:#FFFFFF;
	padding:0 30px 7px;
	padding-top: 2px;
}

#subnav {
	height: 22px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	line-height: 100%;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 11px;
	background-color: #364C24;
	background-image:url(images/subnav_bg.jpg);
	width: 940px;
}

#subnav a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#subnav a:hover {
	color: #478014;
	text-decoration: none;
}

.banner {
	margin: 0px;
	padding: 0px;
}

#sidenav {
	width: 200px;
	margin-right: 15px;
	padding: 0px;
	float: left;
}

#sidenav p, li {
	text-align: left;
	font-size: 90%;
	line-height: 11pt;
}

#sidenav img {
	margin-top: 2px;
	margin-bottom: 0px;
	padding: 0px;
	border: none;
	vertical-align: top;
}

#likeboxside {
	margin-top: 4px;
	border:none;
	border-color: #DDDDDD;
	border-width: 3px;
	background: url(images/sidenav/gradientbg.jpg);
	background-repeat: repeat-y;
}

#copy {
	top: 0px;
	left: 0px;
	width: auto;
	overflow: hidden;
	height: auto;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-top: 0px;
}

#copy li {
	margin-bottom: 10px;
}

#copy .copyimgright {
	margin-left: 10px;
	margin-bottom: 10px;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
}

#copy .copyimgleft {
	margin-right: 10px;
	margin-bottom: 10px;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
}

.biolinks, .biolinks a {
	color: #000;
	font-size: 90%;
	font-weight: normal;
}

.staffphoto {
	margin-left: 10px;
	margin-bottom: 10px;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
}

#jwplayercentered {
	margin-right: auto;
	margin-left: auto;	
	padding: 0px;
	width: 436px;
	height: 263px;
	border-style: solid;
	border-width: 5px;
	border-color: #000;
	background-color: #000;
	color: #FFF;
}

#tinydiv {
	height: 1px;
	clear: both;
	width: 880px;
	margin: 0px;
	padding: 0px;
}

.welcomenav {
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: bold;
}

body.popupblack { /* for highslide popups with a black background */
	color: #FFF;
	background: #000;
	background-image: none;
	padding: 7px;
	height: auto;
}

.noflash {
	display: none;
}
