@charset "utf-8";

.content_area .column1 {
	float:left;
	margin:20px 10px 0 0;
	overflow:hidden;
	width:180px;
}

.content_area .column2 {
	float:left;
	margin:20px 10px 0 0;
	padding:0 20px 0 0;
	width:488px;
	overflow:hidden;
}

.content_area .column3 {
	margin:20px 0 0 0;
	width:202px;
	float:left;
}

.content_area .column3 {
	margin:20px 0 0 0;
	width:202px;
	float:left;
}

.more_previous {
	background-color:#FAFAFA;
	height:25px;
	width:510px;
	color:#999999;
	font-size:11px;
	text-transform:none;
}

.more_previous a{
	color:#999999;
	font-size:11px;
	text-transform:none;
}

.morenext-spacer {
	width:62px;
	height:20px;
	float:left;
}

.previous {
	text-align:left;
	padding:5px 0 0 18px;
	background:url(../images/arrow-previous.gif) no-repeat;
	width:62px;
	height:20px;
}

.next {
	padding:5px 18px 0 0;
	text-align:right;
	background:url(../images/arrow-next.gif) no-repeat scroll 63px 0;
	width:62px;
	height:20px;
}

.count {
	width:350px;
	height:20px;
	float:left;
	text-align:center;
	padding-top:5px;
	font-weight:bold;
}

.count a, .count a:hover, .count a:visited {
	color:#006699;
	text-decoration:none;
}

.paging_active {
	color:#999999;
}

.paging_inactive, .paging_active {
	margin:0 2px;
}

/*----article listing----*/

.article_listing {
	padding:0 20px 20px 0;
	min-height:90px;
}

.article_listing_featured {
	background:#E1EAD7 url(../images/article_featured_bg.jpg) repeat-x scroll 0 0;
	margin-bottom:25px;
	padding:15px;
	width:480px;
}

.article_listing .image {
	float:left;
	margin-bottom:10px;
	width:135px;
}

.article_listing_featured .image {
	float:left;
	margin-bottom:10px;
	width:210px;
}


.article_listing .image .border {
	border:1px solid #CCCCCC;
	width:122px;
	height:85px;
}

.article_listing_featured .image .border {
	border:1px solid #CCCCCC;
	width:200px;
	height:138px;
}

.article_listing .article_description {
	float:left;
	margin-bottom:10px;
	width:330px;
}

.article_listing_featured .article_description {
	float:left;
	width:260px;
	margin:40px 0 0 10px;
}

.article_listing .heading, .article_listing .heading a {
	font-size:16px;
	font-weight:bold;
	margin-bottom:-10px;
	padding:0;
	color:#669933;
}

.article_listing_featured .heading, .article_listing_featured .heading a {
	font-size:20px;
	font-weight:bold;
	margin-bottom:-10px;
	padding:0;
	color:#669933;
}

.article_listing .copy {
	margin-bottom:10px;
}

.article_listing_featured .copy {
	margin-bottom:10px;
}

.article_listing .readmore {
	float:left;
}

.article_listing_featured .readmore {
	float:left;
}

.readmore a, .readmore a:hover, .readmore a:visited {
	font-size:12px;
	font-weight:bold;
	color:#006699;
	text-decoration:none;
}

.listing_links {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

.dotted_line {
	background:url(../images/dotted_line_bg.gif) repeat-x;
	height:1px;
}

/*----article detail----*/

.article_detail {
	padding:0 20px 20px 0;
}

.article_detail .image {
	border:1px solid #CCCCCC;
	float:left;
	text-align:center;
}

.article_detail .heading {
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
	text-transform:uppercase;
}

.article_detail .heading {
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
	text-transform:uppercase;
}

.article_detail .body {
}

.article_detail .related_box {
	background:#E5E5E5 none repeat scroll 0 0;
	float:left;
	margin-bottom:30px;
	padding:10px;
	width:470px;
}

.related_box .heading {
	color:#FFFFFF;
	font-size:14px;
	padding:0 0 10px;
}


/*-----------event tags-------------*/

.date {
	color:#999999;
	font-size:11px;
	font-style:italic;
	margin-top:-5px;
}

.venue {
	color:#666666;
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
}





