/* CSS Document */
/* ------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/bg.jpg) top center no-repeat #00214a;
}

p {
	color: #000000;
	line-height: 1.4em;
}    
     
h1 {
	margin: 0;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #014985;
	font-weight: normal;
	letter-spacing: -1px;
}    
     
h2 { 
	margin: 0;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #014985;
	font-weight: normal;
	letter-spacing: -1px;
}    
     
     
h3 {
	margin: 0;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #014985;
	font-weight: normal;
}

h4 {
	margin: 0;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #014985;
	font-weight: normal;
	line-height: 1.4em;
}

h5 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #014985;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: uppercase;
}

strong {
	color: #014985;
	font-weight: bold;
}

ul {
	padding: 0;
	margin: 0;
}


li {
	padding: 0;
	margin: 0;
	color: #5485ac;
	line-height: 1.3em;
}


label {
	color: #9d9d9d;
	line-height: 1.3em;
}

img {
	outline: 0;
	border: 0;
}


/* HYPERLINKS */

/* ------------------------------------- */

a {
	color: #5895e4;
	text-decoration: underline;
	outline: 0;
}

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

/* IDS */
/* ------------------------------------- */

#container {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -445px;
	padding: 0;
	width: 890px;
	height: auto;
	background: url(../images/content-tile.jpg) repeat-y;
}

#bgwrap {
	height: auto;
	background: url(../images/content.jpg) no-repeat;
}

#header {
	padding: 52px 40px 0 40px;
	height: auto;
	text-align: center;
}

#navigation {
	width: 800px;
	height: auto;
	border: 5px solid #68c3f0;
}

#content {
	padding: 0 40px 0 40px;
}

#subnav {
	float: left;
	width: 160px;
	text-align: center;
}

#maincontent {
	float: right;
	margin-top: 10px;
	width: 630px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#footer {
	margin: 0;
	padding: 0;
	width: 890px;
	height: 80px;
	font-size: .95em;
	color: #999;
	text-align: center;
	background: url(../images/footer.jpg) no-repeat;
}

#separator{
	padding: 3px;
}



/* CLASSES */
/* ------------------------------------- */

.clear {
	clear: both;
}

.left {
	margin: 0 1em 1em 0;
	float: left;
}

.right {
	margin: 0 0 1em 1em;
	float: right;
}

.framed {
	padding: 5px;
	background: #fff;
	border: 1px solid #acacac;
}

.module {
	margin-top: 10px;
	padding: 6px;
	text-align: center;
	border: 5px solid #68c3f0;
}


/* NAVIGATION */
/* ------------------------------------- */

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation a {
	margin: 0 7px 0 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005397;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

#navigation a:hover {
	color: #000;
}

#navigation .current {
	font-weight: bold;
	background: url(../images/nav-bg.gif) repeat-x;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}


/* MISC STYLES */
/* ------------------------------------- */

h5 a {
	display: block;
}

#footer p {
	margin-left: 45px ;
	padding: 10px 0 0 0;
	width: 800px;
	font: normal 11px Georgia;
	color: #005398;
	border-top: 5px solid #68c3f0;
}

.module p {
	margin: 0;
	color: #005397;
	line-height: 1.5em;
}

.module a {
	margin: 7px 0;
	color: #005397;
	text-decoration: none;
}

.module a:hover {
	color: #6e99bd;
}

#maincontent ul {
	list-style: none;
}

#maincontent li {
	color: #333;
	padding-left: 1em;
	margin: .5em;
	background: url(../images/bullet.png) no-repeat 0 2px;
}


/* ATTRIBUTION */
/* ------------------------------------- */

#jlb {
	margin-left: 367px;
	width: 65px;
	height: 22px;
	background: url(../images/jlb-over.gif);
}

#jlb a, #jlb img {
	border: 0;
}

#jlb a {
	display: block;
	width: 65px;
	height: 22px;
	background: url(../images/jlb.gif);
}

#jlb a:hover {
	background: none;
}