/*
  background color (yellow): #faf9c1;
  border (dark green): #0f3a1e;
  light green: #d0ddd4;
  gold: #fc7;

   green in text banner idea2 
  #0f3a1e dark green
  yellow backround
  #faf9c1;
  green in banner background idea2 
  light green: #d0ddd4;

  blue background: #ccdbe0

 */

/* makes layout more stable between browsers */
* { margin: 0; padding: 0; }

/* forces scroll bar to appear in Mozilla, Opera, so short pages don't shift */
html { height: 100%; margin-bottom: 1px; }

body.Page {
  width: 760px;
  font: 0.9em "Trebuchet MS", Trebuchet, sans-serif;
  /*font: 0.9em "Lucida Grande", Geneva, Trebuchet, sans-serif;*/
  /*background: #bca url(offgreenstripes.gif);
  background-repeat: repeat;*/
  /*background: #ccdbe0;*/
  /*background: #faf9c1;*/
  margin: auto; /* center horizontally */
  margin-top: 5px;
  /* IE hack to center content on browser page */
  text-align: center;
}
    
   /* blue: #16c,  dkolive:#bca, #ced, ltgrn:#466, brown: #e6b773; */
    
#banner {
  position: static;
  width: 760px;
  top: 5px;
  /*background: #0f3a1e url(FH_blocks_banner_Ab.jpg) no-repeat;*/
  /*background: #0f3a1e url(FH_idea2_banner_Bb.jpg) no-repeat;*/
  background: #0f3a1e url(FH_blocks_banner_B.jpg) no-repeat;
  /*background: #0f3a1e url(FH_idea3_banner_Ab.jpg) no-repeat;*/
  /*background: #0f3a1e url(FH_idea3_banner_Bb.jpg) no-repeat;*/
  color: #fc7;
  white-space: nowrap;
  height: 100px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px;
  /*border-radius-topleft: 10px;
  border-radius-topright: 10px;
  border-radius-bottomleft: 10px;
  border-radius-bottomright: 10px;*/
  text-align: left;
}

#banner div.alogo {
  position: relative;
  top: 7px;
  left: 9px;
  height: 55px;
  width: 49px;
  clear: none;
  float: left;
  cursor: pointer hand;
}

#bannernav {
  position: relative;
  top: 72px;
  left: -44px;  /* HACK-COUGH-BLECH */
  background: transparent;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
#bannernav ul {
  list-style-type: none;
}
#bannernav li {
  display: inline;
  padding-left: 6px;
}
#bannernav ul li a {
  text-decoration: none;
  color: #0f3a1e;
}
#bannernav ul li a:hover {
  text-decoration: overline underline;
}
#bannernav input {
  font-size: 12px;
  _font-size: 11px; /* IEHACK */
  _height: 18px;
}
#bannernav input.searchbutton {
  font-weight: bold;
  background-color: #bca;
  background-color: #d0ddd4;
}
#bannernav form, input, label {
  display: inline;
}
#bannernav span#searchbox {
  clear: none;
  display: inline;
}

#fpcap {
  font-size:50px;
  font-weight:bold;
  /*color:#39c;*/
  color:#0f3a1e;
  float:left;
  height:36px;
  line-height:34px;
  overflow:hidden;
  margin-top:5px;
  margin-right:1px;
}
* html #fpcap {margin-right:-2px; margin-top:3px;}


.photo1 {
  margin: 5px auto;
  text-align: center;
  padding: 0; 
  display:block;
}
.photo1 img {
  margin: 0;
  padding: 0;
  border: 5px outset #000;
}



* { margin: 0; padding: 0; }

body {
	width: 760px;
	font: 0.9em "Trebuchet MS", Trebuchet, sans-serif;
	margin: 10px;
	font: Verdana, Helvetica, Arial;
	padding: 0px;
	/*blue backgnd background: #ccdbe0;*/
	background: #faf9c1;
	margin: auto; /* center horizontally */
	margin-top: 5px;
	/* IE hack to center content on browser page */
	text-align: center;
}

div#banner {
	margin-bottom: 5px;
}

/* the navigation box just under the main banner */
div#menubox {
	/* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	width: 760px;
	height: 7em;
	clear: both;
	background: transparent;
}

div#menubox #menu {
  width: 760px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
  height: 3em; /* height of main tabs
  /* stupid IE: push tabs to left */
  text-align: left;
  clear: both;
	position: relative;
}

a:hover {
  text-decoration: underline overline;
}
	
div#menubox #menu ul, div#menubox #menu li	{
	display: inline;
	list-style-type: none;
	/* this defines the size of the subnav area */
	/* 4em == height(#menubox) - height(nav tabs) */
	border-bottom: 4em solid #0f3a1e;
}

div#menubox #menu a:link, div#menubox #menu a:visited	{
	background: #d0ddd4; /* bkgd of unselected tabs */
	/*border: 1px solid #0f3a1e;*/
	color: #0f3a1e;
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	margin-right: 5px;
	text-decoration: none;
  _background: #d0ddd4 url(./tab-top0a.gif) no-repeat;
}

/* top-level tabs are special
*/
div#menubox #menu li#nav-1 a,
div#menubox #menu li#nav-2 a,
div#menubox #menu li#nav-3 a,
div#menubox #menu li#nav-4 a,
div#menubox #menu li#nav-5 a,
div#menubox #menu li#nav-6 a,
div#menubox #menu li#nav-7 a {
  width: 110px;
  height: 100%;
  text-align: center;

  /* IE doesn't want this background attribute here ... */
  /**_background: #d0ddd4 url(./tab-top0a.gif) no-repeat;*/
  /* ... but mozilla does want this here */
  -moz-border-radius: 7px 7px 0 0;
  border-radius-topleft: 7px;
  border-radius-topright: 7px;
}

div#menubox #menu a:link.active, div#menubox #menu a:visited.active {
	color: #d0ddd4;
}

div#menubox #menu a:hover {
	color: #fc7;
	background: #0f3a1e;
	border-bottom: 1px solid #faf9c1;
	_background: #0f3a1e url(./tab-top1a.gif) no-repeat;
}

body.section-1 div#menubox #menu li#nav-1 a, 
body.section-2 div#menubox #menu li#nav-2 a,
body.section-3 div#menubox #menu li#nav-3 a,
body.section-4 div#menubox #menu li#nav-4 a,
body.section-5 div#menubox #menu li#nav-5 a,
body.section-6 div#menubox #menu li#nav-6 a,
body.section-7 div#menubox #menu li#nav-7 a {
	color: #fc7;
	background: #0f3a1e;
	_background: #0f3a1e url(./tab-top1a.gif) no-repeat;
	-moz-border-radius: 7px 7px 0 0;
	border-radius-topleft: 7px;
	border-radius-topright: 7px;
	border-bottom: 1px solid #0f3a1e;
}

div#menubox #menu #subnav-1,
div#menubox #menu #subnav-2,
div#menubox #menu #subnav-3,
div#menubox #menu #subnav-4,
div#menubox #menu #subnav-5,
div#menubox #menu #subnav-6,
div#menubox #menu #subnav-7 {
	display: none;
	width: 100%;
	background: #0f3a1e;
}

/* body of subnav list */
body.section-1 div#menubox #menu ul#subnav-1, 
body.section-2 div#menubox #menu ul#subnav-2,
body.section-3 div#menubox #menu ul#subnav-3,
body.section-4 div#menubox #menu ul#subnav-4,
body.section-5 div#menubox #menu ul#subnav-5,
body.section-6 div#menubox #menu ul#subnav-6,
body.section-7 div#menubox #menu ul#subnav-7 {
	display: inline;
	position: absolute;
	top: 3em; /* this must be equal to height of main tabs */
	left: 0;
	-moz-border-radius: 0 7px 0 0;
	border-radius-topright: 7px;
}


/* subnav link properties */
body.section-1 div#menubox #menu ul#subnav-1 a, 
body.section-2 div#menubox #menu ul#subnav-2 a,
body.section-3 div#menubox #menu ul#subnav-3 a,
body.section-4 div#menubox #menu ul#subnav-4 a,
body.section-5 div#menubox #menu ul#subnav-5 a,
body.section-6 div#menubox #menu ul#subnav-6 a,
body.section-7 div#menubox #menu ul#subnav-7 a,
body.section-8 div#menubox #menu ul#subnav-8 a {
	background: transparent;
	width: auto;
	height: auto;
	border: none;
	border-right: 1px solid #d0ddd4;
	color: #d0ddd4;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 10px 0 10px;
	margin: 4px 0 4px 0;
	text-decoration: underline;
	white-space: nowrap;
	-moz-border-radius: 0;
	border-radius-topleft: 0;
	border-radius-topright: 0;
}

div#menubox #menu ul a:hover {
	color: #fc7 !important;
	text-decoration: underline overline !important;
	_background: transparent !important;
}

/* END OF navigation CSS */

/* BEGIN FOOTER CSS */
#footerbox {
  position: relative;
  clear: both;
  font-weight: bold;
  /*font-size: 0.75em;*/
  font-size: 12px;
  letter-spacing: 1.2px;
  width: 760px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  /*background-color: #fc7;*/
  background-color: #bca;
  background-color: #d0ddd4;
  line-height: 2.0em;
  margin-bottom: 10px;
}
#footerbox #footer-top {
  clear: both;
  height: 2.0em;
  padding-top: 0.6em;
  margin: 0 10px 0 10px;
  /*padding: 0.2em 0 0.2em 0;*/
}
.footer-left {
  float: left;
  text-align: left;
}
.footer-right {
  float: right;
  text-align: right;
}
#footerbox #footer-bot {
  clear: both;
  height: 2.0em;
  padding-top: 0.3em;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  color: #fc7;
  background-color: #0f3a1e;
}
#footerbox #footer-bot a:link, a:visited {
  color: #fc7;
}
#footerbox #footer-bot a:hover {
  color: #d0ddd4;
  text-decoration: underline overline;
}
/* END FOOTER CSS */

.contents {
	background: #fff;
	position: relative;
	clear: both;
	padding: 15px;
	border: 5px solid #0f3a1e;
	margin: 0;
  /*height: auto;*/
  _hheight: 100%;
  width: 720px;
  _width: 760px;
	min-height: 550px;
	overflow: display;
}

/* MAJOR FORMATTING ACTION HERE */

div.section {
  margin: 0.5em 0 0.5em 0em;
  _margin: 0.5em 0 0.5em 0em;
  padding: 0.5em 5% 1em 5%;
  _padding: 0.5em 5% 1em 0.5%;
  /*border: 1px solid #000;*/
  text-align: left;
  background: #fff;
}

div.section h3 {
  margin: 0.5em 0 0.5em 0.1em;
  padding: 0 0 0 1em;
  border: 2px solid #000;
  border-bottom: none;
  border-right: none;
  background-color: #fc7;
  text-align: left;
}

div.section h4 {
  margin: 0.5em 0 0.5em 1em;
  padding: 0 0.5em 0 0.5em;
  background-color: #fc7;
  text-align: left;
  display: inline;
}

div.section a[href$='.pdf']::after {
  /*content: url('./acrobat_pdf.gif') no-repeat 0px;*/
  content: url('./acrobat_pdf.gif');
}

div.section a[href$='.doc']::after {
  /*content: url('./msword.gif') no-repeat 0px;*/
  content: url('./msword.gif');
}

div.section a:visited {
  color: purple;
}
div.section a:hover {
  text-decoration: underline overline;
}

div.section ul {
  margin: 0.25em 0 0.75em 2.5em;
  list-style: square;
  list-style-image: url('./red_shadowbullet.gif');
}

div.section li {
}

div.section p {
  margin: auto 0 1em 1em;
}

div.section span {
  font-weight: bold;
  display: block;
  clear: right;
}

div.section address {
  margin: 0.5em 5em 0.5em 2em;
  text-align: left;
}

div.section span.red {
  color: red;
  clear: none;
  display: inline;
}
