﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url('../images/greenstripe.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #369;
}
#container {
	border-top: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
	background-color: #fff;
	background-image: url('../images/grayfade_bkgd.gif');
	width: 775px;
	top: 5px;
	position: relative;
}
#masthead {
	text-align: right;
	background-image: url('../images/pgbanner.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height: 125px;
	width: 775px;
}
#navigation {
	background-image:url('../images/nav-gradient.gif')
}
html>body #navigation {
	overflow: hidden;
}
#content {
	background-image: url('../images/grayfade_bkgd.gif');
}
#info {
	padding: 10px;
}
#icon {
	float: right;
}
#center {
	text-align: center;
}
#map {
	text-align: right;
	width: 420px;
	position: relative;
	float: right;
}
#leftcolumn{
	float:left;
	width:500px;
}
#rightcolumn{
	float:right;
	width:200px;
}
#flashcontent{
	height: 400px
}
#footer {
	width:775px;
	padding-bottom: 10px;
	color: #5A7B1F;
}
#footer_l {
	float:left;
	padding-left:200px;
	text-align: center;
}
#footer_r {
	float:right;
	padding-right:5px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #5A7B1F;
	display: block;
	padding: 5px;
	background-image: url('../images/nav-gradient.gif');
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-image: url('../images/nav-over.gif');
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #5A7B1F;
}
h2 {
	font-size: x-large;
	color: #5A7B1F;
}
h3 {
	font-size: large;
	color: #5A7B1F;
}
h4 {
	font-size: medium;
	color: #5A7B1F;
}
h5 {
	font-size: x-small;
	color: #5A7B1F;
}
h6 {
	font-size: xx-small;
	color: #5A7B1F;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #5A7B1F;
}
/* Links */
a {
	color: #5A4A1F;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}