@charset "utf-8";
@import url("styles-body-page.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

html, body {
	margin:0 !important;
	padding:0 !important;
    height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background: url(../images/bg-header.gif) top left repeat-x #d1e5f4;
}

#wrapper {
	margin:0 auto;
	padding:0;
    position: relative;
	width:975px;
    min-height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background: url(../images/bg-wrapper.gif) top left repeat-y;
}

/*#header {
	width:975px;
	height:160px;
}
*/
#header-top {
	width:975px;
	height:92px;
}

#header-top .left {
	width:301px;
	height:92px;
	float:left;
	background: url(../images/bg-header-left.gif) top left no-repeat;
}

#header-top .center {
	width:375px;
	height:92px;
	float:left;
	background: url(../images/bg-header-center.gif) top left no-repeat;
}

#header-top .center h1 a {
	display:block;
	width:375px;
	height:92px;
	text-indent:-999em;
}

#header-top .right {
	width:299px;
	height:92px;
	float:left;
	background: url(../images/bg-header-right.gif) top left no-repeat;
}

#header-bottom {
	padding: 4px 21px 0 22px;
	width:932px;
	height:68px;
	background: url(../images/bg-header-bottom.gif) top left no-repeat;
}

#header-bottom ul#navbar {
	margin:0;
	padding:0;
	width:928px;
	height:58px;
	list-style:none;
}

#header-bottom ul#navbar li {
	float:left;
	display:block;
/*	height:58px;
	width:116px;*/
	background: url(../images/bg-navbar.gif) top left repeat-x;
}

#header-bottom ul#navbar li a {
	display:block;
	height:58px;
	width:116px;
	color:white;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	line-height:58px;
	background: url(../images/bg-navbar-button-divider.gif) top right no-repeat;
}	

#header-bottom ul#navbar li a.right {
	background:none;
}

#header-bottom ul#navbar li a.two-line {
	height: 46px;
	padding-top: 12px;
	line-height:16px;
}

#header-bottom ul#navbar li a:hover {
	background: url(../images/bg-navbar.gif) 0 -58px repeat-x;
}

#header-bottom ul#navbar li ul {
	clear:both;
	list-style:none;
	position:absolute;
	left:-999em;
	width:190px;
	padding:0;
	background: url(../images/bg-navbar-dropdown.gif) top left repeat-x #0860a1;
}

#header-bottom ul#navbar li:hover ul {
	left:auto;
}

#header-bottom ul#navbar li ul li {
	width:190px;
	height:auto;
	background:none;
}

#header-bottom ul#navbar li ul li a {
	display:block;
	width:150px;
	height:auto;
	padding: 10px 20px;
	background: url(../images/bg-navbar-dropdown-buttons-2.png) top left repeat;
	border-bottom: 1px solid #3980b4;
	text-align:left;
	line-height:16px;
}

#header-bottom ul#navbar li ul li a:hover {
	background: url(../images/bg-navbar-dropdown-buttons-2.png) bottom left repeat;
}

#bread-crumb {
	margin: 0 0 8px;
	padding: 8px 22px;
	font-size:12px;
	color:#00326D;
	line-height: 15px;
}

#bread-crumb a {
	color:#D6201F;
	text-decoration:none;
}

#bread-crumb a:hover {
	text-decoration:underline;
}

.block h1 {
	margin: 0;
	padding: 8px 0 4px;
	color:#D6201F;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
}

.block h2 {
	color:#00326D;
	font-size:16px;
	margin:0;
	padding: 8px 0 4px;
	text-align:center;
	font-weight:bold;
}

.block h3 {
	color:#00326D;
	font-size:14px;
	padding: 8px 0 4px;
	text-align:left;
	font-weight:bold;
	text-transform:uppercase;
}

.block h4 {
	color:#00326D;
	font-size:13px;
	padding: 4px 0 2px;
	text-align:left;
	font-weight:bold;
	text-transform:none;
}

.block h6 {
	font-size:12px;
	color:#00326D;
	font-weight:normal;
	font-style:italic;
	text-align:center;
}

.block p {
	margin: 0 0 8px;
	font-size:13px;
	color:#00326D;
	line-height: 16px;
}

.block p.authorDate {
	font-style:italic;
}

.block a {
	color:#D6201F;
	font-weight:bold;
	text-decoration:underline;
}

.block a:hover {
	color:#4897d3;
	text-decoration:none;
}

.block ul, .block ol {
	margin: 0 0 8px;
	padding-left: 30px;
}


.block ul li, .block ol li {
	font-size:13px;
	color:#00326D;
	line-height: 17px;
}

.block blockquote {
	margin: 20px 40px;
	padding: 10px;
	color:#00326D;
	background:#cde2f0;
	border: 1px solid #4897d3;
	font-size:13px;
	line-height: 16px;
}
.block   blockquote   h2  {
	margin-top:-6px;
}
.block table {
	margin:20px 0;
	padding:0;
	color:#00326D;
	background:#cde2f0;
	border: 1px solid #4897d3;
}

.block table caption {
	margin:0;
	padding: 4px 0;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}

.block table th {
	margin: 0px !important;
	padding:8px;
	background:#69b4e2;
	border: 1px solid #4897d3;
	font-size:13px;
	line-height: 19px;
	text-align:center;
	font-weight:bold;
}

.block table td {
	margin: 0px !important;
	padding:4px;
	border: 1px solid #4897d3;
	font-size:13px;
	line-height: 15px;
	text-align:left;
}

.block .image {
	margin:12px;
}

.block .captionImage {
	margin:12px;
	padding: 8px 8px 0;
	width:268px;
	color:#00326D;
	background:#cde2f0;
	border: 1px solid #4897d3;
}

.block .left, block .leftAlone {
	float:left;
}

.block .center {
	display:block;
	margin: 12px auto !important;
}

.block .right {
	float:right;
}

.block .caption {
	margin: 0;
	padding: 8px 0;
	font-size:13px;
	font-style:italic;
	text-align:center;
	color:#00326D;
	line-height: 16px;
}

a.learn-more {
	display:block;
	width:130px;
	height:33px;
	margin: 12px auto 0;
	color:#fff;
	background: url(../images/bg-button-learn-more.gif) top left repeat-x;
	border: 1px solid #0e489b;
	text-align:center;
	line-height:33px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

a.learn-more:hover {
	background: url(../images/bg-button-learn-more.gif) 0 -33px repeat-x;
	color:#fff;
	}

ul.subnav {
	list-style:none;
	width:215px;
	padding:0;
	background: url(../images/bg-subnav-background.gif) top left repeat-y;
}

ul.subnav li {
	background: url(../images/bg-subnav-divider.gif) bottom left no-repeat;
}

ul.subnav li a {
	display:block;
	width:185px;
	padding: 15px;
	color:#00326D;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	background: url(../images/bg-subnav-button-active.gif) 215px 0 repeat-y;
}

ul.subnav li.bottom {
	background:none;
}

ul.subnav li a:hover {
	background: url(../images/bg-subnav-button-active.gif) top left repeat-y;
}

ul.subnav li a.current {
	font-weight:bold;
	background: url(../images/bg-subnav-button-active.gif) -215px 0 repeat-y;
}

.WidgetHolder ul {
	margin: 0 0 20px 0;
	padding:0;
	list-style:none;
	width:215px;
	padding:0;
	background: url(../images/bg-subnav-background.gif) top left repeat-y;
}

.WidgetHolder ul li {
	background: url(../images/bg-subnav-divider.gif) bottom left no-repeat;
}

.WidgetHolder ul li.bottom {
	background:none;
}

.WidgetHolder ul li a {
	display:block;
	width:185px;
	padding: 15px;
	color:#00326D;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	background: url(../images/bg-subnav-button-active.gif) 215px 0 repeat-y;
}

.WidgetHolder ul li a:hover {
	background: url(../images/bg-subnav-button-active.gif) top left repeat-y;
}

.WidgetHolder ul li a.current {
	font-weight:bold;
	background: url(../images/bg-subnav-button-active.gif) -215px 0 repeat-y;
}

.WidgetHolder p a.subscribeLink {
	display:block;
	width:185px;
	padding: 15px;
	color:#00326D;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	background: url(../images/bg-subnav-background.gif) top left repeat-y;
}

.WidgetHolder p a.subscribeLink:hover {
	background: url(../images/bg-subnav-button-active.gif) top left repeat-y;
}

.clear-float {
	display: block;
	height: 0px;
	width: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0;
	clear: both;
	}

.clear-float-footer {
	display: block;
	height: 0px;
	width: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0 0 57px 0;
	clear: both;
	}

#footer {
	position:absolute;
	bottom:0;
	margin:0;
	padding:0;
	height:42px;
	width:960px;
	text-align: center;
}

#footer ul {
	list-style:none;
	margin-bottom:5px;
}

#footer ul li {
	display:inline;
}

#footer ul li a {
	color:#00326D;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	border-right: 1px solid #00326D;
	padding: 0 10px;
}

#footer ul li a.right {
	border-right:none;
}

#footer ul li a:hover, #footer ul li a.active {
	text-decoration:underline;
}

#footer p {
	margin:0;
	color:#7f98b6;
	font-size:10px;
}

#footer p a{
	margin:0;
	color:#7f98b6;
	font-size:10px;
	text-decoration:none;
}

#footer p a:hover {
	text-decoration:underline;
}


