﻿.orangeState
{
	color:black
}
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffee;
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: -130px;
left: 180px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

a.footer_text_href
{
	color:White;
	font-size:8pt;
}
.SearchButtonStyle
{
	background-image:url('images/button-search.gif');
	border:0px;
	width:116px;
	height:25px;
}
.StateClass{
	font-size:16pt;
	color:#047ac4;
	font-family:"Trebuchet MS";
}
.MainHeader {
	font-size: 24pt;
	color: #000000;
}
.aritcleBody {
	font-family: Arial;
	font-size: 11pt;
	color: black;
	text-align:left;
	background-color:#fafafa;
}
.articleTable
{
	border: solid 1px #cccccc;
}
.subArticleHeaderTD
{
	background-color:#047AC4;
	color:white;
	font-weight:bold;
	font-size:small;
	border: 1px solid #CFDFE9;
	margin-bottom:6px;
	font-size:16pt;
	text-align:center
}
.subArticleHeaderTD2
{
	color:Black;
	font-weight:bold;
	font-size:small;
	font-size:14pt;
	text-align:left
}
.subArticleHeaderTD2map
{
	color:Black;
	font-weight:bold;
	font-size:small;
	font-size:11pt;
	text-align:left
}
.subArticleHeaderTD3
{
	color:Black;
	font-size:small;
	font-size:10pt;
	text-align:left
}
.subArticleHeader
{
	font-size:medium;
	background-color:Aqua
}

.SideBarTitleCell{
	background-color:#047AC4;
	color:white;
	font-weight:bold;
	font-size: small;
}
.style8 {
	font-family: Arial;
	font-size: 11pt;
	color: #53697B;
}
a:link {color: #124363; text-decoration: none; }
a:visited {color: #666666; text-decoration: none; }
a:hover {color: #186598; text-decoration: underline; }
a:active {color: #124363; }
a.footer_text_href
{
	color:White;
	font-size:8pt;
}
.FooterCell{
text-align:center;
	background-color:#047AC4;
	color:white;
	font-weight:bold;
}
.FooterLink{
	color:white;
	font-weight:bold;
}

.Warnning {
	font-size: 18px;
	line-height: normal;
	font-family: "Trebuchet MS";
}
.title {
	FONT: bold 30px Trebuchet MS; COLOR: #1675B0
}
.title2 {
	FONT: 18px arial, sans-serif; COLOR: #999999
}


.details {
style: block;
border: 1px #86888A dashed;
padding: 5px;

}
.WarningFont
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
}
.BlueCell
{
background-color:white
}
.body {
		margin: 0;
		padding: 0;
		text-align: center; /* Takes care of horizontal alignment in Internet Explorer */
		font-family:Arial, Helvetica, sans-serif;
}
.cell_over { BACKGROUND-COLOR: #F8F8F8; }
.cell_out { BACKGROUND-COLOR: white }
.cell_down { BACKGROUND-COLOR: #F5F5F5;}

.datacell_over { BACKGROUND-COLOR: #F8F8F8; border:1px  solid #FFFFFF }
.datacell_down { BACKGROUND-COLOR: #FFFFFF;  border:1px  solid #D7D7D7}

/************ sectionLinks styles **************/

.sectionLinks{
	margin: 0px;
	padding: 0px; font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #21536A;
	font-family:Arial, Helvetica, sans-serif;
}

.sectionLinks a:link {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #21536A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: -1px;
}

.sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}
.formText {
	/*font-family: "Trebuchet MS";*/
	font-size: 10pt;
	font-weight: normal;
}
.WarningFontRed {
	text-decoration: underline;
	color: #FF0000;
}
.TopLeftHeader {
	font-family: "Trebuchet MS";
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
.footer_text
{
	font-size:10pt;
}
.subHeader {
	font-size: 10pt;
	font-weight: bold;
	font-family: "Trebuchet MS";
}
.style_li {
	font-size: 10pt;
	font-family: "Trebuchet MS";
}
.subPageHeader {
	font-family: "Trebuchet MS";
	font-size: xx-large;
	font-weight: bold;
	color: #1675B0;
}
.ColorName
{
	color:#047AC4
}