﻿@charset "utf-8";
body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0 0 0.6em;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
}
#contentright h1 {
	padding-top: 20px;
}
#content h1, #mainContent h1 {
	color: #0052FF;
}
#header h1, #header h2, #contentHeader h1, #contentHeader h2 {
	padding: 0;
	margin: 0;
}
#header h1, #contentHeader h1 {
	color: #0066FF;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 1.3em;
}
#header h2, #mainContent h2, #contentHeader h2, h4 {
	color: red;
}
#header h2, #contentHeader h2 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1.2em;
	color: #0066FF;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
hr {
	border-top: solid 1px #06F;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 1px;
}
img {
	border: none;
}
a {
	color: #1F67FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0 0 0.8em;
}
#home #content p, #home #content ul {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	border-top: dotted 1px #999;
}
ul {
	margin: 0;
	padding: 0 0 0.8em 1.1em;
}
ul li {
	line-height: 1.5em;
}

/* LAYOUT
///////////////////////////*/

#container {
	float: left;
	width: 800px;
}
#subContainer {
	width: 580px;
	padding: 20px 0 10px 20px; 
}
#header {
	border-bottom: solid 2px #0052FF;
	padding: 10px;
}
#wrapper {
	background: #06F;
	float: left;
	width: 100%;
}
#nav, #left  {
	float: left;
	width: 200px;
}
#left {
	background: #06F;
}
#right {
	float: left;
	width: 580px;
	padding: 20px 0 20px 20px;
	background: #FFF;
}

#logo { padding-bottom: 1.5em; text-align: center; }
#subpage #logo { padding-bottom: 0.6em; background-color: #FFF; }

#mainContent {
	clear: both;
}
#contentright {
	background: #FFFFFF;
	float: left;
	text-align: center;
	width: 555px;
	padding: 20px 0px 20px 40px;
	border-left: solid 5px #719FFF;
}
#sublogo {
	padding: 10px;
	background: white;
}
#contents, #subnav { /* Sub Pages Left Menu */
	padding: 0.4em;
	font-size: 0.7em;
}
#contentHeader {
	padding-bottom: 10px;
}
#footer {
	clear: both;
	text-align: center;
	border-top: solid 2px #0052FF;
	padding-top: 1em;
	font-size: 0.76em;
}

/* = NAV
//////////////////////////////////*/

#nav ul {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav ul li {
	float: left;
	width: 100%;
}
#nav ul li a {
	display: block;
	float: left;
	width: 188px;
	padding: 6px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-style: oblique;
	background: #0066FF;
	border-bottom: solid 1px #FFF;
}
#nav ul li a:hover {
	background: #0045D5;
}
#contents ul, #subnav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contents ul ul, #subnav ul {
	padding: 0 0 0 0.6em;
}
#contents ul li, #subnav li {
	padding-bottom: 0.4em;
}
#contents ul li, #subnav li {
	padding-top: 0.2em;
	border-bottom: solid 1px #6699FF;
}
#contents ul li li, #subnav li li {
	border-bottom: none;
}
#contents ul li a, #subnav li a {
	color: #FFF;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
}
#contents ul li li a, #subnav li li a {
	color: #D9ECFF;
}
#contents ul li a:hover, #subnav li a:hover {
	text-decoration: underline;
}
ul#topNav, ul#utilityNav {
	float: left;
	width: 100%; 
}
ul#topNav {
	padding: 0 0 10px 0;
	margin: 0;
	list-style: none;
}
ul#topNav li {
	float: left;
	border-right: solid 2px white;
}
ul#topNav li a {
	color: white;
	float: left;
	display: inline-block;
	text-align: center;
	width: 143px;
	padding: 0.5em 0;
	text-decoration: none;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background: #290F7A;
	font-size: 0.76em;
	border-bottom: solid 5px #6FA2FE;
}
ul#topNav li a:hover {
	border-bottom: solid 5px blue;
}
ul#topNav li.last a {
	border-right: none;
}
ul#utilityNav {
	text-align: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#utilityNav li {
	display: inline;
	padding: 0 3px 0 6px;
	border-left: solid 1px #1F67FF;
}
ul#utilityNav li.first {
	border-left: none;
}
ul#utilityNav a {
	text-decoration: none;
	font-weight: bold;
}
ul#utilityNav a:hover {
	text-decoration: underline;
}

/* = Footer Nav
//////////////////////////////////*/

#footer ul {
	padding: 0 0 1em 0;
	list-style: none;
}
#footer ul li {
	display: inline;
	padding-right: 1em;
}
#footer ul li a {
	color: #0066FF;
	text-decoration: underline;
}

/* = CLASSES
//////////////////////////////////*/

.fltrt {
	float: right;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
}
.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
