﻿@import 'common.css';

#body-content-main {
	width: 874px; 
	background: url('../images/bg-content-body.jpg') repeat-x bottom left #FFF;
	padding: 16px 35px 35px 25px;
	min-height:350px;
	overflow: hidden;
}
/***********************************
  Body styles
************************************/

#body-content{
	float:right;
	width:565px;
}

/***************************
  Feature Area
*****************************/
#feature-area{
	float:left;
	width:300px;
}

/*
#feature-area ul.feature-box li {
	list-style:none;
	margin: 0;
	padding: 0;
}
*/

#feature-box{
        padding-bottom: 0;
}

.feature-box-top{
	background: url('../images/featurebox-top.gif') top left transparent;
	width:288px;
	height:12px;
	
}
.feature-box-middle{
	background: url('../images/featurebox-content.gif') repeat-y top left transparent;
	width:255px;
	padding:10px 18px 10px 15px;
	/* padding: 0; */
	min-height:100px;
}
.feature-box-middle img{
	float:left;
	/* padding-left: 15px; */
}
div.feature-box-content{
	float:right;
	padding-left:10px;
	width:150px;
}
.feature-box-content p, .home-feature-body p{
  margin-bottom: 0;
}

.feature-box-bottom{
	background: url('../images/featurebox-bottom.png') top left transparent;
	width:288px;
	height:19px;
	font-size: 1px;
	line-height: 1px;
}


/****************************
  Secondary Feature Area
*****************************/
.secondary-feature-box{
	float:left;
	width:275px;
	margin:40px 0 0 0;
}
.secondary-feature-box-image{
	float:right;
}
.secondary-feature-box h2{	
	padding-bottom: 5px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 15px;
}
.secondary-feature-box ul li{
	float:left;
	list-style:none;
	padding: 0 0 15px 0;
}
.secondary-feature-box ul li span.date{
	float:left;
	width:55px;
}
.secondary-feature-box ul li span.desc{
	float:left;
	width:180px;
}


