body {
	background: #e5e4db url(../img/bg-body.gif) repeat-y top center;
	color: #222222;
}

#container {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 auto;
	width: 800px;
	background-color: #fff;
}

h1, h2, #navigation {
	font-family: "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
}

a {
	color: #336600;
}

a:hover {
	text-decoration: none;
}

/***** Header *****/
#header {
	height: 96px;
}

#header h1 {
	background: #006500 url(../img/bg-logo.gif) repeat-x top left;
	padding: 0;
	margin: 0;
	width: 400px;
	height: 95px;
	float: left;
}

#header h1 a {
	color: #fff;
	background: url(../img/penola-logo.gif) no-repeat left top;
	width: 209px;
	padding-top: 84px;
	height: 0;
	display: block;
	overflow: hidden;
	margin: 11px 0 0 20px;
}

#navigation {
	background: #0066cc url(../img/bg-nav.gif) repeat-x top left;
	padding : 0;
	margin: 0;
	height: 95px;
	list-style: none;
	float: left;
	margin-left: 1px;
}

#navigation li {
	background: url(../img/bg-nav-li.gif) no-repeat bottom right;
	float: left;
	padding-right: 1px;
}

#navigation li a {
	display: block;
	float: left;
	color: #fff;
	text-align: center;
	width: 122px;
	height: 50px;
	text-decoration: none;
	font-size: 1.4em;
	line-height: 1.1em;
	padding: 45px 5px 0 5px;
	outline: 0;
}

#navigation li#last {
	background-image: none;
}

#navigation li a:hover {
	background: url(../img/bg-nav-a.gif) repeat-x bottom left;
}

/***** Banner *****/
#banner {
	clear: both;
}

#banner img {
	vertical-align: bottom;
}

#banner h2 {
	background: url(../img/byline.jpg) no-repeat top left;
	height: 0;
	width: 800px;
	padding-top: 38px;
	overflow: hidden;
	position: relative;
	top: -38px;
	margin-bottom: -38px;
	text-align: right;
	color: #fff;
	line-height: 1em;
	display: none;
}

#banner h2 em {
	font-style: normal;
}

/***** Content *****/
.content {
	padding: 10px 0;
	position: relative;
}

.content h1, .content h2, .content h3 {
	color: #336600;
	line-height: 1.2em;
}

.content h1 {
	font-size: 1.8em;
	margin-bottom: 20px;
}

.content h2 {
	font-size: 1.6em;
	margin: 20px 0 10px;
}

.content h3 {
	font-size: 1.4em;
	margin: 0px 0 5px;
}

.main-content {
	float: left;
	width: 480px;
	padding: 10px 10px 50px 10px;
}

.main-content .box {
	background-color: #f6f6f6;
	padding: 10px;
	margin-bottom: 10px;
}

.main-content .box img {
	vertical-align: bottom;
}

.main-content .box p.caption {
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}

.main-content table {
	margin-bottom: 20px;
}

.main-content th {
	width: 160px;
	font-weight: bold;
}

.main-content th, .main-content td {
	padding: 5px;
}

.main-content tr {
	background-color: #ECF1E8;
}

.main-content tr.alt {
	background-color: #f6f6f6;
}

.sidebar {
	background-color: #f6f6f6;
	margin-left: 520px;
	padding: 10px;
}

.sidebar ul {
	padding: 0;
	list-style: none;
}

.sidebar ol {
	font-size: 11px;
	color: #336600;
	padding-left: 18px;
}

.sidebar ol p, .sidebar ol a {
	font-size: 12px;
	color: #000;
	position: relative;
	left: -5px;
}

.sidebar ol a {
	color: #336600;
}

.sidebar ul li {
	background: url(../img/bullet.gif) no-repeat 0px 7px;
	padding-left: 12px;
}

.sidebar h1, .sidebar h2, .sidebar h3 {
	margin: 0;
}

.sidebar h1 {
	font-size: 1.6em;
}

.sidebar h2 {
	font-size: 1.4em;
	margin-bottom: 5px;
}

.sidebar h3 {
	font-size: 1.2em;
}

.sidebar ul, .sidebar ol, .sidebar p {
	margin-bottom: 0;
}

.sidebar .box {
	margin-bottom: 10px;
}

.sidebar p.caption {
	text-align: right;
}

#quicklinks {
	position: absolute;
	top: 10px;
	right: 0;
	width: 260px;
	margin-left: 0 !important;
}

#top-link {
	text-align: right;
}

#top-link a {
	padding-left: 10px;
	background: url(../img/up.gif) no-repeat 0px 5px;
}

/***** Footer *****/
#footer {
	position: relative;
	padding: 10px 10px 40px 10px;
	border-top: 1px solid #c8c7c0;
	color: #808080;
	clear: both;
}

#footer p {
	margin-bottom: 0;
}

#partners {
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
}