/* CSS Document */


/* Import the style sheet for IE5.x Windows using the Tantek mid pass filter */

@media tty {

 i{content:"\";/*" "*/}} @import 'ie5.css'; /*";}

}/* */




* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	line-height: 125%;
	color: #555;
}
h1, h2, h3, h4, h5, h6, #content p,  #content li {
  margin-bottom: 0.5em;
}
h1 {
	font-size: 140%;
	font-weight: normal;
	line-height: 100%;
	color: #555;
}
h2 {
	font-size: 110%;
	font-weight: normal;
	line-height: 100%;
	color: #555;
}
h3 {
	font-size: 100%;
	font-weight: normal;
	line-height: 100%;
	color: #555;
	border-bottom: solid 1px #555;
	padding-top: 20px;
}
dt h2 {
	font-size: 130%;
	font-weight: normal;
	line-height: 100%;
	color: #555;
	border-bottom: solid 1px #555;
	padding-top: 20px;
	margin-top: 10px;
}
h1 a, h2 a, h3 a {
  font-weight: normal;
	text-decoration: none;
  color: #555;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}
.hide {
	position: absolute;
	left: -2000px;
	width: 1000px;
}
#toolbar {
	position: relative;
	float: left;
	width: 100%;
  background: #555 url(../images/toolbar_bg.jpg) no-repeat right top;
	line-height: 2em;
	color: #fff;
	font-size: 76%;
	font-weight: bold;
}
#toolbar a {
  text-decoration: none;
  color: #fff;
}
#toolbar a:hover {
  text-decoration: underline;
}
#toolbar p {
  margin-bottom: 0;
}
#tools {
	margin: 0;
	padding: 0;
}
#tools li {
  position: relative;
	display: inline;
	list-style: none;
}
#strapline {
	position: relative;
	float: left;
	width: 20%;
	padding-left: 15px;
}
#tools {
	position: relative;
	float: right;
	width: 70%;
	text-align: right;
	padding-right: 15px;
}

#branding {
	position: relative;
	float: left;
	width: 100%;
  ZZbackground: #fff url(../images/branding_bg.jpg) repeat-y right top;
	font-size: 76%;
}
#logo {
	position: relative;
	float: left;
	width: 20%;
	padding: 1em 0 1em 15px;
	line-height: 1.0;
}
#logo img{
	border: none;
}
#boxes {
	float: right;
	position: relative;
	margin-top: 5px;
}
#searchbar {
	clear: both;
	position: relative;
	float: left;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	width: 100%;
	padding: 5px 0;
}
form#searchform {
	margin: 0; padding: 0;
}
#searchform {
	position: relative;
	float: right;
	width: 70%;
	text-align: right;
	padding-right: 50px;
}
#searchform p{
	margin-top: 2em;
}
#mainNav {
	float: left;
  width: 190px;
	font-size: 85%;
	font-weight: normal;
	clear: both;
	margin-top: 10px;
	margin-bottom: 100px;
}
* html #mainNavWrapper { /* hack to counter IE bug where it would wrap mainnav links below the page heading occasionally! */
}
* html #mainNav ul {
}
#mainNav a {
  text-decoration: none;
	color: #000;
	position: relative;
}
#mainNav a:hover {
  text-decoration: underline;
}
#mainNav li {
	list-style: none;
	display: block;
	padding: 1px 15px 1px 15px;
	ZZbackground: url(../images/mainNav_tickmark.jpg) no-repeat right bottom;
}
#mainNav li.current {
	background-color: #555 !important;
	color: white;
}
#mainNav li.section {
	ZZbackground: url(../images/mainNav_current.jpg) repeat-x left top;
	background-color: #fff;
}
#mainNav li.current {
	ZZbackground: url(../images/mainNav_current.jpg) repeat-x left top;
	background-color: #fff;
}
#mainNav li.active {
	ZZbackground: url(../images/mainNav_active.jpg) repeat-x left top;
	ZZbackground-color: #BFDEB3;
}
#subNav {
  position: relative;
	ZZfloat: left;
	width: 100%;
  background: #BFDEB3;
	font-size: 70%;
	font-weight: bold;
	text-transform: uppercase;
}
#subNav a {
  text-decoration: none;
	color: #000;
	display: block;
	ZZfloat: left;
	position: relative;
}
#subNav a:hover {
  text-decoration: underline;
}
#subNav li {
	list-style: none;
	position: relative;
	ZZfloat: left;
	padding: 1px 15px 1px 15px;
	ZZbackground: url(../images/subNav_tickmark.jpg) no-repeat right bottom;
	margin-right: -3px;
}
#subNav li.current {
	ZZbackground: url(../images/mainNav_current.jpg) repeat-x left top;
	background-color: #fff;
}
#subNav li.active {
	ZZbackground: url(../images/mainNav_current.jpg) repeat-x left top;
	background-color: #fff;
}
#content #breadcrumb {
  position: absolute;
	top: -28px;
	font-size: 75%;
	color: #555;
}
#content #breadcrumb a {
  font-weight: normal;
}
#content #breadcrumb a:hover {
  text-decoration: underline;
}
#content {
  float: left;
	width: 770px;
}
#content p, #content li, #content th {
  font-size: 80%;
}
#content dd p, #content dd li {
  font-size: 100%;
}
#content a, #content li a {
  color: #555;
  text-decoration: none;
}
#content li a:hover {
  text-decoration: underline;
}
#content p a {
  color: #555;
  text-decoration: underline;
	font-weight: bold;
}
#content p a:hover {
  background: #555;
	color: #fff;
}
.home #main {
	margin-left: 0px;
}
#main {
  padding: 15px;
	position: relative;
	margin-left:  0px;
}
.groupPage #wrapper {
	padding: 15px 15px 0 15px;
}
.groupPage h2 {
	font-size: 120%;
	font-weight: normal;
	line-height: 100%;
	color: #555;
}
.groupPage #main {
  padding-top: 0;
	position: relative;
	margin-left: 70px;
	margin-right: 0px;
}
.groupPage #sideNav {
	background: url(../images/sideNav_bg.jpg) repeat-x left bottom;
  position: relative;
	float: left;
	width: 200px;
	padding: 15px 0 0 0;
	display: none;
}
.groupPage #sideNav h2 {
  text-transform: uppercase;
	font-size: 76%;
	font-weight: bold;
}
.groupPage #sideNav h2, .groupPage #sideNav ul {
	padding-left: 10px;
	padding-right: 10px;
}
.groupPage #sideNav ul {
	list-style: none;
}
.groupPage #sideNav li.current {
	background: #fff;
}
#about {
  position:relative;
	width: 50%;
	float: left;
}
#about h2, #about p {
	padding: 0 10px;
}
#news {
  position:relative;
	width: 49%;
	float: right;
}
#groups ul, #news ul, #mainNav ul, #subNav ul, #localNav ul {
  margin: 0;
}
#groups ul {
  margin-top: 10px;
}
#news li {
	list-style: none;
}
#news em {
  font-size: 70%;
	white-space: nowrap;
}
#keyDocs {
  position:relative;
	width: 50%;
	float: left;
	clear: left;
	margin-top: 15px;
}
#keyDocs h2, #keyDocs p {
	padding: 0 10px;
}
#aboutGroup, #promoArea, #footer {
  position:relative;
	width: 100%;
	float: left;
	margin-right: -3px;
	clear: both;
}
th {
	width: 25%;
}
.promo {
  position:relative;
	width: 25%;
	float: left;
	margin-right: -3px;
}
.promo h2, .promo p {
	padding: 0 10px;
}
#aboutGroup, #promoArea {
  margin-top: 0px;
	padding-top: 10px;
	background: url(../images/h2_bg.jpg) repeat-x top;
}
#groups {
	border-left: solid 1px #555;
	border-top: solid 1px #555;
}
 tr#headerRow {
	background: url(../images/toolbar_bg.jpg) no-repeat -400px top;
  background-color: #555;
	color: #fff;
	text-align: left;
}
#groups th {
	text-transform: uppercase;
	font-size: 76%;
	font-weight: bold;
}
#groups th, #groups td {
	padding: 0 10px;
}
#groups td {
	border-right: solid 1px #555;
	border-bottom: solid 1px #555;
}
#groups th.areas {
  background: #00A463;
	border-right: solid 1px #555;
}
#groups td.areas {
  background: #E9F3E4;
}
#groups li {
  list-style: none;
	line-height: 120%;
	padding-bottom: 4px;
}
#footer {
  position: relative;
	width: 100%;
	float: left;
  margin-top: 15px;
  background: #555;
	color: #fff;
	padding-bottom: 15px;
}
#footer p {
  font-size: 76%;
	font-weight: bold;
}
#footer a {
  color: #fff;
	text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#contact {
  position:relative;
	width: 50%;
	float: left;
	margin-right: -3px;
}
#contact p {
	padding-left: 25px;
}
#copyright {
  position:relative;
	width: 50%;
	float: left;
	margin-right: -3px;
}
#localNav {
  border: solid 1px #555;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#localNav ul {
  margin-left: 10px;
}
#localNav li {
  position: relative;
	display: inline;
	list-style: none;
	padding: 0 10px;
	line-height: 25px;
}
#localNav li.current {
  color: #aaa;
}
#column1 {
  position:relative;
	width: 49%;
	float: left;
	margin-right: -3px;
}
#column2 {
  position:relative;
	width: 49%;
	float: right;
	margin-right: -3px;
}
ul, ol {
	margin-left: 2em;

}

#column1 ul, #column2 ul {
	margin-left: 1em;
}

.listing .hilite, .repeat .hilite {
  background:  #EBF7DF;
}
.repeat {
  font-size: 12px;
	line-height: 24px;
}
#content .listing p, #content .listing li {
  font-size: 100%
}
#content .listing ul {
 list-style: disc;
 margin-left: 2em;
}
.listing td, .listing th{
 font-size: 80%;
 text-align: left;
 padding: 2px 10px;
}
.listing td {
  vertical-align: top;
}
dt, dd {
 font-size: 80%;
}
dt {
  font-weight: bold;
	margin-top: 20px;
}
dd {
  margin-left: 2em;
}
dd .listing td {
  font-size: 100%;
}
.listing th {
 border-bottom: solid 1px #555;
}
.listing a {
  color: #555;
  text-decoration: none;
}
.listing a:hover {
  color: #000;
  text-decoration: underline;
}
.listing td {
	padding: 10px;
}
.listing h2 {
  font-weight: bold;
}
fieldset {
  padding: 1em;
}
.small {
  font-size: 11px;
	font-style: normal;
}
.required {
	font-weight: bold;
	color: #cc0000;
}
#main table.homeContent h2 {
	margin-bottom: 0; padding-bottom: 0;
}
#main table.homeContent p {
	margin-bottom: 0; padding-bottom: 0;
	margin-top: 0; padding-top: 0;
}
#main table.homeContent td, #main table.homeContent h2 {
	color: black;
}
#main table.homeContent td.padded {
  padding: 0 0 10px;
}
#main table.homeContent td.padded p, #main table.homeContent td.padded h2 {
  padding: 10px 10px 0 10px;
}
label.note {
	font-size: 70%;
}