body {
	min-width: 780px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(Images/bg_tile.gif);
	background-repeat: repeat;
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #172002;
	background-color: #FFFFFF;
}		
/* Typographic style rules adapted from http://www.thenoodleincident.com/tutorials/typography/ */

h1, h2, h3, h4, h5, h6 {color: #212E02;}

h1 {
	margin: 0em 0em 0em .2em;
	font-size: 1.8em;
	font-weight: normal;
}
h2 {
	clear: both;
	margin: 1.2em 0em 1.2em .2em;
	font-size: 1.6em;
	font-weight: normal;
}
h3 {
	margin: 1.2em 0em 1.2em .2em;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 1.2em 0em 1.2em .2em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em .2em;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em 1.2em .2em;
	font-size: 0.8em;
	font-weight: bold;
}
a{
    text-decoration: none;
    background-color: inherit;
    color: #267F00;
}
a:link {
    color: #267F00;
    text-decoration: none;
}
a:visited {
    color: #336600;
    text-decoration: none;
}
a:hover{
    color: #007F0E;
    text-decoration: underline;
}
a:active {
    color: #007F0E;
    text-decoration: underline;
}

a img{
    border: 0;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

acronym[title] {
	cursor:help;
	border-bottom:1px dotted #333333;
	font-size: 95%;
}
#mainwrapper {			
	margin: 0 auto;
	width: 780px;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(Images/main_bg.png);
}
#topShadow {
	height: 20px;
	background-image: url(Images/top_shadow.png);
	background-repeat: no-repeat;
}
#header {
	position: relative;
	height: 206px;
	margin-left: 10px;
	background-image: url(Images/masthead.jpg);
	background-repeat: no-repeat;
}
#branding {
	position: absolute;
	right: 30px;
	bottom: 45px;
	z-index:1000;
	text-align: right;
	color: #FFFFFF;
}
#companyName {
	color: #F0F0F0;
	font-size: 40px;
}

#logoImage {vertical-align: bottom;}

#slogan {
	color: #F0F0F0;
	font-size: 20px;
}

#breadcrumbs {
	position: absolute;
	left: 32px;
	bottom: 12px;
	font-size: 14px; 
	color: #FFFFFF;
	font-weight: bold;
}


#content {
	position:relative;
	margin-top:35px;
}

/* Hide from IE5 Mac \*/
* html #content {
	height:1%;
}
/* End hide from IE5 Mac */

#menu {
	position:absolute;
	left:40px;
	top:0;
	width: 180px;
}

#menu ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navlist a
{
display: block;
padding: 3px;
width: 160px;
color: #267F00;
border-bottom: 1px solid #eee;
}

#navlist a:link {
color: #267F00;
text-decoration: none;
}

#navlist a:visited {
color: #336600;
text-decoration: none;
}

#navlist a:hover
{
color: #007F0E;
background-color: #FFFFFF;
}

#navlist a:active {
color: #007F0E;
background-color: #FFFFFF;
}

#copy {			
	position:static;
	margin-left:240px;
	margin-right:10px;
	padding: 0 3.5em 4em;
}
/* Special case for the editor */
#copy .ContentControlTinyMCE
{
    width: 100%;
}

* html #copy {padding:0 5em 4em 2em;}

/* Hide from IE5 Mac \*/
* html #copy {height:1%;}
/* End hide from IE Mac*/

#copy hr
{
    border-style: groove;
    color: #008000;
    border-width: medium;
}
#copy ol, #copy ul, #copy li {
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	font-size: 1.0em;
	line-height: 1.8em;
}

* html #copy ul {padding-left:18px;}

* html #copy ol {padding-left:18px;}

* html #copy li {padding-left:0.5em;}

/* #copy li {list-style-image: url(Images/bullet.gif);} */
#copy ul li
{
    list-style-type: square;
}

#copy ol li
{
    list-style-type: decimal;
}

#copy p {
	font-size: 1.0em;
	line-height: 1.5em;
}

#copy li > p {margin-top: 0.2em;}


#copy a {color:#267F00;}

#copy a:link {text-decoration:underline;}

#copy a:hover {text-decoration:none;}

#copy .textBox
{
    border: 1px solid #212E02;
    margin-left: 1em;
    background-color: #F9F9F9;
}

#copy .textBox:focus {background-color:#FFFFFF;}


#copy .contactForm
{
    border-width: 0px;
    width: 300px;
}
#copy fieldset
{
    border: 1px solid #3D3D3D;
    padding: 1.5em;
    width: 300px;
    text-align: left;
}

#copy legend {color: #666666;}

#copy .button {
    margin:1em 0;
    border:1px solid #3D3D3D;
    background-color:#F9F9F9;
    color:#333333;
} 

* html .button {padding:0 0.5em;} 

#bottomShadow {
	height: 10px;		
	background-image: url(Images/bottom_shadow.png);
	background-repeat: no-repeat;
}

* html #bottomShadow {margin-bottom:-8px;}

.clearfix:after {
  content: "."; 
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
 .clearfix {display: inline-block;} /* Fixes IE/Mac */
 
/* Hides from IE-mac \*/
* html .clearfix,
* html .clearfix * {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

@media print {	
	body {
		border-bottom: 1px solid #000;
		color: #333333 !important;
		background:#FFFFFF !important;		
		font-size:10pt;
		line-height:12pt;
	}	
	h1, h2, h3, h4, h5, h6 {
		font-weight: bold;
		color: #333333;
	}

	#mainwrapper,#topShadow,#bottomShadow {background:none;}

	#header {
		position: static;
		height: auto;
	}	

	#menu,#mastheadImage {display:none;}	

	#branding {
		position: static;		
		text-align:left;
		margin: 0;
		padding: 0;
	}

	#companyName {color:#1CCD1A;}

	#breadcrumbs {
		position: static;
		margin: 1em 0;
		padding-bottom: 2em;
		border-bottom: 1px solid #000000;
		color: #333333;
	}

	#breadcrumbs a {color: #333333;}

	#copy {
		margin-left:0;
		padding: 0 2em;
		width: 80%
	}

	#copy a {color: #333333;}

	#copy li {
		list-style-image: none;
		list-style-type: disc;
	}

	#copy .pullQuote {display: none;}

	#copy .textBox {
		border: 1px solid #333333;
		background:none;
	}

	#copy .textBox:focus {background:none;}

	#copy fieldset {border:1px solid #333333;}

    #copy legend {padding-bottom:1em;}

	#copy .dropDownlist {background:none;}
}
/* Masthead Photo Credit */
#credit
{
    padding: 3em 0em 0em 0em;
    margin: 3em 0em 0em 0em;
    vertical-align: bottom;
    text-align: right;
    clear: both;
}
#credit h6
{
   /* text-align: right; */
    color: #008000;
    /* vertical-align: text-bottom; */
}
/* Admin Section */

#copy .AdminFormRow { clear: both; margin: 10px; }
#copy .AdminFormLabel { float: left; width: 80px; font-weight: bold; padding-right: 10px; }
#copy .AdminFormItem { padding-left: 10px; }

/* Email Sent Message */
.redtext
{
    color: #FF0000;
}
.underline
{
    text-decoration: underline;
}
.required
{
    color: #FF0000;
}
blockquote
{
    font: 100% 'normal helvetica' , sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    padding-left: 15px;
    border-left: 3px solid #ccc;
}
.Indent {
margin-left: 20px;
}

.ClearBoth {
clear: both;
}