/* ------------------ system wide ------------------ */
html, body { height:100%; }
body {
  background-color: #beb9aa;
  font-family: verdana, sans-serif;
  font-size: 0.9em;
  color: #005;
}

p { line-height: 1.5em; margin-bottom: 1em; }

/* ------------------ links ------------------ */

a:link { color: #339; text-decoration: none; }
a:visited { color: #366; text-decoration: none; }
a:hover { text-decoration: underline; } /* keep color, just underline */
a:active { color: #66c; }

/* ------------------ headers ------------------ */

h1 { color: #005; font-size: 140%; }
h2 { color: #005; font-size: 120%; }
h3 { color: #005; font-size: 110%; }

/* ------------------ IDs ------------------ */
/* these should only occur once on a page at most */

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 900px;
	background: #beb9aa url('graphics/sides.jpg') top left repeat-y;
  height: auto !important;
  height:100%;
  min-height: 100%;
}

#content {
  padding: 20px 100px 0.5em 100px;
  height: 370px;
  font-size: 0.9em;
  position: relative;
}

#innerContent { height: 335px; overflow-y: auto; }

#tagLine {
  font-family: "Trebuchet MS", verdana, sans-serif;
  font-size: 1.25em;
  letter-spacing: 2px;
  margin-top: 9em;
}

#footer {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: #fff url('graphics/sides.jpg') top left repeat-y;
  height: 40px;
}
#footer p {
  float: right;
  font-size: 0.8em;
  color: #999;
  margin-right: 60px;
}
#footer #hosting { float: left; margin-left: 60px; }
/* ---------------- IE hacks --------------- */
* html #footer #hosting { margin-left: 30px; }
* html #footer p { margin-right: 30px; }

#strip {
  height: 75px;
  background: #13204C url('graphics/strip.jpg') top left no-repeat;
  margin: 0 auto;
  width: 800px;
  position: relative;
}
#strip h1#name { position: absolute;	top: 0; left: -1200px; }

#strip p#contact {
  width: 250px;
  height: 75px;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 13px;
  right: 85px;
}
#strip p#contact a:link { color: #fff; text-decoration: none; }
#strip p#contact a:visited { color: #fff; text-decoration: none; }
#strip p#contact a:hover { color: #666; text-decoration: none; }
#strip p#contact a:active { color: #000; text-decoration: none; }

ul#nav {
  padding-top: 20px;
  width: 700px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
ul#nav, .contentNav {
  list-style-type: none;
  font-size: 7.5pt;
  font-weight: bold;
  letter-spacing: 0.03em;
}
ul#nav li, .contentNav li { display: inline; position: relative; }
ul#nav a:link, .contentNav a:link { color: #999; text-decoration: none; }
ul#nav a:visited, .contentNav a:visited { color: #999; text-decoration: none; }
ul#nav a:hover, .contentNav a:hover { color: #339; text-decoration: none; }
ul#nav a:active, .contentNav a:active { color: #33c; text-decoration: none; }
ul#nav li.current a:link, .contentNav li.current a:link { color: #339; text-decoration: none; }
ul#nav li.current a:visited, .contentNav li.current a:visited { color: #339; text-decoration: none; }
ul#nav li.current a:hover, .contentNav li.current a:hover { color: #33c; text-decoration: none; }
ul#nav li.current a:active, .contentNav li.current a:active { color: #33c; text-decoration: none; }

.contentNav {
  position: absolute;
  bottom: 10px;
  right: 70px;
}

/* subnav */
ul#nav ul {
	visibility: hidden;
	list-style-type: none;
	margin: 0;
	position: absolute;
	top: 1em;
	left: 0;
	padding: 0 0 0 2em;
	width: 15em;
}
ul#nav ul li { text-align: left; display: block; float: none; padding: 0.2em 0; }
ul#nav ul li.first { padding-top: 1em; }

ul#nav li:hover ul, ul#nav a:hover ul, ul#nav ul.current, ul#nav li.hovered ul {
  visibility: visible;
}
ul#nav li.current ul a:link { color: #999; text-decoration: none; }
ul#nav li.current ul a:visited { color: #999; text-decoration: none; }
ul#nav li.current ul a:hover { color: #339; text-decoration: none; }
ul#nav li.current ul a:active { color: #33c; text-decoration: none; }

ul#nav li.current ul li.current a:link { color: #339; text-decoration: none; }
ul#nav li.current ul li.current a:visited { color: #339; text-decoration: none; }
ul#nav li.current ul li.current a:hover { color: #33c; text-decoration: none; }
ul#nav li.current ul li.current a:active { color: #33c; text-decoration: none; }

.dropNav {
  font-size: 7.5pt;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #339;
  border: none;
  border-bottom: 1px solid #009;
  border-right: 1px solid #009;
  border-top: 1px solid #99f;
  border-left: 1px solid #99f;
}
.dropNav option { color: #999; }

/* ------------------ classes ------------------ */
/* these may occur multiple places on a page throughout the system */

ul.bulletList { padding-left: 2em; }
* html ul.bulletList { margin-left: 1em; }
ul.bulletList li { margin-bottom: 0.75em; }

div.threeColumn div.left {
  float: left;
  border-right: 1px solid #ccc;
  padding-right: 10px;
  width: 220px;
}
div.threeColumn div.right {
  float: right;
  border-left: 1px solid #ccc;
  padding-left: 10px;
  width: 220px;
}
div.threeColumn div.middle { width: 220px; margin: 0 230px 0 240px; }
div.threeColumn div.thin { width: 140px; }
div.threeColumn div.wide { width: 610px; }
div.threeColumn div.wideLeft { margin: 0 160px 0 0; }
div.threeColumn div.wideRight { margin: 0 0 0 160px; }

/* .group is for pairs of <label>'s and <input>'s */
div.group { margin-bottom: 0.5em; }
div.group label, span.label {
  color: #666;
  width: 9em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
}
.buttons { clear: both; text-align: center; } /* for form buttons */

/* session messages */
.success { color: #090; font-weight: bold; }
.error { color: #d00; font-weight: bold; }
.highlight { color: #009; font-weight: bold; }
.note { color: #666; }
.fine { color: #999; font-size: 0.8em; }

ul.simple_list { list-style-type: none; margin: 0; padding: 0; }
ul.simple_list li { margin-bottom: 0.5em; }
