

html {
	font-size: 62.5%;
}

body {
	background: url(../images/tile.png);
	margin: 0; 
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #313131;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: bold;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #24458B;
}
a:hover 
{
    text-decoration: underline;
}
ul, ol {
	margin: 0; 
	padding: 0;
}

p {
	margin: 3px 0 10px 0;
}

form, fieldset {
	margin: 0; padding: 0;
	border: 0;
}

.errorMessages {
	color: #e01d58;
	font-family: georgia;
}

.errorMessages h3 {
	font-style: italic;
	font-size: 1.3em;
}

.errorMessages ul {
	padding: 15px 0;
}

.errorMessages li {
	list-style: disc;
	margin: 0 0 0 20px;
	font-size: 1.2em;
	padding: 3px 0;
}

.wysiwygleft {
	margin: 7px 10px 2px 0;
}

.wysiwygright {
	margin: 7px 0 2px 10px;
}

.wysiwyg {
	margin: 7px 10px 2px 10px;
}

#wrapper {
	width: 946px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	position: relative;
}

#breadcrumb {
	position: absolute;
	left: 30px;
	top: 7px;
}

#breadcrumbnarrow {
	position: absolute;
	left: 178px;
	top: 7px;
}

#breadcrumb a {
	background: url(../images/breadcrumb.png) no-repeat 0 4px;
	color: #222222;
	padding: 0 13px 0 12px;
	font-size: 1.1em;
	text-decoration: underline;
}

#breadcrumb .active {
	text-decoration: none;
}

/****added by kate****/
#breadcrumbnarrow a {
	background: url(../images/breadcrumb.png) no-repeat 0 4px;
	color: #222222;
	padding: 0 13px 0 12px;
	font-size: 1.2em;
	text-decoration: underline;
}

#breadcrumbnarrow .active {
	text-decoration: none;
}
/********************/

/*** ACCESSIBILITY ***/

#accessibility {
	clear: left;
	overflow: hidden;
	padding: 15px 0 0 0;
}

#accessibility dl {
	margin: 0;
	float: left;
}

#accessibility dt,
#accessibility dd {
	margin: 0;
	float: left;
}

#accessibility dt {
	padding: 0 10px;
}

#accessibility dd {
	text-indent: -5000px;
}

#accessibility dt a,
#accessibility dd a {
	display: block;
}

#accessibility .textSize {
	background: url(../images/line.png) no-repeat right 4px;
	padding: 0 15px 0 0;
}

#accessibility .textSize dd a {
	background-image: url(../images/text_size.png);
	height: 14px;
	margin: 3px 0 0 0;
	overflow: hidden;
}

#accessibility .small a {
	background-position: 0 0;
	width: 16px;
}

#accessibility .small a:hover,
#accessibility .small .active {
	background-position: 0 -14px;
}

#accessibility .medium a {
	background-position: -16px 0;
	width: 27px;
}

#accessibility .medium a:hover,
#accessibility .medium .active {
	background-position: -16px -14px;
}

#accessibility .large a {
	background-position: -43px 0;
	width: 19px;
}

#accessibility .large a:hover,
#accessibility .large .active {
	background-position: -43px -14px;
}

#accessibility .colourContrast a {
	background-image: url(../images/colour_contrast.png);
	height: 18px;
	width: 18px;
	margin: 0 5px 0 0;
	overflow: hidden;
}

#accessibility .blackWhite a {
	background-position: 0 0;
}

#accessibility .blackYellow a {
	background-position: -18px 0;
}

#accessibility .yellowBlue a {
	background-position: -36px 0;
}

.flashBanner {
	padding: 16px 3px 0 3px;
}

/*** HEADER ***/

#header {
	background: url(../images/header.png) repeat-x 0 0;
	min-height: 82px;
	overflow: hidden;
}

#header .inner {
	width: 940px;
	margin: 0 auto;
	padding: 0 3px;
}

#logo {
	float: left;
	padding: 15px 0 0 0;
}

#headerRight {
	float: right;
	width: 345px;
}

#search {
	background: #234489 url(../images/search_bottom.png) no-repeat left bottom;
	float: left;
	padding: 5px 7px 8px 7px;
	width: 240px;
}

#search .textbox {
	background: url(../images/search.png) no-repeat 0 0;
	float: left;
	width: 128px;
	height: 19px;
	border: 0;
	color: #a0a0a0;
	font-weight: bold;
	padding: 3px 12px 0 12px;
}

#search .submit {
	float: left;
	padding: 0 0 0 6px;
}

#langTog {
	background: url(../images/lang_tog.png) no-repeat;
	float: left;
	margin: 0 0 0 4px;
	width: 72px;
	height: 35px;
	color: #ffffff;
	font-weight: bold;
}

#langTog span {
	display: block;
	padding: 6px 0 0 10px;
}

/*** NAV ***/

#navHolder {
	background: url(../images/nav_holder.png) repeat-x 0 0;
}

#nav {
	background: url(../images/nav_bottom.png) no-repeat left bottom;
	padding: 0 0 9px 0;
	width: 940px;
	margin: 0 auto;
}

#nav .inner {
	background: url(../images/nav_top.png) no-repeat 0 0;
	overflow: hidden;
	min-height: 33px;
}

#nav ul {
	padding: 0 0 0 20px;
}

#nav li {
	float: left;
	list-style: none;
	padding: 10px 10px 0 10px;
	font-weight: bold;
	font-size: 1.2em;
}

#nav a {
	color: #ffffff;
}

#nav .active a,
#nav a:hover {
	color: #a0bfff;
}


/*** CONTENT ***/

#content {
	padding: 33px 0 10px 0;
	overflow: hidden;
}

/*** SUBNAV ***/

#subnav {
	width: 151px;
	float: left;
	margin: 0 10px 0 0;
}

#subnav li {
	list-style: none;
	margin: 0 0 2px 0;
}


#subnav li li {
	width: auto;
}

#subnav a {
	background: #ffffff;
	color: #313131;
	display: block;
	padding: 3px 3px 3px 6px;
	width: 131px;
}

#subnav .active a,
#subnav a:hover {
	background: url(../images/subnav_active.png);
	width: 142px;
	color: #ffffff;
	/*padding-right: 14px;*/
}

#subnav .active ul li {
	margin: 0;
}

#subnav .active ul a {
	background: #e5ebef;
	width: 124px;
	color: #222222;
	text-decoration: underline;
	padding-left: 13px;
}

#subnav .active ul .active a {
	text-decoration: none;
}

#narrowContent {
	width: 465px;
	margin: 0 14px 0 0;
	float: left;
}

.ctaContent {
	/*width: 306px;*/
	float: left;
}

#wideContent {
	float: left;
	width: 625px;
	margin: 0 15px 0 0;
}

#wideContent .box .bottom {
	font-size: 0;
}

#narrowContent .box .bottom {
	font-size: 0;
}


.homeCtas .box {
	width: 306px;
}

.homeCtas .right {
	float: right;
	clear: right;
}

.homeCtas .left {
	float: left;
	clear: left;
}



/*** BOX ***/

.box {
	background: #ffffff;
	padding: 7px 0 0 0;
	position: relative;
	margin: 0 0 24px 0;
}

.box .inner {
	padding: 0 3px;
	overflow: hidden;
}

.box .bottom {
	min-height: 8px;
}

.box .content {
	padding: 15px;
	overflow: hidden;
}

.box .content a {
	/*text-decoration: underline;*/
	/*color: #313131;*/
}

.box .content h1 {
	font-size: 2em;
	font-weight: normal;
	font-family: Georgia;
	margin: 7px 0;
}

.box .content h2 {
	font-size: 1.7em;
	font-weight: normal;
	font-family: Georgia;
	margin: 7px 0;
}

.box .content h3 {
	font-size: 1.4em;
	font-weight: normal;
	font-family: Georgia;
	margin: 7px 0;
}

.box .content h4 {
	font-size: 1em;
	font-weight: normal;
	font-family: Georgia;
	margin: 7px 0;
}

.box .content h5 {
	font-size: 0.9em;
	font-weight: bold;
	font-family: Georgia;
	margin: 7px 0;
}

.box .content .warning {
	font-weight: bold;
}

.box .content .highlight {
	padding: 1px 3px;
}

.box .content ul {
	padding: 0 0 0 20px;
}

.box .content ol {
	padding: 0 0 0 20px;
}

.box .bottom a {
	background: url(../images/more.png) no-repeat 0 6px;
	padding: 0 14px 10px 12px;
	font-size: 1.2em;
	font-style: italic;
	font-family: Georgia;
	float: left;
}


.box .content #search {
	background: none;
	width: auto;
	padding: 0;
}

.box .content #search .textbox {
	background: url(../images/search_cta.png) no-repeat;
	font-weight: normal;
	width: 156px;
	height: 23px;
	padding-top: 4px;
}

.box .content object,
.box .content embed {
	width: 588px;
}


/*** HEADERS ***/

.headerBox {
	font-family: georgia;
	padding: 13px;
	overflow: hidden;
}

.headerBox .title {
	font-size: 2em;
	font-weight: normal;
	padding: 0 0 4px 0;
	line-height: 1.1em;
}

.headerBox p {
	margin: 0;
	font-style: italic;
	color: #646464;
	font-size: 1.2em;
	letter-spacing: -0.4px;
	line-height: 1.4em;
}

.headerBox p {
	padding: 0 !important;
}

.ctaContent .headerBox .title {
	width: 255px;
}

#wideContent .headerBox .title {
	width: 570px;
} 

#narrowContent .headerBox .title {
	width: 414px;
}


.subtitle {
	font-family: georgia;
	font-size: 1.7em;
	font-weight: normal;
	padding: 10px 0 7px 0;
	position: relative;
}

.subtitle .plusMinus {
	position: absolute;
	right: 15px;
	top: 13px;
	cursor: pointer;
}


/*** WIDE CONTENT ***/

#wideContent .box {
	background: url(../images/boxes/wide_top.png) no-repeat 0 0;
}

#wideContent .box .inner {
	background: url(../images/boxes/wide_repeater.png) repeat-y 0 0;
}

#wideContent .box .bottom {
	background: url(../images/boxes/wide_bottom.png) no-repeat left bottom;
	overflow: hidden;
	zoom: 1;
}

#wideContent .box .bottom.dark {
	background: url(../images/boxes/wide_bottom_dark.png) no-repeat left bottom;
	font-size: 1em;
	padding: 5px 0 14px 18px;
	overflow: hidden;
}

#wideContent .box .bottom.dark .up {
	margin: 0;
}

#wideContent .box .bottom.dark .up a {
	background: url(../images/up.png) no-repeat 0 7px;
	margin: 0;
	font-family: georgia;
	padding-bottom: 0;
}

#wideContent .box .bottom.dark .arrow {
	margin: 0;
}

#wideContent .box .bottom.dark .arrow a {
	background: url(../images/arrow_dark.png) no-repeat 0 5px;
	margin: 0;
	font-family: georgia;
}



/*** NARROW CONTENT ***/

#narrowContent .box {
	background: url(../images/boxes/narrow_top.png) no-repeat 0 0;	
}

#narrowContent .box .inner {
	background: url(../images/boxes/narrow_repeater.png) repeat-y 0 0;
}

#narrowContent .box .bottom {
	background: url(../images/boxes/narrow_bottom.png) no-repeat left bottom;
}

#narrowContent .box .bottom.dark {
	background: url(../images/boxes/narrow_bottom_dark.png) no-repeat left bottom;
	font-size: 1em;
	padding: 5px 0 14px 18px;
	overflow: hidden;
	zoom: 1;
}

#narrowContent .box .bottom.dark .up {
	margin: 0;
}

#narrowContent .box .bottom.dark .up a {
	background: url(../images/up.png) no-repeat 0 7px;
	margin: 0;
	font-family: georgia;
	padding-bottom: 0;
}


/*** CTA CONTENT ***/

.ctaContent .box,
.homeCtas .box,
#wideContent .homeCtas .box {
	background: url(../images/boxes/cta_top.png) no-repeat 0 0;	
	width: 306px;
}

.ctaContent .box .inner,
.homeCtas .box .inner,
#wideContent .homeCtas .box .inner {
	background: url(../images/boxes/cta_repeater.png) repeat-y 0 0;
}

.ctaContent .box .content,
.homeCtas .box .content,
#wideContent .homeCtas .box .content {
	border-bottom: 1px solid #808080;
}

.ctaContent .box .bottom ,
.homeCtas .box .bottom,
#wideContent .homeCtas .box .bottom {
	background: url(../images/boxes/cta_bottom.png) no-repeat left bottom;
	min-height: 29px;
	padding: 8px 0 5px 20px;
	overflow: hidden;
}

.ctaContent .resourceBox .bottom,
#wideContent .homeCtas .resourceBox .bottom {
	background: url(../images/boxes/clear_bottom.png) no-repeat left bottom;
	height: 11px;
	min-height: 11px;
	padding: 0;
	font-size: 0.7em !important;
}

.ctaContent .resourceBox .content,
#wideContent .homeCtas .resourceBox .content {
	border-bottom: none;
}

#wideContent .homeCtas .box .bottom  {
	font-size: 1em;
}

.ctaContent p,
.homeCtas p {
	margin: 0;
	padding: 3px 0;
}

.ctaImage {
	border-bottom: 1px solid #808080;
}

.ctaImage img {
	width: 300px;
	min-height: 105px;
}

.ctaContent img,
.homeCtas img {
	display: block;
}


/*** LISTING ***/

.listing {
	overflow: hidden;
}

.listing .item {
	float: left;
	width: 284px;
	padding: 0 20px 33px 0;
}

.listing .alt {
	padding-right: 0;
}

.listing .image {
	padding: 4px 0 0 0;
}

.listing .image img {
	display: block;
	width: 284px;
	height: 97px; 
}

.listing .description {
	border-bottom: 1px solid #808080;
}

.listing .visitLink,
.list .downloadLink {
	border-top: 1px solid #808080;
	margin: 0;
	padding: 7px 0;
	font-size: 1.2em;
	font-style: italic;
	overflow: hidden;
	clear: both;
}

.listing .visitLink a,
.list .downloadLink a {
	background: url(../images/arrow.png) no-repeat 0 4px;
	text-decoration: none;
	padding: 0 0 0 10px;
	float: left;
}


/*** LIST ***/

.list .item {
	padding: 12px 0;
	overflow: hidden;
}

.list .image {
	float: left;
	padding: 0 16px 0 0;
}

.list .description {
	overflow: hidden;
}

.list .description p {
	margin: 0;
}



.list .description .author {
	padding: 7px 0 10px 0;
	font-family: georgia;
	font-size: 1.2em;
}

.list .downloadLink {
	border-bottom: 1px solid #808080;
	margin-bottom: 20px;
}

.list .downloadLink .phone {
	float: right;
	padding: 0 15px 0 0;
}


#staff_list {
	padding: 0 0 50px 0;
}

#links_list .category,
#staff_list .category {
	padding: 20px 0 40px 0;
}

#links_list h3,
#staff_list h3,
#news_list h2 {
	background: #eceded;
	min-height: 25px;
	font-size: 1.2em;
	font-weight: normal;
	padding: 5px 0 0 0;
	margin: 0 0 4px 0;
	overflow: hidden;
}

#links_list h3 a {
	background: url(../images/arrow_dark.png) no-repeat 13px 4px;
	font-style: italic;
	padding: 0 0 0 30px;
	float: left;
}

#staff_list h3 a,
#news_list h2 a {
	font-style: italic;
	padding: 0 0 0 12px;
	text-decoration: none;
	font-family: georgia;
}

#news_list h2 a {
	font-style: normal;
}

#news_list .image img {
	/*width: 110px;
	height: 90px;*/
}

.rss {
	overflow: hidden;
}

.rss a {
	background: url(../images/rss.png) no-repeat 0 2px;
	float: right;
	font-size: 0.9em;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
}

.archiveRss a {
	float: left;
}

#links_list h3 img {
	float: right;
	padding: 3px 12px 0 0;
	cursor: pointer;
}

#links_list .description {
	padding: 7px 0 25px 0;
}

#links_list .externalLink {
	padding: 15px 0 0 0;
}

#links_list .externalLink a {
	color: #0275c6;
}


/*** MINI LIST ***/

.miniList .item {
	padding: 15px 15px 12px 15px;
	border-bottom: 1px solid #808080;
}

.miniList .item a:hover {
	text-decoration: underline;
}

.miniList .date {
	color: #7b7b7b;
	font-weight: bold;
}

/*** FORM ***/

.form {
	overflow: hidden;
	padding: 20px 0;
}

.form .field {
	padding: 0 0 20px 0;
}

.form .label {
	padding: 0  0 2px 0;
}

.form .textbox {
	width: 247px;
	height: 23px;
	border: 1px solid #9c9c9c;
}

.form .textarea {
	height: 104px;
	width: 247px;
	border: 1px solid #9c9c9c;
}

.form .row {
	overflow: hidden;
}

.form .row .field {
	float: left;
	padding-right: 43px; 
}

.form .captcha {
	padding: 22px 0 0 22px;
	overflow: hidden;
}

.form .captcha .label,
.captcha .textbox  {
	display: block;
	padding: 4px 0 0 0;
	position: relative;
	left: 51px;
}

.captcha img {
	float: left;
}

.captcha br {
	display: none;
}

.form .submitMessage {
	font-weight: normal;
	font-style: italic;
	font-family: georgia;
	font-size: 1.3em;
	float: left;
	padding: 4px 20px 0 0  !important;
}

.form .buttons {
	padding: 25px 10px 5px 20px;
}

.form .cross {
	background: url(../images/cross.png) no-repeat 255px 28px;
}

.form .tick {
	background: url(../images/tick.png) no-repeat 255px 28px;
}

/*** SITEMAP ***/

#sitemap {
	padding: 10px 0 10px 30px;
}


/*** SITE SEARCH ***/

#search_control_form {
	overflow: hidden;
}

#search_control_form .textbox {
	background: url(../images/search_cta.png) no-repeat 0 0;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px 12px 0 12px;
	border: none;
	width: 156px;
	height: 23px;
	color: #A0A0A0;
}

#search_control_form label {
	display: none;
}

.searchitem {
	padding: 10px 0;
}

.searchitemrank {
	display: none;
}


.archiveControl {
	overflow: hidden;
	padding: 7px 3px 5px 3px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	font-family: Georgia;
	margin: 0 0 21px 0;
}

.archiveControl .label,
.archiveControl .control,
.archiveControl .submit {
	float: left;
	margin: 0 25px 0 0;
}

.archiveControl .submit {
	position: relative;
	top: -2px;
}

.archiveControl select {
	width: 144px;
}

.noResults {
	color: #d00000;
	margin: 30px 0 20px 0;
	font-family: Georgia;
	font-size: 1.2em;
}

/*** RESOURCES ***/

.resources {
	padding: 0 !important;
}

.resources li {
	overflow: hidden;
	list-style: none;
	margin: 4px 0;
}

.resources img {
	float: left;
	margin: 0 0 60px 0;
}

/*** PAGINATION ***/

.paginationFooter .paginationPageInfo {
	padding: 10px 0;
	display: none;
}

.paginationFooter ul {
	padding: 10px 0;
	overflow: hidden;
}

.paginationFooter li {
	list-style: none;
	float: left;
	padding: 0 10px 0 0;
}

/*** SPLASH PAGE ***/

.splashHeader #accessibility {
	padding-top: 42px;
}

.splashHeader #accessibility dt {
	position: relative;
	top: -18px;
	width: 89px;
}

.splashHeader .inner {
	width: 785px !important;
}

.splashHeader #headerRight {
	width: auto;
}


#splashPage {
	overflow: hidden;
	width: 785px;
	padding: 20px 0 0 0;
	margin: 0 auto;
}

#splashPage .box {
	background: url(../images/boxes/splashbox_top.png) no-repeat 0 0;
	width: 386px;
	float: left;
	margin: 0 13px 19px 0;
}

#splashPage .alt {
	margin-right: 0;
}


#splashPage .box .inner {
	background: url(../images/boxes/splashbox_repeater.png) repeat-y 0 0;
}

#splashPage .box .bottom {
	background:url(../images/boxes/splashbox_bottom.png) no-repeat left bottom;
	min-height: 29px;
	padding: 8px 0 5px 20px;
}

#splashPage .langChoice {
	padding: 8px 0 0 15px;
}


#footer.footerSplash {
	background: #193772 url(../images/splash_footer_bottom.png) no-repeat left bottom;
	clear: both;
}

#footer.footerSplash .inner {
	background: url(../images/splash_footer_top.png) no-repeat 0 0;
	zoom: 1;
}

#footer.footerSplash .inner .daisy {
	width: 603px;
	float: left;
}

#footer.footerSplash ul {
	width: 603px;
	padding-top: 9px;
}

#footer.footerSplash #logos {
	overflow: hidden;
}


/*** FOOTER ***/

#footer {
	background: #193772 url(../images/footer_bottom.png) no-repeat left bottom;
	margin: 0 3px;
	padding: 0 0 0 0;
}

#footer .inner {
	background: url(../images/footer_top.png) no-repeat 0 0;
	padding: 10px;
	overflow: hidden;
	min-height: 65px;
	
}

#footer ul {
	float: left;
	padding: 23px 0 0 5px;
}

#footer li {
	background: url(../images/stick.png) no-repeat right 5px;
	list-style: none;
	color: #ffffff;
	float: left;
	padding: 0 7px;
}

#footer .last {
	background: none;
}

#footer a {
	color: #ffffff;
}

#footer #logos {
	float: right;
	padding: 9px 5px 0 0;
}

/*****added by kate*****/
.error
{
	color: #e01d58;
}

ul#search_results_list
{
	list-style: none;	
}
/**********************/