@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	font-size:100%; /*IE*/
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	color: #333;
	background-color: #E5E9EE;
}

div#outer-wrap {
	width: 100%;
	height: 100%;
	background: #F2F5FB url(images/main-bg-grad.png) left top repeat-x;
}

div#inner-wrap {
	width: 100%;
	height: 100%;
	background: transparent url(images/main-bg-grad-2.png) left bottom repeat-x;
}

div#wrap-ls {
	width: 999px;
	height: 100%;
	margin: 0 auto;
	background: transparent url(images/main-bg-ls.png) left top repeat-y;
}

div#wrap-rs {
	width: 100%;
	height: 100%;
	background: transparent url(images/main-bg-rs.png) right top repeat-y;
}


div#wrap-tl {
	width: 100%;
	height: 100%;
	background: transparent url(images/main-bg-tl.png) left top no-repeat;
}

div#wrap-tr {
	width: 100%;
	height: 100%;
	background: transparent url(images/main-bg-tr.png) right top no-repeat;
}

div#wrap {
	width: 947px;
	min-height: 450px;
	height: 100%;
	padding: 22px 26px 0 26px;
}


div#banner {
	width: 100%;
	height: 122px;
	background: transparent url(images/banner-bg.png) top right no-repeat;
}

img#logo {
	margin: 31px 0 35px 44px;
	float: left;
}

ul#util-nav {
	display: inline;
	list-style: none;
	float: right;
	margin: 69px 27px 0 0;
	color: #14190D;
}

ul#util-nav li {
	display: inline;
}

ul#util-nav li a {
	border-right: 1px solid;
	margin: 0 0 0 0.5em;
	padding-right: 0.7em;
	font-size: 1.1em;
	color: #14190D;
}

ul#util-nav li.last a {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

div#nav {
	width: 100%;
	min-height: 31px;
	background: #122C52 url(images/nav-bg.png) left top repeat-x;
	clear: both;
}

#nav ul {
	float: left;
	list-style: none;
	font-size: 1.4em;
	line-height: 30px;
	padding-left: 52px;
}

#nav ul li {
	float: left;
	color: #b4fb5d;
	background: transparent url(images/nav-divider.gif) right center no-repeat;
	padding: 0 1em 0 0;
	margin: 0 0.8em 0 0;
}

#nav ul li.last {
	background: none;
}

#nav ul li a {
	display: block;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#nav ul li a:hover {
	color: #b4fb5d;
}

#nav ul li:hover ul, #nav ul li.sfhover ul {
	left: auto;
	z-index: 2000;
}

#nav ul li ul {
	position: absolute;
	top: 172px;
	left: -999em;
	float: none !important;
	width: 10em;
	font-size: 0.8573em;
	line-height: 1.5em;
	padding: 0.7em 1.4em 0.7em 1.4em;
	margin-left: -1.4em;
	background-color: #fff;
	border: 1px solid #94ADD0;
}

#nav ul li ul li {
	background: none;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

#nav ul li ul li a {
	display: inline;
	float: none;
	color: #003A8C;
	text-decoration: none;
	line-height: 1.5em;
}

#nav ul li ul li a:hover {
	color: #7CAD40;
}

#sub-banner {
	clear: both;
	width: 100%;
	min-height: 168px;
	background: #002c77 url(images/sub-banner-bg.jpg) center center no-repeat; 
}

div#breadcrumb {
	clear: both;
	width: 100%;
	font-size: 1.1em;
	color: #444;
}

div#breadcrumb ul {
	list-style: none;
}

div#breadcrumb ul li {
	float: left;
	min-height: 31px;
	line-height: 31px;
	padding: 0 6px 0 11px;
	background: transparent url(images/breadcrumb-divider.gif) left center no-repeat;
}

div#breadcrumb ul li.home {
	padding: 0 8px 0 0;
	background: none;
}

div#breadcrumb ul li.home a {
	display: block;
	float: left;
	width: 64px;
	background: transparent url(images/home-icon.gif) right center no-repeat;
	text-indent: -9999px;
}

div#main-wrap {
	clear: both;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

div#main {
	width: 602px;
	float: left;
	padding: 0 0 26px 39px;
	font-size: 1.4em;
	line-height: 1.2858em;
}

div#sidebar {
	width: 291px;
	min-height: 400px;
	float: right;
	margin: 0 13px 0 0;
	background: #A7B9DB url(images/sidebar-grad-bg.png) left bottom repeat-x;
}

.nosidebar div#main {
	clear: both;
	width: 880px;
	padding: 0 0 26px 39px; 
}

.nosidebar div#sidebar {
	display: none;
}

.minsidebar div#main {
	width: 813px;
}

.minsidebar div#sidebar {
	width: 80px;
}

.minsidebar div#sidebar-body {
	display: none;
}

.minsidebar div#sidebar-min-body {
	display: block;
}

div#sidebar-header {
	width: 100%;
	height: 43px;
	background: #718fba url(images/sidebar-header-tlc.png) left top no-repeat;
}
div#sidebar-header div {
	width: 100%;
	height: 100%;
	background: transparent url(images/sidebar-header-trc.png) right top no-repeat;
}

div#sidebar-header h2 {
	width: 100%;
	text-align: left;
	line-height: 43px;
	margin: 0 0 0 59px;
	color: #515f72;
	font-size: 2em;
	display: none;
}

div#sidebar-body-ls {
	width: 100%;
	height: 100%;
	background: transparent url(images/sidebar-body-ls.png) left top repeat-y;
}

div#sidebar-body-rs {
	width: 100%;
	height: 100%;
	background: transparent url(images/sidebar-body-rs.png) right top repeat-y;
}

div#sidebar-body {
	padding: 13px 26px 13px 26px;
	min-height: 394px;
	color: #002354;
	font-size: 1.1em;
}

div#sidebar-min-body {
	min-height: 394px;
}

div.sidebar-content {
	margin-bottom: 26px;
}

div.sidebar-content h3 {
	color: #002354;
	border-bottom: 1px dotted #fff;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 0.1em;
}

div.sidebar-content p {
	margin: 14px 0 14px 0;
}

div.sidebar-content a {
	color: #002354;
}

div.sidebar-content a.rss {
	display: block;
	padding: 0 0 0 34px;
	line-height: 27px;
	min-height: 27px;
	background: transparent url(images/feed-icon.png) left center no-repeat;
}

#twitter-link {
	display: block;
	padding-left: 95px;
	background: transparent url(images/twitter-logo-sm.png) left center no-repeat;
	text-align: right;
	min-height: 19px;
	line-height: 19px;
}

#twitter_div h2 {
	width: 118px;
	height: 27px;
	background: transparent url(images/twitter-logo.png) center center no-repeat;
	text-indent: -9999px;
}

div#sidebar-body ul {
	margin: 0 0 0.5em 34px;
}

#twitter_div ul {
	margin-top: 0;
}

#twitter_update_list {
	margin-top: -0.5em !important;
}

div#sidebar-footer {
	width: 100%;
	height: 31px;
	background: transparent url(images/sidebar-footer-blc.png) left bottom no-repeat;
}

div#sidebar-footer div {
	width: 100%;
	height: 100%;
	background: transparent url(images/sidebar-footer-brc.png) right bottom no-repeat;
}


div#main-content {
	padding: 0 11px 0 11px;
}

div#main a, div#breadcrumb a {
	color: #003a8c;
	text-decoration: none;
}

div#main a {
	text-decoration: underline;
}

div#main a:hover, div#breadcrumb a:hover {
	text-decoration: underline;
}

div#main a:visited {
	color: #406CB4;
	text-decoration: underline;
}

div#main a.more {
	white-space: nowrap;
}

div#main a.more {
	color: #003a8c;
	text-decoration: none;
}

div#main h2 span.date {
	float: right;
	font-size: 14px;
	line-height: 21px;
	font-style: italic;
	vertical-align: bottom;
}

/* Global Styles */

.clearfloat { /* the final div or break before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.hide { /* hide elements from visual browsers */
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	left: -999px;
}

a.hide:focus {
	display: block;
	width: 97%;
	height: 2em;
	line-height: 2em;
	left: 0;
	top: 0;
	padding-left: 2.9%;
	background-color: #f5f5f5;
	border-bottom: 2px solid #ccc;
	font-size: 1.4em;
	font-weight: bold;
}

.scroll {
	overflow: auto;
}

.new {
	color: #ff0000;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.7143em; /* 24px */
	font-stretch: condensed;
	letter-spacing: -0.03em;
	color: #003a8c;
	margin: 0 0 0.5em 0; /* 0 0 12px 0 */
}

#main-content h2 {
	width: 100%;
	clear: left;
	font-size: 1.5em; /* 21px */
	line-height: 1em; /* 21px */
	padding: 0 0 5px 0;
	border-bottom: 1px solid #94add0;
	margin: 21px 0 6px 0; /* 18px 0 8px 0*/
	color: #003a8c;
}

#main-content h1 span, #main-content h2 span {
	color: #86bb45;
	color: #7CAD40;
}

#main-content h3 {
	font-size: 1.1429em; /* 16px */
	line-height: 1.125em; /* 18px */
	margin: 1.3125em 0 0.9375em 0; /* 21px 0 15px 0 */
}

#main-content p {
	margin: 1.2858em 0;
}

#main-content p.summary {
	font-weight: bold;
}

#main-content ul {
	clear: left;
	margin: 1.2858em 2em 1.2858em 1.2858em;
	padding: 0;
}

#main-content ul li {
	margin: 0.6429em 0 0.6429em 0;	
}

#main-content ul.split {
	clear: left;
	width: 100%;
	float: left;
}

#main-content ul.split li {
	width: 49.9%;
	float: left;
}


div.download {
	clear: left;
	border: 1px solid #ccc;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	background-color: #fff;
	padding: 14px 14px 26px 14px;
	margin: 1em 0 20px 0 !important;
}

div.download h2 {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

table.data {
	border: none;
	width: 100%;
}

table.data tr.over td, table.data tr:hover td  {
	background-color: #f1f1f1;
	/*cursor: pointer;*/
}

table.data th {
	width: auto;
	min-height: 26px;
	padding: 4px 21px 4px 4px;
	vertical-align: top;
	color: #002354;
	background: #94add0 url(images/th-bg.png) right top no-repeat;
}

table.data th.header { 
    background-image: url(images/th-sort-bg.png);
	cursor: pointer;  
} 

table.data th.headerSortUp { 
    background-image: url(images/th-asc-bg.png);
	cursor: pointer; 
} 

table.data th.headerSortDown { 
    background-image: url(images/th-desc-bg.png);
	cursor: pointer; 
}


table.data td {
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px solid #94add0;
}

table.data .left {
	text-align: left;
}

fieldset.standard {
	border: none;
}

fieldset.standard label {
	font-size: 1.3em;
	font-weight: bold;
}

label.heading {
	display: block;
	color: #002354;
	border-bottom: 1px dotted #fff;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 0.1em;
	margin-bottom: 0.5em;
}

label small {
	font-weight: normal;
}

fieldset.standard input, fieldset.standard textarea {
	border: 1px solid #ccc;
	-moz-border-radius-bottomleft: 0.4em;
	-moz-border-radius-bottomright: 0.4em;
	-moz-border-radius-topleft: 0.4em;
	-moz-border-radius-topright: 0.4em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0.5em 0 0.5em 0;
}

div.show {
	position: fixed;
	width: 100%;
	overflow: auto;
}

div.hide {
	position: absolute;
	left: -999px;
	width: 0;
	height: 0;
	overflow: hidden;
}

div.datatable-footer {
	margin: 13px 0 13px 0;
	line-height: 23px;
	min-height: 23px;
	padding: 0 4px 0 4px;
	background: #94add0 url(images/th-bg.png) left top repeat-x;
}

div.datatable-footer a.more {
	float: right;
}

div.filofax {
	clear: left;
	width: 100%;
	margin-top: 36px;
}

div.notabs {
	margin-top: 1em;
}

div.filofax-header {
	width: 100%;
	height: 2.7em;
	background: #fff url(images/filofax-tlc.png) left bottom no-repeat;
}

div.filofax-header div {
	width: 100%;
	height: 100%;
	background: transparent url(images/filofax-trc.png) right bottom no-repeat;
}


ul.filofax-tabs {
	margin: 0;
	padding: 0 18px 0 18px;
	list-style: none;
	float: left;
	height: 2.7em;
}

ul.filofax-tabs li {
	float: left;
	width: 11em;
	height: 2.7em;
	margin: 0;
	padding: 0;
	background: transparent url(images/filofax-tab-ls.png) -1px top no-repeat;
	/*position: relative;
	top: -15px;*/
	margin-top: -15px;
}

* html ul.filofax-tabs li {
	position: relative;
	top: -15px;
	margin-top: 0;
}

ul.filofax-tabs li a {
	display: block;
	float: left;
	width: 100%;
	height: 2em;
	line-height: 2em;
	margin: 0;
	padding: 0.7em 0 0 0;
	background: transparent url(images/filofax-tab-rs.png) right top no-repeat;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

ul.filofax-tabs li a:visited {
	text-decoration: none !important;
}

ul.filofax-tabs li.active {
	background-image: url(images/filofax-tab-active-ls.png);
}

ul.filofax-tabs li:hover {
	background-image: url(images/filofax-tab-hover-ls.png);
}

ul.filofax-tabs li.active a {
	background-image: url(images/filofax-tab-active-rs.png);
}

ul.filofax-tabs li:hover a {
	background-image: url(images/filofax-tab-hover-rs.png);
}

ul.filofax-tabs li.active span {
	display: block;
	border-bottom: 2px solid #fff;
	margin: 0 5px -2px 5px;
}

div.filofax-body-ls {
	width: 100%;
	min-height: 300px;
	background: transparent url(images/filofax-body-ls.png) left top repeat-y;
}

div.filofax-body-rs {
	width: 100%;
	min-height: 300px;
	background: transparent url(images/filofax-body-rs.png) right top repeat-y;
}

div.filofax-body {
	min-height: 290px;
	padding: 0 23px 13px 23px;
}

div.filofax-body h2 {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

div.filofax-footer {
	width: 100%;
	height: 29px;
	background: #fff url(images/filofax-blc.png) left bottom no-repeat;
}

div.filofax-footer div {
	width: 100%;
	height: 29px;
	background: transparent url(images/filofax-brc.png) right bottom no-repeat;
}

div#footer-wrap {
	clear: both;
	width: 100%;
	height: 147px;
	background: transparent url(images/main-bg-bl.png) left top no-repeat;
}

div#footer {
	width: 100%;
	height: 147px;
	background: transparent url(images/main-bg-br.png) right top no-repeat;
	text-align: center;
	font-size: 1.1em;
}


#discreetBookmark {
	clear: both;
	width: 100%;
	height: 16px;
	padding: 0 0 52px 0;
}

#discreetBookmark ul {
	background:transparent none repeat scroll 0 0;
	border:medium none;
}

#discreetBookmark li {
	padding:0 5px;
}


#expandedBookmark {
	margin:0 auto;
	text-align:center;
}

.bookmark_popup_text {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}

.bookmark_popup {
	display: none;
	position: absolute;
	z-index: 100;
}

.bookmark_popup ul {
	float: left;
	width: 220px;
	border: 1px solid #aaa;
}

.bookmark_list {
	clear: both;
	list-style-type: none;
	font-size: 100%;
	margin: 0 0 0 72px;
	padding: 0 0 52px 0;
}

/*Safari3/Opera9
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.bookmark_list {
		font-size: 120%;
	}
}
*/

html:first-child .bookmark_list {  /* Opera */
	font-size: 80%;
}
.bookmark_list li {
	float: left;
	width: auto;
	margin: 0px .5em;
}
.bookmark_compact {

}
.bookmark_compact li {
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 2px;
	background-color: transparent;
	border: none;
}
.bookmark_list a {
	color: #0D0348;
	text-decoration: none;
	width: 100%;
}
.bookmark_list a:hover {
	border-bottom: 1px solid #0D0348;
}
.bookmark_list span {
	display: inline-block;
	width: 16px;
	height: 16px;
}
.bookmark_list img {
	border: none;
}

ul#footer-nav {
	clear: both;
	width: 100%;
	margin: 0 auto 0 auto;
	list-style: none;
}

ul#footer-nav li {
	display: inline;
}

ul#footer-nav li a {
	text-decoration: none;
	color: #5c5c5c;
	padding-right: 14px;
	background: transparent url(images/footer-nav-divider.png) right 0.3em no-repeat;
}

ul#footer-nav li.last a {
	background: none;
}

ul#footer-nav li a:hover {
	text-decoration: underline;
}


