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

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:.9 em;
	line-height: 1.5 em;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
div{
	overflow:hidden;
}

a{
	text-decoration: none;
	color: #000;
}

/* =Layout
-------------------------------------------------------------- */
html {
	background-color: #75828c;
	background-image: url(images/topbar.png);
	background-repeat: repeat-x;
}
#topbar {
	width: 790px;
	height:24px;
	background-image:url(images/topbar.png);
	position: absolute;
	top: 0px;
	z-index: 2;
	
}
#wrapper {
	margin: 14px auto 20px auto;
	width: 790px;
	background-color: #75828c;
}

#content {
	position: relative;
    padding: 8px 10px 8px 6px;
	margin:0 auto;
	width: 774px;
	background-color: #ecf2f5;

}


#header {
	width: 790px;
	height: 230px;
	padding: 0px;
	position: relative;
	z-index:1;
}
#header h1 {
	background-color: #074669;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .95em;
	text-align: center;
	width: 100%;
	position: absolute;
	color: #FFF;
	top: 200px;
	left:0px;
	padding:6px 6px 8px;
}
#logo {
	position: absolute;
	top: 16px;
	left: 11px;
	width: 240px;
	height: 100px;
}
#topnav {
	width: 400px;
	left:431px;
	z-index:3;
	position: absolute;
}
#aside{
	float:left;
	width: 234px;
	padding: 8px 8px 0 0px;
}

#maincontent{
	position:relative;
	float:right;
	background-color: #fff;
	width:474px;
	padding: 10px 20px;
	clear:none;
}
#maincontent h2{
	font-size:1.4em;
	color:#074669;
	clear: none;
	line-height: 28px;
	padding-bottom:10px;
}
#maincontent p, ol, ul{
	font-size: .7em;
	line-height: 1.6em;
	padding-top: 0px;
padding-bottom: 10px;
	
}
#maincontent  ol{
	display:block;
	padding: 10px 10px 10px 40px;
	background-color:#E0F0FC
}

#maincontent ul{
	list-style-position: outside;
	list-style-type: square;
	padding-left:20px;
	}

#maincontent ul li ul li {
	list-style-type: circle;	
}
#maincontent li{
		padding-top: 2px;

}
h5{
	font-size: 1.1em;
	color:#417BC3;
	line-height: 1.2em;

}
#states {
	font-size: 0.75em;
	}

#states td{
	line-height: 1.2em;
	border: 1px solid #CCCCCC;
	padding: 6px;
	color: #417BC3;
	font-weight: bold;
}
#states th{
	padding:12px 0 3px 0;
}

#maincontent a{
	color:inherit;
}

#maincontent a:hover{
	text-decoration: none;
	color: #0000FF;
}

/* top navigation
____________________________________________________*/

#topnav ul li{
	float:left;
}
#topnav ul li a {
	color: #fff;
	font-size:.9em;
    font-weight:bold;
	text-decoration:none;
	background-color: #417bc3;
	margin:0px 0 0 3px;
	display: block;
	width: auto;
	text-align: center;
	padding: 1.2px 5px;
	
}

#topnav ul li a:hover {
	background-color:#80abd2;
  }
/* side navigation
____________________________________________________*/

#aside h3{
	font-size:.9em;
	font-weight:bold;
	color: #074669;
	padding: 8px 0 10px 4px;
}

#aside #sidenav ul li a {
	display:block;
	position:relative;
	padding: 4px 4px 6px 4px;
	color: #074669;
	font-size:.95em;
	text-decoration:none;
	background-color: #d8e5ec;
	margin:0 0 4px 4px;
	font-weight: bold;
}
#aside #sidenav ul li a:hover span{
	position:absolute;
    right:100%;
	width:4px;
	height:100%;
	background-color:#074669;
	bottom: 0px;
}

#aside #sidenav ul li a:hover {
	background-color:#bdd2e5;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
  }
   /* section
____________________________________________________*/
#section{
	margin:20px 0 0 4px;
	padding:10px;
	border: 1.5px solid #bdd2e5;
	background-color: #FFF;
}
#section h4{
	font-size:1em;
	font-weight: bold;
	color: #074669;
	font-size: 14px;
	font-weight: bold;
	color: #417BC3;
	padding-bottom:4px;
}
#section p {
	font-size: .8em;
	font-weight: normal;
	color: #75828C;
	line-height: 16px;
	padding-bottom:6px;
	}
	

 /* footer
____________________________________________________*/
#footer{
	margin:10px 30px;
	font-size:10px;
	color:#fff;
	
}
   /* infobox
____________________________________________________*/
#infobox, #gallery{
	float: right;
	width: 180px;
	margin:0 0 10px 20px;
	padding: 2px 8px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #75828C;
}
#infobox p{
	font-size:0.75em;
	line-height: 18px;
	padding-top: 4px;
	color: #417BC3;
}
#infobox ul li{
	list-style-type: square;
	list-style-position: outside;
		color: #417BC3;

}
.button a {
	display:block;
	padding:4px;
	background-color:#417BC3;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #96BBCD;
	border-right-color: #3768A7;
	border-bottom-color: #274A77;
	border-left-color: #96BBCD;
	font-size: .9em;
	color: #FFF !important;
	text-align: center;
	font-weight: bold;
	text-decoration: none !important;
}
.button a:hover, .button a:hover{
	background-color: #074669;
}
#formbox{
	width: 90%;
}

#formbox ul li{
	list-style-type: none;
}

/* gallery
_________________________________________________ */ 

#gallery{
	margin-left: 30px;
	width:140px;
	padding: 20px 0 20px 20px;
	top:600px;
}

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

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

.thumbnail:hover img{
}

.thumbnail span { /*CSS for enlarged image*/
	position: fixed;
	width:560px;
	right:180px;
	visibility:hidden;
	background-color: 
	#75828c;
	padding: 0 0 6px 0;
	top: auto;
	bottom:20px;
	border: 1px solid gray;
	color: black;
	text-decoration: none;
	left:auto;
}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	overflow:visible;
	z-index: 50;
	text-align: center;
}
#gallery div{
	float:left;
	margin-bottom:6px;
	text-align: center;
	font-size: .8em;
	color: #000;
}
.thumbnail span{
	font-size: 1.1em;
	color:white;
		font-weight: bold;

}

/*classes
____________________________________________________*/
.floatleft {
	float: left;
}
.floatright {
	float: right;
}


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
.blacktext {
	color: #000  !important;
}
.redtext {
	color: #900 !important;
}
.yellowbackground {
	background-color: #F6F4C4;
}
.redtextyellow {
	color: #900 !important;
	background-color: #F6F4C4;
}
.subhead{
	font-size:.75em !important;
	font-weight: bold;
	color: #074669;
	padding: 14px 0 2px  0!important;
}
#wrapper #content #aside #section p a {
	color: #75828C;
}

