/* Redifined Tags 
   ----------------------------------------------------------- */

BODY {
	margin: 0;
	padding: 0;
font-family:Verdana,Arial,Helvetica,sans-serif;
line-height:1.5;
font-size:105%;
	color: #000;
	background-color: #fff;
	text-align: center; /* needed for ie5.5 */
	}

H1, H2, H3, H4, P, UL, OL, BLOCKQUOTE {
	padding-bottom: 1em;
	}

H1 {
	font: normal 28px Georgia, "Times New Roman", serif;
	color: #036;
	padding-bottom: 1em;
	}

H2 {
	color: #930;
	padding: 0.5em 0 0.6em; 
	font: normal 24px Georgia, "Times New Roman", serif;
	}

H3 {
	color: #036;
	padding: 0.3em 0 0.6em;
	font: normal 19px Georgia, "Times New Roman", serif;
	}

H4 {
	color: #036;
	padding: 0.3em 0;
	font: normal 17px Georgia, "Times New Roman", serif;
	}

P {
line-height:1.5;
padding-bottom:0.75em;
	}

HR {
	border: 0;
	color: #a0a0a0;
	background-color: #a0a0a0;
	height: 1px;
	margin: .5em 0 1em;
	}

A {
	color: #036;
	text-decoration: underline;
	}

A:active {

	}

A:hover {
	color: #69c;
	text-decoration: none;
	}

A:visited {
	color: #036;
	text-decoration: underline;
	}

A:visited:hover {
	color: #39C;
	text-decoration: none;
	}

#bodytext P A, #bodytext UL A {
	color: #036;
	text-decoration: underline;
	}

#bodytext P A:active {
	}

#bodytext P A:hover {
	color: #369;
	text-decoration: none;
	}

#bodytext P A:visited {
	color: #036;
	text-decoration: underline;
	}

#bodytext P A:visited:hover {
	color: #39C;
	text-decoration: none;
	}

#bodytext sup {
	font-size: 80%;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
	}

#bodytext sub {
	font-size: 80%;
	vertical-align: baseline;
	position: relative;
	bottom: -0.25em;
	}

A.reverse, A.reverse:visited {
	text-decoration: none;
	}
A.reverse:hover, A.reverse:visited:hover {
	text-decoration: underline;
	border-bottom: #9DC2D9 solid 1px;
	}

IMG {
	border: 0;
	}

/* misc
   ----------------------------------------------------------- */

.gray {
	color: #777;
	}
.red {
	color: #930;
	}
.blue {
	color: #369;
	}
	
.small {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	}

.clear {
	display: none;
	}
.status {
	border: 1px solid #990000;
	background-color:#F8F7ED;
	color:#000066;
	padding:3px;
	}
.caption {
	font-style: italic;
	font-size: 12px;
	color: #036;
	padding: 2px 0px 2px 0px;
	line-height:15px;
	display:block;
	text-align:center;
	}
A.download:link, A.download:visited { 
	font-size: 10px;
	color: #888;
	text-decoration: none;
	border:none;
	}
A.download:hover, A.download:active { 
	font-size: 10px;
	color: #888;
	text-decoration: underline;
	border-bottom:none;
	}
.paginated, A.paginated:link, A.paginated:visited {
	text-decoration: none;
	font-size: 11px;
	line-height:17px;
	color: #036;
	background-color: #fff;
	padding:2px 4px 2px 4px;
	}
A.paginated:hover, A.paginated:active {
	color: #fff;
	font-size: 11px;
	line-height:17px;
	background-color: #69c;
	}

/* Structure Tags
   ----------------------------------------------------------- */
* { /* reset browsers */
	margin: 0;
	padding: 0;
	}

/* BANNER */
#banner-outer-wrapper {
	width: 100%;
	}

#banner-inner-wrapper {
	max-width:900px; /* based on image dimensions */
	width:expression(document.body.clientWidth > 900? "900px": "auto" );
	margin: 0 auto;
	text-align: left;
	}
	
#banner {
	height: 95px;
	margin: 0 auto;
	padding:0 12px 0 12px;
	position: relative;
	}
	
#banner IMG.logo {
	margin-top: 26px;
	}

/* FOOTER */
#footer-outer-wrapper {
	width: 100%;
	background: #fff url(/img/footer-bkgd.png) repeat-x;
	border-top: 2px solid #e2dcbf;
	}

#footer-inner-wrapper {
	max-width:900px; /* based on image dimensions */
	width:expression(document.body.clientWidth > 900? "900px": "auto" );
	margin: 0 auto;
	text-align: left;
	}
	
#footer {
	padding: 17px 0;
	margin: 0 auto;
	}

#footer P {
	font-size: 12px;
	color: #555;
	text-align: center;
	}
	
#footer A, #footer A:visited {
	color: #333;
	font-size: 14px;
	margin: 0 3px;
	}


#outer-wrapper {
	width: 100%;
	background: transparent url(/img/subpage-bkgd.png) repeat-x;
	}

#wrapper {
	background: transparent url(/img/wrapper-content-bkgd.png) no-repeat center 1px;
	padding-top: 18px;
	}


#inner-wrapper {
	width: 924px;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: left;
	}

#container {
	/*necessary to contain LHM and slideshow*/
	width: 743px;
	margin: 0 1px;
	float: left;
	}

#bodytext {
	width: 702px;
	}

#content {
	padding: 15px 19px;
	background: transparent url(/img/content-bkgd.png) repeat-x left top;
	}

.page-columns {
	width: 705px;
	}
.page-columns .col-left {
	float: left;
	border-right: 1px solid #f3f1e5;
	padding-right: 20px;
	width: 400px;
	}
.page-columns .col-right {
	float: left;
	border-left: 1px solid #f3f1e5;
	padding-left: 20px;
	margin-left: -1px;
	width: 184px;
	}
/* 
  -- Even more rounded corners with CSS: Base stylesheet -- schillmania
*/

.dialog-wrapper {
	max-width:924px; /* based on image dimensions */
	width:expression(document.body.clientWidth > 924? "924px": "auto" );
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: left;
	}

.dialog {
	position:relative;
	min-width:8em;
	z-index:1;
	margin-top:0;
	margin-right:auto;
	margin-left:12px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under dialog */
	padding-top: 2px;
	}

.dialog .dialog-container,
.dialog .t,
.dialog .b,
.dialog .b DIV {
	background:transparent url(/img/wrapper-content-bkgd.png) no-repeat top right;
	_background-image:url(/img/wrapper-content-bkgd.png);
	}

.dialog .dialog-container {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:18px 12px 0px 0px;
	}

.dialog .t {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
	}

.dialog .b {
	/* bottom */
	position:relative;
	width:100%;
	background-position:bottom right;
	}

.dialog .b,
.dialog .b DIV {
	height:30px; /* height of bottom cap/shade */
	font-size:1px;
	}

.dialog .b DIV {
	position:relative;
	width:12px; /* bottom corner width */
	margin-left:-12px;
	background-position:bottom left;
	}

.dialog .hd,
.dialog .bd,
.dialog .ft {
	position:relative;
	}

/*.dialog H1,
.dialog P {
	margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding:0.5em 0px 0.5em 0px;
	}
*/

.dialog H1 {
	padding-bottom:0px;
	}


/* section styles
   ----------------------------------------------------------- */

#section-box-container, #list-box-container {
	background-color: #fefdfa;/*fdfbf9*/
	border: 1px solid #e8e3d9;
	margin-top: 12px;
	padding: 3px;
	width: 694px;
	}

#section-box, #list-box {
	background: #faf6f0;
	position:relative;
	width: 694px;
	overflow:hidden;
	}
	
#section-colfull, #list-colfull {
	float: left;
	padding: 8px 12px 12px 12px;
	position:relative;
	width:670px;
	}
	
#section-box #section-colleft {
	float: left;
	padding-right: 6px;
	width: 390px;
	}
	
#section-box #section-colright {
	float: right;
	padding-left: 24px;
	border-left: 1px solid #f3f1e5;
	width: 240px;
	}

#section-box .tl, #list-box .tl,
#section-box .tr, #list-box .tr,
#section-box .bl, #list-box .bl,
#section-box .br, #list-box .br {

	height:100px; /* 1/2 height of bottom cap */
	width:500px; /* width of bottom cap - shade wdith */
	font-size:1px;
	position:absolute;
	overflow:hidden;
	}

#section-box .tl, #list-box .tl {
	top:0px;
	left:0px;
	background-position:top left;
	}
#section-box .tr, #list-box .tr {
	top:0px;
	right:0px;
	background-position:top right;
	}
	
#section-box .bl, #list-box .bl {
	bottom:0px;
	left:0px;
	background-position:bottom left;
	}

#section-box .br, #list-box .br {
	bottom:0px;
	right:0px;
	background-position:bottom right;
	}

IMG.feature-photo {
	float: left;
	background-color: #f9f9f9;
	border: 1px solid #ebebeb;
	padding: 4px;
	margin: 0 10px 10px 0px;
	}

IMG.section-photo, DIV.section-photo {
	float: right;
	background-color: #f9f9f9;
	border: 1px solid #ebebeb;
	padding: 4px;
	margin: 0 0 20px 20px;
	}
	
.section-photo-caption {
	font-size: 11px;
	color: #930;
	float: right;
	margin: 0 0 20px 20px;
	overflow: hidden; /* for IE */
	}
	
.section-photo-caption IMG {
	background-color: #f9f9f9;
	border: 1px solid #ebebeb;
	padding: 4px;
	margin-bottom: 4px;
	}
	
#section-box IMG.photo {
	float: right;
	background-color: #fff;
	border: 1px solid #f1ede7;
	padding: 3px;
	margin: 0 0 14px 8px;
	}
	
#section-box UL.section-list-left,
#section-box UL.section-list-right {
	float: left;
	width: 110px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	list-style: none;
	}
	
*:first-child+html #section-box UL.section-list-left,
*:first-child+html #section-box UL.section-list-right { /* ie7 hacks */
	margin-bottom: 18px;
	}
	
#section-box UL.section-list-left LI,
#section-box UL.section-list-right LI {
	padding: 0 0 8px 12px;
	background: transparent url(/img/list-arrow.png) no-repeat 0 2px;
	}
	
#section-box H3, #list-box H3 {
	padding-top:0px;
	font-weight:bold;
	}
	
#section-box H2, #list-box H2 {
	padding-top:0px;
	}

#section-box A.title, #list-box A.title {
	color:#036;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

#section-box A.title:hover, #list-box A.title:hover {
	color:#369;
	/*font-weight:bold;
	font-size:12px;*/
	text-decoration:underline;
}

/* contact styles
   ----------------------------------------------------------- */
#contact-box {
	float: left;
	clear: left;
	padding: 5px;
	margin: 0 0 12px 0;
	background: #f6fbfe;
	border: 1px solid #c4e1f3;
	/*width: 214px;*/
	}
#contact-box P {
	font-weight:bold;
	padding-bottom:5px;
	color:#036;
	}
#contact-box UL LI A {
	text-decoration: none; border: none;
	}
#contact-box UL LI A:hover {
	text-decoration: underline; border: none;
	}
#contact-box UL.contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#contact-box UL.contact-list LI {
	padding: 3px 0 3px 24px;
	color: #2f5683;
	background: none;
	}
	
#contact-box UL.contact-list LI.env-icon {
	background: transparent url(/img/section-env.png) no-repeat 7px 7px;
	}
	
#contact-box UL.contact-list LI.user-icon {
	background: transparent url(/img/section-user.png) no-repeat 8px 4px;
	}
	
#contact-box UL.contact-list LI.address {
	padding: 3px 0 3px 10px;
	}
	
.highlight-box {
	border:1px dashed #666; 
	background-color:#F9F8F3;
	}
	
/* Bread crumbs
   ----------------------------------------------------------- */

.bread-crumbs {
	padding: 7px 18px;
	margin: 0 1px;
	font: 13px/15px Georgia, "Times New Roman", serif;
	color: #036;
	height:16px;
	}
	
.bread-crumbs A {
	font-weight: normal;
	}
	
.bread-crumbs .active {
	color: #333;
	font-weight: normal;
	}


/* Table Content
   ----------------------------------------------------------- */
TABLE.table-content {
	font: 13px Georgia, "Times New Roman", serif;
	background-color: #fff;
	}
TABLE.table-content TD {
	padding: 0;
	padding-bottom: 3px;
	}
TABLE.table-content TR > TD:first-child {
	padding-right:10px;
	}
TABLE.table-content H3 {
	padding-bottom:0px;
	}


/* Search
   ----------------------------------------------------------- */
FIELDSET#search-fieldset-main {
	position: absolute;
	top: 29px;
	right: 0;
	border: 0;
	}
	
#search-fieldset-main INPUT#search-text-main-for {
	background: #f2f8fa !important;
	border: 1px solid #60a8cc;
	float: left;
	padding: 2px 6px 3px;
	margin: 0 6px 0px 0;
	width: 150px;
	/*height: 20px;*/
	color: #000;
	font: 15px/16px Arial, Helvetica, sans-serif;
	}
	
#search-fieldset-main INPUT#search-text-main-for:focus,
#search-fieldset-main INPUT#search-text-main-for.sffocus {
	background: #f9fbf4 !important;
	border: 2px solid #9fc076;
	padding: 1px 5px 2px;
	}
	
#search-fieldset-main A {
	font-size: 14px;
	}


/* Search Type Box
   ----------------------------------------------------------- */
FORM#searchform-type {
	border: 1px solid #60a8cc;
	border-top: none;
	background-color: #f2f8fa;
	font-size: 11px;
	float: left;
	width: 230px;
}
FORM#searchform-type.full {
	width: 282px;
}
#searchform-type DIV#searchBanner {
	height: 18px;
	padding:4px 0px 0px 5px;
	background: #036;
	background-color: #69C;
	font: bold italic 12px/14px Arial, sans-serif;
	color: #fff;
	overflow:hidden;
}
FIELDSET#searchfieldset-type {
	padding: 6px 6px 0px 6px;
	border: 0;
	margin: 0;
}
#searchfieldset-type LABEL {
	width:50px;
	display:block;
	float:left;
	text-align:right;
	padding-right:3px;
	clear:left;
}
#searchfieldset-type SELECT, #searchfieldset-type INPUT {
	border: 1px solid #79b;
	background-color: #fff !important;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #369;
	float:left;
	margin-bottom: 6px;
}
#searchfieldset-type SELECT {
	width:217px;
	height: 21px;
}
#searchfieldset-type INPUT {
	width: 179px;
	height: 19px;
	padding-left: 4px;
}

#searchfieldset-type SELECT:focus, #searchfieldset-type INPUT:focus,
#searchfieldset-type SELECT.sffocus, #searchfieldset-type INPUT.sffocus {
	border: 1px solid #9fc076;
	background: #F9F8F3 url(/img/field-active-bkgd.png) repeat-x left top;
}
#searchfieldset-type OPTION {
	padding-left: 8px;
}
#searchfieldset-type INPUT#searchsubmit-type {
	width: 31px; 
	height: 21px; 
	border: 0; 
	margin-left: 0px;
	margin-top: 0px;
	vertical-align:top;
}
	
/* Table Forms
   ----------------------------------------------------------- */
TABLE.form.find {
	border: 1px solid #f4eee6;
	background-color: #fcf9f5;
	width: 100%;
	margin-top:8px;
	}
	
TABLE.form.find TD {
	padding: 5px;
	}

TABLE.form {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0;
	}
TABLE.form TH {
	background-color: #FCFAF6;
	font-weight: bold;
	padding: 6px;
	border-right:1px solid white;
	text-align:center;
	white-space:nowrap;
	}

TABLE.form TD {
	padding: 0;
	padding-top: 3px;
	vertical-align:top;
	}
	
TABLE.form LABEL {
	display: block;
	white-space: nowrap;
	/*background-color: #FCFAF6;*/
	background-color: transparent;
	padding: 6px;
	margin-right:10px;
	font-weight: bold;
	}

TABLE.form LABEL.noStyle {
	display: inline;
	background-color: transparent;
	padding: 0;
	padding-right: 9px;
	float:left;
	}

TABLE.form INPUT, TABLE.form TEXTAREA {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff !important;
	border: solid 2px #ccc;
	padding: 3px 2px;
	width: 300px;
	}
	
TABLE.form INPUT:focus,
TABLE.form INPUT.sffocus {
	border: 2px solid #E2DCBF;
	}
TABLE.form SELECT:focus,
TABLE.form SELECT.sffocus {
	border: 2px solid #E2DCBF;
	}

/* input button */
INPUT.button,
TABLE.form INPUT.button {
	font: normal 12px/12px Arial, sans-serif;
	color: #000;
	float: left;
	width: auto;
	cursor: pointer;
	background-color:#9DC2D9;
	padding:2px;
	margin-left:5px;
	}
DIV.button {
	height:22px;
	float:left;
	}
DIV.l {  }
DIV.r {  }


TABLE.form TEXTAREA {
	width: 490px;
	}

TABLE.form INPUT#State {
	width: 1.5em;
	}

TABLE.form INPUT#ZipCode {
	width: 3.2em;
	}

TABLE.form SELECT {
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #fff;
	border: solid 2px #ccc;
	padding: 3px 2px;
	padding: 1px;
	}
	
TABLE.form OPTION {
	padding:1px 1px 1px 1px;
	}
	
TABLE.form HR {
	border: 0;
	color: #E8D9BB;
	background-color: #E8D9BB;
	height: 1px;
	margin-bottom: 0.8em;
	}

TABLE.form TR.spacer TD {
	padding-top: 10px;
	border-top: solid 1px #eee;
	}

TABLE.form TR.edit TD {
	padding-top: 10px;
	border-top: solid 1px #eee;
	}

TABLE.form INPUT.checkbox, TABLE.form INPUT.radiobutton {
	width: auto;
	border: 0;
	margin-right:4px;
	}
	
TABLE.form INPUT.checkbox {
	float: left;
	margin-top: -2px;
	}
	
TABLE.form LABEL.half-width {
	width: 150px;
	float: left;
	}
	
TABLE.form INPUT.buttonx {
	font: bold 12px/14px Arial, sans-serif;
	color: #fff;
	border: 0;
	margin-right:10px;
	width: 57px;
	height: 22px;
	cursor: pointer;
	overflow: hidden;
	}
	
TABLE.form H2 {
	border-bottom:1px solid #E8D9BB;
	margin-bottom:1em;
	padding-bottom:0pt;
	}


/* sidebar styles
   ----------------------------------------------------------- */
.sidebar-content-box {
	float: right;
	padding: 8px 10px;
	margin: 0 0 30px 30px;
	border: 1px solid #c4e1f3;
	width: 210px;
	color: #135c8a;
	}
.sidebar-content-box h4 {
	color: #004a78;
	padding: 4px 0 9px;
	}
.sidebar-content-box UL {
	margin-left: 20px;
	font-size: 12px;
	}
	.sidebar-content-box UL LI {
	padding-bottom: 0.4em;
	/*color: #9ac3dc;*/
	color: #c4e1f3;
	}
.sidebar-content-box UL LI SPAN {
	color: #135c8a;
	}

/* page tools
   ----------------------------------------------------------- */

.page-tools {
	float: right;
	}
.page-tools A {
	padding-left: 18px;
	margin-left: 10px;
	}
.page-tools A.printlink {
	background: transparent url(/img/printicon.png) no-repeat left center;
	}
.page-tools A.emaillink {
	background: transparent url(/img/emailicon.png) no-repeat left center;
	}

/* bullet colors - this may cause problems with any LI tag not surrounded by span tags
   -----------------------------------------------------------

#bodytext LI {
	color:#ddd;
	padding-bottom: 0.8em;
	
	}
#bodytext LI span {
	color: #333;
	} */

UL, OL, BLOCKQUOTE {
	margin-left: 32px;
	}
	
UL UL {
	padding-bottom: 0.4em;
	}

UL LI UL {
	padding-top: 0.5em;
	}

#bodytext UL {
	margin: 0;
	padding: 0;
	list-style: none;
	}
/*ericmeyer hack
div p {font-weight: bold;}
div * p {font-weight: normal;}
*/
#bodytext UL.nobull LI {
	background: transparent;
	}

#bodytext UL.nobull * LI, #bodytext UL LI {
	padding: 0.2em 0 0.2em 16px;
	background: transparent url(/img/opensquare.gif) no-repeat 0 9px;
	}
	
#bodytext UL.nobull * UL LI, #bodytext UL UL LI {
	background: transparent url(/img/opencircle.gif) no-repeat 0 6px;
	}
#bodytext UL.nobull * UL UL LI, #bodytext UL UL UL LI {
	background: transparent url(/img/opentriangle.gif) no-repeat 0 7px;
	}
	
#bodytext UL UL {
	padding-top: 0.2em;
	margin-left: 16px;
	}

#bodytext UL LI UL {
	margin-left: 12px;
	}


/* Threaded-parent styles w/columns
   ----------------------------------------------------------- */

#threaded-parent {
	width: 703px;
	padding-bottom:10px;
	float:left;
	line-height:20px;
	clear:left;
	}

#threaded-parent #tp-col-1 {
	width: 300px;
	padding-right: 10px;
	margin-left:-4px;
	float: left;
	line-height:20px;
	}

#threaded-parent #tp-col-2 {
	width: 300px;
	padding-left: 10px;
	margin-left:-4px;
	float: left;
	line-height:20px;
	}

.thread {
	padding-left:20px;
	text-indent:-16px;
	}
.thread-active {
	font-weight:bold;
	background-color:#F1F7FB;
	padding-left:20px;
	text-indent:-16px;
	}

/* pagination pill 
   ----------------------------------------------------------- */

#slide-through-nav {
	margin:4px 3px 0 0;
	}

#slide-through-nav UL {
	width: 182px;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	}

#slide-through-nav UL LI {
	display: inline;
	background:none;
	padding:0;
	}

#slide-through-nav UL LI A, #slide-through-nav UL LI SPAN, #slide-through-nav UL LI A:visited {
	display: block;
	height: 20px;
	text-indent: -100000px;
	float: left;
	border: 0;
	padding:0;
	border:none;
	}

#slide-through-nav UL LI A:hover, #slide-through-nav UL LI.pre-slide SPAN, #slide-through-nav UL LI.next-slide SPAN {
	background-position: 0 -20px !important;
	}

#slide-through-nav UL LI.pre-slide A, #slide-through-nav UL LI.pre-slide SPAN {
	width: 69px;
	background: transparent url(/img/slide-nav-pre.png) no-repeat 0 0;
	}

#slide-through-nav UL LI.all-slide A {
	width: 62px;
	background: transparent url(/img/slide-nav-all.png) no-repeat 0 0;
	}

#slide-through-nav UL LI.next-slide A, #slide-through-nav UL LI.next-slide SPAN {
	width: 51px;
	background: transparent url(/img/slide-nav-next.png) no-repeat 0 0;
	}

#slide-through-nav UL LI.con-slide A {
	width: 100px;
	float:right;
	background: transparent url(/img/slide-nav-condensed.png) no-repeat 0 0;
	}
	
/* onpage-nav
   ----------------------------------------------------------- */

#onpage-nav {
	width: 703px;
	height: 24px;
	background: url(/img/page-barnav-bkgd.png) repeat-x 0 0;
	border: 1px solid #e3edf5;
	border-bottom-color: #bbd7ee;
	margin-bottom:6px;
	}

#onpage-nav UL {
	margin: -1px 0 0 0;
	padding: 0;
	list-style: none;
	}

#onpage-nav UL LI {
	display: inline;
	background:none;
	padding:0;
	}

#onpage-nav LI A, #onpage-nav LI A:visited {
	font: 12px/14px Arial, Helvetica, sans-serif;
	border: 1px solid #e3edf5;
	border-bottom-color: #bbd7ee;
	border-left: 0;
	padding: 4px 20px 6px 20px;
	display: block;
	float: left;
	background: #e0eef7 url(/img/page-barnav-link-bkgd.png) repeat-x 0 0;
	}

#onpage-nav LI A:hover {
	background-image: none;
	background-color: #fff;
	}

#onpage-nav LI A.active {
	background-image: url(/img/page-barnav-active-bkgd.png);
	background-color: #fdfefe;
	font-weight: bold;
	border: 1px solid #bbd7ee;
	margin-left: -1px;
	}

/* onpage-tabs
   ----------------------------------------------------------- */

#onpage-tabs {
	width: 705px;
	height: 25px;
	background: url(/img/page-barnav-bkgd.png) repeat-x 0 0;
	border: 1px solid #e3edf5;
	/*border-bottom-color: #325986;*/
	clear:both;
}

#onpage-tabs ul {
	margin: -1px 0 0 0;
	padding: 0;
	list-style: none;
}

#onpage-tabs ul li {
	display: inline;
}

#onpage-tabs li a {
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	border: 1px solid #e3edf5;
	/*border-bottom-color: #325986;*/
	border-left: 0;
	padding: 5px 20px 6px 20px;
	display: block;
	float: left;
	background: #e0eef7 url(/img/page-barnav-link-bkgd.png) repeat-x 0 0;
}

#onpage-tabs li a:hover {
	background-image: none;
	background-color: #fff;
}

#onpage-tabs li a.active {
	background-image: url(/img/page-tab-active-bkgd.png);
	background-color: #335a87;
	color: #fff;
	font-weight: bold;
	border: 1px solid #325986;
	margin-left: -1px;
}

DIV.table DIV.section {
	width:100%; border-top:1px solid #325986; background: url(/img/page-barnav-bkgd.png) repeat-x 0 0; 
}

DIV.table DIV.section DIV {
	color:#036; font-size:12px; font-weight:bold; display:table-cell; vertical-align:middle; height: 25px;
}

DIV.table DIV.row {
	width:100%; border-top:1px solid #D6E6F3; clear:left;
}

DIV.table DIV.row DIV {
	display:table-cell; vertical-align:middle; font-size:12px; height:40px;
}

/* Main Nav
   ----------------------------------------------------------- */

#nav-top-container {
	width: 100%;
	border: 1px solid #555;
	background: #C7DCE9
	}
	
#nav-top {
	width: 924px;
	height: 36px;
	margin: 0 auto;
	}

#nav-top-spacer {
	height: 10px;
	margin: 0 auto;
	}
	
#nav-top ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font: normal 18px/18px Georgia, "Times New Roman", serif;
	}

#nav-top ul li {
	float: left;
	display: block;
	position: relative; /* for drop-down */
	background: transparent;
	padding-left: 2px;
	margin: 1px 0;
	z-index: 1000;
	}

#nav-top ul li a {
	padding: 6px 12px 10px 12px;
	text-decoration: underline;
	display: block;
	width: auto;
	color: #000;
	border: 0;
	}

#nav-top ul li a:hover {
	color: #fff;
	padding: 6px 12px 10px 12px;
	text-decoration: none;
	background: #355c89;
	}
	
#nav-top ul li a.active,
#nav-top ul li a.active:hover {
	color: #000;
	margin-left: 1px;
	background: #E3EEF4;
	border: 1px solid #444;
	}


/* Main Drop-down Nav
   ----------------------------------------------------------- */

#nav-top ul li ul {
	position: absolute;
	top:-999em;
	z-index: 1000;
	display: none;
}




/* Left-hand Nav
   ----------------------------------------------------------- */

#nav-left-container {
	padding-bottom: 34px;
	/*margin-top: -1px;*/
	background: transparent;
	width: 179px;
	float: left;
	}
	
#nav-left {
	background: #E3EEF4;
	border: 1px solid #555;
	}

#nav-left ul {
	background: transparent;
	margin: 0;
	padding: 0;
	list-style: underline;
	font: normal 15px/16px Georgia, "Times New Roman", serif;
	}
	
#nav-left ul li {
	display: inline;
	}

#nav-left li a {
	padding: 12px 13px;
	margin: 0 1px;
	text-decoration: underline;
	display: block;
	width: auto;
	height: 1%; /* needed for IE all versions */
	color: #000;
	}

#nav-left li a:hover {
	background-color: #C7DCE9;
	color: #000;
	text-decoration:none;
	}
	
#nav-left li a.selected,
#nav-left li a.selected:hover {
	background: #C7DCE9;
	border: 1px solid #444;
	}
	
#nav-left li a.active,
#nav-left li a.active:hover {
	background: #83B3CF;
	font: normal 17px/17px Georgia, "Times New Roman", serif;
	border: 1px solid #444;
	margin-top:1px;
	}
	
/* Home left-hand Nav
   ----------------------------------------------------------- */

#home #nav-left-container {
	padding-bottom: 62px;
	/*margin-top: -1px;*/
	background: transparent;
	width: 222px;
	float: left;
	}
	
#home #nav-left {
	background: #9DC2D9;
	}

#home #nav-left ul {
	background: transparent;
	font-weight: bold;
	}

