/*
Title:		Main Style Sheet for Screen Media
Author:		Kurt Lach
Updated:	September 15th, 2008
*/

/* Begin CSS Reset */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent; }
	
body {
	line-height: 1em; }
	
ol, ul {
	list-style: none; }
	
blockquote, q {
	quotes: none; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

/* remember to define focus styles! */
:focus {
	outline: 0; }

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none; }
	
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }
	
/* End CSS Reset */


html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: #fff; }

body {
  	font-family: arial, helvetica, sans-serif;
  	font-size: 80%;
	text-align: left; 
	color: #000; 
	background: transparent; }
	
p {
	font-size: 1em;
	line-height: 1.2em;
	padding: 0 0 1em 0;
	margin: 0;
	color: #000; }
	
a:link, a:visited {
	font-size: 1em;
	color: #00683f;
	text-decoration: underlined; }
	
h1 {
	font-size: 1.1em;
	line-height: 1;
	font-weight: bold;
	color: #00683f; }
	
h2 {
	font-size: 1em;
	line-height: 1;
	font-weight: bold;
	padding-bottom: .25em;
	color: #000; }
	
.headline {
	font-size: 1.6em; }
	
.caption {
	font-size: .9em;
	padding: 0 0 1em 0;
	margin: 0;
	color: #00683f; }
	
.picLeft {
	float: left;
	width: 165px;
	font-size: .9em;
	padding: 0 0 1em 0;
	margin: 0;
	color: #00683f;  }
	
.picRight {
	float: right; 
	width: 165px;
	font-size: .9em;
	padding: 0 0 1em 0;
	margin: 0;
	color: #00683f;  }
	
.inlineRight {
	float: right; 
	padding: .5em;
	margin: 0; }
	
.bold {
	font-size: 1em;
	font-weight: bold;
	color: #000; }
	
#fence {
	position: relative;
	margin: 0 auto 0 auto; 
	padding: 0;
 	width: 780px; 
	height: 100%;
	overflow: hidden;
	background: url("/graphics/background.gif") top right repeat-y; }
	
#fenceWhite {
	position: relative;
	margin: 0 auto 0 auto; 
	padding: 0;
 	width: 780px; 
	height: 100%;
	overflow: hidden;
	background: transparent; }
	
div#header {
	position: relative;
	width: 780px;
	height: 110px;
	padding: 0;
	margin: 0;
	background: #d8d1b7; }
	
div#header .left {
	float: left;
	text-align: center;
	padding: 0;
	margin: 10px 0 0 0;
	width: 400px;
	background: transparent; }
	
div#header .left a:link, div#header .left a:visited {
	border: 0; }
	
div#header .right {
	float: right;
	text-align: center;
	width: 380px;
	height: 110px;
	padding: 0 0 0 0;
	margin: 0;
	background: #00683f; }
	
div.phone {
	position: relative;
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	padding-bottom: 18px;
	top: 13px; }
	
div#menu {
	float: left;
	width: 140px;
	height: auto;
	padding: 0 10px 10px 0;
	margin: 0;
	background: transparent; }
	
div#menu a {
	display: block;
	font-size: 1em;
	font-weight: normal;
	padding: 10px;
	margin-top: 1.8em;
	color: #000;
	text-decoration: none;
	background: #d8d1b7; }
	
div#menu a.greenBack {
	color: #fff;
	background: #00683f; }
	
div#menu a.logos {
	padding: 1em 0 0 0;
	border: 0; 
	background: transparent; }
	
div#menu a:link + a:link {
	margin-top: 1em; }
	
div#menu a.hidden {
	display: none; }

div#middle {
	float: left;
	width: 240px;
	height: auto;
	padding: 20px 10px 10px 0;
	margin: 0; 
	background: transparent; }
	
div#middleCenter {
	float: left;
	width: 240px;
	height: auto;
	text-align: center;
	padding: 20px 10px 10px 0;
	margin: 0; 
	background: transparent; }
	
div#middleCenter h1 {
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 1em;
	border-bottom: 1px solid #00683f;
	color: #00683f; }
	
div#middleCenter p + h1 {
	padding-top: 2em; }

div#right {
	clear: right;
	float: right;
	width: 340px;
	height: 100%;
	padding: 20px 20px 10px 20px;
	margin: 0;
	background: transparent; }
	
div#right ul {
	padding: 0 0 1em 0;
	list-style: disc; }
	
div#right ul li {
	margin: 0 0 .5em 1em;
	list-style-position: outside; }
	
div#bottom {
	float: left;
	width: 380px;
	padding: 0;
	margin: 0; }
	
div#footer {
	float: left;
	width: 780px;
	height: auto;
	padding: 0;
	margin: 0;
	background: #d8d1b7; }
	
div#footer .left {
	float: left;
	padding: 0;
	margin: 10px;
	width: 250px;
	background: transparent; }
	
div#footer .left h2 {
	line-height: 1em;
	font-size: 2em;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #000; }
	
div#footer .right {
	float: right;
	width: 440px;
	padding: 0;
	margin: 10px;
	background: transparent; }
	
div#footer .right p {
	font-size: .9em;
	line-height: 1.2em;
	padding-bottom: 0; }