.blue{display:block}
.blue *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#03376C}
.blue1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #92a9bf;
  border-right:1px solid #92a9bf;
  background:#426990}
.blue2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e5ebf0;
  border-right:1px solid #e5ebf0;
  background:#325d87}
.blue3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #325d87;
  border-right:1px solid #325d87;}
.blue4{
  border-left:1px solid #92a9bf;
  border-right:1px solid #92a9bf}
.blue5{
  border-left:1px solid #426990;
  border-right:1px solid #426990}
.bluefg{
  background:#03376C;
  padding: 0 5px;
 }
* html .bluefg{height: 1px;}
/*
<div>
  <b class="blue">
  <b class="blue1"><b></b></b>
  <b class="blue2"><b></b></b>
  <b class="blue3"></b>
  <b class="blue4"></b>
  <b class="blue5"></b></b>

  <div class="bluefg">
    <!-- content goes here -->
  </div>

  <b class="blue">
  <b class="blue5"></b>
  <b class="blue4"></b>
  <b class="blue3"></b>
  <b class="blue2"><b></b></b>
  <b class="blue1"><b></b></b></b>
</div>
*/


.bluefg .box_title{
	margin:0;
	padding: 5px 0 8px;
	padding-left: 5px;
	color: #fff;
	font-size: .9em;	
}

.featured_content{
	background: #ECEAE5;
	padding: 0px 10px 10px 10px;
}

* html .featured_content{height: 1px;}







* html .box{height: 1px;}
.box{
	margin-bottom: 10px; 
	background: #fff url(../images/gradient2.gif) repeat-x left 6px;
}

*:first-child+html .box{height: 1%;}

.box_top{background: url(../images/box_border.gif) repeat-x top left}
.box_bottom{background: url(../images/box_border.gif) repeat-x bottom left}
.box_left{background: url(../images/box_border.gif) repeat-y left}
.box_right{background: url(../images/box_border.gif) repeat-y right}

.box_topleft{background: url(../images/box_tl.gif) no-repeat top left}
.box_topright{background: url(../images/box_tr.gif) no-repeat top right}
.box_bottomleft{background: url(../images/box_bl.gif) no-repeat bottom left}
.box_bottomright{background: url(../images/box_br.gif) no-repeat bottom right; padding-bottom: 1px;}

.box .box_title{
	margin:0;
	padding:0;
	font-size: .9em;
	padding: 8px 0px 0px 10px;
}