body {
	margin: 0px ;
	padding: 0px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #008AC8;
	background:url(images/jpegs/mainbg.jpg);
	text-align:center;
}
html {
overflow: -moz-scrollbars-vertical;
}
#container[id] {
	width: 100%;
	height: 565px;
	margin-top: 0px;
	background-image: url(images/pngs/topbg.png);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 1;
	position: relative;
	background-color:#008AC8;
	}
#container {
	width: 100%;
	height: 565px;
	margin-top: 0px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/pngs/topbg.png');
	background-repeat: no-repeat;
	background-position: top;
	z-index: 1;
	position: relative;
	background-color:#008AC8;
}
#headerbg[id]{
	background: url(images/pngs/topheader.png) no-repeat;
	width:848px;
	height:208px;
}
#headerbg{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/pngs/topheader.png');
	width:848px;
	height:208px;
	background-repeat:no-repeat;
}
#bgbottom[id]{
	width: 100% auto;
	height: 230px;
	background-image:url(images/pngs/bottomBG.png);
	background-position:bottom;
	background-repeat:no-repeat;
	position:relative;
	z-index: 2;
}
#bgbottom{
	width: 100% auto;
	height: 230px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/pngs/bottombg.png');
	background-position:bottom;
	background-repeat:no-repeat;
	position:relative;
	z-index: 2;
}
#bg1[id]{
	position:absolute; 
	width:865px; 
	height:608px; 
	z-index:-1; 
	vertical-align:top; 
	text-align:center;
	left: 50%;
	margin-left:-432px;
	background-image:url(images/pngs/bg1.png);
	background-position:top;
	background-repeat:no-repeat;
}
#bg1{
	position:absolute; 
	width:865px; 
	height:608px; 
	z-index:-1; 
	vertical-align:top; 
	text-align:center;
	left: 50%;
	margin-left:-432px;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/pngs/bg1.png');
	background-position:top;
	background-repeat:no-repeat;

}
#bgtop[id]{
	background-image:url(images/pngs/topbg.png);
	background-position:top;
	background-repeat:no-repeat;
}
#bgtop{
	background-position:top;
	background-repeat:no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/pngs/topbg.png');
}
.leftshadow[class]{
	background:url(images/pngs/shadowleft.png) repeat-y;
	width: 6px;	
}
.leftshadow {
	width: 6px;	
	background-repeat:repeat-y;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/pngs/shadowleft.png');
}
.rightshadow[class]{
	background:url(images/pngs/shadowright.png) repeat-y;
	width: 6px;	
}
.rightshadow {
	width: 6px;	
	background-repeat:repeat-y;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/pngs/shadowright.png');
}
.contentbtm[class]{
	background:url(images/pngs/contentbtm.png) no-repeat;
	height: 3px;	
}
.contentbtm {
	width: 3px;	
	background-repeat:no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/pngs/contentbtm.png');
}
.content{
	background-color:#FFFFFF;
	width: 836px;
}
.leftnavBG{
	background-color:#64B7DE;
}
.upcomingeventsBG{
	background-color:#D2E0E6;
	border-left: 1px solid #C9DAE7;
	border-right: 1px solid #C9DAE7;
	border-bottom: 1px solid #C9DAE7;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.upcomingeventsBGhome{
	background-color:#D2E0E6;
	border-left: 1px solid #C9DAE7;
	border-right: 1px solid #C9DAE7;
	border-bottom: 1px solid #C9DAE7;
}
/*start of menu*/

#wrap{
	clear: right;
	z-index:40;
}
#navbar {
	position: relative;
	margin: 0;
	padding: 4px 0 0 0;
	width: 25%;
	height: 26px;
}
#navbar li {
    list-style: none;
    float: left; 
}
#navbar li a {
    display: block;
    padding: 3px 6px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold; 
	font-size:10px;
	font: Tahoma, Arial, Verdana, Helvetica, sans-serif
}
#navbar li a:hover {
    color: #003366; 
	font-size:10px;

}

/*end of menu*/

hr.listSeparator {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0px;
}
a, a:link, a:visited, a:active {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}
.emailtext { 
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	text-transform: none;
	color: #fff;
 }
a.emailtext:link, a.emailtext:visited, a.emailtext:active  {
	text-decoration: underline;
	font-weight: normal;	
	color: #fff;
}
a.emailtext:hover {
	text-decoration: underline;
	font-weight: normal;	
	color: #003366;	
} 
.footertext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
 }
a.footertext:link, a.footertext:visited, a.footertext:active  {
	text-decoration: underline;
	font-weight: normal;	
	color: #fff;
}
a.footertext:hover {
	text-decoration: underline;
	font-weight: normal;	
	color: #003366;	
} 
.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.featureslibrarytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.mainborder {
	border: 1px #000000 solid;
}
.dashedborder {
	border: 1px #000000 dashed;
}
.dottedborder {
	border: 1px #000000 dotted;
}
.welcometext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}

.sitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.sitetext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006699;
}
a.sitetext2:link, a.sitetext2:visited, a.sitetext2:active  {
	text-decoration: underline;
	font-weight: bold;;	
	color: #006699;
}
a.sitetext2:hover {
	text-decoration: underline;
	font-weight: bold;	
	color: #fff;	
} 
.sitetext3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.sitetext4 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
 }
a.sitetext4:link, a.sitetext4:visited, a.sitetext4:active  {
	text-decoration: underline;
	font-weight: bold;;	
	color: #666666;
}
a.sitetext4:hover {
	text-decoration: underline;
	font-weight: bold;	
	color: #fff;	
} 
.sitetext5 li a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #fff;
 }
 .sitetext5  { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #fff;
 }

 a.sitetext5:link, a.sitetext5:visited, a.sitetext5:active  {
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}
a.sitetext5:hover {
	text-decoration: underline;
	font-weight: bold;	
	color: #006699;	
} 
.sitetext6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}
 .sitetext7  { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #fff;
 }

 a.sitetext7:link, a.sitetext7:visited, a.sitetext7:active  {
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}
a.sitetext7:hover {
	text-decoration: underline;
	font-weight: bold;	
	color: #00CCFF;	
} 
.imageDesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.transBack{
	FILTER: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=50);
	background-color: #FFFFFF;
}.titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.newslibrarytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.newsheadlinetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.subheadertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
input {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
textarea {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.contactformbg {
	background-image:url(images/gifs/forms/bg.gif);
	background-repeat:repeat-y;
}

table, td, a {
/*	color: #ffffff;*/
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
	clear: both;
	height: 315px;
	overflow: auto;
	width: 525px;
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow: hidden;
	width: 525px;
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	width: 525px;
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	width: 525px;
}
/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
	display: block;
	height: 299px;
	overflow: auto;
	width: 509px;
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	padding: 2px 3px 3px 4px
}

tbody.scrollContent tr.alternateRow td {
	padding: 2px 3px 3px 4px
}

/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body tbody.scrollContent td {
	width: 509px;
}

html>body tbody.scrollContent td + td {
	width: 509px;
}

html>body tbody.scrollContent td + td + td {
	width: 509px;
}

.picborder{
	border: 1px #cccccc solid;
}



/*lightbox css*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;	
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/gifs/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/gifs/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/gifs/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}


#EventsTicker{
border:solid 1px #cccccc;
background:#D2E0E6;
width:291px;
height:120px;
margin:0 auto;
}
#Eventshorizontal {
width: 291px;
height: 120px;
display: block;
overflow: hidden;
position: relative;
}
/* --------------- */
/* Ticker horizontal */
#Tickerhorizontal {
width: 284px;
display: block;
list-style: none;
margin: 0;
padding: 0;
}
#Tickerhorizontal li {
display: block;
width: 280px;
color: #333333;
text-align: left;
font-size: 11px;
margin: 0;
padding: 6px;
float: left;
}
#Tickerhorizontal li .EventsTitle{
display: block;
color: #000000;
font-size: 12px;
font-weight:bold;
margin-bottom:6px;
}
#Tickerhorizontal li .EventsTitle a:link,
#Tickerhorizontal li .EventsTitle a:Visited {
display: block;
color: #000000;
font-size: 12px;
font-weight:bold;
margin-bottom:6px;
text-decoration:none;
}
#Tickerhorizontal li .EventsTitle a:hover {
text-decoration:underline;
}

#Tickerhorizontal li .EventsImg{
float:left;
margin-right:10px;
}
#Tickerhorizontal li .EventsFooter{
display: block;
color: #000000;
font-size: 10px;
margin:6px 0 14px 0;
}