﻿/* General */
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}
p {
	margin: 0.5em 0;
	line-height: 1.6em;
}
input, textarea {
	font: 10pt Verdana, Arial, Sans-Serif;
	max-width: 500px;
	max-height: 250px;
}
ul {
	list-style-type: square;
}
label.placeholder {
	font: 10pt Verdana, Arial, Sans-Serif;
}
/* Layers */
html {
	background: #006BB3;
}
body {
	font: 10.5pt/16pt "Century Gothic" , Verdana, Arial;
	color: #000;
}
#Navigation {
	width: 1001px;
	margin: 0 auto;
	height: 46px;
	padding: 0;
	list-style: none;	
	overflow: visible;
}
#Navigation ul {
	float: left;
	height: 46px;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	overflow: visible;
}
#Navigation ul li {
	display: inline;
	white-space: nowrap;
}
#Navigation ul li a {
	float: left;
	padding: 13px 1em;
	color: #FFF;
	text-transform: uppercase;
	font-size: 11pt;
}
#Navigation ul li a.selected, #Navigation ul:hover li:hover a.selected, #Navigation ul li:hover a {
	background: #000;
	text-decoration: none;
}
#Navigation ul li:active a, #Navigation ul.active li.active a, #Navigation ul.active li.active a.selected {
	background: #000;
	text-decoration: none;
}
#Navigation ul.active li a.selected {
	background: none;
}
#Navigation ul:hover li a.selected {
	background: #006BB3;
}
#Navigation span {
	display: none;
	height: 272px;
	left: 0;
	border-top: 1px #FFF solid;
	top: 46px;
	width: 100%;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: absolute;
	z-index: 3;
}
#Navigation ul li ul {
	display: none;
	float: left;
	height: 272px;
	overflow: hidden;
	position: absolute;
	z-index: 4;
	margin-top: 66px;
	padding-left: 22px;
}
#Navigation ul li:hover span, #Navigation ul li:hover ul {
	display: block;
}
#Navigation ul li ul li {
	display: block;
	clear: both;
}
#Navigation ul li ul li a:link, #Navigation ul li ul li a:visited {
	background: none !important;
	text-transform: none;
	padding: 0;
	margin: 0.25em 0;
	color: #CBE1EF;
}
#Navigation ul li ul li a:link.selected, #Navigation ul li ul li a:visited.selected, #Navigation ul li ul li a:hover, #Navigation ul li ul li a:active {
	color: #FFF;
	font-weight: bold;
}
/* Javascript */
#Background {
	top: 46px;
	height: 0;
	width: 100%;
	position: absolute;
	z-index: 3;
	overflow: hidden;
}
#Background span {
	display: block;
	border-top: 1px #FFF solid;
	height: 272px;
	width: 100%;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: absolute;
}
#Background ul {
	position: absolute;
	z-index: 4;
	padding-left: 22px;
	margin-top: 20px;
	top: 0;
	list-style: none;
}
#Background ul li a:link, #Background ul li a:visited {
	float: left;
	clear: both;
	padding: 13px 1em;
	color: #FFF;
	background: none;
	padding: 0;
	margin: 0.25em 0;
	color: #CBE1EF;
}
#Background ul li a.selected, #Background ul li a:hover, #Background ul li a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
/* /Javascript */
/* Crossover */
.navigation ul.two {
	margin-left: 250px;
}
.navigation ul.three {
	margin-left: 500px;
}
.navigation ul.four {
	margin-left: 750px;
}
.navigation ul.five {
	margin-left: 1000px;
}
.navigation ul.six {
	margin-left: 1250px;
}
/* /Crossover */
#Top {
	background: #FFF url(Images/Top.png) repeat-x;
}
#Center {
	width: 1001px;
	margin: 0 auto;
	padding-top: 4px;
	background: #FFF;
	position: relative;
}
h1 {
	height: 273px;
	background: no-repeat;
	position: relative;
}
h1 a {
	display: block;
	text-indent: -9000px;
	height: 155px;
	width: 324px;
	background: url(Images/Logo.png) no-repeat left bottom;
	position: absolute;
	top: 134px;
	z-index: 2;
}
h1 span.background {
	display: block;
	background: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 100%;
	height: 41px;
	position: absolute;
	top: 228px;
	z-index: 1;
}
h1 span.slogan {
	background: url(Images/Logo.png) no-repeat -324px -94px;
	display: block;
	width: 677px;
	height: 41px;
	position: absolute;
	top: 228px;
	left: 324px;
	z-index: 1;
	text-indent: -9000px;
}
#Departments {
	position: absolute;
	top: 0;
	right: 0px;
	width: 236px;
	height: 232px;
	overflow: hidden;
}
#Departments span {
	display: block;
	background: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	height: 232px;
}
#Departments p {
	margin-top: -232px;
	position: relative;
	padding: 18px 70px 3px 13px;
	height: 88px;
}
#Departments ul {
	position: relative;
	padding: 0;
	list-style: none;
}
#Departments li {
}
#Departments li a:link, #Departments li a:visited {
	display: block;
	background: #000 url(Images/ArrowLightRight.png) no-repeat 217px 10px;
	color: #FFF;
	padding: 6px 13px 8px;
	margin: 6px 0;
	height: 21px;
}
#Departments li a:hover, #Departments li a:active {
	color: #999;
	text-decoration: none;
}
#Content {
	float: left;
	width: 730px;
	margin-right: 34px;
	padding-top: 44px;
}
#Content a:link, #Content a:visited {
	text-decoration: underline;
}
#Content a:hover, #Content a:active {
	text-decoration: none;
}
#Content ul, #Content ol {
	margin: 1em 0;
	padding-left: 40px;
}
#Content .float_left img {
	float: left;
	padding: 7px;
	border: 1px #CCE1F0 solid;
	margin: -0.5em 1em 1em 0;
}
h2 {
	color: #0D60AD;
	font-size: 20pt;
	font-weight: normal;
	margin: 0 0 0.83em;
}
h3 {
	font-weight: normal;
	color: #0D60AD;
	font-size: 13.5pt;
}
h3 a:link, h3 a:visited {
	color: #0D60AD;
}
h3 a:hover, h3 a:active {
	text-decoration: none;
}
h4 {
	font-weight: normal;
	font-size: 12pt;
}
h5 {
	font-weight: normal;
}
h6 {
	font-weight: normal;
}
#Side {
	float: left;
	width: 237px;
}
#Side h2 {
	border-bottom: 1px #FFF solid;
	margin: 0;
	color: #FFF;
}
#Side #Contact h2 {
	background: #006BB3;
	padding: 7px 15px 5px;
	font-size: 14pt;
	font-weight: bold;
}
#Side #Contact h2 span {
	font-weight: normal;
	font-size: 12pt;
	top: -3px;
	position: relative;
}
#Side #Contact p {
	background: #DAEAF4;
	color: #006BB2;
	padding: 8px 15px 6px;
	font-size: 11pt;
	border-bottom: 1px #FFF solid;
	margin: 0;
	line-height: 1.4em;
}
#Side #Contact a:link, #Side #Contact a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #006BB2;
}
#Side #Contact a:hover, #Side #Contact a:active {
	text-decoration: underline;
}
#Side #Downloads {
	margin-top: 1em;
}
#Side #Downloads h2 {
	padding: 6px 15px;
	font-size: 12pt;
	background: #000 url(Images/ArrowLightDown.png) no-repeat 211px 10px;
}
#Side #Downloads ul {
	padding: 0;
	list-style: none;
}
#Side #Downloads li {
}
#Side #Downloads li a:link, #Side #Downloads li a:visited {
	display: block;
	color: #006BB3;
	padding: 6px 15px;
	background: #DAEAF4;
	font-weight: normal;
}
#Side #Downloads li a:hover, #Side #Downloads li a:active {
	background: #EDF5FA url(Images/ArrowDarkRight.png) no-repeat 211px 10px;
	text-decoration: none;
}
#Side #Downloads p {
	background: #DAEAF4;
	color: #006BB2;
	padding: 8px 15px 6px;
	font-size: 11pt;
	border-bottom: 1px #FFF solid;
	margin: 0;
	line-height: 1.4em;
}
#Side #Downloads a:link, #Side #Downloads a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #006BB2;
}
#Side #Downloads a:hover, #Side #Downloads a:active {
	text-decoration: underline;
}
#Bottom {
	background: url(Images/Bottom.png) repeat-x 0 0;
}
#Bottom #Sitemap {
	width: 1001px;
	margin: 0 auto;
	background: url(Images/Skyline.png) no-repeat right 0;
	padding-top: 125px;
	color: #FFF;
}
#Bottom #Sitemap h2 {
	border-left: 1px #FFF solid;
	background: url(Images/ArrowLightRight.png) no-repeat left bottom;
	padding: 25px 0 0 20px;
	color: #FFF;
}
#Bottom #Sitemap h2 span {
	position: relative;
	bottom: -3px;
}
#Bottom #Sitemap a:link, #Bottom #Sitemap a:visited {
	color: #FFF;
}
#Bottom #Sitemap a:hover, #Bottom #Sitemap a:active {
	color: #99C4E1;
	text-decoration: none;
}
#Bottom #Sitemap ul {
	float: left;
	list-style: none;
	/*padding: 0 0 26px 20px;*/
	padding: 0;
	display: block;
}
#Bottom #Sitemap ul li {
	float: left;
	line-height: 1em;
	display: inline;
	width: 100%;
	margin-top: 0.5em;
}
#Bottom #Sitemap ul li:first-child strong {
	margin-top: 0;
}
#Bottom #Sitemap ul li a:link, #Bottom #Sitemap ul li a:visited {
}
#Bottom #Sitemap ul li a strong {
	display: block;
	margin-top: 0.5em;
}
#Bottom #Sitemap p {
	clear: both;
	text-align: center;
	margin: 0;
	padding: 1em 0;
}
#Bottom #Sitemap p a:link, #Bottom #Sitemap p a:visited {
	display: inline;
	margin-top: 0;
}

/* Page Specific */
/* General*/
#Content .item {
	border-bottom: 1px #CCE1F0 solid;
	padding-bottom: 2em;
	float: left;
	width: 100%;
}
#Content .item h2 {
	margin: 0.83em 0 0;
}
#Content .item em {
	display: block;
	margin: 2px 0 0.83em;
	display: block;
	font-style: normal;
	color: #006BB2;
}
#Content .item img {
	float: left;
	padding: 7px;
	border: 1px #CCE1F0 solid;
	margin: -0.5em 1em 1em 0;
}
/* NewsItems */
#Content .items {
	margin: 0.5em 0;
}
#Content .items a:link, #Content .items a:visited {
	display: block;
	border-bottom: 1px #CCE1F0 solid;
	padding: 1em 1em;
	text-decoration: none;
}
#Content .items a:hover, #Content .items a:active {
	background: #DAEAF4;
}
#Content .items strong {
	color: #0D60AD;
	font-size: 16pt;
	font-weight: normal;
	margin: 0.83em 0 0;
}
#Content .items em {
	display: block;
	margin: 2px 0 0.83em;
	display: block;
	font-style: normal;
	color: #006BB2;
}
/* Homepage */
#Content .column {
	float: left;
	width: 202px;
	padding: 0 20px;
	border: #CCE1F0 solid;
	border-width: 0 1px;
	margin: 40px 0 0 -1px;
	background: url(Images/ArrowMiddleRight.png) no-repeat left top;
}
#Content .column h3 {
	margin: -4px 0 0;
	_margin: 0;
}
#Content .column input {
	font-size: 10.5pt;
	margin: 0.2em 0;
	width: 100%;
}
#Content .column input.button {
	width: auto;
	margin: 0.4em 0;
}
#Content .column strong {
	color: #006BB2;
}
#Content .column ul {
	margin-top: 0em;
}
#Content .column ul, #Content .column ol {
	padding: 0;
	list-style: none;
}
#Content .column ul li {
	margin: 0.5em 0;
}
#Content .column a:link, #Content .column a:visited {
	text-decoration: none;
}
#Content .column a:hover, #Content .column a:active {
	text-decoration: underline;
}
#Content .column h3 a:hover, #Content .column h3 a:active {
	text-decoration: none;
}
#Content .newsletter {
	border-left-width: 0;
	background: none;
	padding-left: 0;
	width: 222px;
	_margin-left: 0;
	_width: 215px;
}
#Content .newsletter label.error {
	color: Red;
	top: -3px;
	position: relative;
	font-size: 10pt;
}
#Content .newsletter p {
	margin-top: 1.3em;
}
#Content .feed {
	padding-right: 0;
	width: 222px;
}
#Content .feed p {
	margin: 0;
}
#Content .feed p:last-child {
	margin: 0.5em 0px;
}
#Content .feed a:link, #Content .feed a:visited {
	color: #006BB2;
}
#Content .feed em {
	display: block;
	font-style: normal;
	color: #006BB2;
	margin: -2px 0 -2px;
}
#Content .agenda {
	border-right-width: 0;
	padding-right: 0;
	width: 222px;
	line-height: 1.3em;
}
#Content .agenda ol li {
	margin: 0px 0;
}
#Content .agenda ol li a:link, #Content .agenda ol li a:visited {
	display: block;
	text-decoration: none;
	padding: 0.5em;
	margin-left: -5px;
}
#Content .agenda ol li a:hover, #Content .agenda ol li a:active {
	text-decoration: none;
	background: #DAEAF4;
}
#Content .agenda em {
	color: #000;
	font-weight: bold;
	display: block;
	font-style: normal;
}


#Content .newsletter span {
	float: left;
	border: 1px red solid;
	margin: -1px;
	width: 100%;
	line-height: 1em;
	padding: 0;
}
#Content .newsletter span input {
	visibility: visible !important;
	margin: 0;
	padding: 0;
	float: left;
}

