body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 90%;
}
#loginbox {
  	padding-top: 6px;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}
#loginbox a {
	color: #004b85;
}

/*************/
/* Container */
/*************/
div#container {
	width: 980px;
	position: relative;
	margin: 0 auto;
}

div#container h1 {
	position: absolute;
	z-index: 10;
	top: 80px;
	right: 5px;
	font-size: 0.7em;
	font-weight: normal;
	color: #f1f1f1;
	margin: 0px;
	padding: 0px;
}

div#container p.seo {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 0.7em;
	color: #999999;
}

/**********/
/* Header */
/**********/
div#header {
	height: 198px;
	position: relative;
}

div#header form#loginform {
	position: absolute;
	top: 10px;
	left: 0px;
	margin: 0;
	padding: 0;
}

div#header form#loginform fieldset {
 border: 0;
 padding: 0;
 margin: 0;
}

div#header form#loginform fieldset legend {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #145583;
}

div#header form#loginform input {
	float: left;
	margin-right: 3px;
}

div#header form#loginform input.text {
	border: 1px solid #145583;
	font-size: 0.8em;
	color: #145583;
	height: 13px;
	padding: 4px 2px;
}

div#header img#logo {
	position: absolute;
	top: 0;
	right: 0;
}

div#header img#banner {
	position: absolute;
	top: 80px;
	left: 0;
}

/*******/
/* Nav */
/*******/
div#nav ul {
 position: relative;
 z-index: 30;
}

div#nav ul {
 list-style: none;
 margin: 0;
 margin-bottom: 8px;
 padding: 0;
 background-color: #004b85;
 width: 100%;
 height: 25px;
}

div#nav ul li {
 margin: 0;
 padding: 0;
 border-right: 3px solid #ffffff;
 float: left;
 display: inline;
 width: 7em;
 height: 100%;
 position: relative;
}

div#nav ul li a {
 margin: 0;
 padding: 0;
 padding-top: 5px;
 display: block;
 background-color: #004b85;
 color: #ffffff;
 text-align: center;
 text-transform: uppercase;
 font-size: 0.8em;
 text-decoration: none;
 font-weight: bold;
 height: 20px;
}

div#nav ul li.sub a {
 background-image: url(images/nav_arrow.gif);
 background-repeat: no-repeat;
 background-position: 100% 50%;
}

div#nav ul li:hover a, div#nav ul li.hover a {
 background-color: #dce3f0;
 color: #004b85;
}

div#nav ul li.sub:hover a, div#nav ul li.sub a.hover {
 background-image: url(images/nav_arrow_hover.gif);
}

div#nav ul li.sub ul li a.hover {
 background-image: none;
}

/***************/
/* Nav Level 2 */
/***************/
div#nav ul li ul {
 position: absolute;
 top: 25px;
 border-top: 2px solid #ffffff;
 left: 0;
 display: none;
 width: auto;
 background-color: #004b85;
}

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

div#nav ul li ul li {
 border: 0;
 border-right: 1px solid #666666;
 float: left;
 clear: left;
 display: inline;
 width: 13em;
 height: auto;
}

div#nav ul li ul li.last {
 border-bottom: 1px solid #666666;
}

div#nav ul li ul.wide li {
 width: 16em;
}

div#nav ul li ul li a {
 padding: 5px 5px;
 text-align: left;
 height: auto;
 background-color: #004b85;
}

div#nav ul li.sub:hover ul li a, div#nav ul li.hover.sub ul li a {
 background-image: none;
}

div#nav ul li ul li a:hover {
 background-color: #004b85;
 color: #ffffff;
}

/***********/
/* Sub Nav */
/***********/
div#subnav {
	float: left;
	width: 160px;
}

div#subnav ul {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
	list-style: none;
}

div#subnav li {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
	list-style-type: none;
}

div#subnav li a {
	font-size: 0.7em;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	color: #ffffff;
	display: block;
	height: 1%;
	padding: 5px 3px;
	background-color: #9fb1d1;
}

div#subnav li a:hover {
	background-color: #004b85;
}

div#subnav ul li.header a {
	background-color: #004b85;
}

div#subnav ul li.header ul.item {
	margin-left: 10px;
	margin-top: 2px;
}

div#subnav ul li.header a:hover {
}

div#subnav ul li.header ul.item a {
	background-color: #ffffff;
	border: 1px solid #004b85;
	padding-left: 6px;
	color: #004b85;
}

div#subnav ul li.header ul.item a:hover {
	background-color: #dce3f0;
	color: #004b85;
}


/*These are the styles for the Intranet subnav menu */
/*
#subnav.intranet ul.item a:link, #subnav.intranet ul.item a:visited {
	background-color: #d7dae9;
}

#subnav.intranet ul.item a:hover, #subnav.intranet ul.item a:active {
	background-color: #13437b;
	color: #ffffff;
}

#subnav.intranet ul.header a:link, #subnav.intranet ul.header a:visited {
	background-color: #13437b;
	color: #ffffff;
}

#subnav.intranet ul.header a:hover, #subnav.intranet ul.header a:active {
	background-color: #13437b;
	color: #ffffff;
}

#subnav.intranet ul.header ul.item a:link, #subnav.intranet ul.header ul.item a:visited {
	background-color: #ffffff;
	border: 1px solid #ebedf5;
	padding-left: 6px;
	font-weight: normal;
	color: #13437b;
}

#subnav.intranet ul.header ul.item a:hover, #subnav.intranet ul.header ul.item a:active {
	background-color: #ebedf5;
	border: 1px solid #ebedf5;
	padding-left: 6px;
	font-weight: bold;
	color: #13437b;
}
*/

/*********************/
/* Content Container */
/*********************/
div#contentcontainer {
	clear: both;
}

/***********/
/* Content */
/***********/
div#content {
	float: left;
	width: 540px;
	margin-left: 25px;
	font-size: 0.9em;
}

body.noleftmenu div#content {
	width: 730px;
	margin-left: 10px;
}

div#content h2, div#content h3, div#content h4 {
	font-weight: bold;
	color: #13437b;
	margin: 0;
	clear: left;
}

div#content h2 {
	font-size: 1.5em;
}

div#content h3 {
	font-size: 1.2em;
	padding: 0;
	padding-top: 10px;
}

div#content h4 {
	font-size: 0.9em;
	padding: 0;
	padding-top: 5px;
}

div#content ul {
	list-style-type: square;
}

div#content img.right {
	float: right;
}

div#content img.left {
	float: left;
}

div#content table.data {
	border-collapse: collapse;
}

div#content table.data th {
	/*background-color: #fbdc7c;*/
	background-color: #004B85;
	color: #13437b;
	font-weight: bold;
	text-align: left;
	border-bottom: 2px solid #ffffff;
}

div#content table.data tr.highlight0 {
	background-color: #c9cde0;
	color: #000000;
}

div#content table.data tr.highlight1 {
	background-color: #e3e5ef;
	color: #000000;
}

div#content table.data td, div#content table.data th {
	padding: 4px;
}

div#content table.data th {
	color: #fff;
}

div#content a {
	font-weight: bold;
	color: #13437b;
	text-decoration: none;
}

div#content a:hover {
	color: #072e67;
	text-decoration: underline;
}

div#content table.data th a:link, div#content table.data th a:visited {
	text-decoration: none;
	/*color: #13437b;*/
	color: #fff;
}

div#content table.data th a:hover, div#content table.data th a:active {
	/*color: #13437b;*/
	color: #fff;
	text-decoration: underline;
}

/***************/
/* Content Nav */
/***************/
div#contentnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#contentnav li {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	list-style-type: none;
	float: left;
	border-bottom: 2px solid #004b85;
}

div#contentnav a {
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	color: #004b85;
	display: block;
	float: left;
	clear: left;
	height: 1%;
	padding: 5px;
	border-right: 2px solid #ffffff;
	background-color: #cbd5e7;
}

div#contentnav li.last a {
	border-right: 2px solid #cbd5e7;
}

div#contentnav a:hover {
	background-color: #9fb1d1;
}

div#contentnav li.last a:hover {
 border-right: 2px solid #9fb1d1;
}

div#contentnav a.on {
	background-color: #9fb1d1;
	color: #004b85;
}

/*********/
/* Boxes */
/*********/
div#boxes {
	float: right;
	width: 215px;
}

div#boxes div {
	margin-bottom: 2px;
}

div#boxes p, div#boxes li {
	font-size: 0.8em;
	margin: 4px;
	padding: 0;
}

div#boxes ul {
	margin: 2px 4px;
	padding: 0;
	list-style-type: none;
}

div#boxes li {
	margin: 1px 0;
	padding: 0;
	padding-left: 9px;
	background-image: url(images/bullet.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
}

div#boxes div.yellowbox {
	background-color: #004b85;
}

div#boxes div.yellowboxcut {
	background-color: #9fb1d1;
	background-image: url(images/yellow_box_cut.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #ffffff;
}

div#boxes div.bluebox {
 border: 1px solid #cbd5e7;
}

div#boxes div.blueboxcut {
 border: 1px solid #cbd5e7;
 position: relative;
}

div#boxes div.blueboxcut img.background {
 position: absolute;
 right: 0;
 bottom: 0;
 margin-right: -1px;
 margin-bottom: -1px;
}

div#boxes h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #004b85;
	padding: 4px;
	margin: 0px;
	background-color: #cbd5e7;
}

div#boxes form#searchform, div#boxes form#newsletterform {
	padding: 4px 4px 4px 8px;
	margin: 0px;
}

div#boxes form#searchform fieldset, div#boxes form#newsletterform fieldset {
 border: 0;
 padding: 0;
 margin: 0;
}

div#boxes form#searchform fieldset legend, div#boxes form#newsletterform fieldset legend {
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
	padding: 0;
	margin: 0;
	margin-left: -7px; /* Needed to get IE7 to align the legend text properly */
}

div#boxes form#searchform fieldset input, div#boxes form#newsletterform fieldset input {
 float: left;
 margin-right: 2px;
}

div#boxes form#searchform fieldset input.text, div#boxes form#newsletterform fieldset input.text {
	color: #13437b;
	width: 165px;
}

div#boxes a {
	font-weight: bold;
	color: #004b85;
	text-decoration: none;
}

div#boxes a:hover {
	color: #004b85;
	text-decoration: underline;
}

/**********/
/* Footer */
/**********/
div#footer {
	clear: both;
	padding-top: 20px;
	color: #004b85;
}

div#footer p {
	padding: 0px;
	margin: 0px;
}

div#footertop {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 0.7em;
	text-transform: uppercase;
}

div#footer a {
	text-decoration: none;
	color: #004b85;
}

div#footer a:hover {
	text-decoration: underline;
	color: #004b85;
}

div#footermiddle {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 0.7em;
	background-color: #dce3f0;
	text-transform: uppercase;
}

div#footerbottom {
	text-align: left;
	font-size: 0.7em;
	color: #999999;
}


/*

#contact h3 {
	margin-top: 10px;
	border-right: 1px solid #fed65d;
	border-bottom: 1px solid #fed65d;
}

#contact div.contact {
	width: 50%;
	float: left;
}

#contact div.contact h4, #contact div.contact p {
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
}
*/



.formTextCell {
	width:200px;
}

.formTextarea {
	width:200px;
	font-family: arial;
}


.formheading {
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #13437b;
	margin: 10px 0 0 0;
	clear: left;
}
.formemail {
	display:none;
	visibility:hidden;
}
