#b_head {
   background-color: #153859;
}

#b_head_bot {
   height: 221px;
}

#b_head_bot .anchor {
   height: 221px;
   background: url('img/head-bg.png') no-repeat;
}

#b_subnav {
   height: 55px;
   padding-right: 0;

   background: #a2a8a8;
   border-bottom: 1px solid #8a8f8f;
   border-top: 0;
}

   #b_subnav .anchor {
      top: 0;
      height: 55px;
      background: #e9eceb;
      border-bottom: 1px solid #b4b6b4;
   }

.b_subnav {
   width: 100%;
   height: 39px;
   margin: 0;

   list-style: none;

   background: #e9eceb;
}

.b_subnav tr.pointer td {
	position: relative;
}

.b_subnav tr.pointer td div.arrow {
	display: none;
}
.b_subnav tr.pointer td div.arrow.on {
	position:absolute;
	top: -8px;
	display: block;
	width: 155px;
	text-align: center;

   z-index: 10000;
}

.b_subnav tr.spacer td {
	height: 8px; 
}

.b_subnav tr.links td {
   width: 12%;
   height: 39px;
   padding: 0 17px;
   
   text-align: center;
   vertical-align: middle;

   border-left: 1px solid #bbb;
}

.b_subnav tr.links td.first-of-type {
   background-image: none;
   border: 0;
}

.b_subnav a {
   display: block;
   font: bold 14px/15px Myriad Pro,sans-serif;
   text-decoration: none;
   text-shadow: none;

   color: #34597b;
}

.b_subnav a:hover, .b_subnav a.on {
   color: #5db0fd;
}


#b_content .featurette {
}

#b_feature {
   width:420px !important;
}

.c_wrap {
   max-width:400px !important;
}

.featurette img {
    /* float:right; */
}

#b_content .featurette:first-of-type {
   margin-left: 0;
}

h1 {
	margin-top: 0;
}
