/* @override 
	http://crebconservancy.hzdesign.com/theme/sections/home/section.css
*/

html {
	background-image: url(bg_pattern.png); 
}

#main {
	background-image: url(bg.png);
}

#sidebar {
	width: 301px;
	padding-top: 4px;
}

#right_thumbs {
	margin-top: 402px;
}

#thumb_1 {
	background-image: url(small_1.jpg);
}

#thumb_2 {
	background-image: url(small_2.jpg);
}

#thumb_3 {
	background-image: url(small_3.jpg);
}

#content {
	width: 634px;
}

#content .intro {
	height: 371px;
	position: relative;
	color: #fff;
	background: url(header_1.jpg) no-repeat center bottom;
	margin-bottom: 27px;
}

#content .intro p {
	display: block;

	position: absolute;
	bottom: 0;

	padding: 15px 26px;

	font-size: 1.2em;
	line-height: 21px;
	font-style: italic;
}

#content .intro #sectionName,
#content .intro p {
	z-index: 3;
}

/* @group Sidebar News */

#sidebar .news {
	margin-bottom: 27px;
}

#sidebar .news h2 {
	text-transform: uppercase;
	color: #fff;
	font: 20px/47px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0 19px;
	background: #ecb350 url(news_corner.png) no-repeat right top;
}

#sidebar .news ol {
	background-color: #fee797;
	padding: 0 19px;
	background-image: url(../../bg_news.png);
	height: 540px;
	overflow: hidden;
}

#sidebar .news li {
	border-bottom: 1px dashed #fff;
	padding: 9px 0;
	font-size: .9em;
}

#sidebar .news h3 {
	font-size: .8em;
	line-height: 14px;
	margin: 3px 0;
}

#sidebar .news h3 a {
	color: #004671;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

#sidebar .news h3 a:hover {
	text-decoration: underline;
}

#sidebar .news li p {
	line-height: 15px;
	font-size: .9em;
}

#sidebar .news li:last-child {
	border-bottom-style: solid;
}

#sidebar .news li abbr {
	color: #116294;
}

#sidebar .news li abbr:after {
	color: #fff;
}

#sidebar .news a.more {
	display: block;
	background-color: #e7a63b;
	text-align: right;
	line-height: 36px;
	padding: 0 19px;
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
}

#sidebar .news a.more:hover {
	color: #004671;
}

/* @end */

#sidebar .articles {
	margin-left: 11px;
}
