/* main news content */

#main_news_list {
	width: 650px;
	margin-right:25px;
	float:left;
	position:relative;
}

#main_news_article {
	width: 650px;
	margin-right:25px;
	float:left;
	margin-bottom:20px;
}

#right_column {
	width: 280px;
	float:right;
}



#news_filter {
	width:525px;
	background-color:#fff;
	padding: 4px 5px 6px 120px;
	height:20px;
	float:left;
	position: relative;
	margin-bottom: 15px;
	border:1px solid #ccc;
	background-image:url(../images/news_filter.gif);
	background-repeat:no-repeat;
	background-position: 0px -2px
}


#contents {
	float:left;
	width:270px;
}

#contents_two {
	float:left;
	width:360px;
}

.article_copy {
	padding-bottom: 3px;
	line-height:1.3em;
	font-weight:100;
	font-size: 85%;
	color:#333;
	display:block;
	margin: 0;
}


/* Featured Article */



.feature_article {
	width:600px;
	background-color:#F6F6F6;
	padding:10px;
	float:left;
	position: relative;
	margin-bottom: 15px;
	border-left:30px solid #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#feature_bar {
	position:absolute;
	background-image:url(../images/latest_bar.png);
	width:28px;
	height:163px;
	top:-1px;
	left:-26px;
}

.feature_article_img {
	width:285px;
	height:190px;
	border: none;
	margin-right: 15px;
	float:left;
}

.feature_article h2 {
	margin-bottom: 10px;
	font-weight:100;
	font-size: 140%;
	line-height: 1.3em;
}

.feature_article .date {
	border-bottom:1px solid #000;
	margin:0 0 10px 0;
	float:right;
	color:#000;
	padding-bottom: 3px;
	font-size: 85%;
}

.feature_article p {
	font-size:85%;
	color:#000;
	margin-bottom:5px;
}

.feature_article h2 a:link,
.feature_article h2 a:visited {
	color:#000;
	text-decoration:none;
}

.feature_article h2 a:hover,
.feature_article h2 a:active {
	color:#FD9705;
}




/* News Article */


.news_article {
	width:600px;
	background-color:#FFF;
	padding:10px;
	float:left;
	position: relative;
	margin-bottom: 15px;
	border-left:30px solid #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}


#news_icon {
	position:absolute;
	background-image:url(../images/icons/news_icon.png);
	width:17px;
	height:22px;
	left: 595px;
	top: 6px;
}

#news_bar {
	position:absolute;
	background-image:url(../images/news_bar.png);
	width:28px;
	height:163px;
	top:-1px;
	left:-26px;
}

.news_article img {
	width:210px;
	height:140px;
	border: none;
	margin-right: 15px;
	float:left;
}

.news_article h2 {
	margin-bottom: 8px;
	font-weight:100;
	font-size: 140%;
	line-height: 1.3em;
	width:90%;
}

.news_article h2 a:link,
.news_article h2 a:visited {
	color:#000;
	text-decoration:none;
}

.news_article h2 a:hover,
.news_article h2 a:active {
	color:#FD9705;
}

.news_article .date {
	border-bottom:1px solid #000;
	margin:0 0 10px 0;
	float:right;
	color:#000;
	padding-bottom: 3px;
	font-size: 85%;	
}

.news_article p {
	font-size:85%;
	color:#000;
	margin-bottom:5px;
}

.news_article_img {
	width:210px;
	height:140px;
	border: none;
	margin-right: 15px;
	float:left;
}

.bold {
	font-weight:bold;
}


/* Event Article */


.event_article {
	width:600px;
	background-color:#FFE5BE;
	padding:10px;
	float:left;
	position: relative;
	margin-bottom: 15px;
	border-left:30px solid #000;
}

#event_icon {
	position:absolute;
	background-image:url(../images/icons/calendar_icon.png);
	width:20px;
	height:22px;
	left: 595px;
	top: 6px;
}

#event_bar {
	position:absolute;
	background-image:url(../images/events_bar.png);
	width:25px;
	height:163px;
	top:-1px;
	left:-26px;
}

.event_article img {
	width:210px;
	height:140px;
	border: none;
	margin-right: 15px;
	float:left;
}

.event_article h2 {
	margin-bottom: 8px;
	font-weight:100;
	font-size: 140%;
	line-height: 1.3em;
	width:90%;	
}

.event_article h2 a:link,
.event_article h2 a:visited {
	color:#000;
	text-decoration:none;
	
}

.event_article h2 a:hover,
.event_article h2 a:active {
	color:#FD9705;
}


.event_article .date {
	border-bottom:1px solid #000;
	margin:0 0 10px 0;
	float:right;
	color:#000;
	padding-bottom: 3px;
	font-size: 85%;
}

.event_article p {
	font-size:85%;
	color:#000;
	margin-bottom:5px;
}


/* Press Article */


.press_article {
	width:600px;
	background-color:#D1D5D7;
	padding:10px;
	float:left;
	position: relative;
	margin-bottom: 15px;
	border-left:30px solid #000;
}

#press_release_icon {
	position:absolute;
	background-image:url(../images/icons/press_release_icon.png);
	width:18px;
	height:21px;
	left: 595px;
	top: 6px;
}

#press_release_bar {
	position:absolute;
	background-image:url(../images/press_release_bar.png);
	width:28px;
	height:163px;
	left: -26px;
	top: -1px;
}

.press_article img {
	width:210px;
	height:140px;
	border: none;
	margin-right: 15px;
	float:left;
}

.press_article h2 {
	margin-bottom: 8px;
	font-weight:100;
	font-size: 140%;
	line-height: 1.3em;	
	width:80%;
}

.press_article h2 a:link,
.press_article h2 a:visited {
	color:#000;
	text-decoration:none;
	
}

.press_article h2 a:hover,
.event_article h2 a:active {
	color:#FD9705;
}

.press_article p {
	font-size:85%;
	color:#000;
	margin-bottom:5px;
}

.press_article .date {
	border-bottom:1px solid #000;
	margin:0 0 10px 0;
	float:right;
	color:#000;
	padding-bottom: 3px;
	font-size: 85%;	
}



/* pages */


#page_container {
	width:100%;
	float:left;
}

#pages {
	padding:0;
	margin: 0 0 0 0;
	list-style:none;
	float: right;
	
}

#pages li {
	font-size: 100%;
	display:inline;
	text-align:right;
}

#pages li a:link,
#pages li a:visited {
	color: #747474;
	text-decoration: none;
	font-weight:normal;
	padding: 0 0.2em;
}

#pages li a:hover,
#pages li a:active {
	color:#FD9705;
}

.on {
	color:#FD9705;
}






/* Main News Article */



#main_news_article h2 {
	font-size:160%;
	font-weight:normal;
	color:#000;
	margin:0 0 10px;
	padding:0;
	clear: left;
}

#main_news_article h3 {
	font-size:100%;
	font-weight:normal;
	color:#999;
	margin:0 0 3px;
	padding:0;
	clear: left;
	display:block;
	border-bottom:1px solid #ccc;
	padding-bottom:3px;
}

#main_news_article p {
	color:#666;
	background-color: transparent;
	margin: 10px 0;
	padding: 0px;
	font-size: 85%;
	line-height: 1.4em;
	clear:left;
}


#main_news_article .intro {
	color:#333;
	background-color: transparent;
	margin: 10px 0;
	padding: 0px;
	font-size: 100%;
	line-height: 1.4em;
	clear:left;
	font-weight:300;
}





/* More Button */


#more {
	padding: 0;
	margin: 0;
	list-style:none;
	float: left;
	display:block;
	position:relative;
}

#more li {
	font-weight:700;
	text-align:left;
	font-size:85%;
	font-weight:400;
	text-transform:capitalize;
}

#more li a:link,
#more li a:visited {
	color:#FD9705;
	display: block;
	text-decoration: none;
}

#more li a:hover,
#more li a:active {
	color:#FD9705;
	text-decoration:underline;
}





/* news_article_images */


#news_article_images {
	width:630px;
	background-color:#E8E8E8;
	padding:10px;
	float:left;
	position: relative;
	margin-bottom: 15px;
}

#news_article_images .main_img {
	width:435px;
	height:290px;
	border: none;
	margin-right: 10px;
	float:left;
}

#news_article_images .small_img {
	width:81px;
	height:54px;
	border: none;
	float:left;
	margin: 0 10px 10px 0;
}

#news_article_images .right_small_img {
	width:81px;
	height:54px;
	border: none;
	float:left;
	margin: 0 0 10px 0;
}

.date {
	border-bottom:1px solid #FD9705;
	margin:0 0 10px 0;
	width:100%;
	color:#FD9705;
	padding-bottom: 3px;
	font-size: 85%;
}


/* Related_downloads */

#related_downloads {
	width:630px;
	background-color:#E8E8E8;
	padding:10px;
	margin: 10px 0 10px 0;
	float:left;
}

#downloads {
	padding: 0;
	margin: 15px 0 0 0;
	list-style:none;
}

ul#downloads li {
	text-align:left;
	font-size:100%;
	font-weight:400;
	margin-top:2px;
	padding: 5px 5px 4px 20px;
	list-style:none;
	list-style-image:none;
}

ul#downloads .pdf {
	background-image:none;
	background-image:url(../images/icons/pdf_small.png);
	background-repeat:no-repeat;
	background-position:0 3px;
}

ul#downloads .doc {
	background-image:none;
	background-image:url(../images/icons/doc_small.png);
	background-repeat:no-repeat;
	background-position:0 3px;
}

ul#downloads .ppt {
	background-image:none;
	background-image:url(../images/icons/ppt_small.png);
	background-repeat:no-repeat;
	background-position:0 3px;
}

ul#downloads .xls {
	background-image:none;
	background-image:url(../images/icons/xls_small.png);
	background-repeat:no-repeat;
	background-position:0 3px;
}

ul#downloads li a:link,
ul#downloads li a:visited {
	color:#666;
	text-decoration: none;
	list-style-image:none;
}

ul#downloads li a:hover,
ul#downloads li a:active {
	color:#FD9705;
	list-style-image:none;
}
