﻿/********** PALETTE REF *****************/
/* 007722 is more websafe
/* Blended shades of greens-whites: #007924, #2B8F49, #55A66D, #80BC92, #AAD2B6, #D5E9DB, #FFFFFF  **********/
/* Blended shades of greens-lt teal: #007924, #268E4E, #4DA378, #73B7A2, #99CCCC  */
/* Analogous palette: dark green: #007924, blue: #004D79; pale: #EEF7D4; plus white & black ***/
/* Harmony triad palette: dark green: #007924; blue: 004D79; olive: 577306   ***/

body {
	/*
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	min-height: 99%;
	*/
	color: #000000;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times;
	}

#content, #contact {
	margin-left: 0;
	margin-right: .5in;
	}

#contact {
	padding-top: 3em;
	}	


.featured {
	/*
	background-color: #fff;
	border-top: 1px dotted #cccccc;
	border-right: 1px solid #aaaaaa;
	border-left: 1px dotted #dddddd;
	border-bottom: 1px solid #aaaaaa;
	padding: 7px;
	text-align: center;
	*/
	font-size: 8pt; /* to set alt-text size */
	font-family: Trebuchet, Trebuchet MS;
	/*
	color: #555555;
	float: right;
	clear: right;
	margin-left: 5pt;
	margin-bottom: 5pt;
	width:auto;
	height: auto;
	*/
	}



h1, #contact address {
	color: #000000;
	font-family: Trebuchet, Trebuchet MS;
	}

#contact address {
	font-size: 8pt;
	font-style: normal;
	/* color: #555555; */
	}

#masthead h1 {
	display: inline;
	}

#masthead {
	background-image: none;
	height: auto;
	/*
	height: 110px;
	width: 100%;
	position: relative;
	top:0;
	left: 0;
	*/
	}

.printme {
	visibility: visible;
	}
	
#logo {
	background-color: #ffffff;
	position: relative;
	/*
	background-image: url('../pix/psGears_gry.jpg');
	background-repeat: no-repeat;
	background-position: 3px 10px;
	height: 101px;
	width: 206px;
	position:absolute;
	top:0;
	left:0;
	*/
	}

#nav {
	display: none;
	/*
	position: absolute;
	top: 101px;
	left: 0;
	background-color: #007722;
	color: #ddd;
	width: 206px;
	height: 100%;
	min-height: 700px;
	font-family: Georgia, Times New Roman, serif;
	*/
	}

/*
h1, h2, h3, h4, h5, a, address {
	font-family: Georgia, Times New Roman, serif;
	}

h1.h1light {
	font-size: 1.75em;
	}

h3, h4 {
	color: #646464;
	}



#navlist a {
	color: #ddd; 
	}
li a.here {
	text-decoration: none;
	color: #AAD2B6;
	font-style: italic;
	background: url('../pix/arrow_grn_rt.gif') center center no-repeat;
	}
ul#navlist {
	list-style-type: none;
	padding-left: 0;
	font-size: 14px;
	margin-top: 35px;
	}
ul#navlist li {
	padding-left: 5px;
	line-height: 1.35;
	}
ul#navlist li a {
	display: block;
	padding-left: 3px;
	width: 190px;
	}
ul#navlist li li a {
	display: block;
	padding-left: 3px;
	width: 155px;
	}
ul.subnav li {
	padding-left: 0;
	margin-left: -10px;
	font-size: 12px;
	}
li.listhead {
	list-style-type: none;
	font-weight: bold;
	text-indent: -25px;
	margin-top: 5px;
	color: #aaa;
	}
#navlist a:hover, #navlist input:hover {
	background-color: #ddd; 
	color: #555555;
	}

.menubuttonlink {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	color: #ddd; 
	text-decoration: underline;
	text-align: left;
	border: none;
	background-color: #007722;
	padding: 0;
	width: 155px;
	}
*/