﻿/* (C) Copyright 2008 Long2 Consulting. All Rights Reserved */
html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #CCC; 
}

p {
	margin: 0px;
	padding: 0px;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #000;

}

a:link {
	color: #2D5F2B; 
}

a:visited {
	color: #2D5F2B;
}

a:active, a:hover {
	color: #103D08;
}

h1 { 
	font-size: 165%;
	color: #103D08;
}

h2 {	
	font-size: 145%;
	color: #797979;
}

h3 {	
	font-size: 125%;
	color: #2D5F2B;
}

h4 { 
	font-size: 125%;
	color: #103D08;
}

h5 { 
	font-size: 100%;
	color: #797979;
}

h6 { 
	font-size: 100%; 
	color: #2D5F2B; 
}

.submitbuttons {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
	font-variant: small-caps;
	font-family: Verdana, Arial, sans-serif;
	background: url('../images/button.gif') no-repeat;
	width: 135px;
	height: 25px;
	border-style: none;
}

#wrapper {
	margin: 0px auto; /* fix to center in firefox */
	width: 969px;
 	background: url('../images/bg.jpg') repeat-y; 
}

#header {
	text-align: center;
	margin: 0px auto; /* fix to center in firefox */
	background: url('../images/header.jpg') no-repeat;
	height: 37px
}

.headerlinks {
	padding: 10px 18px 5px 8px;
	text-align: right;
	font-size: 90%;
}
.headerlinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	
.headerlinks li { display: inline; }
	
.headerlinks a:link, .headerlinks a:visited {
	padding: 0px 10px 0px 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
	
.headerlinks a:active, .headerlinks a:hover {
	text-decoration: underline;
}


#logo {
	background: url('../images/logo-bg.jpg') repeat-y;
	height: 144px
}

#logo .content {
	padding: 0px 0px 0px 9px;
}

#topnav {
	margin: 0px 12px; /* fix to center in firefox */
	background: url('../images/topnav.jpg') no-repeat;
	height: 39px
}

.topnavlinks {
	padding: 10px 18px 5px 8px;
	text-align: center;
	font-size: 90%;
}

.topnavlinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	
.topnavlinks li { display: inline; }
	
.topnavlinks a:link, .topnavlinks a:visited {
	padding: 0px 10px 0px 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
	
.topnavlinks a:active, .topnavlinks a:hover {
	text-decoration: underline;
}

/* Used in single column layouts */
#bodycolumn {
	width: 969px;
	clear: both;
}

/* Used in two column layout with left navigation */
#body1 {
	width: 750px;
	float: right;
}

#body2 {
	float: left;
	width: 195px;
}

/* Used in two column layout with right navigation */
#body1a {
	width: 769px;
	float: left;
}

#body2a {
	float: right;
	width: 200px;
}

/* Used in three column layouts */
#body1b {
	width: 669px;
	float: left;
}

#body1c { 
	width: 460px;
	float: right;
}

#body2b {
	width: 195px;
	float: left;
}

#body3 {
	width: 295px;
	float: right;
}

/* Used in single column layouts */
.bodycolumncontent {
	margin-right: 30px;
	padding: 0 20px;
	min-height: 400px;
}

.bodycolumncontent ul {
	list-style-image: url('../images/bullet.gif');
	line-height: 145%;
}


/* Used in two column left nav layouts */
.body1content {
	margin-right: 30px;
	padding-left: 8px;
}

.body1content  ul {
	list-style-image: url('../images/bullet.gif');
	line-height: 145%;
}

.body2content  {
	margin-left: 15px;
}

/* Used in three column layouts */
.body1bcontent {
	padding-left: 8px;
}

.body1bcontent ul {
	list-style-image: url('../images/bullet.gif');
	line-height: 145%;
}

.body2bcontent {
	margin-left: 15px;
}

.body3content {
	margin-right: 30px;
}


.sidelinks {
	padding: 10px 18px 5px 0px;
	text-align: left;
	line-height: 145%;
}

.sidelinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	
.sidelinks li { display: block; }
	
.sidelinks a:link, .sidelinks a:visited {
	padding: 0px 10px 0px 10px;
	color: #2C5E2A;
	font-weight: bold;
	text-decoration: none;
}
	
.sidelinks a:active, .sidelinks a:hover {
	color: #797979;
	text-decoration: underline;
}


#footer {
	clear: both;
	margin: 0px auto; /* fix to center in firefox */
	background: #CCC url('../images/footer-bg.jpg') no-repeat -1px;
	height: 84px;
	width: 968px;
}


.footercontent {
	padding: 8px 10px 0px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 90%;
}

.footercontent a:link, .footercontent a:visited  {
	padding: 4px 4px;
	color: #FFFFFF;
	text-decoration: underline;
}

.footercontent a:active, .footercontent a:hover {
	padding: 4px 4px;
	color: #999;
}

img {
	border: 0px;
}

p {
	line-height: 130%;
}

.clear {
	clear: both;
}

.tiny {
	font-size: 80%;
}

.companylogo {
	font-family: Arial;
	font-size: 200%;
	font-weight: bold;
	color: #fff;
	margin-left: 10px;
}

.imageleft {
	float: left;
	padding: 8px;
}

.imageright {
	float: right;
	padding: 8px;
}

#box1wrapper {
	margin: 10px 10px 10px 8px;
	padding: 0;
	width: 175px;
}

#box1header {
	background: url('../images/newsbox-top.gif') no-repeat;
	width: 169px;
	height: 24px;
}

.box1header {
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
}

#box1body {
	min-height: 300px;
	border: 2px solid #366936;
	width: 165px;
}

.box1body p {
	margin: 0;
	padding: 2px 0 2px 0;
}


#box1footer{
	background: url('../images/newsbox-bottom.gif') no-repeat;
	width: 169px;
	height: 21px;
}