/*
style.css --------------------------------------------------------------------- */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

/*
Page Formatting  -------------------------------------------------------------- */

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #82b1e5;
}

#header {
	width: 760px;
	height: 140px;
	margin: 0px auto 0px auto;
	background-color: #fff;
	background-image: url(/images/newheader.jpg);
}

#topNav {
	border: 0;
	width: 760px;
    background-color: #3477C6;
}

#contentwrapper {
	width: 760px;
	margin: 0px auto 0px auto;
	background-color: #fff;
	border: 0px solid #000;
}

#content {
	width: 760px;
	font-size: 12px;
	line-height: 120%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	
	padding-top:0;
}

#leftcol {
	padding: 0;
	width: 160px;
	background-color: #1d4aa5;
	vertical-align: top;
}

#centercol {
	width: 470px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

#rightcol {
	width: 120px;
	padding: 0;
	background-color: #539dda;
	vertical-align: top;
	text-align: center;
	color: #fff;
}

#footer {
	width: 760px;
	height: 30px;
	padding-top: 10px;
	background-color: #539dda;
	border-top: 1px solid #fff;
	font-size: 10px;
	text-align: center;
}

div.righthead {
	padding-top: 5px;
	padding-bottom: 5px; 
	background-color: #1d4aa5;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #fff;
	font-weight: 600;
}

div.quickfind {
	width: 164px;
	height: 137px;
	font-size: 10px;
	padding: 8px;
	padding-top: 25px;
	background-image: url(/images/quickfind.jpg);
	background-repeat: no-repeat;
	float: right;
}

/*
Text & Lists ------------------------------------------------------------------- */

h1 {
	font-family: verdana, arial, helvetica, sans-serif;;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

h1.homepage {
	font-family: arial, helvetica, sans-serif;;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
}

h2.homepage {
	font-family: verdana, arial, helvetica, sans-serif;;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

h2.h1clone {
	font-family: verdana, arial, helvetica, sans-serif;;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

h2, h3, h4 {
	font-family: verdana, arial, helvetica, sans-serif;;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}

.center {
	text-align: center;
}

span.caption {
	font-size: 10px;
}

span.boldcaption {
	font-size: 10px;
	font-weight: bold;
}

/*
Images ------------------------------------------------------------------------ */

img {
	border: 0px;
}

img.bordered {
	padding: 1px;
	border: 1px solid #ccc;
}

img.last5thumb {
	padding: 1px;
	border: 1px solid #1d4aa5;
}

/*
Tables ------------------------------------------------------------------------ */

#quickstats {
	width: 400px;
	margin: 0px auto 0px auto;
	border: 1px solid #ccc;
}

#quickstats td {
	padding: 5px;
	background-color: #eee;
	vertical-align: top;
}

#quickstatsinner {
	margin-top: 10px;
}

#quickstatsinner td {
	padding: 0;
	padding-bottom: 10px;
	text-align: left;
}

#homepagetable {
	width: 100%;
}

#homepagetable td {
	width: 33%;
	padding: 5px;
}

/*
Form Elements ----------------------------------------------------------------- */

/*
Links ------------------------------------------------------------------------- */

a {
	color: #0006FD;
	text-decoration: underline;
}
	
a:link, a:visited {
	color: #0006FD;
	text-decoration: underline;
}

a:hover, a:active {
	color: #1d4aa5;
	text-decoration: underline;
}

/*
Vertical Menu ------------------------------------------------------------------ */

#leftmenu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#leftmenu a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 135px;
	background-color: #1d4aa5;
	border-bottom: 1px solid #fff;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#leftmenu a:link, #leftmenu a:visited {
	text-decoration: none;
}

#leftmenu a:hover { 
	color: #000;
	background-color: #539dda;
}

#menu {
	width: 100%;
	background: #eee;
	float: left;
	margin-top: 0;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#menu a, #menu h2 {
	font: 10px/14px verdana, arial, helvetica, sans-serif;
	display: block;
	border-top: 0;
	border-bottom: 1px solid #fff;
	border-right: 0;
	border-left: 0;
	font-weight: 600;
	margin: 0;
	padding: 5px 0px;
	text-align: center;
}

#menu h2 {
	color: #0006fd;
	background: #000;
	border: 0;
	padding: 0px;
	margin-top: 0;
}

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

#menu a:hover {
	color: #fff;
	background: #ccc;
}

#menu li {position: relative; margin-top: 0;}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul {
	position: absolute;
	left: 0;
	z-index: 500;
}

div#menu ul ul {
	display: none;
}

div#menu ul li:hover ul
{display: block;}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}