/* ##### css reset http://meyerweb.com/eric/tools/css/reset/ ##### */
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, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	font-size:100%;
	margin:0;
	outline:0 none;
	padding:0;
	vertical-align:baseline;
}
/* ##### end reset ##### */


/* ### layout containers ### */

html, body {
	min-height: 100.1%; /* always display the vertical scrollbar */
}

body {
	background: #fff url(body-bg.jpg) fixed no-repeat center top;
	/* background: #DBDDE9; */
	color: #000;
	font-size: 75%;
}

#fixed-wrapper {
	/* background: #fff url(fixed-bg.jpg) no-repeat;*/
	margin: 0 auto;
	width: 960px;
}

#outer-wrapper {
	background: #283869;
	margin: 0 62px;
}

#wrapper {
	padding: 0 20px;
}

#inner-wrapper {
	border: 1px solid #333;
	margin-top: 9px;
}

#content {
	float: left;
}

#main {
	background: #fff;
	color: #000052;
	float: left;
	min-height: 500px;
	padding-right: 38px;
	width: 490px;
	
	/* 18px Vertical Rhythm - uncomment following line to check vertical your vertical rhythm */
	/* background: #fff url(18px-vertical-rhythm.gif) left top repeat; */
	/* maybe next time ;-) */
}

/*
#main .content-pad {
	clear: both;
	height: 24px;
}
*/

#sidebar {
	background: #8D898A url(sidebar-nav-bg.jpg) no-repeat right bottom;
	color: #fff;
	float: left;
	width: 228px;
}

div.container {
	padding-left: 38px;
}

.clear {
	clear: both;
}

.rightcol-no #main {
	width: 719px;
}

.rightcol-home #main {
	width: 795px;
}

.hide {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	left: -999em;
}

div.content-pad {
	height: 24px;
	overflow: hidden;
}



/* ### global typeface ### */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* ### external link icon ### */

#inner-wrapper img.elink {
	margin-left: 4px;
}

#footer .social .elink {
	display: none;
}


/* ### banner ### */

#mainbrand {
	float: left;
	margin: 14px 0 0 14px;
}

#banner {
	clear: both;
	height: 108px;
	width: 100%;
}


/* ### search ### */

#qsearch {
	float: left;
	padding: 36px 0 0 110px;
	width: 360px;
}

#qsearch label {
	display: none;
}

#qsearch form {
	display: inline;
}

#qs-qt {
	border: 1px solid #999;
	background: #fff url(search-magnify.gif) no-repeat 3% 50%;
	color: #5D6983;
	font-size: 1.083em;
	line-height: 2.35em;
	height: 2.35em;
	padding: 0 1px 0 32px;
	width: 240px;
}

#qs-qt:focus {
	border: 1px solid #666;
}

#qssubmit {
	background: #dfdfdf url(search-submit-bg.jpg) 0 0 repeat-x;
	border: 1px solid #999;
	color: #1e3470;
	font-size: 1.083em;
	font-weight: bold;
	height: 2.5em;
	text-align: center;
	vertical-align: top;
	width: 75px;
}

#qssubmit:hover {
	background: #dedede;
	border: 1px solid #666;
	cursor: pointer;
}


/* ### accessibility widget ### */

#accessibility-widget {
	color: #0c1e63;
	display: inline;
	float: right;
	font-weight: bold;
	margin: 36px 58px 0 0;
}


/* ### top nav ### */

#topnav {
	clear: both;
	font-weight: bold;
	line-height: 32px;
	min-height: 32px;
	margin: 0 auto;
	/* width: 795px; */
	width: 100%;
}

#topnav ul {
	background: #acacad url(topnav-bg.jpg) repeat-x;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

#topnav ul li {
	color: #fff;
	display: inline;
	float: left;
	list-style: none;
	text-align: center;
}

#topnav ul li.selected + li { /* turns off border image for adjacent li */
	background: none;
}

#topnav ul li:first-child {
	border: none;
}

#topnav ul li a {
	background: url(topnav-divider.png) no-repeat left center;
	color: #333333;
	display: block;
	text-decoration: none;
	width: 132.667px;
}

#topnav ul li.selected, #topnav ul li a:hover {
	background: #6C6C6C url(topnav-hover-bg.jpg) repeat-x left top;
	color: #fff;
}

#topnav ul li.selected {
	width: 132.667px;
}

#topnav ul li.selected a {
	color: #fff;
}


/* ### content ### */

h1 { /* approx 18px */
	background: url(h1-bg.jpg) repeat-y;
	clear: both;
	color: #212e56;
	font-size: 1.5em;
	line-height: 1.286em;
	margin: 0 0 0.818em -38px;
	padding: 0.4em 0.5em 0.35em 38px;
}

h2 { /* approx 16px */
	clear: both;
	color: #ae0077;
	font-size: 1.333em;
	line-height: 1.333em;
	margin: 1em 0 1em 0; 
}

h3 { /* approx 14px */
	clear: both;
	color: #131f61;
	font-size: 1.167em;
	line-height: 1.167em;
	margin: 1em 0 1em 0;
}

h4 { /* approx 13px */
	color: #000;
	font-size: 1.083em;
	line-height: 1.083em;
	margin: 1em 0 1em 0;
}

h2 strong, h3 strong, h4 strong {
	font-weight: bold;
}

h1 img.icon {
	bottom: 1px;
	margin-left: 5px;
	position: relative;
	vertical-align: middle;
}

#content p {
	line-height: 1.5em;
	margin: 1em 0;
	padding: 0;
}

#content p.summary, #content span.summary {
	color: #ae0077;
	font-weight: bold;
}

#content p.summary {
	font-size: 1.083em; /* approx 13px */
}

#content p.center {
	text-align: center;
}

#content p.right {
	text-align: right;
}

#content p.justify {
	text-align: justify;
}

#content blockquote {
	margin: 1.5em 0 1.5em 0;
	padding: 0 1em 0 1em;
	font-style: italic;
	border-left: 1px solid #666666;
}

#content blockquote.pull {
	clear: right;
	float: right;
	width: 40%;
	margin: 1em 0 1em 1em;
	padding: 0.75em 0.5em 0.75em 1em;
}

#content small {
	font-size: 0.909em; /* approx 11px */
}

#content u {
	text-decoration: none;
}

#content address {
	line-height: 1.4em;
}

#content .lfloat {
	clear: left;
	float: left;
	margin: 0.4em 1em 1em 0;
}

#content .rfloat {
	clear: right;
	float: right;
	margin: 0.4em 0 1em 1em;
}

#main a {
	color: #AA3981;
}

#main a:hover {
	color: #0C1E63;
}

#main ul {
	list-style: none;
}

#main ul li, #main ol li {
	line-height: 1.5em;
}

#main ul li {
	background: url(bullet.jpg) no-repeat 0 8px;
	padding: 4px 0 0 16px;
}

#main ol {
	list-style-type: decimal;
	margin-left: 18px;
}

#main ol li {
	padding: 4px 0 0 0;
}

#main ol li ol li {
	list-style-type: lower-alpha;
}

#main ol li ul li {
	padding-left: 1em;
}

#main ol li ol li ol li {
	list-style-type: lower-roman;
}

#main .related-links {
	border-top: 1px dashed #212E56;
	margin-top: 3em;
	padding-bottom: 1.5em;
}

#main .related-links h2 {
	color: #212E56;
	margin: 0.75em 0;
}

#main sub, #main sup {
	font-size: 0.75em;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	_vertical-align: bottom;

}

#main sup {
	bottom: 6px;
}

#main sub {
	top: 1px;
}

#main img.icon {
	margin-right: 5px;
}


/* ### news ### */

/* news listings page */

ul#news {
	margin-bottom: 2em;
}

ul#news li {
	background: 0;
	border-bottom: 1px solid #898FB0;
	clear: both;
	margin: 0;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	overflow: hidden;
	padding: 1em 0;
}

ul#news img.thumb {
	border: 1px solid #999897;
	float: left;
	margin-top: 3px;
	padding: 1px;
}

ul#news img.thumb:hover {
	border: 1px solid #555;
}

ul#news li .news-content {
	float: left;
	padding-left: 15px;
	width: 350px;
}

ul#news h2 {
	margin: 0;
}

ul#news p {
	margin: 0;
}

ul#news a {
	text-decoration: none;
}

ul#news a:hover {
	text-decoration: underline;
}

ul#news p.news-date {
	color: #555;
}

/* news page */

#main p.news-summary {
	border-bottom: 1px solid #212e56;
	color: #ae0077;
	font-size: 	1.083em;
	font-weight: bold;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

ul#news p.more {
	font-size: 0.917em;
	font-weight: bold;
	text-transform: uppercase;
}

#main span.news-date {
	color: #212e56;
	font-size: 0.917em;
}

#main span.news-image {
	float: right;
	margin: 5px 0 1em 1.5em;
}


/* ### breadcrumbs ### */

#breadcrumb {
	clear: both;
	float: left;
	font-size: 0.917em;
	font-weight: bold;
	padding: 12px 0;
	width: 100%;
}

#breadcrumb ul {
	float: left;
	width: 100%;
}

#breadcrumb ul li {
	background: none;
	border-right: 1px solid #212E56;
	display: inline;
	padding: 0 5px;
}

#breadcrumb ul li.first {
	margin-left: -25px;
}

#breadcrumb ul li.first a {
	background: url(breadcrumbs-home-icon.jpg) no-repeat left top;
	padding-left: 20px;
}

#breadcrumb ul li a {
	color: #212e56!important; /* no override by the a:visited color */
	font-weight: bold;
	text-decoration: none;
}

#breadcrumb ul li a:hover {
	text-decoration: underline;
}

#breadcrumb li.last {
	border: none;
	color: #ae0077;
}


/* ### tables ### */

table.data-table {
	border: 1px solid #ccc;
	border-collapse: separate;
	margin: 1em 0;
	table-layout: fixed;
	width: 100%;
}

table.data-table th {
	background-color: #0C1E63;
	color: #fff;
	line-height: 1.5em;
	padding: .75em;
	table-layout: fixed;
	text-align:center;
}
table.data-table th.row-header {
	background: transparent;
	border-right: 1px solid #0C1E63;
	color: #031A64;
	font-weight: bold;
}

table.data-table tr.light {
	background-color: #fff;
}

table.data-table tr.dark {
	background-color: #E1E4EC !important;
}

table.data-table td {
	border-right: 1px solid #0C1E63;
	line-height: 1.5em;
	padding: .75em;
	text-align: center;
}
table.data-table td.last {
	border-right: none;
}

table.data-table h2, table.data-table h3, table.data-table h4 {
	color: #fff;
}

table.blind {
	table-layout: auto;
}

table.blind td {
	vertical-align: top;
	padding: 1px 1em;
}

table.blind td h2, table.blind td h3, table.blind td h4, table.blind td p {
	margin-top: 0;
}


/* ### sidebar ### */

#sidebar h2 {
	background: #999 url(sidebar-h2-bg.jpg) repeat-y left top ;
	color: #fff;
	font-size: 1.5em; /* approx 18px */
	margin: 0;
	padding: 9px 0 9px 26px;
}

#sidebar h2 span {
	font-weight: normal;
}

#sidebar div.nav {
	min-height: 300px;
}

#sidebar ul li {
	background: none;
	list-style: none;
	line-height: 1.3em;
	padding: 6px 12px;
}

#sidebar ul li.last {
	padding-bottom: 24px;
}

#sidebar ul li.subnav.last {
	padding-bottom: 6px;
}

#sidebar ul li a {
	background: url(sidebar-bullet.gif) no-repeat 0 4px;
	color: #fff;
	display: block;
	font-size: 1.167em;
	padding: 0 0 0 14px;
	text-decoration: none;
}

#sidebar ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#sidebar ul li span.selected {
	background: url(sidebar-bullet-selected.gif) no-repeat 0 4px;
	color: #0c1e63;
	display: block;
	font-size: 1.167em;
	font-weight: bold;
	padding: 0 0 0 14px;
}

#sidebar ul li.subnav {
	background: #dddfe8;
	color: #0c1e63;
}

#sidebar ul li.subnav a {
	background: url(sidebar-bullet-selected.gif) no-repeat 0 4px;
	color: #0c1e63;
}

#sidebar ul li ul {
	margin: 6px 0 0 0;
}

#sidebar ul li ul li {
	padding: 3px 0 3px 15px;
}

#sidebar ul li ul li a {
	background: url(sidebar-tilde.gif) no-repeat 0 5px!important;
	color: #0c1e63;
	font-style: italic;
	font-size: 1em;
}

#sidebar ul li ul li a:hover {
	color: #0C1E63;
	text-decoration: underline;
}

#sidebar .nav ul li ul li span.selected {
	background: url(sidebar-tilde.gif) no-repeat 0 5px;
	display: block;
	font-size: 1em;
	font-weight: bold;
}


/* #### forms #### */

form.standard {
	width: 40em; /* approx 480px */
}

form.standard fieldset {
	padding: 17px 17px 6px 17px;
	margin: 0 0 1.5em 0;
	border: 1px solid #aaa;
}

* html form.standard fieldset {
	padding-top: 0;
}

form.standard legend {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.167em;
	line-height: 1.286em;
	padding: 0 0.5em 0 0.5em;
	margin: 0;
}

* html form.standard legend {
	padding: 1.286em 0.5em 1.286em 0.5em;
}

form.standard div {
	line-height: 1.5em;
	margin-bottom: 1em;
}

* html form.standard div {
	vertical-align: middle;
	margin-bottom: 10px;
}

form.standard label {
	float: left;
	width: 10em;
	padding-right: 0.5em;
	text-align: right;
	font-size: 1em;
	line-height: 1.5em;
}

form.standard fieldset input, form.standard fieldset textarea {
	border: 1px solid #aaa;
	background-color: #f5f5f5;
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	width: 26em;
}

* html form.standard fieldset input, * html form.standard fieldset textarea {
	width: 24em;
}

form.standard fieldset input {
	height: 1.5em;
	padding-top: 0.25em;
}

form.standard fieldset input.counter {
	width: 3em;
	background-color: #aaa;
	color: #000;
}

* html form.standard fieldset input {
	height: 1.75em;
	line-height: 1.75em;
	padding-top: 0;
}

* html form.standard fieldset label, * html form.standard fieldset input {
	line-height: 1.75em;
	vertical-align: baseline;
}

* html form.standard fieldset label img {
	margin: 3px 0 6px 0;
}


form.standard fieldset textarea {
	height: 10.6667em;
	line-height: 1.5em;
}

form.standard fieldset input:focus, form.standard fieldset textarea:focus {
	border: 1px solid #777;
	background-color: #ffc;
}

#frmfooter {
	text-align: center;
}

#frmsubmit {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.167em;
	line-height: 1.286em;
	margin: 1.286em 0 1.286em 0;
}

/* ### footer ### */

#footer {
	clear: both;
	color: #b4dcff;
	margin-top: 0;
	overflow: hidden;
}

#footer div {
	float: left;
}

#footer div.quicklinks, #footer div.press-releases, #footer div.social {
	min-height: 125px;
	height: auto !important;
	height: 125px;
}

#footer div.quicklinks {
	background: url(footer-divider-bg.png) no-repeat 95% 50%;
	width: 255px;
}

#footer div.press-releases {
	background: url(footer-bg.png) no-repeat left top;
	width: 273px;
}

#footer div.contact {
	background: url(footer-blue-bg.png) no-repeat left top;
	padding-left: 28px;
	width: 200px;
}

#footer div.contact address {
	margin-bottom: 1em;
}

#footer h2 {
	color: #fff;
}

#footer ul {
	margin: 0 15px;
}

#footer ul li {
	padding-bottom: 3px;
}

#footer a {
	color: #b4dcff;
	text-decoration: none;
}

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

#footer div.nav {
	background: url(footer-nav-bg.png) no-repeat center top;
	clear: both;
	color: #fff;
	font-size: 0.917em;
	margin-top: 30px;
	min-height: 26px;
	height: auto !important;
	height: 26px;
	padding-top: 13px;
	width: 100%;
}

#footer .nav a {
	color: #fff;
}

#footer .nav ul {
	margin: 0;
}

#footer .nav ul li {
	float: left;
	list-style: disc inside;
	padding-right: 8px;
}

#footer .nav ul li.first {
	list-style: none;
}

#footer .gallery {
	background: url(footer-blue-bg.png) no-repeat left top;
	padding-left: 28px;
	width: 200px;
}

#footer .gallery img.thumb {
	cursor: url(magnify.cur), pointer;
	height: 50px;
	width: 50px;
}

#footer .gallery img.flickr-logo {
	clear: left;
	margin-top: 5px;
}

#footer .gallery ul {
	margin: 0;
	width: 100%;
}

#footer .gallery ul li {
	background: url(lightbox-ico-loading.gif) no-repeat center center;
	float: left;
	list-style: none;
	padding: 0 3px 0 0;
}

#footer .gallery ul li img {
	border: 2px solid #232e55;
}

#footer .gallery ul li img:hover {
	border: 2px solid #fff;
}

#footer .gallery ul li img.elink {
	display: none;
}

#footer .gallery p {
	clear: both;
}

#footer .gallery p a {
	color: #fff;
	text-decoration: none;
}

#footer .gallery p a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer p.gaelige {
	margin-top: 1em;
}