@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #333;
	background: #066;
	text-align: center;
	margin-top: 2em;
}

/* skip nav */
#pagenav {	
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	top:-1000px;
	left:-1000px;
	font-size: 0px;
	position: absolute;
}

#pagenav a, #pagenav a:visited {
	color: #066;
}
/* end skip nav */

#mainwrapper { 
	margin: 1em auto;
	background: #fff url(../images/bkgrnd.gif) repeat-y;
	width: 760px;
	text-align: left;
	border: 1px solid #408c90;
	border-width: 1px 0;
}

#wrapper {
	margin: 0 22px;
}

#header {
	height: 130px;
	border-bottom: 1px solid #408c90;
}

#header img.logo {
	border: none;
}

/* top navigation & dropdowns */
#nav, #nav ul {
	width: 716px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav  li {
	float: left;
	background: #066;
}

#nav li.au, #nav li.ju, #nav li.c {
	width: 100px;
}

#nav li.su {
	width: 118px;
}

#nav li.jp {
	width: 158px;
}

#nav li.ne {
	width: 140px;
}

#nav a {
	display: block;
	color: #fff;
	font-size: .75em;
	font-weight: bold;
	padding: .75em 0;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #408c90;
}

#nav a:hover, #nav a:active, #nav a:focus {
 	background: #fff;
	color: #066;
}

#nav li ul {
	position: absolute;
	width: 140px;
	left: -999em;
}

#nav li.au li {
	width: 150px;
}

#nav li.ju li {
	width: 185px;
}

#nav li.ne li {
	width: 140px;
}

#nav li:hover, #nav li.hover {
    position: static;
}

#nav li:hover {
	background-position: 0 0;
}

#nav li ul li a {
	border-right: 1px solid #066;
}

#nav li ul a {
	color: #066;
	background-color: #fff;
	text-decoration: none;
	padding: .75em;
	text-align: left;
}

#nav li ul a:hover, #nav li ul a:active, #nav li ul a:focus {
	color: #fff;
	background: #066;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/* end nav */

/* content area */
#centerwrap {
	margin: 0;
	padding: 0;
	width: 100%;
}

#content {
	margin-left: 220px;
	padding: 1em 1.25em 1em 1em;
	font-size: .9em;
}

#content p {
	line-height: 1.75em;
}

#content ul {
	list-style-type: disc;
	margin: 0 1.5em 2em;
}

#content ul li {
	padding: .5em 0;
}

/* subnav */
#subnav {
	float: left;
	width: 200px;
	margin: 0;
	padding: 1em 0 0;
	border: 1px solid #408c90;
	border-width: 0 1px 1px 0;
	background: #eaf2f4;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .8em;
}

#subnav ul li a {
	display: block;
	padding: .75em 1.25em;
	margin: 0;
	color: #066;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #eaf2f4;
	border-width: 1px 0;
}

#subnav li a:hover {
	background: #fff;
	border: 1px solid #408c90;
	border-width: 1px 0;
}

#subnav img {
	padding: 1em 0;
}
/* end subnav */

/* footer */
#footer {
	margin: 1.5em 0 0;
	text-align: center;
	padding-bottom: 1.2em;
}

#footer ul {
	list-style-type: none;
	font-size: .80em;
}

#footer ul li {	
	display: inline;
	margin: 0;
	padding: .75em 0 0;
}

#footer li a {
	color: #066;
	text-decoration: none;
}

#footer li a:hover {
	color: #066;
	text-decoration: underline;
}

#footer img {
	padding: 1em 0;
}

#copy {
	font-size: .75em;
}

/* single column content */
#singlecontent {
	padding: 1.5em;
	font-size: .9em;
}

#singlecontent p {
	line-height: 1.75em;
}

#singlecontent ul {
	list-style-type: disc;
	margin: 0 1.5em 2em;
}

#singlecontent ul li {
	padding: .5em 0;
}

.box {
	background: #eaf2f4;
	padding: 1.5em;
	text-align: center;
	border: 1px solid #066;
}
/* end single column */

/* global styles */
.clear {
	clear: both;
}

p.first {
	margin-top: 0;
}

h1 {
	color: #066;
	font-weight: bold;
	font-size: 1.25em;
	text-transform: uppercase;
}

h2 {
	color: #066;
	font-weight: bold;
	font-size: 1.1em;
}

h3 {
	color: #066;
	font-weight: bold;
	font-size: 1em;
}

blockquote {
	color: #066;
	font-weight: bold;
	text-align: center;
	margin: 0 2em;
}

.imgL {
	float: left;
}

.imgR {
	float: right;
	padding: .5em 0 1em 1em;
}

a:link {
	color: #066;
	text-decoration: underline;
}

a:visited {
	color: #066;
	text-decoration: none;
}

.special {
	padding-left: 2.5em;
}

table td {
	padding: .35em .35em .35em 0;
}

tr.hilite {
	background: #eaf2f4;
	border: 1px solid #066;
}

hr {
	width: 80%;
	background-color: #066;
	color: #066;
	height: 1px;
	text-align: center;
	margin-bottom: 1em;
}