/* common.css overrides */

#content_wrapper {
	background: none;
}
#content {
	width: 590px;
	padding: 0;
}
.leftcell,
.rightcell {
	width: 295px;
	w\idth: 285px;
}

/* feature story */

#home_feature {
	margin-bottom: 10px;
	padding: 10px 10px 25px 10px;
	background: #ced0de url(../images/bg_home_feature_bottom.jpg) no-repeat bottom;
}
#home_feature .text {
	width: 185px;
	margin-right: 10px;
	float: left;
}
#home_feature .img {
	width: 375px;
	float: left;
}
#home_feature h1 {
	margin-bottom: .5em;
}
#home_feature p {
	margin: .5em 0;
}
#home_feature object {
	margin: 0;
}

/* subfeatures */

.home_subfeature {
	margin-bottom: 10px;
}

#home_subfeatures .home_subfeature.odd {
	border-top: 1px solid #999db9;
	background: #e6e7ee;
}
#home_subfeatures .home_subfeature.even {
	padding-bottom: 10px;
	margin-bottom: 0;
	background: url(../images/bg_even_subfeature_bottom.gif) no-repeat bottom;
}
#home_subfeatures .home_subfeature.even .eyecandy {
	background: url(../images/bg_even_subfeature_top.gif) no-repeat;
}
#home_subfeatures .home_subfeature.odd.last {
	padding-bottom: 10px;
	background: #e6e7ee url(../images/bg_subfeature_bottom.gif) no-repeat bottom;
}
.home_subfeature .text {
	width: 440px;
	w\idth: 420px;
	padding: 5px 10px;
	float: left;
}
.home_subfeature .img {
	width: 150px;
	float: left;
}
.home_subfeature h3 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
}
.home_subfeature p {
	margin: .5em 0;
	
}

/* bottom */

#home_bottom {
	padding-bottom: 9px;
	background: url(../images/bg_home_bottom_bottom.gif) no-repeat bottom;
}

/* events */

#home_events h2 {
	margin: 1em 0 .5em 20px;
	font-size: 18px;
	color: #2b4c93;
}

#home_events ul {
	margin: 0;
	padding-top: 2px;
	list-style: none;
	border-top: 1px solid #2b4c93;
}
#home_events ul li {
	margin: 0;
	padding: 10px;
}
#home_events ul li.odd {
	background: #e6e7ee;
}


/* news */

#home_news h2 {
	margin: 1em 0 .5em 20px;
	font-size: 18px;
	color: #f47b20;
}
#home_news ul {
	margin: 0;
	padding-top: 2px;
	list-style: none;
	border-top: 1px solid #f47b20;
}
#home_news ul li {
	margin: 0 0 4px 0;
	padding: 10px;
	background: #fdf6e2;
}
#home_news ul li.last {
	margin: 0;
}

.readmore {
	text-align: right;
	margin-right: 15px;
}
