.sec ul.nav {
	list-style-type:none;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 1.5em;
	color:#ef9711;
}

.sec ul.nav li {
  background: url(/images/boxes/dbl_arrows.gif) left center no-repeat;
  padding: 0 0 0 16px;
  margin: 0;
}

.sec ul.nav li a {
	font-size: 1em;
	text-decoration: none;
}

.sec .leftside {
	width: 1px;
	background: #fff url('/images/boxes/sec_side_border.png') top left repeat-y;
}

.sec .rightside {
	width: 1px;
	background: #fff url('/images/boxes/sec_side_border.png') top right repeat-y;
}

.sec .boxtop {
	height: 83px;
	width: 358px;
	padding: 0;
	margin: 0;
	background: transparent url('/images/boxes/sec_box_top.png') top center no-repeat;
}

.sec .boxtop h3 {
	color: #fff;
	border: none;
	padding: 0;
	font-size: 135%;
	width: 300px;
	margin: 15px 25px 0 25px;
	text-decoration: none;
}

.sec h3 {
	border: none;
	padding: 0;
	margin: 5px 0 5px 8px;
	text-decoration: underline;
}

.sec .boxbottom {
	height: 66px;
	background: transparent url("/images/boxes/sec_box_bottom.png") bottom center no-repeat;
}

.sec {
	float: right;
	margin: 5px 0 10px 10px;
}

.box_text ol li
{
	margin-right: 0px;
}

/***************************** Small version - 300px ***************************************/
.sec_small ul.nav {
	list-style-type:none;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 1.5em;
	color:#ef9711;
}

.sec_small ul.nav li {
  background: url(/images/boxes/dbl_arrows.gif) left center no-repeat;
  padding: 0 0 0 16px;
  margin: 0;
}

.sec_small ul.nav li a {
	font-size: 1em;
	text-decoration: none;
}

.sec_small .leftside {
	width: 1px;
	background: #fff url('/images/boxes/sec_side_border.png') top left repeat-y;
}

.sec_small .rightside {
	width: 1px;
	background: #fff url('/images/boxes/sec_side_border.png') top right repeat-y;
}

.sec_small .boxtop {
	height: 70px;
	width: 246px;
	padding: 0;
	margin: 0;
	background: transparent url('/images/boxes/sec_box_top_small.png') top center no-repeat;
}

.sec_small .boxtop h3 {
	color: #fff;
	border: none;
	padding: 0;
	font-size: 105%;
	width: 216px;
	margin: 10px 15px 0 15px;
	text-decoration: none;
}

.sec_small .content {
	padding-top:5px;
}

.sec_small .content ul {
	padding-right:10px;
}
.sec_small .content ul li {
	margin-bottom:5px;
}

.sec_small .content h3 {
	border: none;
	padding: 0;
	margin: 5px 0 5px 8px;
	text-decoration: underline;
}

.sec_small .content p {
	padding:0 5px 0 10px;
}

.sec_small .boxbottom {
	height: 52px;
	background: transparent url("/images/boxes/sec_box_bottom_small.png") bottom center no-repeat;
}

.sec_small {
	float: right;
	margin: 5px 0 10px 10px;
}
