﻿/* SITE DEFAULTS */
body {
	background-color: #707070;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	background-image:  url("../images/bkgd_1.gif");
	background-repeat: repeat x;
	background-position: center top;
}

/* SEARCH STYLILNG */
input#textField {
	border: 1px solid #BFBFBF;
	background: url("../images/search_icon.gif") no-repeat 4px 2px;
	background-color: #FFFFFF;
	padding-left: 20px;
	height: 15px;
	width: 90px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	color: #999999;
}

/* STANDARD LINKS */
a{
	color: #02254F;
	text-decoration: none;

}
a:hover{
	color: #FFFFFF;
	background-color: #02254F;
}

/* SubNav LINKS & PANEL*/
a.subnav:link, a.subnav:visited, a.subnav:active{
	color: #02254F;
	background-color: transparent;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	line-height: 15px;
}
a.subnav:hover {
	color: #FFFFFF;
	background-color: #02254F;
	text-decoration: none;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.submenu_pnls {
background: url("../images/subnav_bullet_b.gif") no-repeat 0px 12px;
padding-left: 9px;
}
.submenu_pnls_on {
background: url("../images/subnav_bullet_b.gif") no-repeat 0px 12px;
background-color: #FFFFFF;
padding-left: 9px;
}

/* HEADINGS */
.H1 {
	font-family: Trebuchet MS, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #515148;
	line-height: 26px;
	letter-spacing: 1px;
}
.H2 {
	font-family: Trebuchet MS, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 28px;
}
.NewsHDGs {
	font-family: Trebuchet MS, sans-serif;
	font-size: 18px;
	color: #02254F;
	font-weight: normal;
	line-height: 28px;
}
.date_txt{
	font-family: Trebuchet MS, sans-serif;
	font-size: 13px;
	color: #666666;
}
a.back_to_archive_btn{
	display: block;
	width: 100px;
	height: 26px;
	background: url("../images/btn_back_to_archive.gif") 0 0 no-repeat;
	text-decoration: none;
}
	a:hover.back_to_archive_btn{
	background-position: 0 -26px ;
}
a.back_to_infocus_btn{
	display: block;
	width: 100px;
	height: 26px;
	background: url("../images/btn_back_to_infocus.gif") 0 0 no-repeat;
	text-decoration: none;
}
	a:hover.back_to_infocus_btn{
	background-position: 0 -26px ;
}
a.back_btn{
	display: block;
	width: 43px;
	height: 26px;
	background: url("../images/btn_back_to_archive.gif") 0 0 no-repeat;
	text-decoration: none;
}
	a:hover.back_btn{
	background-position: 0 -26px ;
}


/* ACRONYMS */
.acronym
{
	border-bottom:1px dotted #000000;
	cursor:help;
}
/* HOME IN FOCUS STYLES*/
.infocus_copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
.infocus_heading{
	font-family: Trebuchet MS, sans-serif;
	font-size: 15px;
	color: #02254F;
	line-height: 30px;
	font-weight: bold;
	padding-left: 14px;
}


/* RIGHT PANELS */
.table_bkgs{
	padding:opx;
    border:1px solid #DDDDDD;
    background-color:#F2F2F2;
}

.light_txt{
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	color: #cccccc;
	line-height: 14px;
}

/* GO BUTTON */
a.go_btn {
display: block;
width: 27px;
height: 15px;
background: url("../images/btn_go_blue.gif") 0 0 no-repeat;
text-decoration: none;
}
a:hover.go_btn {
background-position: 0 -15px ;
}

/* BACK TO TOP BUTTON */
a.top_btn {
display: block;
width: 80px;
height: 30px;
background: url("../images/btn_top_blue.gif") 0 0 no-repeat;
text-decoration: none;
}
a:hover.top_btn {
background-position: 0 -30px ;
}


/* FOOTER DETAILS */
a.footer_nav:link, a.footer_nav:visited, a.footer_nav:active{
	color: #A0A0A0;
	background-color: transparent;
	font-family: Trebuchet MS, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
a.footer_nav:hover {
	color: #EFEFEF;
	background-color: transparent;
	font-family: Trebuchet MS, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a.ftr_link2:link, a.ftr_link2:visited, a.ftr_link2:active{
	color: #7C7C7C;
	background-color: transparent;
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
a.ftr_link2:hover {
	color: #FFFFFF;
	background-color: #7C7C7C;
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a.webstream {
display: block;
width: 143px;
height: 12px;
background: url("../images/webstream.gif") 0 0 no-repeat;
text-decoration: none;
}
a:hover.webstream {
background-position: 0 -12px ;
}

.footer_contact_details{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7C7C7C;
	line-height: 15px;
}
.formtype {
	color: gray;
	background-color: white;
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align:middle;
}
.searchlink {
	color: #CC0000;
}