﻿@charset "utf-8";

/* = HTML
//////////////////////////////////*/
body  {
	font: 9pt Arial, Helvetica, sans-serif;
	background: #D9DFE6 url(../../images/background.png) repeat-x top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #232323;
}
h1, h2, h3, h4, h5, table caption, form legend {
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h5, h6 {
	padding: 0 0 10px 0;
	margin: 0;
}
h1 {
	font-size: 14pt;
	margin: 0;
	font-weight: normal;
}
#marquee h1, #submarquee h1, #basicmarquee h1 {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#marquee h1 a {
	text-decoration: none;
}
h2 {
	font-size: 11pt;
	margin: 0;
}
h3 {
	font-size: 11pt;
	margin: 0;
}
#mainContent h3 {
	clear: both;
	float: none;
	border-top: solid 1px #A3C2E0;
	padding-top: 6px;
}
#sidebar1 h3 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#sidebar2 h3 {
	background: #A3C2E0;
	color: #036;
	padding: 0.4em;
	font-size: 1em;
	margin-bottom: 0.6em;
}
.highlight h3, .highlight2 h3 {
	font-size: 9pt;
}
h4 {
	font-size: 10pt;
	padding: 0 0 5px 0;
	margin: 0;
}
#sidebar2 h4 {
	font-size: 1em;
	padding: 0.4em;
	background: #D9DFE6;
	margin-bottom: 0.6em;
}
h5 {
	font-size: 10pt;
	font-weight: normal;
	#336699
	margin: 0;
}
h6 {
	font-size: 9pt;
	color: #333333;
}
#subtitle h1, #subtitle h2 {
	margin: 0;
	padding: 0;
}
#sidebar2 h2 {
	font-size: 9pt;
}
#sidebar2 #SignUp input {
	width: 122px;
}
p {
	margin: 0;
	padding: 0 0 1em 0;
}
a {
	color: #003366;
	font-weight: bold;
}
a:hover {
	color: #000033;
}
hr {
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-bottom: dotted 1px #002654;
	border-left: solid 1px #FFFFFF;
}
div.column img {
	float: left;
	padding: 0 10px 0 0;
}
div.column p {
	padding: 0;
	margin-left: 70px;
}
#logo img {
 border: none;
}
img {
	border: none;
}
img.printlogo {
	display: none;
	width: 0px;
	height: 0px;
}
#submarquee img, #basicmarquee img {
	float: left;
	padding-right: 10px;
}

/* = LAYOUT 
//////////////////////////////////*/

#container {
	width: 940px;
	background: #FFFFFF;
	margin: 0 auto;
	border-right: 2px solid #002654;
	border-left: 2px solid #002654;
	border-bottom: 2px solid #002654;
	text-align: left; 
}

/*//////// HEADER ////////*/

#header {
	background: #FFFFFF url(/images/backgroundheader.png) repeat-x;
	border-bottom: solid 2px #002654;
	float: left;
	width: 940px;
}
#headerleft {
	float: left;
	width: 180px;
	padding: 5px 0 0 10px;
}
#headerright {
	float: left;
	width: 716px;
	padding: 0 10px 0 24px;
}
#search {
	text-align: right;
}
#nav {
	float: left;
	width: 100%;
	padding-top: 5px;
}

/*//////// CONTENT DIVS ////////*/

#content, #subcontent {
	float: left;
	width: 930px;
	padding: 0 0 10px 10px;
}
#subcontent {
	background: url(../../images/backgroundsubcontent.png) repeat-x;
}
#homeContent { 
	float: left;
	width: 455px;
	padding: 10px 10px 10px 20px;
}
#mainContent {
	float: left;
	width: 650px;
	margin-right: 10px;
	padding-top: 6px;
	clear: left;
}
#submaincontent {
	float: left;
	width: 546px;
	padding: 10px;
	margin-left: 10px;
	background: #FFFFFF;
}
#contentbasic {
	float: left;
	width: 706px;
	margin-left: 10px;
	padding: 10px;
	background: #FFFFFF;
}


/*//////// SIDEBARS ////////*/

#sidebar1 {
	float: left;
	width: 170px;
	padding: 5px 5px 10px 5px;
	margin-top: 10px;
	background: #FFFFFF;
	border: solid 2px #002654;
}
#subcontent #sidebar1 {
	margin: 0 0 20px 0;
}
#sidebar2 {
	float: right;
	width: 249px;
	padding: 10px 5px 5px 5px;
	margin-bottom: 20px;
	border-left: solid 1px #A3C2E0;
	border-bottom: solid 1px #A3C2E0;
	font-size: 0.9em;
}
#subcontent #sidebar2 {
	width: 150px;
	padding: 0 10px 10px 9px;
	margin-bottom: 10px;
	border-left: solid 1px #A3C2E0;
	border-bottom: solid 1px #A3C2E0;
}
#sidebar1 div {
	padding: 10px 5px;
	border-bottom: dotted 1px #002654;
}
#sidebar1 div.last {
	border-bottom: none;
}
#sidebar1 div.leftnav {
	padding: 0;
	border-bottom: none;
	border-top: solid 1px #FFFFFF;
}

/*//////// MARQUEE HEADERS ////////*/

#marquee {
	float: left;
	width: 716px;
	padding: 1px 10px 5px 20px;
	background: url(../../images/backgroundcontent.png) repeat-x left bottom;
}
#submarquee, #basicmarquee {
	border: solid 1px #A3C2E0;
	float: left;
	margin-bottom: 20px;
}
#submarquee {
	width: 544px;
}
#basicmarquee {
	width: 704px;
}
#subimage {
	float: left;
	width: 250px;
}
#subtitle, #subnav {
	margin-left: 250px;
}
#subtitle {
	padding: 10px;
}

/*//////// MENU DIVS ////////*/

#breadcrumbs {
	padding: 10px 0;
}
#subnav {
	padding-left: 20px;
	font-size: 0.9em;
}

/*//////// FOOTER ////////*/

#footer {
	float: left;
	width: 920px;
	padding: 10px;
	border-top: solid 4px #7F92A9;
	text-align: center;
}

/* = LISTS
//////////////////////////////////*/

#topnav ul {
	padding: 1.5em 10px 0 0;
	margin: 0;
	list-style: none;
	text-align: right;
}
#nav ul {
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
}
#nav ul li {
	float: left;
	padding-left: 4px;
}
#nav ul li a span {
	background: url("../../images/tableft.png") no-repeat left top;
	padding: 8px;
	float: left;
	width: 160px;
	cursor: pointer;
	text-align: center;
}
#nav ul li#current a span, #nav ul li a:hover span {
	background: url("../../images/tableft-on.png") no-repeat;
}
#nav ul li a {
	text-align: center;
	display: inline-block;
	float: left;
	white-space: nowrap;
	color: #FFFFFF;
	font-weight: bold;
	font: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0;
	background: #002654 url("../../images/tabright.png") no-repeat right top;
}
#nav ul li a:hover, #nav ul li#current a {
	background-image: url("../../images/tabright-on.png");
}

#footer ul, #breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topnav ul li, #footer ul li, #breadcrumbs ul li {
	display: inline;
	padding-left: 7px;
	margin-left: 4px;
	border-left: solid 1px #666666;
}
#footer ul {
	padding: 0.6em 0;
}
.leftnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#subnav ul {
	float: left;
	list-style: none;
	padding: 0 20px 0 0;
	margin: 0;
}
#subnav ul li {
	padding: 0 0 5px 10px;
	background: url(../../images/bullet.png) no-repeat;
}
#subnav ul li a {
	font-weight: bold;
	padding-left: 5px;
}
.leftnav ul li {
	padding: 5px 2px 5px 24px;
	border-bottom: solid 1px #999999;
	background: url(../../images/bullet.png) no-repeat 6px 6px;
}
.leftnav ul li.last {
	border-bottom: none;
}
.leftnav ul li a {
	font-weight: normal;
	text-decoration: none;
}
#topnav ul li.first, #footer ul li.first, #breadcrumbs ul li.first {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
#nav ul li.first {
	margin-left: 0;
}
#sidebar2 ul {
	margin: 0;
	padding: 0 0 0 1.1em;
}
#sidebar2 ul li {
	padding-bottom: 1em;
}
#sidebar2 ul.rightmenu, #sidebar2 ul.rightmenu ul {
	margin: 0;
	padding: 0 0 1em 0;
	list-style: none;
}
#sidebar2 ul.rightmenu li {
	padding: 0.3em 0;
	border-bottom: solid 1px #C9D1DB;
}
#sidebar2 ul.rightmenu li li {
	border-bottom: none;
	background: url(../../images/arrow.gif) no-repeat left 0.6em;
	padding-left: 0.8em;
}
#sidebar2 ul.rightmenu li a {
	text-decoration: none;
	font-size: 0.9em;
}
#sidebar2 ul.rightmenu li li a {
	font-weight: bold;
}
#submaincontent ul {
	padding: 0 0 1em 1.4em;
	margin: 0;
	list-style: square;
}
#contentbasic ul li {
	padding-bottom: 0.5em;
}
ul.twocolumnlist {
	float: left;
	list-style-position: inside;
	margin-left: 0;
	padding-right: 3em;
} 

/* = FORMS
//////////////////////////////////*/

#search form {
	margin: 0;
	padding: 22px 0 0 0;
	list-style: none;
}
form {
	margin: 0 0 10px 0;
}
.select {
	width: 160px;
	font-size: 0.9em;
}
.submit {
	font-size: 0.8em;
}
form fieldset {
	border: solid 1px #A3C2E0;
}
form fieldset legend {
	font-weight: bold;
}
form fieldset fieldset {
	padding: 1em 0;
}
form label {
	padding: 0.5em 0.5em 0 1em;
	display: block;
}
form label.inline {
	display: inline-block;
	float: left;
	padding: 0.5em 1em 0 15em;
}
form label span {
	display: inline-block;
	width: 14em;
	text-align: right;
}
#sidebar2 form label span {
	width: 65px;
	font-weight: bold;
	text-align: left;
}
#sidebar2 form input {
}
form fieldset ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
form fieldset ol li {
}
form fieldset ol.checklist {
	width: 40em;
	float: left;
}
form fieldset ol.checklist li {
	float: left;
	width: 20em;
}
form fieldset ol.checklist li.clear {
	clear: both;
}
form .textarea {	
	width: 96%;
	margin: 1em 0 0 1em;
}
form p {
	padding-top: 1em;
}
#sidebar2 form fieldset {
	padding: 5px;
	background: #f0f0ff;
}

/* = TABLES
//////////////////////////////////*/

table {
	background: #FFF;
	margin: 0 0 20px 0;
	padding: 0;
	border: none;
}
#maincontent table {
	width: 545px;
}
#sidebar2 table {
	border: none;
}
table td {
	padding: 0.4em 0;
	border-top: none;
	border-right: none;
	border-bottom: solid 1px #A3C2E0;
	border-left: none;
}
table caption {
	text-align: left;
	font-weight: bold;
	padding: 0.4em;
	background: #D9DFE6;
}
#contenttable tr td {
	width: 649px;
}
table tr th {
	background: #A3C2E0;
	padding: 0.4em;
	border: none;
	text-align: left;
}
table.basic {
	border-left: solid 1px #A3C2E0;
	border-top: solid 1px #A3C2E0;
	text-align: center;
	font-weight: bold;
}
table.basic tr td {
	background: #FFFFFF;
}


/* = CLASSES
//////////////////////////////////*/

.fltrt {
	margin-left: 10px;
}
.fltlft {
	margin-right: 10px;
}
.fltrt, #subpagemaincontent div.floatright {
	float: right;
}
.fltlft, #subpagemaincontent div.floatleft {
	float: left;
	margin-bottom: 6px;
}
#subpagemaincontent div.floatleft, #subpagemaincontent div.floatright {
	border: none;
	padding: 0;
	width: 320px;
}
.clear {
	clear: both;
	float: none;
}
.clearfloat {
	clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent div.column {
	float: left;
	width: 305px;
	padding: 0 20px 10px 0;
}
.highlight {
	border: solid 1px #A1ADBC;
	width: 237px;
	padding: 5px;
	margin-bottom: 10px;
	background: #A3C2E0 url(../../images/backgroundhighlight.png) repeat-x;
	font-weight: bold;
	float: left;
}
.highlight2 {
	border: solid 1px #A1ADBC;
	float: left;
	width: 138px;
	padding: 5px;
	margin: 10px 0;
	background: #A3C2E0 url(../../images/backgroundhighlight.png) repeat-x;
	font-weight: bold;
}
.highlight img, .highlight2 img {
	border: solid 1px #FFFFFF;
}
.highlight p, .highlight2 p {
	padding: 0 0 5px 0;
	margin: 0;
}
.centeralign {
	text-align: center;
}
.rightalign {
	text-align: right;
}
.notify, .pdf {
	color: #FF0000;
}
.notify {
	font-weight: bold;
}
.note {
	font-size: 0.8em;
	color: #666666;
}
.style1 {
	color: #CC6633;
	font-weight: bold;
}

/* = SLIDER
//////////////////////////////////*/

.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	height: 154px;
}
.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	height: 100%;
	width: 100%;
}
.sliderwrapper .contentdiv .photo {
	float: left;
	margin-right: 1em;
}
.pagination {
	position: absolute;
	top: 265px;
	z-index: 400;
	left: 50%;
	margin-left: -252px;
	width: 716px;
	text-align: right;
}
.pagination a {
	padding: 3px;
	display: inline-block;
	text-decoration: none; 
	color: #666666;
	background: white;
	font-weight: normal;
}
.pagination a:hover, .pagination a.selected {
	color: #FFFFFF;
	background-color: #002654;
}

/* = SIGNUP
//////////////////////////////////*/

#SignUp .signupframe {
	width: 248px;
	background: #FFF;
	color: #000000;
	font: Arial, Helvetica, sans-serif;
}
#SignUp table {
	border: none;
	margin: 0;
}
#SignUp table td {
	padding-right: 0.3em;
	border-bottom: none;
}
