/* Eric Meyer's Reset Styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

ol li{
	list-style-position:outside;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* MAIN STYLES */

/* Main Layout */

body {
	background-color: #ffffeb;
}

#page {
	width: 960px;
	margin: auto;
	/*background-image: url(../images/grid.gif);*/
}

h1 {
	height: 168px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	text-indent: -9999em;
}

#main-nav {
	width: 240px;
	float: left;
	background-color: #E1E89F;
	background-image: url(../images/nav-bg.gif);
	background-repeat: no-repeat;
	min-height: 360px;
	_height: 360px;
	margin-bottom: 24px;
	margin-top: 24px;
	_zoom: 1;
}

#content {
	width: 696px;
	float: right;
	margin-bottom: 24px;
	margin-left: 24px;
	margin-top: 24px;
	_zoom: 1;
}

#intro {
	height: 264px;
	width: 432px;
}

#copyright {
	clear: both;
	color: #ffffff;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 24px;
	padding-top: 24px;
	padding-bottom: 24px;
	zoom: 1;
}
#copyright a {
	color: #FFFFFF;
}

.two-column1 {
	float: left;
	width: 312px;
	margin-left: 0;
	margin-right: 0;
}

.two-column2 {
	float: right;
	width: 312px;
	margin-left: 0;
	margin-right: 0;
}

.three-column1 {
	float: left;
	width: 216px;
}

.three-column1-front {
	float: left;
	width: 240px;
}

.three-column-double {
	width: 456px;
}

.three-column-double-front {
	width: 432px;
}

.sub {
	margin-left: 24px;
	margin-right: 24px;
	width: 300px;
	_zoom: 1;
	_margin-left: 12px;
	_margin-right: 12px;
}

.news
{
  border-bottom: 1px dotted gray;
  margin-bottom: 23px;
}

.employee {
	clear: left;
}

.employee img {
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
}

#annual-report {
	width: 312px;
	padding: 24px;
	background-color: #6D7A40;
	text-align: center;
}

#content #annual-report a {
	color: #ffffff;
}

/* Navigation */

#main-nav a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-left: 24px;
	padding-right: 24px;
	_padding-right: 22px;
	_zoom:1;
	border-bottom: 2px solid #6D7A40;
	padding-top: 11px;
	padding-bottom: 11px;
}

#main-nav a.last {
	border-bottom: none;
	padding-top: 12px;
	padding-bottom: 12px;
}

#main-nav ul a {
	padding-left: 48px;
}

#main-nav a:hover {
	background-color: #6D7A40;
	color: #ffffff;
}

#main-nav em {
	_zoom: 1;
}

#main-nav em a {
	background-color: #CDD5A0;
}

#main-nav em a:hover {
	background-color: #CDD5A0;
	color: #000000;
}

#main-nav li {
	_zoom: 1;
}


/* Typography */

#content, #copyright {
	font-size: 16px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

#main-nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
}

h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2 {
	font-size: 40px;
	line-height: 48px;
	padding: 12px 24px;
	margin-bottom: 24px;
	background-color: #E1E89F;
}

h3 {
	font-size: 30px;
	line-height: 48px;
	margin-bottom: 24px;
}

h4 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 24px;
}

p {
	margin-bottom: 24px;
}

#content ul, #content ol {
	margin-bottom: 24px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

em strong {
	text-transform: uppercase;
}

#content a {
	font-weight: bold;
	text-decoration: none;
	color: #697F31;
}

#content a:hover {
	text-decoration: underline;
}

#content h3 a {
	font-weight: normal;
}

.togglelink {
	text-decoration: non;
	color: #697f31;
	cursor: pointer;
	cursor: hand;
}

.togglelink:hover {
	text-decoration: underline;
}

dl {
	margin-left: 0px;
	margin-bottom: 24px;
}

dl.two-column2 {
	margin-right: 24px;
}

dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin-top: 24px;
}

table {
	background-color: #dddddd;
	font-size: 12px;
	line-height: 21px;
	margin-top: 24px;
	
}
td, th {
	padding: 0px 6px;
	border-top: 3px solid white;
	border-right: 3px solid white;
}

th {
	font-weight: bold;
}

tr:hover {
	background-color: #CCCCCC;
}

.title {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

.num {
	text-align: right;
}

#content ul li {
	list-style: disc;
}

#content ul, #content ol {
	padding-left: 24px;
}

#content ol {
	padding-left: 48px;
}

#content ol li {
	list-style: decimal;
}

.image-and-caption {
	background-color: #E1E89F;
	margin: 0;
}

.image-and-caption p {
	font-size:12px;
	line-height: 18px;

	padding: 12px;
	padding-top: 0;
	margin: 0;
}

/* Images */

img { 
	border: solid 12px #E1E89F;
}

/* Forms */

p label {
	float: left;
	display: block;
	width: 120px;
}

p.longlabel label {
	width: auto;
	display: block;
	margin-bottom: 6px;
}

p.longlabel input, p.longlabel textarea {
	margin-left: 120px;
}

.submit {
	margin-left: 120px;
}
	

/* Tools */

.clear {
	clear: both;
}

.hidden {
	position: absolute;
	left: -9999em;
}

.visible {
	position: static;
}

.right {
	float: right;
	margin: 24px;
	margin-right: 0px;
}

.half {
	width: 360px;
	margin-bottom: 0;
	margin-top: 0;
}
.top {
	margin-top: 0px;
}

ol#screenstyle{
}

