/*#############################################################
Name: Peminsula Pan CSS
Date: 01Jan15
Description: green two-column template.
Author: Digital Harvest

#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #006400;}
a:hover {color: #C60;}

body {
	background: #004f01 url(images/Fern_tile_dark.jpg) repeat;
	color: #005025;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #667;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #BFEE90; 
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	width: 770px;
}

/* header */
.top {
	background: url(images/Fern_tile_dark.jpg) repeat;
	padding: 30px 10px 0;
}

/* title */
.header {
	background: #BFEE90;
	font-size: 1.2em;
	height: 242px;
	margin: 0 auto;
	padding: 5px 5px 5px;
	width: 780px;
}
.header .left, .header .right {
	background: #005025;
	color: #ffffff;
	height: 242px;	
}
.header .left {
	background: #000000 url(images/logo_penpan.jpg) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;	
	width: 523px;

}
.header .right {
	overflow: auto;
	width: 252px;
}
.header .right p,.header .right h2 {padding: 0 10px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

.grfxbar {
	background: url(images/tropical_oasis_tile.jpg) repeat-x;
   width: 775px;
	float: left;
	height: 29px;

}

	background: #BFEE90 url(images/nav_grn.jpg);
/* navigation */
.navigation {	
	background: #BFEE90 url(images/nav.gif);
	border: 1px solid #BFEE90;
	border-color: #BFEE90 #BFEE90;
	height: 24px;
}
.navigation a {
	background: #BFEE90 url(images/nav_grn.jpg);
	border-right: 1px solid #AFBEC7;
	color: #556B2F;
	display: block;
	float: left;
	font: bold 1.3em sans-serif;
	line-height: 21px;
	padding: 0 20px;
	text-decoration: none;
	width: 95px;
}
.navigation a:hover {
background-position: left bottom; color: #004f01;
}

/* main */
.main {
	border-top: 1px solid #BFEE90;
	background: #ffffff;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 125px;
	line-height: 30px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 350px;
	margin: 0;
	padding-left: 10px;
}
.sidenav ul {
	padding: 0;
	border-top: 0px solid #EAEADA;
}
.sidenav li {border-bottom: 2px solid #EAEADA;}
.sidenav li a {
	font-size: 1em;
	color: #554;
	display: block;
	padding: 0px 0 8px 5%;
	text-decoration: none;
	width: 20%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 5px 0 16px 16px;
	padding: 10px 16px 16px;
	width: 75%;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.people {
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 1.2em;
	padding: 0;
	
	}

/* footer */
.footer {
	/* background: url(img/bgfooter.gif) repeat-x; */
		background: url(images/tropical_oasis_tile.jpg) repeat-x;
	background-color: #005025;
	color: #ffffff;
	font: 1em sans-serif;
	line-height: 29px;
	padding: 0px 5px 0px 0px;
	text-align: center;
}
.footer a,.footer a:hover {color: #555555;}
