html,body {
   margin: 0;
   padding: 0;

   font: normal 12px/18px Arial,sans-serif;
}

body {
   color: #222;
   background: #6d6e71;
}

form     { margin: 0; }
a img    { border: 0; }
p        { margin: 1em 0; }

a {
   text-decoration: underline;

   color: #1b3879;
}

hr {
   height: 1px;
   margin: 2em 0;

   color: #000;
   background-color: #000;
   border: 0;
}

h1 {
   margin: 1em 0;
   font: normal 26px Arial,sans-serif;

   color: #153b83;
}

#b_home_feature h1 {
   padding: 0;
   font: normal 26px/26px Arial,sans-serif;

   color: #000;
   border-bottom: 0;
}

h2 {
   margin-top: 1.5em;
   font: normal 18px/18px Helvetica Neue,Helvetica,sans-serif;

   color: #1b3879;
}

h3 {
   margin: 0.5em 0;
   padding: 0 0 0 2px;
   font: normal 13px Helvetica Neue,Helvetica,sans-serif;

   color: #c03;
}

h2.feat {
   font-family: Arial, sans-serif;
   font-size: 18px;
   font-weight: bold;
   text-transform: uppercase;
   margin: 0  0 15px 0;
   padding: 0;
}
h3.feat {
   font-family: Arial, sans-serif;
   font-size: 12px;
   padding: 0;
   margin: 1.5em 0 0 0;
   color: #747474;
   text-transform: uppercase;
}

/* Structure */
.anchor {
   width: 835px;
   padding: 0;
   margin: 0 auto;
}

#b_anchor {
   width: 797px !important;
   width: 800px;
   padding: 0 19px;

   color: #222;
   background: #fff url('img/bg.gif') repeat-y;

   overflow: hidden;
}

#c_anchor {
   position: relative;
   padding: 20px;
}


#b_logo {
}

#b_live {
   height: 14px;
   margin-top: 6px;
   padding: 4px 2px 3px 0;

   font: bold 14px/12px Arial,sans-serif;
   text-transform: uppercase;

   color: #fff;
   background-color: #d80025;

   overflow: hidden;
}

#b_live a {
   margin-left: 0.5em;

   font: normal 11px/12px Arial,sans-serif;
   text-transform: lowercase;

   color: #fff;
}

#b_live .flash {
   display:block;
   float: left;
   
   width: 160px;
   height: 14px;
   margin: -4px 0.5em 0 0;
   padding: 4px 1em 4px 0.75em;

   color: #000;
   background: #c7c7c7 url('img/live_news_arrow.gif') no-repeat right;
}

#b_content {
   margin: 14px 0 0 215px;
   position: relative;
   min-height: 350px;

}

#b_content.full_width {
   margin-left: 0;
}

#b_feature {
   clear: both;
   float: left;

   width: 160px;
   padding: 10px 20px 20px 20px;
   margin: 30px 0 0 0;

   background-color: #f7f7f7;
}

#b_feature_bg {
   clear: both;
   position: absolute;
   top: 215px;
   left: 20x;
   bottom: 3em;

   width: 160px;
   padding: 10px 20px 20px 20px;
   margin: 0;
   z-index: 0;

   background-color: #f7f7f7;
}

#b_feature .featurette {
   border-top: 1px solid #6d6e71;
   padding-bottom: 1.2em
}

#b_foot {
   width: 797px !important;
   width: 800px;
   padding: 0 19px;

   color: #222;
   background: #fff url('img/bg_foot.gif') repeat-y;
   min-height: 40px;
}

#b_foot p {
	margin: 0;
	padding: 0;
}

#b_foot ul {
	margin: 0;
	padding: 0;
}

#b_foot_content {
	margin: 0px 21px;
	padding-top: 13px;
	color: #fff;
}

#b_headline {
   margin: 10px 0;
   padding: 5px 0;
}

#b_headnav ul {
   float: right;
   list-style-type: none;
}

#b_headnav ul li {
   display: block;
   float: right;
   border-right: 1px solid #7E8083;
}

#b_headnav ul li.first-of-type {
   border: 0;
}
#b_headnav ul li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;
	color: #7E8083;
}

#b_search {
   float: right;
   width: 50%;
}

#b_search label {
   margin: 0 0.5em;

   font: normal 11px/11px Arial,sans-serif;

   color: #fff;
}

#search_q {
   width: 200px;
   padding: 4px 0.5em;

   font: normal 12px Arial,sans-serif;

   color: #fff;
   background: #5974a7;
   border: 0;
}



/* Navigation */

ul.nav {
   height: 35px;
   padding: 0;
   margin: 0 0 3px 0;

   list-style: none;

   color: #1b3879;
   background: #fff url('img/nav_bg.gif') repeat-x;
}

ul.nav li {
   display: inline;
   float: left;

   height: 35px;
}

#b_nav ul.nav li.first-of-type {
   background: transparent url('img/nav_left.gif') no-repeat left;
}

ul.nav a {
   display: block;
   float: left;
   margin: 4px 0;
   padding: 5px 15px;

   font: normal 16px/16px Arial,sans-serif;
   text-decoration: none;

   color: #1b3879;
   background-color: transparent;
   border-right: 1px solid #b1b0b0;
}

#b_nav ul.nav a:hover, ul.nav a.on {
   color: #0145e0;
}

#b_nav ul.nav li:hover, #b_nav ul.nav li.on {
   background: #fff url('img/nav_over.gif') repeat-x;
}

#b_nav ul.nav li.first-of-type:hover, #b_nav ul.nav li.first-of-type.on {
   background: transparent url('img/nav_left_over.gif') no-repeat left !important;
   background: transparent url('img/nav_over.gif') repeat-x;
}

#b_headnav ul.nav {
   background: #fff url('img/btn_nav_bg.gif') repeat-x;
   height: 28px;
}
#b_headnav ul.nav li {
   height: 28px;
}

#b_headnav ul.nav li.first-of-type a{
}

#b_headnav ul.nav a {
   font-size: 12px;
   margin: 0;
   height: 26px;

   text-transform: uppercase;
   padding: 5px 15px 0 15px;
   color: #000;
   border: 0;
}

#b_headnav ul.nav a:hover, #b_headnav ul.nav a.on {
   color: #1b3879;
   background-color: url('img/btn_nav_bg_over.gif') repeat-x;
}

#b_headnav ul.nav li:hover, #b_headnav ul.nav li.on {
   background: #fff url('img/btn_nav_bg_over.gif') repeat-x;
}

#b_headnav ul.nav li.first-of-type:hover, #b_headnav ul.nav li.first-of-type.on {
   background: transparent url('img/btn_nav_bg_over.gif') repeat-x;
}

ul.subnav {
   height: 28px;
   margin: 10px 0 0 0;
   padding: 0;
   list-style: none;
   color: #000;
   background: #1b3879 url('img/snav_bg.gif') repeat-x;
}

#b_foot ul.subnav {
   height: 20px;
   width: auto;

   float: left;

   background: transparent;
   border: none;
}

#b_foot a {
	color: #fff;
}

ul.subnav li {
   height: 28px;
   display: inline;
   float: left;
}

ul.subnav li.first-of-type {
   background: transparent url('img/snav_left.gif') no-repeat left;
}

ul.subnav li.first-of-type:hover, ul.subnav li.first-of-type.on {
   background: transparent url('img/snav_left_over.gif') no-repeat left;
}

#b_foot ul.subnav li, #b_foot ul.subnav li.first-of-type {
   background: transparent !important;
}

ul.subnav a {
   display: block;
   float: left;
   margin: 6px 0;
   padding: 0 15px;

   font: normal 14px Arial,sans-serif;
   text-decoration: none;

   color: #242425;
   background-color: transparent;
   border-right: 1px solid #b2b1b1;
}

ul.subnav a:hover, ul.subnav a.on {
   background-color: transparent;
   color: #000;
}

ul.subnav li:hover, ul.subnav li.on {
   background: transparent url('img/snav_over.gif') repeat-x;
}

#b_foot ul.subnav a {   
   font-size: 10px;
   padding-left: 0;
   padding-right: 5px;

   color: #fff;
   border: 0;
}

#b_foot ul.subnav a:before {
   content: '/ ';
}

#b_foot ul.subnav li.first-of-type a:before {
   content: '';
}

#b_foot ul.subnav a:hover, #b_foot ul.subnav a.on {
   color: #7e8083;
}


/* Featurettes */
.photo_caption {
   float: right;
   width: 45%;
   padding-left: 4%;

   font-size: 9px;
   line-height: 13px;
}

.caption{
   clear:top;   
   text-align: left;
}  

table.photo_caption {
   width: 10%;
   float: none;

   margin: 0;
   padding-left: 0;

   border: 0;
}

table.photo_caption td {
   vertical-align: top;
}

table.photo_caption td.first {
   padding-right: 8px;
}

table.photo_caption td.second {
   padding-left: 8px;
}

table.photo_caption td img {
   display: block;
   float: none;

   margin: 0;
}

.photo_caption img {
   float: left;
   margin-right: 4px;

}

.feature_box {
   background-color: #e4e4e4;
}

.feature_box h2 {
   margin: 0.75em 0 1em 0;
}

.feature_box .content {
   padding: 0 30px;
}

.feature_box .curve {
   height: 12px;
}

.feature_box .curve div {
   width: 12px;
   height: 12px;
}

.curve-top .left {
   background: transparent url('img/curve-tl.gif') no-repeat;
}

.curve-top .right {
   background: transparent url('img/curve-tr.gif') no-repeat;
}

.curve-bot .left {
   background: transparent url('img/curve-bl.gif') no-repeat;
}

.curve-bot .right {
   background: transparent url('img/curve-br.gif') no-repeat;
}

.feature, .b_feature, .lb_feature {
   margin: 1em 0;
   padding: 0;

   font: normal 11px/16px Helvetica Neue,Helvetica,sans-serif;

   color: #454545;
}

.feature a, .b_feature a {
   color: #ee2f25;
}

.lb_feature {
   color: #454545;
}

.lb_feature h3 {
   font: bold 14px/16px Helvetica Neue,Helvetica,sans-serif;
}

.lb_feature ul {
   margin: 1em 0;
   padding: 0 0 0 1.5em;
}

.lb_feature a {
}

.featurette {
   position: relative;
}

.featurette h2 {
   line-height: 22px;
}

.featurette ul {
   padding-left: 20px;
}

.featurette .feature_box ul {
   padding-left: 50px;
}

.f_resource_flipper {
}

#b_home_feature {
   padding: 20px;

   margin: 0 -20px -25px -20px;
   background-color: #f7f7f7;

   zoom: 1;
}

#b_home_feature .f_ctr {
   margin: 0;
   padding: 0;

   font: normal 11px/14px Arial,sans-serif;

   color: #6d6e71;

   list-style: none;
}

#b_home_feature .content {
   margin: 0 2px;
}

#b_home_feature a {
   text-decoration: none;

   color: #1b3879;
}

#b_home_feature .news_ticker a {
   color: #6d6e71;
}

#b_home_feature p {
   margin: 0.5em 0;
}

#b_home_feature .f_ctr h3 {
   margin: 0;
   padding-bottom: 1px;

   font-weight: bold;

}

#b_home_feature .f_ctr li.normal {
   float: left;
   width: auto;

   padding: 20px 0 0 10px;
}

li.normal .left_container {
	float:left;	
}
li.normal .right_container {
	float: left;
	border-left: 1px solid #7E8083;
	height: 170px;
	width: 180px;
	padding-left: 15px;
}
li.normal .right_container h3 {
	font-size: 21px;
	color: #153b83;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
li.normal .right_container .over_head {
	font-family: Arial;
	font-size: 13px;
	
}
li.normal .right_container .m_content {
	line-height: 17px;
}

#b_home_feature .f_ctr li.first-of-type {
   margin-left: 0;
}

#b_home_feature li.wide {
   float: left;

   margin-left: 10px;
   border-top: 5px solid #000;
   width: 366px;
}

#b_home_feature li.wide h3 {
   color: #1b3879;
   border-bottom: 0;
}

#b_home_feature li.wide h4 {
   margin: 0.5em 0;
   font-size: 11px;
}

#b_home_feature li.wide .content {
   padding: 4px 8px;

   font: normal 11px/15px Helvetica Neue,Helvetica,sans-serif;

   color: #fff;
   background-color: #1b3879;
}


/*********************************************
 * Misc
 */

.huge { font-size: 1.5em; }
.large { font-size: 1.2em; }
.small { font-size: 0.75em; }
.tiny { font-size: 0.5em; }

.left       { float: left; }
.right      { float: right; }
.left_pad   { float: left; margin: 0 1em 1em 0; }
.right_pad  { float: right; margin: 0 0 1em 1em; }
.clear      { clear: both; }

.ntm        { margin-top: 0 !important; }
.nbm        { margin-bottom: 0 !important; }

img.bordered   { border: 1px solid #fff; }
.upper         { text-transform: uppercase; }
.lower         { text-transform: lowercase; }

.j_centre   { text-align: center; }
.j_right    { text-align: right; }
.j_left     { text-align: left; }

.white      { color: #fff; }
.bold       { font-weight: bold; }
.italic     { font-style: italic; }

#b_foot .right_pad {
	margin: 3px 0 0em 1em;
}
#b_foot .right_pad a {
	font-size: 10px;
}

.flash_message_info {
   padding: 1em;
   margin: 1em 0;

   text-align: center;

   color: #000;
   background-color: #ffb;
   border: 1px solid #000;
}

.flash_message_error {
   padding: 1em;
   margin: 1em 0;

   text-align: center;

   color: #FFF;
   background-color: red;
   border: 1px solid #000;
}



/*
 *    news ticker
 *
 */

div.news_ticker_container{
   width: 100%;
   padding:0 5px 0 0;  
   font-family:Verdana,Arial,Sans-Serif;  
   font-size:12px;  
   margin:0; 
}

div.news_ticker_container h3 {

}

div.news_ticker {
   padding-top: 0.5em;
}

div.news_ticker a {
   text-decoration: none;
   color: #448fb4;
}

div.news_ticker ul {
   margin: 0;
   padding: 0;

   list-style: none;
}

div.news_ticker { width:95%; text-align: left; }  
.news_ticker li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; text-align:left; color: #448fb4; font-size: 11px; border-top: 0; margin-left: 0 }  
  
.clear { clear: both; } 

.copyright {
   font-size: 10px;
   color: #7e8083;
}

#search_q_button:hover {
   color: #7e8083;
   cursor:pointer;
}

table.signupframe {
   border: 0px solid #000;
}
