@charset "utf-8";
/* CSS Document */
<style type="text/css">


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
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 on hover*/
visibility: visible;
top: 110px;
left: 628px; /*position where enlarged image should offset horizontally */

}


.menu2 {padding:0 0 0 20px; margin:0; list-style:none; height:32px; background:#fff; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
.menu2 li.top {display:block; float:left;}
.menu2 li a.top_link {
	display:block;
	float:left;
	height:32px;
	line-height:21px;
	color:#056bb3;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:0 0 0 12px;
	cursor:pointer;
	width: 83px;
}
.menu2 li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:32px;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:32px;}
.menu2 li a.top_link:hover {color:#fff; }
.menu2 li a.top_link:hover span {
}
.menu2 li a.top_link:hover span.down {
}
.menu2 li:hover > a.top_link {
	color:#FFFFFF;
	background-color: #495b68;
	}
.menu2 li:hover > a.top_link span {}
.menu2 li:hover > a.top_link span.down {}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible; position:relative; z-index:200;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.sub {left:0; top:31px; background: #fff; padding:0px; border:0px solid #3a93d2; white-space:nowrap; width:95px; height:auto; z-index:300;}
.menu2 :hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:95px;
	font-weight:normal;
	background-color: #056bb3;
}
.menu2 :hover ul.sub li a {
	display:block;
	font-size:11px;
	height:20px;
	width:95px;
	line-height:20px;
	text-indent:5px;
	color:#FFFFFF;
	text-decoration:none;
}
.menu2 :hover ul.sub li a.fly {background:#fff 80px 7px no-repeat;}
.menu2 :hover ul.sub li a:hover {background:#3a93d2; color:#fff;}
.menu2 :hover ul.sub li a.fly:hover {color:#fff;}
.menu2 :hover ul li:hover > a.fly {background:#3a93d2 80px 7px no-repeat; color:#fff;} 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px; border:1px solid #3a93d2; white-space:nowrap; width:95px; z-index:400; height:auto;}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* 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;
	background-image: url(images/Background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #9fb1bd;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h4 {
	font-size: 16px;
	color: #056bb3;
}
h5 {
	font-size: 10px;
	color: #000000;
}
h6 {
	font-size: 10px;
	color: #666666;
}
h3 {
	font-size: 20px;
	color: #FF0000;
}
h2 {
	font-size: 12px;
	color: #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 1;
}
h1 {
	font-size: 16px;
	color: #000000;
}

a:link {
	color: #666666;
}
a:hover {
	color: #000000;
}

a:visited {
	color: #666666;
}
a:active {
	color: #666666;
}
</style>
