#highlights #features {
    width: 696px;
    height: 169px;
    background: url(../images/features_bg.png) no-repeat;
    margin-right: 3px;
    position: relative;
    padding: 22px 17px 22px 18px;
}
#highlights #features ul,
#highlights #features ul li
{
    margin: 0;
    padding: 0;
    background: none;
}
#tabs-pagi{
	float: left;
	width: 300px;
}

.tabcontainer {
	width:396px;
	height: 172px;
	overflow:hidden;
	background: url(../images/features_content_bg.png) no-repeat top left;
	padding: 15px 20px
}

.tabcontainer div
{
    overflow: hidden;
    margin: 0 2px;

}
.tabcontainer a:link,
.tabcontainer a:visited
{
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
.tabcontainer a:hover 
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.tabcontainer img 
{
    padding: 0 10px;
}

.tabcontainer p{
	margin: 1px 0;
	padding: 5px 0 4px 0;
	display: block;
	float: left;
	width: 352px;
	clear: both;
    font-size: 1.4em;	
	background-color: #eeeeee;

}

.tabcontainer div a.more{
	float: right;
	font-size: 1em;
	color: #004e7c;
	width: 71px;
}
#ContainerColumn
{
    text-align: center;
}
#featured-boxes{
    width: 967px;
    margin: auto;
}
#featured-boxes .outside
{
    background: url(../images/bg_featured_outside.png) center center no-repeat;
    height: 160px;
}
#featured-boxes .inside
{
    background: url(../images/bg_featured_inside.png) center center no-repeat;
    height: 142px;
    padding: 9px;
}
#featured-boxes p 
{
    line-height: normal;
}

#featured-boxes .featured-box,
#featured-boxes .featured-box-last {
	float: left;
	width: 222px;
	height: 120px;
	text-align: center;
	margin-right: 10px;
	border-right: solid 1px #dddddd;
}
#featured-boxes .featured-box-last {
    margin-right: 0;
    border-right: none;
}
#featured-boxes p
{
    font-size: 1.2em;
    font-weight: normal;
    color: #808080;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

