/********** 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;
	color: #007722;
	font-size: 16px;
	min-height: 99%;
	font-family: Trebuchet, "Trebuchet MS", Verdana;
	}

#content, #contact {
	margin-left: 220px;
	margin-right: 20px;
	}

#contact {
	padding-top: 30px;
	}	

.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: 10px; /* to set alt-text size */
	color: #555555;
	float: right;
	clear: right;
	margin-left: 5px;
	margin-bottom: 5px;
	width:auto;
	height: auto;
	}

img {
	border: none;
	}
img.zoomable {
	position: relative;
	top: 0;
	right: 14px;
	}
	
	
.spread { /* for "maker" pp; rather like featured but without needing to stack 'em */
	background-color: #fff;
	padding: 7px;
	text-align: center;
	font-size: 12px; /* to set alt-text size */
	color: #555555;
	float: left;
	min-width:300px;
	width: 300px; 
	/* width: auto; */ /* this lets XPhome FF display maker page ok; grutz page goes weird */
	min-height: 350px;
	height: auto;
	overflow: visible;
	}
	.spread ul, .spread p {
		text-align: left;
		}

.spread a img {
	border: none;
	}

h1, #contact address {
	color: #000000;
	}

#contact address {
	font-size: 12px;
	color: #555555;
	font-style: normal;
	}

#masthead h1 {
	display: none;
	}

#masthead {
	background-image: url('../pix/psName_blk.gif');
	height: 110px;
	width: 100%;
	background-position: 1px 43px;
	background-repeat: no-repeat;
	position: relative;
	top:0;
	left: 0;
	}

#logo {
	background-color: #007722;
	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 {
	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;
	}

.printme {
	visibility: hidden;
	}

.equipnamepic div {
	font-size: 14px;
	color: #444444;
	}

.equipnamepic a {
	font-size: 11px;
	}

.equipnamepic th {
	text-align: left;
	background-color: #dddddd;
	}	
.equipnamepic td {
	vertical-align: top;
	font-size: 12px;
	}	


.navtype 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.navtype  {
	list-style-type: none;
	padding-left: 0;
	font-size: 14px;
	margin-top: 35px;
	}
ul.navtype li {
	padding-left: 5px;
	line-height: 1.35;
	}
ul.navtype li a {
	display: block;
	padding-left: 3px;
	width: 190px;
	}
ul.navtype li li a {
	display: block;
	padding-left: 3px;
	width: 155px;
	}

li.listhead {
	list-style-type: none;
	font-weight: bold;
	color: #aaa;
	}
.navtype a:hover, .navtype 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;
	}

.navtype li.sublist {
	margin-left: 1.5em;
	list-style-type: circle;
	width: 165px;
	}
.navtype li.sublist a, .navtype li.sublist a.here {	
	width: 165px;
	background-position: bottom right;
	}