@charset "UTF-8";
.link-table {
	color: #FFFFFF;
	text-decoration: none;
	border-right-style: none;
	border-right-color: #000000;
	font-size: 10pt;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #083C70;
	padding-left: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-left-style: solid;
	border-top-color: #083C70;
	border-left-color: #083C70;
	padding-right: 2px;
}
.regular-text {
	font-size: 17px;
	color:#000000;
}
.twoColFixLtHdr #container {
	width: 820px;
	background: #FFFFFF; //main content background
	border: 1px solid #000000; //border color
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.first-page-link {
	color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10pt;
	padding-right: 2px;
}
.links-bar-text {
	padding-right: 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}
.sidebar-links {
	font-size: 11pt;
	font-weight: normal;
	list-style-position: inside;
	color: #FFFFFF;
}
.header-table {
	border: 1px solid #083C70;
	padding: 1px;
}
.footer {
	color:#FFFFFF;
}
.regular-text2 {
	font-size: 18px;
}
h1.regular-text {
	font-size: 22px;
}
a.regular-text{
	color: #000000;
	text-decoration: underline;
}
a.footer{
	color: #FFFFFF;
}
a.link-table {
	color: #FFFFFF;
}
.right-column {
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.Home-Side {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-bottom: 5px;
}
.links-table {
	padding-bottom: 10px;
	font-size: 12px;
}
.printer-friendly {
	color: #000000;
	text-decoration: underline;
	padding-bottom: 5px;
}
a {
color:#000000;
}

.picture-galleries {
	color: #FFFFFF;
}
.caption {
	font-size: 12px;
	padding-right: 10px;
}
.twoColFixLtHdr #header {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #1874CD; //links background color
	padding-bottom: 10px;
}

body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #A3D2FF; //side border colors
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 190px; 
	padding: 15px 10px 15px 20px;
	background-color: #1874CD; //side background color
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #1874CD; //footer color
}

.footer-text {
	color: #FFFFFF; //thin border
}
/* The slideshow CSS. Customize to meet your taste. */
.slideshow {
	font-family:Arial, Helvetica, sans-serif;
	width:336px;
	height:375px;
	overflow:hidden;
	background-color:#000000;
	color:#FFFFFF;
	border:5px solid #99CC00;
}
.slideshow > ul {
	margin: 0;
	padding: 0;
}
.slideshow > ul > li {
	display:inline;
	margin:0px;
	padding:0px;
	font-size:1px;
	margin-right: -1px;
}
.slideshow > ul > li > div {
  display: none;
  text-decoration: none;
  float:left;
}
.slideshow > ul > li > div > p {
  font-size:11px;
  text-align:center;
  padding:10px 0px 0px 0px;
  margin:0px;
  color:#FFFFFF;
}
.slideshow > ul > li > div > a > img {
	border:2px solid #FFFFFF;
	width:332px;
}
.slideshow  > ul > li > img {
	border:2px solid #FFFFFF;
	margin:0px;
	padding:0px;
	width:80px;
	height:60px;
}
/* Shows slides when mouse pointer is over a thumbnail image */
.slideshow > ul > li:hover > div {
	display: block;
}
/* Highlights the thumbnail image when mouse pointer is over it */
.slideshow > ul > li:hover > img {
	border-color:#1874CD;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

