@charset "UTF-8";
/* CSS Document */

body  {
	background: #ffffff; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container  {
	width: 905px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	background-color: #DDDDDD;
	background-image: url(images/hm_hdr_bck.jpg);
	width: 905px;
	padding: 0;
	height: 81px;
	position: relative;
} 
#logolink {
	height: 50px;
	width: 300px;
	position: absolute;
	left: 47px;
	top: 35px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	width: 347px;
	padding: 0px;
	background-color: #ffffff;
	vertical-align: top;
	float: left;
	background-image: url(images/logo_bttm_wt.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#events {
	width: 304px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #d6f0b3;
	margin-left: 43px;
	overflow: auto;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
}
#hm_events {
	width: 304px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #d6f0b3;
	margin-left: 43px;
	overflow: auto;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 6px;
	height: 308px;
}
#news_events {
	width: 304px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #d6f0b3;
	margin-left: 43px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 6px;
}
#hm_events_cpy {
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #d6f0b3;
	margin-left: 1px;
	overflow: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
}
#hm_events li {
	list-style-image: url(images/event_bullet2.jpg);
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: .75em;
	color: #4d7b12;
}
#hm_events li a {
	color: #4d7b12;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: .75em;
	text-decoration: none;
}
#hm_events li a:hover {
	color: #003399;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.75em;
	text-decoration: none;
}
#news_events li {
	list-style-image: url(images/event_bullet2.jpg);
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: .75em;
	color: #4d7b12;
}
#news_events li a {
	color: #4d7b12;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: .75em;
	text-decoration: none;
}
#news_events li a:hover {
	color: #003399;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.75em;
	text-decoration: none;
}
#mn_cpy_indent {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-decoration: none;
}
#mainContent  {
	margin-top: 48px;
	margin-right: 14px;
	margin-left: 363px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 15px;
	background-color: #f0f0f0;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.75em;
	color: #666666;
	text-decoration: none;
	line-height: 20px;
} 
#mainContentHm {
	margin-top: 48px;
	margin-right: 14px;
	margin-left: 363px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 80px;
	padding-left: 20px;
	background-color: #f0f0f0;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.75em;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
	position: relative;
	height: 505px;
}
#mainContentcntct {
	margin-top: 48px;
	margin-right: 14px;
	margin-left: 363px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 15px;
	background-color: #f0f0f0;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.75em;
	color: #666666;
	text-decoration: none;
	line-height: 20px;
	position: relative;
}
#disPicker1 {
	background-color: #f0f0f0;
	color: #666666;
	text-decoration: none;
	position: absolute;
	height: 255px;
	width: 167px;
	left: 307px;
	top: 47px;
}
#disPicker2 {
	background-color: #f0f0f0;
	color: #666666;
	position: absolute;
	height: 255px;
	width: 220px;
	left: 34px;
	top: 56px;
	overflow: auto;
}
#cont_us {
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #f0f0f0;
	color: #666666;
	text-decoration: none;
	float: left;
}
#cont_mex {
	margin-top: 0px;
	margin-right: 1px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #f0f0f0;
	color: #666666;
	text-decoration: none;
}
#footer  {
	background-color: #c9d5fb;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: .75em;
	color: #485e95;
	margin-left: 43px;
	padding: 0;
	margin-top: 10px;
	margin-right: 14px;
} 
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}
.title1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	color: #3a5b9e;
	text-decoration: none;
}
.subtitle1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #3a5b9e;
	text-decoration: none;
}
.title2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1em;
	color: #538134;
	text-decoration: none;
}
.subtitle3 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	letter-spacing: 0em;
}
.cpy_mission {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.25em;
	color: #999999;
	text-decoration: none;
}
.lnk_grey {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: .75em;
	color: #666666;
	text-decoration: none;
}
.lnk_grey:hover  {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.75em;
	color: #3a5b9e;
	text-decoration: none;
}
.lnk_grey1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1em;
	color: #666666;
	text-decoration: none;
}
.lnk_grey1:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1em;
	color: #3a5b9e;
	text-decoration: none;
}
.navtitle1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	color: #3a5b9e;
	text-decoration: none;
}
.navtitle1:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	color: #d6f0b3;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


ul#nav {
	top: 60px;
	left: 362px;
	width: 500px;
	margin: 0;
	height: 20px;
	list-style-type: none;
	overflow: hidden;
	float: none;
	position: absolute;
}


/*
body#home ul#nav  { background: transparent url(images/converd_nav10.png) no-repeat 0 0px; }
body#paper ul#nav { background: transparent url(images/converd_nav10.png) no-repeat 0 -20px; }
body#news ul#nav  { background: transparent url(images/converd_nav10.png) no-repeat 0 -40px; }
body#greentrak ul#nav  { background: transparent url(images/converd10_nav.png) no-repeat 0 -60px; }
body#contact ul#nav  { background: transparent urlimages/(converd_nav10.png) no-repeat 0 -80px; }
*/

ul#nav li a {
	position: absolute;
	top: 0;
	width: 120px;
	text-indent: -9000px;
	text-decoration: none;
	overflow: hidden;
	height: 20px !important;
	height /**/:20px; /* IE5/Win */
	/*background: transparent url(images/converd_nav10.png) no-repeat;*/
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

body#home li#pap a 			{ background-position: 0 0; width: 110px; left: 0; }
body#home li#pap a:hover		{ background-position: 0 -20px; }
body#home li#nws a 			{ background-position: -110px -0px; left: 110px; }
body#home li#nws a:hover		{ background-position: -110px -40px; }
body#home li#grntrk a 			{ background-position: -224px -0px; left: 224px; }
body#home li#grntrk a:hover		{ background-position: -224px -60px; }
body#home li#con a 			{ background-position: -310px -0px; left: 310px; }
body#home li#con a:hover		{ background-position: -310px -80px; }

body#paper li#pap a 			{ background-position: 0 0; width: 110px; left: 0; }
body#paper li#pap a:hover		{ background-position: 0 -20px; }
body#paper li#nws a 			{ background-position: -110px -0px; left: 110px; }
body#paper li#nws a:hover		{ background-position: -110px -40px; }
body#paper li#grntrk a 			{ background-position: -224px -0px; left: 224px; }
body#paper li#grntrk a:hover		{ background-position: -224px -60px; }
body#paper li#con a 			{ background-position: -310px -0px; left: 310px; }
body#paper li#con a:hover		{ background-position: -310px -80px; }

body#news li#pap a 			{ background-position: 0 0; width: 110px; left: 0; }
body#news li#pap a:hover		{ background-position: 0 -20px; }
body#news li#nws a 			{ background-position: -110px -40px; left: 110px; }
body#news li#nws a:hover		{ background-position: -110px -40px; }
body#news li#grntrk a 			{ background-position: -224px -0px; left: 224px; }
body#news li#grntrk a:hover		{ background-position: -224px -60px; }
body#news li#con a 			{ background-position: -310px -0px; left: 310px; }
body#news li#con a:hover		{ background-position: -310px -80px; }

body#greentrak li#pap a 			{ background-position: 0 0; width: 110px; left: 0; }
body#greentrak li#pap a:hover		{ background-position: 0 -20px; }
body#greentrak li#nws a 			{ background-position: -110px -0px; left: 110px; }
body#greentrak li#nws a:hover		{ background-position: -110px -40px; }
body#greentrak li#grntrk a 			{ background-position: -224px -60px; left: 224px; }
body#greentrak li#grntrk a:hover		{ background-position: -224px -60px; }
body#greentrak li#con a 			{ background-position: -310px -0px; left: 310px; }
body#greentrak li#con a:hover		{ background-position: -310px -80px; }

body#contact li#pap a 			{ background-position: 0 0; width: 110px; left: 0; }
body#contact li#pap a:hover		{ background-position: 0 -20px; }
body#contact li#nws a 			{ background-position: -110px -0px; left: 110px; }
body#contact li#nws a:hover		{ background-position: -110px -40px; }
body#contact li#grntrk a 			{ background-position: -224px -0px; left: 224px; }
body#contact li#grntrk a:hover		{ background-position: -224px -60px; }
body#contact li#con a 			{ background-position: -310px -80px; left: 310px; }
body#contact li#con a:hover		{ background-position: -310px -80px; }


ul#navprint {
	top: 85px;
	left: 477px;
	width: 390px;
	height: 20px;
	list-style-type: none;
	overflow: hidden;
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	position: absolute;
}

body#printer ul#navprint  { background: transparent url(images/printer_nav2.png) no-repeat 0 0px; }


ul#navprint li a {
	position: absolute;
	top: 0px;
	width: 145px;
	text-indent: -9000px;
	text-decoration: none;
	overflow: hidden;
	height: 20px !important;
	height /**/:20px; /* IE5/Win */
	background: transparent url(images/printer_nav2.png) no-repeat;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

body#printer li#ujet a 			{ background-position: 0 0; width: 145px;left: 0px;}
body#printer li#ujet a:hover		{ background-position: 0 -40px; }
body#printer li#ujet2 a 			{ background-position: -145px -0px; left: 145px; }
body#printer li#ujet2 a:hover	{ background-position: -145px -60px; }


ul#navpaper {
	top: 83px;
	left: 360px;
	width: 390px;
	height: 20px;
	list-style-type: none;
	overflow: hidden;
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	position: absolute;
}

body#paper ul#navpaper  {
	background: transparent url(images/paper_nav.png) no-repeat 0 0px;
	width:175px;
}


ul#navpaper li a {
	position: absolute;
	top: 0px;
	width: 165px;
	text-indent: -9000px;
	text-decoration: none;
	overflow: hidden;
	height: 20px !important;
	height /**/:20px; /* IE5/Win */
	background: transparent url(images/paper_nav.png) no-repeat;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

body#paper li#in a 			{ background-position: 0 0; width: 110px;left: 0px;}
body#paper li#in a:hover		{ background-position: 0 -20px; }
body#paper li#out a 			{ background-position: -110px -0px; left: 110px; }
body#paper li#out a:hover		{ background-position: -110px -40px; }
body#paper li#grand a 			{ background-position: -225px -0px; left: 225px; }
body#paper li#grand a:hover	{ background-position: -225px -60px; }
#home_imgbttm {
}

.imageDiv
{
	border: thin solid;
	text-align:center;
	vertical-align:middle;
	display:inline-block;
}

.imageCaptionDiv
{
	height:auto;
	border: thin solid;
	word-wrap:  break-word;
}

.noBorder img
{
	border:none;
}

.stayConnected
{
	width:300px;
}

.stayConnectedTitle
{
	height:20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.25em;
	color: #538134;
	text-decoration: none;
	font-weight:bold;
}

.stayConnectedIcons
{
	height:65px;
	padding:10px 0px 0px 0px;
}

.stayConnectedIcon
{
	float:left;
	width:48px;
	height:48px;
}


-- Galleries
.imageHolder
{
	width:500px;
	--border:solid thin;
}

.imageHolderRow{}

.imageHolderCell
{
	width:200px;
	--height:150px;
	text-align:center;
	background-color:white;
	border:solid 1px #cdc9c9;
	padding:10px 0px 10px 0px;
	vertical-align:bottom;
}

.clearFloat
{
	float:clear;
}

.noBorder
{
	border-style: none;
}

.imageDisplayDiv
{
	width:480px;
	text-align:center;
	padding: 10px 10px 15px 10px;
	margin:10px 10px 5px 0px;
	background-color:white;
	vertical-align:middle;
	line-height:8em;
	display:block;
}

.topNav{
	margin:0px 0px 0px 310px;
	padding:50px 0px 0px 0px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	color:white;
}

.topNav ul{}

.topNav li
{
	color:white;
	display: inline;
	list-style-type: none;
	margin:0px 0px 0px 10px;
}

.topNav a
{
	color:white;
	text-decoration:none;
}

.topNav a:hover
{
	color:#3e5490;
}

.topNav a:active
{
	color:#3d538c;
}


