/* css/global.css */.floatRight
{
	clear: right;
	float: right;
	text-align: right;
}
.floatLeft
{
	clear: left;
	float: left;
	text-align: left;
}
.floatLeft
{
	display: block;
}
.floatRight
{
	display: block;
}
.needspadding
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.clear {
clear: both;
}

HTML
{
	height: 100%;
}
BODY
{
	height: 100%;
}
A
{
	color: #245484;
	text-decoration: none;
}
#home A
{
	color: #245484;
}
A:hover
{
	color: #245484;
	text-decoration: underline;
}
BODY
{
	background: url(../images/bkgrd.gif) #97b3c7 repeat-x;
	margin: 0px;
}
#container
{
	background: url(../images/contentBkgrd.gif) repeat-y;
	margin-left: auto;
	width: 780px;
	margin-right: auto;
	height: auto;
}
#containerTop
{
	padding-right: 17px;
	padding-left: 16px;
	background: url(../images/topContentBkgrd.gif) no-repeat;
	padding-bottom: 0px;
	width: 747px;
	padding-top: 0px;
}
#header
{
	padding-right: 0px;
	padding-left: 0px;
	background: url(../images/header/home.jpg) no-repeat;
	padding-bottom: 2px;
	width: 747px;
	padding-top: 0px;
	height: 148px;
}
/* slideshow */
#slides
{
	position: relative;
	margin: 0 auto;
	width: 747px;
	height: 148px;
	background: url(../images/slides/bkgnd.jpg) 0 0 no-repeat;
}
#slides img
{
	position: absolute;
	right: 0;
	top: 0;
}
#slides .slide
{
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
#slides .slide.cur, #slides .slide.prev
{
	display: block;
}
#slides .slide.prev
{
	z-index: 1;
}
#slides .slide.first, #slides .slide.first img
{
	display: block;
	position: static;
	margin: 0 0 0 auto;
}

#logo
{
	left: 10px;
	width: 210px;
	position: relative;
	top: 25px;
}
#searchBox
{
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 10px;
	float:left;
	margin-top:-44px;
}
#searchBox SPAN
{
	color: white;
}
#searchBox INPUT
{
	border-right: #246916 1px solid;
	padding-right: 2px;
	border-top: #246916 1px solid;
	padding-left: 2px;
	font-size: 0.95em;
	padding-bottom: 2px;
	margin: 5px 0px 0px;
	border-left: #246916 1px solid;
	/*width: 115px;*/
	padding-top: 2px;
	border-bottom: #246916 1px solid;
	font-family: Arial, Helvetica, sans-serif;
}


#searchBox2
{
	margin: 0 4px;
	padding-bottom: 0px;
	/*padding-top: 10px;*/
	float:right;
	/*margin-top: -6px; */
}
#searchBox2 SPAN
{
	color: white;
}
#searchBox2 INPUT
{
	border-right: #246916 1px solid;
	padding-right: 2px;
	border-top: #246916 1px solid;
	padding-left: 2px;
	font-size: 0.95em;
	padding-bottom: 2px;
	margin: 0 4px;
	border-left: #246916 1px solid;
	/*width: 115px;*/
	padding-top: 2px;
	border-bottom: #246916 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-style: italic;
	font-weight: normal;
	float: left;
}



.goBtn
{
	padding: 6px 0 5px 0 !important;
	float: left;
}
#navAlt
{
	font-size: 0.7em !important;
	background: url(../images/bgNavAlt.gif);
	width: 747px;
	font-family: Arial, Helvetica, sans-serif;
	height: 35px;
	font-weight: bold;
	height: 35px;
}


/*#navAlt UL
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}
#navAlt UL LI
{
	display: block;
	float: left;
}
#navAlt UL LI A
{
	padding-right: 0.75em;
	display: block;
	padding-left: 0.75em;
	font-weight: bold;
	float: left;
	padding-bottom: 0px;
	color: white;
	line-height: 35px;
	padding-top: 0px;
	height: 35px;
	text-decoration: none;
}
#navAlt UL LI A:visited
{
	padding-right: 0.75em;
	display: block;
	padding-left: 0.75em;
	font-weight: bold;
	float: left;
	padding-bottom: 0px;
	color: white;
	line-height: 35px;
	padding-top: 0px;
	height: 35px;
	text-decoration: none;
}
#navAlt UL LI A:hover
{
	background: url(../images/bgNavOver.gif) repeat-x left top;
	text-decoration: none;
}*/
#nav
{
	height: 35px;
	background-color: white;
}
#nav UL
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
#nav LI
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	float: left;
	padding-bottom: 0px;
	margin: 0px 0px -3px;
	color: white;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	height: 35px;
}
#nav A
{
	display: block;
	color: white;
	text-decoration: none;
}
#nav A:hover
{
	color: white;
	text-decoration: none;
}
#nav LI.nav1
{
	width: 60px;
}
#nav LI.nav2
{
	width: 52px;
}
#nav LI.nav3
{
	width: 70px;
}
#nav LI.nav4
{
	width: 99px;
}
#nav LI.nav5
{
	width: 53px;
}
#nav LI.nav6
{
	width: 130px;
}
#nav LI.nav6b
{
	width: 89px;
}
#nav LI.nav7
{
	width: 111px;
}
#nav LI.nav8
{
	width: 67px;
}
#nav A#navName1
{
	padding-right: 9px;
	padding-left: 15px;
	background: url(../images/nav/bkgrd.gif) 0px -1px;
	padding-bottom: 7px;
	padding-top: 13px;
}
#nav A#navName2
{
	padding-right: 0px;
	padding-left: 9px;
	background: url(../images/nav/bkgrd.gif) -60px -1px;
	padding-bottom: 7px;
	padding-top: 13px;
}
#nav A#navName3
{
	padding-right: 0px;
	padding-left: 9px;
	background: url(../images/nav/bkgrd.gif) -112px -1px;
	padding-bottom: 7px;
	padding-top: 13px;
}
#nav A#navName4
{
	padding-right: 0px;
	padding-left: 9px;
	background: url(../images/nav/bkgrd.gif) -182px -1px;
	padding-bottom: 7px;
	padding-top: 13px;
}
#nav A#navName5
{
	padding-right: 9px;
	padding-left: 9px;
	background: url(../images/nav/bkgrd.gif) -281px 0px;
	padding-bottom: 7px;
	padding-top: 13px;
}
#nav A#navName6
{
	padding-right: 9px;
	padding-left: 9px;
	background: url(../images/nav/bkgrd.gif) -334px 0px;
	padding-bottom: 7px;
	padding-top: 13px;
}
#nav A#navName6b
{
	padding-right: 9px;
	padding-left: 9px;
	background: url(../images/nav/bkgrd.gif) -464px 0px;
	padding-bottom: 7px;
	padding-top: 13px;
}
#nav A#navName7
{
	padding-right: 0px;
	padding-left: 9px;
	background: url(../images/nav/bkgrd.gif) -553px 0px;
	padding-bottom: 7px;
	padding-top: 13px;
}
#nav A#navName8
{
	padding-right: 0px;
	padding-left: 9px;
	background: url(../images/nav/bkgrd.gif) -664px 0px;
	padding-bottom: 7px;
	padding-top: 13px;
}
#nav A#navName1:hover
{
	background: url(../images/nav/bkgrdOver.gif) 0px -1px;
}
#nav A#navName2:hover
{
	background: url(../images/nav/bkgrdOver.gif) -60px -1px;
}
#nav A#navName3:hover
{
	background: url(../images/nav/bkgrdOver.gif) -112px -1px;
}
#nav A#navName4:hover
{
	background: url(../images/nav/bkgrdOver.gif) -182px -1px;
}
#nav A#navName5:hover
{
	background: url(../images/nav/bkgrdOver.gif) -281px 0px;
}
#nav A#navName6:hover
{
	background: url(../images/nav/bkgrdOver.gif) -334px 0px;
}
#nav A#navName6b:hover
{
	background: url(../images/nav/bkgrdOver.gif) -464px 0px;
}
#nav A#navName7:hover
{
	background: url(../images/nav/bkgrdOver.gif) -553px 0px;
}
#nav A#navName8:hover
{
	background: url(../images/nav/bkgrdOver.gif) -664px 0px;
}
#blueGradient
{
	background: url(/images/blueGradient.gif) no-repeat;
	height: 33px;
	clear: both;
}
#contentBkgrd
{
	background-color: #cee5ec;
}
#contentArea
{
	padding-right: 14px;
	padding-left: 16px;
	background: #cce4ec url(/images/bodyGradient-1x1024.gif) repeat-x;
	padding-bottom: 0px;
	padding-top: 0px;
}
#subArea1
{
	background: url(../images/subBkgrd.gif) repeat-y;
	width: 715px;
}
#subArea2
{
	background: url(../images/subAreaTop.gif) no-repeat;
}
#subAreaBottom
{
	padding-right: 30px;
	padding-left: 30px;
	font-size: 12px;
	min-height: 450px;
	background: url(../images/subAreaBottom.gif) no-repeat 50% bottom;
	padding-bottom: 30px;
	color: #505151;
	line-height: 20px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#leadin
{
}
#leadin A
{
	color: #49729a;
	text-decoration: underline;
}
#leadin A:hover
{
	text-decoration: none;
}
#leadin P
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 13px;
	padding-bottom: 10px;
	color: #1493d3;
	line-height: 16px;
	padding-top: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #e2f1f9;
}
#moreInfo
{
	border-right: #eee9ca 1px solid;
	padding-right: 10px;
	border-top: #eee9ca 1px solid;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: #eee9ca 1px solid;
	padding-top: 10px;
	border-bottom: #eee9ca 1px solid;
	background-color: #fdfcf1;
}
#subAreaBottom H1
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 20px;
	padding-bottom: 0px;
	margin: 0px;
	/*color: #20487a; */
	color: #006791;
	padding-top: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#subAreaBottom H2
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 0px;
	margin: 0px 0px -8px;
	color: #bfa20d;
	padding-top: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#subAreaBottom H3
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 0px;
	margin: 10px 0px;
	color: #789c34;
	padding-top: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#contentArea BR
{
	clear: both;
}
.newsImageHome
{
	padding-right: 18px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#homeLeft
{
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	width: 429px;
	padding-top: 2px;
}
#TwoColLeft
{
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	width: 360px;
	padding-top: 2px;
}
#homeLeft H1
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 20px;
	padding-bottom: 0px;
	margin: 0px;
	color: #006791;
	padding-top: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#homeFade1
{
	padding-right: 25px;
	padding-left: 25px;
	font-size: 12px;
	background: white;
	padding-bottom: 0px;
	line-height: 20px;
	padding-top: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
#homeFade2
{
	padding-right: 25px;
	padding-left: 25px;
	font-size: 12px;
	background: white;
	padding-bottom: 0px;
	line-height: 20px;
	padding-top: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
#TwoColFade1
{
	border-right: #a4c5d3 1px dashed;
	padding-right: 20px;
	border-top: #a4c5d3 1px dashed;
	padding-left: 20px;
	font-size: 11px;
	background: url(../images/homeFadeBkgrd.gif) #dbecf3 repeat-x;
	padding-bottom: 10px;
	margin: 0px 0px 10px;
	border-left: #a4c5d3 1px dashed;
	line-height: 18px;
	padding-top: 10px;
	border-bottom: #a4c5d3 1px dashed;
	font-family: Arial, Helvetica, sans-serif;
}
#TwoColFade2
{
	border-right: #a4c5d3 1px dashed;
	padding-right: 20px;
	border-top: #a4c5d3 1px dashed;
	padding-left: 20px;
	font-size: 11px;
	background: url(../images/homeFadeBkgrd.gif) #dbecf3 repeat-x;
	padding-bottom: 10px;
	margin: 0px 0px 10px;
	border-left: #a4c5d3 1px dashed;
	line-height: 18px;
	padding-top: 10px;
	border-bottom: #a4c5d3 1px dashed;
	font-family: Arial, Helvetica, sans-serif;
}
#homeFade1 H2
{
	font-weight: normal;
	font-size: 17px;
	color: #54aa42;
}
#homeFade2 H2
{
	font-weight: normal;
	font-size: 17px;
	color: #54aa42;
}
#homeFade1 H3
{
	font-weight: bold;
	font-size: 14px;
	color: #006791;
}
#homeFade2 H3
{
	font-weight: bold;
	font-size: 14px;
	color: #006791;
}
#homeFade2 H2
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#homeFade2 H3
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#clearinghouseList
{
	padding-right: 25px;
	padding-left: 25px;
	font-size: 12px;
	padding-bottom: 0px;
	color: #494948;
	line-height: 22px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#clearinghouseList A
{
	color: #54aa42;
	text-decoration: underline;
}
#clearinghouseList A:hover
{
	color: #54aa42;
	text-decoration: underline;
}
#clearinghouseList UL
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
#clearinghouseList UL LI
{
	padding-right: 0px;
	padding-left: 60px;
	background: url(../images/greenBullet.gif) no-repeat 27px 6px;
	padding-bottom: 7px;
	margin: 0px;
	padding-top: 5px;
	border-bottom: #cdddea 1px solid;
	list-style-type: none;
}
#clearinghouseList H4
{
	color: #006791;
}
#clearinghouseList H4 A
{
	color: #006791;
}
#clearinghouseList H4 A:hover
{
	color: #006791;
}
#clearinghouseList H4
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#clearinghouseList H4 A
{
	text-decoration: none;
}
#clearinghouseList H4 A:hover
{
	text-decoration: underline;
}
#homeRight
{
	padding-right: 0px;
	padding-left: 5px;
	font-size: 11px;
	float: right;
	padding-bottom: 0px;
	width: 282px;
	color: #474747;
	line-height: 11px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#homeRight .homeRightSpacer
{
	padding-bottom: 6px;
}
#homeRight H3
{
	padding-right: 0px;
	padding-left: 15px;
	font-weight: normal;
	font-size: 17px;
	padding-bottom: 0px;
	margin: 0px;
	color: #474747;
	line-height: 17px;
	padding-top: 20px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#calendarHome
{
	padding-right: 0px;
	padding-left: 3px;
	/* background: url(../images/homeCalBkgrdAlt.gif) repeat-y; */
	padding-bottom: 0px;
	/*padding-top: 2px;*/
	margin-top: 2px;
	position: relative;
	top: -7px;
	z-index: 0;
}
.GridRow_Broken
{
	background: url(../images/dotBkgrd.gif) repeat-x 50% bottom;
}
.GridAltRow_Broken
{
	background: url(../images/dotBkgrd.gif) repeat-x 50% bottom;
}
#calendarHome .calHomeHeader
{
	margin-top: 0;
	background: url(../images/calHomeHeader.gif) no-repeat;
	padding-bottom: 2px;
	height: 47px;
}
#calendarHome UL
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 276px;
	padding-top: 5px;
}
#calendarHome UL LI
{
	float: left;
	border-bottom: #c2c1b3 1px dotted;
	list-style-type: none;
	height: 28px;
}
#calendarHome .date
{
	padding-right: 0px;
	display: block;
	padding-left: 10px;
	font-weight: bold;
	padding-bottom: 0px;
	width: 80px;
	padding-top: 0px;
}
#calendarHome .event
{
	width: 178px;
}

#calendarHome ul.libraryList , #calendarHome ul.calendarList{
	width: 276px;
	padding: 5px 0 0 0 ;	
}

#calendarHome ul.libraryList li, #calendarHome ul.calendarList li {
	border-bottom: #c2c1b3 1px dotted;
	clear:both;
	height: auto;
	padding: 4px 0 8px 0;
	line-height: 1.1;
}

#calendarHome ul.libraryList span.date, #calendarHome  ul.calendarList span.date {
	padding: 0 0 0 4px;
	width: 70px;
	float: left;
	font-weight: bold;
}

#calendarHome ul.libraryList a, #calendarHome ul.calendarList a {
	width: 188px;
	display: block;
	float: left;
	padding-right: 10px;
}

#viewMore
{
	background-color: #ebf6d8;
	padding-left: 10px;
	padding-bottom: 10px;
}
#calendarHomeBottom
{
	background: url(../images/homeCalBkgrdBottom.gif) no-repeat -3px 0px;
	height: 10px;
}
#calendarHome .bg
{
	position: absolute;
	left: 0;
	right: 0;
	top: 7px;
	bottom: 2px;
	z-index: -1;
	background: url(../images/homeCalBkgrdAlt.gif) repeat-y;
}


.LibraryUpdates
{
    background-color: #fdfae7;
}
.LibraryUpdates ul.li
{
    background-color: #fdfae7;
}

#viewMore
{
    background-color: #ebf6d8;
    margin-right: 3px;
    padding-top: 10px;
}

#hwwHome
{
	margin-bottom: 20px;
	height: 106px;
}
#hwwHome .hdr
{
	padding-top: 4px;
	height: 41px;
	background: url(../images/homeHWW-bg.jpg) 50% 0 no-repeat;
}
#hwwHome .body
{
	text-align: center;
}
#hwwHome a img
{
	border: none;
}
#infoHome
{
	position: relative;
	padding-left: 3px;
	z-index: 0;
	/* background: url(../images/homeInfoBkgrdAlt.gif) repeat-y; */
}
#infoHomeBottom
{
	background: url(../images/homeInfoBkgrdBottom.gif) no-repeat -3px 0px;
	height: 10px;
}
#infoHome .bg
{
	position: absolute;
	left: 0;
	right: 0;
	top: 9px;
	bottom: 2px;
	z-index: -1;
	background: url(../images/homeInfoBkgrdAlt.gif) 50% 0 repeat-y;
}
#infoMap1
{
	padding-right: 0px;
	padding-left: 3px;
	background: url(../images/homeInfoBkgrd-480-nobottom.gif);
	padding-bottom: 0px;
	padding-top: 0px;
}
#infoMap1 .infoHomeHeader
{
	background: url(../images/infoHomeHeaderAlt.gif) no-repeat;
	height: 51px;
}
#infoMap1 .infoHomeHeaderWt
{
	background: url(../images/infoHomeHeaderAltWt.gif) no-repeat;
	height: 51px;
}
#infoMap1 UL
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 276px;
	padding-top: 0px;
}
#infoMap1 UL LI
{
	list-style-type: none;
}
#infoMap1 UL LI A
{
	padding-right: 10px;
	display: block;
	padding-left: 72px;
	padding-bottom: 6px;
	color: #494948;
	padding-top: 5px;
	border-bottom: #c2c1b3 1px dotted;
	list-style-type: none;
	min-height: 24px;
	text-decoration: none;
	height: auto;
}
#infoMap1 UL LI A:hover
{
	color: #40660b;
	text-decoration: none;
}
#infoMap2
{
	padding-right: 0px;
	padding-left: 3px;
	background: url(../images/homeInfoBkgrd-480-nobottom.gif);
	padding-bottom: 0px;
	padding-top: 0px;
}
#infoMap2 .infoHomeHeader
{
	background: url(../images/infoHomeHeaderAlt.gif) no-repeat;
	height: 51px;
}
#infoMap2 .infoHomeHeaderWt
{
	background: url(../images/infoHomeHeaderAltWt.gif) no-repeat;
	height: 51px;
}
#infoMap2 UL
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 276px;
	padding-top: 0px;
}
#infoMap2 UL LI
{
	list-style-type: none;
	background-color: #EBF5D8;
}
#infoMap2 UL LI A
{
	padding-right: 10px;
	display: block;
	padding-left: 72px;
	padding-bottom: 6px;
	color: #494948;
	padding-top: 5px;
	border-bottom: #c2c1b3 1px dotted;
	list-style-type: none;
	height: 22px;
	text-decoration: none;
}
#infoMap2 UL LI A:hover
{
	color: #40660b;
	text-decoration: none;
}
#infoHome .infoHomeHeader
{
	background: url(../images/homeInfo-bg.png) no-repeat;
	height: 51px;
}
#infoHome .infoHomeHeaderWt
{
	background: url(../images/infoHomeHeaderAltWt.gif) no-repeat;
	height: 51px;
}
#infoHome UL
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 276px;
	padding-top: 0px;
}
#infoHome UL LI
{
	list-style-type: none;
	background-color: #EBF5D8;
}
#infoHome UL LI A
{
	padding-right: 10px;
	display: block;
	padding-left: 72px;
	padding-bottom: 6px;
	color: #494948;
	padding-top: 5px;
	border-bottom: #c2c1b3 1px dotted;
	list-style-type: none;
	height: 22px;
	text-decoration: none;
}
#infoHome UL LI A:hover
{
	color: #40660b;
	text-decoration: none;
}
#pdf UL LI A
{
	background: url(../images/pdfBullet.gif) no-repeat 0px 0px;
}
.pdfitem LI A
{
	background: url(../images/pdfBullet.gif) no-repeat 0px 0px;
}
#pdf UL LI A:hover
{
	background: url(../images/pdfBulletOver.gif) no-repeat 0px 0px;
}
#doc UL LI A
{
	background: url(../images/docBullet.gif) no-repeat 0px 0px;
}
.newsitem LI A
{
	background: url(../images/docBullet.gif) no-repeat 0px 0px;
}
#doc UL LI A:hover
{
	background: url(../images/docBulletOver.gif) no-repeat 0px 0px;
}
#footer
{
	padding-right: 0px;
	padding-left: 17px;
	font-size: 11px;
	background: url(../images/footerBkgrd.gif) no-repeat;
	padding-bottom: 0px;
	color: white;
	padding-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	height: 71px;
}
.footerBottom
{
	background: url(../images/footerBottom.gif) no-repeat 50% bottom;
	height: 13px;
}
#footer UL
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
#footer UL LI
{
	padding-right: 3px;
	display: inline;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
	list-style-type: none;
}
#footer A
{
	color: white;
	text-decoration: none;
}
#footer A:hover
{
	color: white;
	text-decoration: underline;
}
#footer .legal
{
	font-size: 10px;
	padding-top: 15px;
}
#footer .copyright
{
	padding-right: 0px;
	padding-left: 3px;
	padding-bottom: 0px;
	color: #3c79a6;
	padding-top: 4px;
}
#calendarListing
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 7px;
	padding-top: 7px;
}
#calendarListing UL
{
	padding-right: 0px;
	padding-left: 7px;
	padding-bottom: 3px;
	margin: 0px;
	overflow: hidden;
	padding-top: 5px;
	border-bottom: #c9c9c9 1px dotted;
	height: 100%;
}
#calendarListing UL LI
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	list-style-type: none;
}
#calendarListing UL .date
{
	display: block;
	font-weight: bold;
	float: left;
	width: 170px;
	color: #bfa20d;
}
#calendarListing UL .dateInfo
{
	display: block;
	float: left;
	width: 465px;
}
#calendarListing BR
{
	clear: both;
}
#calendarListing .color
{
	background-color: #f6fcff;
}
#clearinghouse
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 7px;
	padding-top: 7px;
}
#clearinghouse UL
{
	padding-right: 0px;
	padding-left: 7px;
	padding-bottom: 3px;
	margin: 0px;
	padding-top: 5px;
	border-bottom: #c9c9c9 1px dotted;
}
#clearinghouse UL LI
{
	padding-right: 25px;
	display: inline;
	padding-left: 0px;
	padding-bottom: 0px;
	vertical-align: text-top;
	padding-top: 0px;
	list-style-type: none;
}
#clearinghouse .color
{
	background-color: #f6fcff;
}
#newslisting
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 7px;
	padding-top: 7px;
}
#newslisting UL
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
	margin: 0px;
	padding-top: 5px;
	border-bottom: #c9c9c9 1px dotted;
}
#newslisting UL LI
{
	padding-right: 0px;
	padding-left: 7px;
	padding-bottom: 3px;
	padding-top: 3px;
	list-style-type: none;
}
#boardMembersListing .row1
{
	float: left;
	width: 300px;
}
#boardMembersListing .row2
{
	padding-right: 0px;
	padding-left: 20px;
	float: left;
	padding-bottom: 0px;
	width: 320px;
	padding-top: 0px;
}
#boardMembersListing BR
{
	clear: left;
}
#boardMembersListing SPAN
{
	font-weight: bold;
	color: #bfa20d;
}
#boardMembersListing DIV
{
	font-weight: bold;
	color: #bfa20d;
}
#contactForm
{
	font-size: 11px;
	width: 500px;
}
#contactForm SELECT
{
	font-size: 11px;
}
#contactForm INPUT
{
	font-size: 11px;
}
#contactForm SPAN
{
	color: #ba1515;
}
#contactForm .submitButton
{
	border-right: white 2px solid;
	padding-right: 3px;
	border-top: white 2px solid;
	padding-left: 3px;
	font-weight: bold;
	padding-bottom: 3px;
	border-left: white 2px solid;
	color: white;
	padding-top: 3px;
	border-bottom: white 2px solid;
	background-color: #6e922b;
}
#contactForm .submitButton:hover
{
	border-right: white 2px solid;
	padding-right: 3px;
	border-top: white 2px solid;
	padding-left: 3px;
	font-weight: bold;
	padding-bottom: 3px;
	border-left: white 2px solid;
	cursor: pointer;
	color: white;
	padding-top: 3px;
	border-bottom: white 2px solid;
	background-color: #7da139;
}
#resourceLibrary UL
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 14px;
	padding-bottom: 0px;
	margin: 15px 0px 0px 50px;
	padding-top: 0px;
	list-style-type: lower-alpha;
}
#resourceLibrary UL LI
{
	margin: 0px 0px 10px;
}
#resourceLibrary UL#numerals
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	padding-bottom: 0px;
	margin: 10px 0px 10px 50px;
	padding-top: 0px;
	list-style-type: lower-roman;
}
#resourceLibrary UL#numerals LI
{
	margin: 2px 0px;
}
#resourceLibrary H2.regular
{
	padding-right: 0px;
	padding-left: 21px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#codesList H3
{
	font-weight: normal;
	color: #cead2d;
}
#codesList UL
{
	list-style-type: none;
}
#codesList LI
{
	padding-right: 0px;
	padding-left: 30px;
	background: url(../images/bullet_blueBook.gif) no-repeat left center;
	padding-bottom: 0px;
	margin: 0px 0px 5px;
	padding-top: 0px;
	border-bottom: #a1c2d1 1px dashed;
}
#standardList UL
{
	list-style-type: none;
}
#standardList LI
{
	padding-right: 0px;
	padding-left: 25px;
	background: url(../images/bullet_greenRight.gif) no-repeat left 5px;
	padding-bottom: 5px;
	margin: 0px 0px 5px;
	padding-top: 0px;
	border-bottom: #a1c2d1 1px dashed;
}
#homeList UL
{
	list-style-type: none;
}
#homeList LI
{
	padding-right: 0px;
	padding-left: 25px;
	background: url(../images/bullet_greenRight.gif) no-repeat left 5px;
	padding-bottom: 5px;
	margin: 0px 0px 5px;
	padding-top: 0px;
}
#contactFloat
{
	border-right: #cead2d 1px solid;
	padding-right: 10px;
	border-top: #cead2d 1px solid;
	padding-left: 10px;
	background: #fff4c0;
	float: right;
	padding-bottom: 10px;
	margin: 0px 0px 15px 15px;
	border-left: #cead2d 1px solid;
	width: 195px;
	color: #967a09;
	padding-top: 10px;
	border-bottom: #cead2d 1px solid;
}
.return
{
	border-right: #a1c2d1 1px solid;
	padding-right: 5px;
	border-top: #a1c2d1 1px solid;
	padding-left: 5px;
	background: white;
	padding-bottom: 5px;
	border-left: #a1c2d1 1px solid;
	width: auto;
	padding-top: 5px;
	border-bottom: #a1c2d1 1px solid;
}
.trigger
{
	display: block;
	cursor: pointer;
}
.trigger:hover
{
	cursor: pointer;
}
.trigger IMG
{
	border-top-width: 0px;
	padding-right: 10px;
	padding-left: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	padding-bottom: 0px;
	margin: 0px 0px -4px;
	padding-top: 0px;
	border-right-width: 0px;
}
.expanded
{
	cursor: pointer;
}
.expanded:hover
{
	cursor: pointer;
}
.expanded IMG
{
	border-top-width: 0px;
	padding-right: 10px;
	padding-left: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	padding-bottom: 0px;
	margin: 0px 0px -4px;
	padding-top: 0px;
	border-right-width: 0px;
}
.show
{
	position: static;
}
.hide
{
	left: -999em;
	overflow: hidden;
	width: 100px;
	position: absolute;
	height: 1px;
}
#memberLogin
{
	border-right: #f5e8a8 1px solid;
	border-top: #f5e8a8 1px solid;
	float: right;
	border-left: #f5e8a8 1px solid;
	width: 170px;
	line-height: 1.8em;
	border-bottom: #f5e8a8 1px solid;
	background-color: #fff9db;
	text-align: center;
}
#memberLoginHome
{
	border-right: #f5e8a8 1px solid;
	padding-right: 3px;
	border-top: #f5e8a8 1px solid;
	padding-left: 3px;
	font-size: 0.75em;
	float: right;
	padding-bottom: 3px;
	margin: 3px 8px 0px 0px;
	border-left: #f5e8a8 1px solid;
	padding-top: 3px;
	border-bottom: #f5e8a8 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff9db;
	text-align: center;
}
#memberLoginHome A
{
	text-decoration: none;
}
#memberLoginHome A:hover
{
	text-decoration: underline;
}
#ctl00_memberLogin
{
	border-right: #f5e8a8 1px solid;
	border-top: #f5e8a8 1px solid;
	float: right;
	border-left: #f5e8a8 1px solid;
	width: 190px;
	line-height: 1.8em;
	border-bottom: #f5e8a8 1px solid;
	background-color: #fff9db;
	text-align: center;
	display: none; 
}
#ctl00_memberLoginHome
{
	border-right: #f5e8a8 1px solid;
	padding-right: 3px;
	border-top: #f5e8a8 1px solid;
	padding-left: 3px;
	font-size: 0.75em;
	float: right;
	padding-bottom: 3px;
	margin: 3px 8px 0px 0px;
	border-left: #f5e8a8 1px solid;
	padding-top: 3px;
	border-bottom: #f5e8a8 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff9db;
	text-align: center;
	display: none; 
}
#ctl00_memberLogin A:hover
{
	text-decoration: underline;
}
#ctl00_memberLoginHome A:hover
{
	text-decoration: underline;
}
#searchResultCount
{
	border-bottom: #a1c2d1 1px dashed;
}
#breadcrumbs
{
	font-size: 0.9em;
	margin: 0pt 0pt 5px;
}
.ResultsTable
{
	border-right: #83d9f2 1px solid;
	border-top: #83d9f2 1px solid;
	background-attachment: scroll;
	background-image: none;
	margin: 0px 0pc 5px;
	border-left: #83d9f2 1px solid;
	border-bottom: #83d9f2 1px solid;
	background-repeat: repeat;
	background-color: #e1f5fc;
	background-x-position: 0%;
	background-y-position: 0%;
}
.productTitle
{
	padding-right: 0pt;
	display: block;
	padding-left: 0pt;
	font-size: 16px;
	padding-bottom: 10px;
	color: #1b5b8e;
	padding-top: 0pt;
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
}
TD
{
	font-size: 12px;
	color: black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.productTable
{
	border-right: #83d9f2 1px solid;
	border-top: #83d9f2 1px solid;
	background-attachment: scroll;
	background-image: none;
	border-left: #83d9f2 1px solid;
	border-bottom: #83d9f2 1px solid;
	background-repeat: repeat;
	background-color: #e1f5fc;
	background-x-position: 0%;
	background-y-position: 0%;
}
.productInfo
{
	font-size: 16px;
	color: #20b8e7;
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
}
#resourceMaps
{   
    padding: 0 0 0 3px;
	background: url(../images/homeInfoBkgrdAlt.gif) repeat-y;
}
#usMap
{
}

#mapSeparator
{
    height: 3px;
}
#caMap
{
    height: 163px;
    width: 276px;
}
#resourceMapsBottom
{
	background: url(../images/homeMapsBkgrdBottom.gif) no-repeat -3px 0px;
	height: 4px;		
}


#contentArea .post .message, #contentArea .post .message a, #contentArea .post .message p {
	font-size: 12px;
}
/*** State Summary Styles ***/
.summaryQuestion
{
    font-weight: bold;
    font-size: 13px;
}
.summaryAnswer
{
    /*text-indent: 27px;*/
}
.relLinksLabel
{
    font-weight: bold;
    font-size: 13px;
    /*text-indent: 27px;*/
}
.relLinks
{
    /*text-indent: 54px;*/
}
.reqLabel
{
    font-weight: bold;
    font-size: 13px;
}
.additionalInfoLabel
{
    font-weight: bold;
    font-size: 13px;
    /*text-indent: 27px;*/
}
.additionalInfo
{
    /*text-indent: 54px;*/
}
.moreInfo
{
    /*text-indent: 27px;*/
}
.subLabel
{
    font-weight: bold;
    font-size: 13px;
    /*text-indent: 27px;*/
}
#summary
{

}
#shortSummary
{
    float: left;
    width: 455px;
}
#summaryImage
{
    float: left;
    width: 200px;
}
#bookmarkList
{
}
#mapText
{
}

.clearfix:after { 

content:"."; 

display:block; 

height:0; 

clear:both; 

visibility:hidden; 
} 
 
.clearfix {display:inline-block;} 
* html .clearfix,  {height:1%;} 
.clearfix {display:block;}


   .ektronSearch {
            border: 1px solid #000;
            padding: 5px;
            margin: 10px 0;
        }

        .searchResultsHeader {
            background-color: #d6def3;
         }

        .ektronSearch div.searchWrapper div.resultPreview {
            clear: both;
            margin: 0em 0em 1.2em 0em;
        }

        .ektronSearch div.searchWrapper div.searchResults h4 span.dateTime {
            margin-left: .5em;
            color: #4c4c4c;
            font-size: .9em;
        }

        .ektronSearch div.searchWrapper div.searchResults h4 {
            font-weight: normal;
            text-align: left;
        }

        .ektronSearch div.searchWrapper div.resultPreview p {
            margin: 0em;
            padding: 0em;
        }

        .ektronSearch div.searchWrapper div.searchResults h4 {
            font-weight: normal;
            margin: 1em 0em .25em 0em;
            text-align: left;
        }

        .ektronSearch div.searchWrapper div.suggestedResults {
            background-color: #FFFFD8;
            padding: 1em .5em .5em .5em;
            border: 1px solid silver;
        }

        .ektronSearch div.searchWrapper div.suggestedResults div.resultPreview {
            margin-bottom: 1em;
        }

        .ektronSearch div.searchWrapper div.suggestedResults h3 {
            font-weight: normal;
            color: #4c4c4c;
            font-size: 1em;
            margin-top: 0 !important;
            padding: 0;
        }

        .ektronSearch div.searchWrapper div.suggestedResults h4 {
            display: inline;
            font-weight: normal;
            margin: 1em 0em .25em 0em;
        }

        .ektronSearch div#navbar {
            text-align: center;
            display: block;
            margin-top: 1em;
            border-top: 1px dotted silver;
            padding-top: 1em;
        }

        .ektronSearch div#navbar .ektronPaging ul {
            list-style: none;
            margin: 0em;
            padding: 0em;
        }

        .ektronSearch div#navbar .ektronPaging ul li {
            display: inline;
            border: 1px solid blue;
            padding: .35em;
            margin-right: .5em;
            font-weight: bold;
        }
