/* Just inside pages */

#content h1, #contentwide h1 {
	color: #315233;
	margin: 0 10px 0.9em 246px;
}
div#related {
	padding: 3.7em 0 0 0;
}
#content li, #contentwide li {
	background: url(/img/bullet-default.png) top left no-repeat;
	padding: 0 0 1em 20px;
}
#content fieldset, #contentwide fieldset {
	margin: 0 10px 1em 246px;
	padding: 0;
	border: none;
	background: #ecf0bd url(/img/bg-fieldset.png) bottom no-repeat;
}
/* Pah! */

	legend {
	display: none;
}
#content fieldset h2, #contentwide fieldset h2 {
	margin: 0;
	color: #2c4e2f;
	background: #ecf0bd url(/img/bg-fieldset-h2.png) top no-repeat;
	padding: 10px 20px;
}
#content fieldset p, #contentwide fieldset p {
	margin: 0 20px 1em 20px;
	font-size: 90%;
}
#content fieldset p input, #contentwide fieldset p input {
	vertical-align: top;
}
#content fieldset dl, #contentwide fieldset dl {
	margin: 0 0 0.5em 20px;
}
#content fieldset dt, #contentwide fieldset dt {
	float: left;
	width: 161px;
	font-weight: bold;
}
#content fieldset dd, #contentwide fieldset dd {
	float: left;
	width: 255px;
}
#contentwide fieldset dd {
	width: 554px;
}
dd input, dd textarea, dd select {
	border: solid 1px #315233;
}
.compact dd input {
	border: none;
	width: auto;
}
/* Hello there, modern browsers! */

	dd input:focus, dd textarea:focus, dd select:focus {
	background: #ddd;
}
/* Sub-navigation */

/* Top of the curve */

#nav ul ul {
	padding: 6px 0 0 0;
	margin: 0 0 5px 0;
	font-size: 90%;
}
#nav2 ul ul {
	background: #ebeaea url(/img/bg-nav2-ul-ul.png) top no-repeat;
}
#secure ul ul {
	background: #ebeaea url(/img/bg-secure-ul-ul.png) top no-repeat;
}
#secure ul ul li {
	background: #ebeaea;
}
#nav ul ul li.last {
	padding: 0 0 6px 0;
}
#nav2 ul ul li.last {
	background: #ebeaea url(/img/bg-nav2-ul-ul-last.png) bottom no-repeat;
}
#secure ul ul li.last {
	background: #ebeaea url(/img/bg-secure-ul-ul-last.png) bottom no-repeat;
}
#nav ul ul a, #nav ul ul a:hover, #nav ul ul em {
	padding: 0 6px;
	margin: 0;
	background: #ebeaea;
}
#nav2 ul ul a, #nav2 ul ul a:hover, #nav2 ul ul em {
	border-right: solid 1px #2c4e2f;
	border-left: solid 1px #2c4e2f;
}
#secure ul ul a, #secure ul ul a:hover, #secure ul ul em {
	border-right: solid 1px #3f9fb7;
	border-left: solid 1px #3f9fb7;
}
#nav ul ul span {
	padding: 0.2em 0 0.4em 22px;
	background: #ebeaea;
}
#secure ul ul a:hover span, #secure ul ul em span {
	color: white;
	background: #3f9fb7;
}
#nav2 ul ul a:hover span, #nav2 ul ul em span {
	color: white;
	background: #2c4e2f;
}


	#nav2 ul ul li.last em a {display:block; padding-left:20px; color:#2c4e2f; border:none;}

	#nav2 ul ul li.last em a:hover {display:block; padding-left:20px; color: white; background: #2c4e2f; border:none;}	

			#nav2 ul ul ul { background-image:none; margin:0; padding: 0;}
				
				#nav2 ul ul ul li.last { background-image:none; margin:0; padding: 0;}
				
					#nav2 ul ul li.last ul li a, 
					#nav2 ul ul li.last ul li em{ color:#2c4e2f; font-size:110%;}
					
/* For the "accordian" style expanding lists */

#faq h2 a {
	display: block;
	text-decoration: none;
	padding-right: 20px;
}
* html #faq h2 a {
	width: 476px;
	wid\th: 456px;
}
#faq h2 {
	border-top: solid 1px #ddd;
	padding: 0.5em 0 0 0;
}
#faq h2.first {
	border-top: solid 1px white;
}
#faq div {
	margin: 0 10px 1em 246px;
}
#faq div h3, #faq div h4, #faq div h5, #faq div h6 {
	margin: 0 0 0.2em 0;
}
#faq div p, #faq div dl, #faq div ul {
	margin: 0 0 1em 0;
}
/* The Key People "popups" */

ul#keypeople {
	position: relative;
}
#keypeople li {
	padding-bottom: 0;
}
#keypeople a {
	display: block;
	padding-bottom: 1em;
}
#keypeople a:hover {
	/* Even though it seems irrelevant, this is required for this to work IE Classic */

			border-right: solid 1px white;
	text-decoration: none;
}
* html #keypeople a {
	height: 1px;
}
#keypeople a span {
	display: none;
}
/* h1 (sorta) */

		#keypeople span strong {
	display: block;
	font-size: 120%;
	color: white;
	background: #2c4e2f url(/img/bg-keypeople-strong.png) top no-repeat;
	padding: 0.2em 4px;
	margin: 0 0 0.2em 0;
}
/* h2 */

		#keypeople span em {
	display: block;
	padding: 0.2em 4px;
	font-style: normal;
	font-weight: bold;
	font-size: 95%;
}
#keypeople a:hover span span {
	position: static;
	margin: 0 4px;
	width: auto;
	background: none;
	border: none;
}
#keypeople img {
	vertical-align: top;
}
#keypeople a:hover span {
	display: block;
	position: absolute;
	z-index: 100;
	top: -280px;
	left: -246px;
	width: 226px;
	background: url(/img/bg-keypeople-span.png) repeat-y;
	border-bottom: solid 1px #2c4e2f;
	font-size: 95%;
}
* html #keypeople a:hover span {
	top: -300px;
	left: -266px;
}
/* Table styles */

table, caption, th, td {
	border: solid 1px black;
}
table {
	border-right: none;
	border-bottom: none;
	border-collapse: collapse;
	font-size: 90%;
}
td, th {
	border-left: none;
	border-top: none;
	padding: 2px 2px 0 2px;
}
#content table p, #contentwide table p {
	margin: 0 0 0.5em 0;
}
caption, th {
	text-align: left;
}
caption {
	font-weight: bold;
	color: white;
	font-weight: bold;
	background: #2c4e2f;
	padding: 2px;
	border-bottom: none;
}
h2.contacts {
	border-top: 1px solid #dfe5bf;
	padding-top: 8px;
}
h3 {
	padding-bottom: 5px;
}
