.text_general {
	/* text 11 black  */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
}
.text_general2 {
	/* text 11 gray  */	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
}
.text_intro {
	/* intro text 13 gray bold  */	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-weight: bold;
}
.text_gray {
	/* text 12 gray bold  */	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-weight: bold;
}
.text_green {
	/* text 12 green */	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #819001;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
}
.text_blue {
	/* text 12 blue */	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #019ed2;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
}
.subtitles_big {
	/* subtitles 17 orange  */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 17px;
	color : #e57404;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.subtitles {
	/* subtitles 15 orange  */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #e57404;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.subtitle {
	/* subtitles 15 blue  */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #08a9e6;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.subtitles2 {
	/* subtitles 14 gray */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #777777;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.captions  {
	/* text 10 gray */	
    color: #666666;
   	font-family: Arial, geneva, sans-serif; 
   	font-size: 8pt;
	line-height: 120%;
	font-weight: normal;
}
.subtitle_green {
	/* sub headings green 14 */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.5pt;
	font-weight: bold;
	color: #9daa26;
	line-height: 110%;
}
.subtitle_blue {
	/* headings blue 16 */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 0.5pt;
	font-weight: bold;
	color: #00a2e3;
	line-height: 110%;
}
td.line_table {
	border-bottom:1px solid #c6c6c6;
}
hr {
  	border: 0;
  	width: 99%;
  	color: #00adef;
	background-color: #00adef;
	height: 1px;
	text-align:left;
}

.agea .masthead_text_large {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	color:#9DAA26;
	text-align: left;
}

.agea .masthead_text_medium {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align:left;
	padding-left: 10px;
	color:#9DAA26;
	text-align: left;
}

/*** Reset .................................... ***/

body, th, p, ul, li, h1, h2, h3, form {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.7pt;
	color : #3b4f56;
}
body.bg_1 {
	background: #ed7a07 url("../images/main_bg.png") repeat-y scroll center bottom;
}
a {
	color:#e67402;
	cursor: pointer;
	text-decoration: none; 
}
a:hover  {
	color: #1a4419;
	text-decoration: none; 
}
h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #888888;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
}
h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #777777;
	text-decoration: none;
	line-height: 130%;
	font-style: normal;
}
.clear {
	clear: both;
}
img {
	border : none;
}
ol li {
	font-size : 13px;
}
li { 
	margin-left:20px;
	list-style-image:url(../images/li_dot.gif);
}
/*
.home_left ul, .layout_2c ul {
	padding: 0;
	margin: 0;
	padding-left: 15px;
	list-style-position: outside; 
}
*/
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.7pt;
}
input { 
    font-family : Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ab2d0f;
	border: 1px solid #019ed2;
	padding: 1px 1px 1px 2px;
}
textarea { 
    font-family : Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ab2d0f;
	width: 150px;
	height: 70px;
	border: 1px solid #019ed2;
}
select { 
    font-family : Verdana, Helvetica,sans-serif;
	font-size: 11px;
	color: #ab2d0f;
	border: 1px solid #019ed2;
}

/*** Layout ..................................... ***/

#container {
	width:100%;
	text-align:center;
}
#container .home, #container .subs {
}

/*** Header tpl styles .......................... ***/
#container .home .head, #container .subs .head {
	width:100%;
	text-align:center;
	background-color:#FFFFFF;
}
.header_container {
	text-align:left;
	margin:auto;
	width:1000px;
	height:150px;
	background-color: #ffffff;
}
.header_container .logo {
	float:left;
	text-align:left;
	width:160px;
	padding: 15px 0 0 0;
}
.header_container .agea {
	float:left;
	text-align:left;
	width:540px;
	padding: 15px 0 0 0;
}
.header_container .advertisement {
	float:right;
	text-align:right;
	width:275px;
	padding: 15px 15px 0 0;
}
.header_container .nav {
	text-align:left;
	width:1000px;
	height:30px;
	padding: 7px 15px 0 40px;
}

/*** HOME tpl styles .......................... ***/

.home .rotator_holder {
	margin:auto;
	background: #ed7a07 url("../images/rotator_bg.jpg") repeat-x scroll center top;
}
.home .rotator_holder .rotator {
	display:block;
	text-align:left;
	width:1000px;
	margin:0 auto;
}
.home .spacer, .subs .spacer  {
	width:990px;
	margin:auto;
	height:40px;
	background: transparent url("../images/spacer.png") repeat-x scroll left top;
	text-align: right;
	padding: 10px 10px 0 0;
	font-size: 11px;
	color:#999;
}
.home .content_holder {
	margin:0 auto;
}
.home .content_holder .home_content {
	margin:0 auto;
	text-align:left;
	width:980px;
	background-color: #ffffff;
	padding: 0 10px 15px 10px;
}
.content_holder .home_content .col1 {
	float:left;
	text-align:left;
	width:320px;
	margin-right:10px;
	background: transparent url("../images/divider.png") no-repeat scroll right 40px;
}
.content_holder .home_content .col1 .padd{
	padding: 15px 10px 10px 10px;
}
.content_holder .home_content .col2 {
	float:left;
	text-align:left;
	width:320px;
	margin-right:10px;
	background: transparent url("../images/divider.png") no-repeat scroll right 40px;
}
.content_holder .home_content .col2 .video a {
	display: block;
	height: 0;
	padding-top:222px;
	overflow: hidden;
	background: transparent url('../images/presentation.jpg') no-repeat scroll center center;
}
.content_holder .home_content .col2 .padd{
	padding: 15px 10px 10px 10px;
	background: transparent url("../images/divider.png") no-repeat scroll left top;
}
.content_holder .home_content .col3 {
	float:right;
	text-align:left;
	width:320px;
	background: transparent url("../images/divider.png") no-repeat scroll left top;
}
.content_holder .home_content .col3 .padd{
	padding: 15px 10px 10px 10px;
}

/*** END HOME tpl styles ***/

/*** Subpages tpl styles ............................***/

.subs .banner_holder {
	margin:auto;
	height:215px;
	background: #ed7a07 url("../images/rotator_bg.jpg") repeat-x scroll center top;
}
.subs .banner_holder .banner {
	display:block;
	text-align:left;
	width:1000px;
	margin:0 auto;
}
.subs .content_holder {
	margin:0 auto;
}
.subs .content_holder .sub_content {
	margin:0 auto;
	text-align:left;
	width:960px;
	padding: 5px 20px 20px 20px;
}
.subs .content_holder .sub_content .page-title {
	text-align:left;
	width:545px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#3b4f56;
	font-weight: bold;
}
.content_holder .sub_content .col1 {
	float:right;
	text-align:left;
	width:185px;
	padding: 0 0 0 15px;
	background: transparent url("../images/border_dot.gif") repeat-y scroll left top;
	margin: 40px 0 0 0;
}
.content_holder .sub_content .col2 {
	float:right;
	text-align:left;
	width:545px;
	padding: 0 12px 0 12px;
	background: transparent url("../images/border_dot.gif") repeat-y scroll left top;
	margin: 0 5px 0 0;
}
.content_holder .sub_content .col3 {
	float:left;
	text-align:left;
	width:170px;
	padding: 0 0 15px 0;
}

.content_holder .sub_content .col4 {
	float:right;
	text-align:left;
	width:745px;
	padding: 0 12px;
	background: transparent url("../images/border_dot.gif") repeat-y scroll left top;
}
.content_holder .sub_content .col_wide {
	text-align:left;
	width:960px;
}
.content_holder .sub_content .col5 {
	float: left;
	text-align: left;
	width: 170px;
}
.content_holder .sub_content .col5 .padding {
	padding: 0 0 15px 0;
}
.content_holder .sub_content .col_16 {
	margin-left: 5px;	
}


/*** Submenu, Section styles ..................***/

.content_holder .sub_content .col5 .section, .content_holder .sub_content .col3 .section {
	text-align:left;
	width:160px;
	height: 30px;
	padding: 17px 0 0 10px;
	color:#333333;
	font-size: 13px;
	font-weight:bold;
	background: transparent url("../images/submenu_header.png") no-repeat scroll center top;
}
.content_holder .sub_content .col5 div.section_mid {
	background: url("../images/navonside_mid.png") repeat-y scroll left top;
	min-height: 50px;
	padding: 10px 6px 5px 5px;
}
.content_holder .sub_content .col5 div.section_mid ul li {
	padding-bottom: 4px;	
}
.content_holder .sub_content .col3 div.section_mid ul li {
	padding-bottom: 4px;	
}

.content_holder .sub_content .col5 div.section_bottom {
	background:url("../images/navonside_bot.png") no-repeat scroll left bottom transparent;
	height: 20px;
}
.sub_content .col3 div.section_mid {
	background: url("../images/navonside_mid.png") repeat-y scroll left top;
	min-height: 50px;
	padding: 10px 0 5px 5px;
}
.sub_content .col3 div.section_bottom {
	background:url("../images/navonside_bot.png") no-repeat scroll left bottom transparent;
	height: 20px;
}
.content_holder .sub_content .col5 .menu, .content_holder .sub_content .col3 .menu {
	width: 160px;
	font-size: 12px;
	margin-left: 5px;
	line-height:18px;
}
.content_holder .sub_content .col5 .menu a, .content_holder .sub_content .col3 .menu a {
	color:#555555;
}
.content_holder .sub_content .col5 .menu a:hover, .content_holder .sub_content .col3 .menu a:hover {
	color:#ed7a06;
}
.content_holder .sub_content .col5 .menu li.on a, .content_holder .sub_content .col3 .menu li.on a {
	color:#ed7a06;
}

/*** END Submenu, Section styles ***/

.empty {
	height:4px;
	width: 1000px;
	display: block;
}

/*** GOOGLE Map ............................... ***/
#container  #google_map{
	height:320px;
	width: 575px;
	display:block;
    border: 1px solid #73351c;
}

/*** Footer styles ............................***/

#footer {
	width: 1000px;
	margin:auto;
	text-align:left;
	height:70px;
	border-top: 1px solid #f9a84b;
}
#footer .left {
	float:left;
	display:block;
	width:440px;
	text-align:left;
	padding: 15px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#555555;
	line-height:18px;
}
#footer .left .orange_bold {
	color:#ef8010;
	font-weight:bold;
}
#footer .left a {
	color:#ef8010;
}
#footer .left a:hover {
	color:#93a118;
}
#footer .right {
	text-align:right;
	float: right;
	width: 490px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:15px 20px 0 0;
	color:#555555;
	line-height:18px;	
}
#footer .right a {
	color:#333333;
	font-size: 11px;
}
#footer .right a:hover{
	color:#099bd2;
}
/*** Submenu, Section styles ..................***/

.subs .banner_holder .subnav .padding .section {
	float:left;
	width: 255px;
}
.subs .banner_holder .subnav .padding .menu {
	float:left;
	width: 500px;
	font-size: 13px;
}
.subs .banner_holder .subnav .padding .menu a {
	color:#FFFFFF;
}
.subs .banner_holder .subnav .padding .menu a:hover {
	color:#cc0000;
}
/*** END Submenu, Section styles ***/

/*** Navigation .............................. ***/
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#navigation ul li {
	float: left;
	list-style: none;
	list-style-image: none;
	position: relative;
	margin:0;
}
.nav #navigation ul li a {
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e87503;
	font-weight: bold;
	text-decoration: none;
	padding: 0 15px 0 15px;
	border-right: solid 1px #E87503;
}
#navigation ul li a span {
	display: block;
	cursor: pointer;
	line-height: 17px;
	text-decoration: none;
	/*padding: 1px 3px 1px 3px;*/
}
#navigation ul li a:hover, #navigation ul li.active a{
	display: block;
	color: #00adef;
	font-weight: bold;
}
#navigation ul li.on a{
	display: block;
	color:#00adef;
	font-weight: bold; 
}
#navigation ul li .last a span, #navigation ul li .last_on a span {
	border-right-style: none;
	padding-right: 0;
}
#navigation ul li .last a, #navigation ul li .last_on a {
	border-right-style:none;
	padding-right:0;
}
#navigation ul li .last a:hover, #navigation ul li .last_on a, #navigation ul li.active .last a {
	border-right-style:none;
	padding-right:0;
}

/*** END navigation ***/

/*** Drop Down Menu ........................................ ***/

.cssmenu_sub {
	height: 20px;
}
#cssmenu_submenus ul {
	float: left;
	margin: 0;
	padding: 5px 5px 0 10px;
	list-style: none;
	width:145px;
}
#cssmenu_submenus ul li {
	list-style: none;
	float: left;
	margin: 0;
}
#cssmenu_submenus a {
	cursor: pointer;
	display: block;
	background-color:#FFFFFF;
	width:160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9933;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	padding: 2px 7px 2px 5px;
	border-top:1px solid #76c6fe;
}
#cssmenu_submenus a:hover {
	color: #666666;
	font-weight: bold;
}
/*** End Drop Down Menu ***/

/*** Forms..................................... ***/
input.w05, select.w05 {
	width: 60px;
}
input.w1, select.w1 {
	width: 160px;
}
input.w15, select.w15 {
	width: 170px;
}
input.w2, select.w2 {
	width: 230px;
}
td label {
	display: block;
	position: relative;
	width: 160px;
	color: #666666;
}
span.label {
	display: block;
	color: #666666;
	padding-bottom: 3px;
}
label span.label {
	display: inline;
}
td label img {
	position: absolute;
	top: 3px;
	right: 0px;
}
td.field label, td label.auto {
	width: auto;
	display: inline;
	padding-right: 12px;
}
td.field label {
	color: #333333;
	font-weight: normal;
}
#form_errors {
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
	margin: 0 0 12px 0;
	padding: 12px;
	color: #666666;
}
#form_errors ul {
	margin-top: 12px;
	margin-bottom: 0;
	font-weight: normal;
	color: #333333;
	font-weight: bold;
}
#form_errors li {
	margin-top: 0;
	margin-bottom: 3px;
}
#form_errors *:first-child {
	margin-top: 0;
}
#form_errors *:last-child {
	margin-bottom: 0;
}
p.required {
	margin: 0 0 10px 0;
	color: #666666;
	text-align: left;
}
/* END forms */

/*** Google Maps ................................... ***/
#google_map {
    width: 100%;
    height: 330px;
    border: 1px solid #cc0000;
    background: #ffffff url(../images/map_loading.gif) no-repeat scroll center center;
    overflow: hidden;
}
#google_map.loaded {
    background-image: none;
}

/* rotator styles ................*/
.bs_col3 .c1-rotator {
	border:1px solid #d4d2d3;
	background-color:#FFFFFF;
}
/* table styles............*/

table.orange td {
	border: 1px solid #eac391;
}
td.blue {
	border-bottom: 1px solid #abc4ed;
}
table.green td {
	border: 1px solid #bcc87b;
}

/*** RSS Feeds ----------------------------------------------------------- ***/
#system_rss_reader ul, #system_rss_reader li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#system_rss_reader h2 {
	padding-top: 102px;
}
#system_rss_reader a {
	display: block;
	padding: 10px 0;
}
#system_rss_reader strong {
	font-size: 12px;
	color: #333333;
}
#system_rss_reader li {
	font-weight: normal;
	color: #333333;
	font-size: 11px;
	margin-left:15px;
}
#system_rss_reader span.date {
	color: #666666;
	display: block;
}
#system_rss_reader span.domain {
	color: #999999;
	display: block;
	padding-bottom: 2px;
}
/*** End RSS Feeds ***/

/* Newslist.tpl styles .......................... */



.news_general {
	width: 770px;
}
.news_general .divider {
	display:block;
	height:10px;
	margin-bottom:5px;
	width: 770px;
	border-top:1px solid #d4d2d2;
}
.news_archive {
	float:right;
	text-align: right;
}
.news_general .news_teaser {
	float: left;
	width: 580px;
	text-align: left;
}
.news_general .read_more {
	float: right;
	width: 170px;
	text-align: left;
	font-size: 12px;
	color: #00adef;
	font-weight: bold;
	padding-top:24px;
}
.news_general .read_more a {
	color: #00adef;
}
.news_general .news_attachments {
	float: right;
	width: 240px;
	text-align: left;
}
.news_general .news_teaser .news_title a {
	float: left;
	width: 410px;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 14px;
	color: #00adef;
	line-height:normal;
	font-weight: bold;
	padding-bottom:10px;
}
.news_general .news_teaser .news_date {
	float:right;
	width: 150px;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 11px;
	color: #9daa26;
	font-weight: normal;
	padding-bottom:10px;
}
.events_table .odd {
	background-color: #FFF;
	height: 40px;
}
.events_table .even {
	background-color: #CCC;
	height: 40px;
}
.events_table th {
	background-color: #b7c726;
	height: 30px;
	padding: 0 0 0 5px;
}
.events_table td {
	padding: 0 0 0 5px;
}
.events_table span.pdf_icon_padding {
	padding: 5px 5px 0 0;	
}
.news_table .odd {
	background-color: #FFF;
	height: 60px;
}
.news_table .even {
	background-color: #e7e7e7;
	height: 60px;
}
.news_table th {
	background-color: #b7c726;
	height: 30px;
	padding: 0 0 0 5px;
}
.news_table td {
	padding: 0 0 0 5px;
}
.news_table span.pdf_icon_padding {
	padding: 5px 5px 0 0;	
}
.news_table span.more {
	padding-top: 5px;
	display: block;
	width: 60px;
}


/** News article details styles ....................**/
.news_details .next_article .subtitle {
	padding-bottom:1px;	
}

.news_details {
	width: 770px;
}
.news_details .news_date {
	color: #8a9619;
	padding-top:5px;
	float:right;
}
.news_details .news_left {
	width: 520px;
	padding-right: 15px;
}
.news_details .news_right {
	float: right;
	width: 230px;
	padding-left:10px;
}
.news_details .next_article {
	float: right;
	display: block;
	width: 160px;
	border-left: 1px solid #71CDF7;
	padding: 0 0 0 14px;
	
}
.news_details .back_to_news {
	float:left;
	text-align:right;
	display:block;
	width:100px;
	border-right:1px solid #71cdf7;
	padding-right: 14px;
}
.news_title2{
	font-family: Arial, Helvetica,sans-serif;
	font-size: 16px;
	color: #E35804;
	font-weight: bold;
}
td.n_line {
	border-top:1px solid #a0af17;
}
.article_large_image {
		width: 400px;
		height: 243px;
		display: block;
		float: right;
		margin: 0px 0px 20px 20px;
	}
.body_container {
	text-align: left;	
}
/* news summary.tpl styles ........................ */
.news_summary {
	width: 330px;
}
.news_summary .ns_title_date {
	width: 300px;
	margin-bottom: 10px;
	text-align: left;
}
.news_title{
	font-family: Arial, Helvetica,sans-serif;
	font-size: 13px;
	color: #666666;
	line-height:normal;
	font-weight: bold;
	padding_bottom:8px;
}
.news_title a {
	color: #666666;
}
.news_summary .news_date {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 11px;
	color: #8a9619;
	font-weight: normal;
}
/* Events list.tpl styles .......................... */
.events_table .odd {
	background-color: #FFF;
	height: 40px;
}
.events_table .even {
	background-color: #e7e7e7;
	height: 40px;
}
.events_table th {
	background-color: #b7c726;
	height: 30px;
	padding: 0 0 0 5px;
}
.events_table td {
	padding: 0 0 0 5px;
}
.events_table span.pdf_icon_padding {
	padding: 5px 5px 0 0;	
}
/* (Submissions) news list2.tpl styles .......................... */

.submissions_table .odd {
	background-color: #FFF;
	height: 40px;
}
.submissions_table .even {
	background-color: #e7e7e7;
	height: 40px;
}
.submissions_table th {
	background-color: #b7c726;
	height: 30px;
	padding: 0 0 0 5px;
}
.submissions_table td {
	padding: 0 0 0 5px;
}
.submissions_table span.pdf_icon_padding {
	padding: 5px 5px 0 0;	
}


/* events summary.tpl styles ........................ */
.event_summary {
	width: 295px;
	
}
.event_image {
	width: 70px;
	height: 50px;
	float: left;
	display: block;
	margin-bottom: 10px;
}
.event_summary .es_title_date {
	width: 300px;
	margin-bottom: 10px;
	text-align: left;
}
.event_summary .es_content {
	width: 295px;
	text-align: left;
}
.event_title{
	font-family: Arial, Helvetica,sans-serif;
	font-size: 13px;
	color: #666666;
	line-height:normal;
	font-weight: bold;
	padding_bottom:8px;
}
.event_title a {
	color: #666666;
}
.event_summary .event_date {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 11px;
	color: #9daa26;
	font-weight: normal;
}
/* News & Events styles .......................... */
.article-list {
	margin: 0;
	padding: 0;
	clear: both;
}
.article-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.article-list li a {
	position: relative;
	display: block;
	border-bottom: 1px dotted #d4d2d2;
	padding: 15px 150px 15px 0;
	color: #00adef;
}
.article-list li a:hover {
	color: #9daa26;
}
.article-list strong {
	font-size: 14px;
	display: block;
	padding-bottom: 10px;
}
.article-list span.date {
	position: absolute;
	top: 10px;
	right: 150px;
	color: #9daa26;
	font-size: 11px;
}
.article-list span.more {
	position: absolute;
	bottom: 15px;
	right: 0;
	width: 150px;
	text-align: center;
	font-weight: bold;
}

/** Event details styles ....................**/

.event_details {
	width: 770px;
}
.event_details .event_date {
	color: #9daa26;
	padding-top:5px;
}
.event_details .event_left {
	float: left;
	width: 535px;
	padding-right: 15px;
}
.event_details .event_right {
	float: right;
	width: 200px;
	border-left:1px solid #71cdf7;
	padding-left:10px;
}
.event_title2{
	font-family: Arial, Helvetica,sans-serif;
	font-size: 16px;
	color: #E35804;
	font-weight: bold;
}
td.n_line {
	border-top:1px solid #a0af17;
}

/*** Job List ------------------------------------------------------------ ***/
#jobs-list p {
	margin: 0 0 15px 0;
}
div.job {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	min-height: 130px;
	border-bottom: 1px dotted #777777;
}
div.job .location {
	font-size: 14px;
	color: #777777;
}
div.job .content {
	margin: 10px 0;
}
div.job .column a {
	display: block;
	padding: 2px 0;
	font-size: 11px;
}
/*** End Job List ***/

/*** Youtube video styles ------------------------------------------------------------ ***/

.youtube_videos .video_middle {
	display: block;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.youtube_videos .video_right {
	display: block;
	width: 300px;
	float: right;
	padding: 0 0 20px 20px;

/*** End Youtube video styles ***/
