* {
	font-size: 12px;
	color:#2C2C2C;
	font-family:"Helvetica Neue", Helvetica, Arial, san-serif;
}

html, body {
	margin:0px;
	padding:0px;
	height:100%;
}

a {
	cursor:pointer;
}

/* TABLES */

table.article td {
	border-top:1px solid #989898;
	padding:5px;
}

table.article thead td {
	font-style:italic;
	font-family:"Times New Roman", Times, "Georgia", serif;
	font-size:10px;
	border:0px;
}

table.article tbody td {
	font-size:12px;
	vertical-align:top;
}

table.article td.label {
	color:#2C2C2C;
	background-color:#efefef;
}

.note {
	font-style:italic;
	font-family:"Times New Roman", Times, "Georgia", serif;
	font-size:10px;
}

.article_item {
	width:100%;
}
/* SEARCH */

.pager_head {
	padding:5px;
	border:1px solid #e5e5e5;
	border-left:0px;
	border-right:0px;
	margin-bottom:10px;
	margin-top:10px;
}

.search_result {
	margin-bottom:10px;
	border-bottom:1px solid #e5e5e5;
}

.search_result .search_title {
	font-family:"Times New Roman", Times, "Georgia", serif;
	font-size:14px;
	
}


/* LAYOUT */

.col {
	float:left;
	padding-left:10px;
	padding-right:10px;
	/*padding-top:10px; */
}

.col.x2 {
	width:140px;
}

.col.x4 {
	width:300px;
}

.col.x8 {
	width:620px;
}

.col.x12 {
	width:940px;
}

.col.last {
	float:right;
}

.col.no-pad {
	padding:0px;
}
	
#col_center {
	text-align: left;
	vertical-align: top;
	width:960px;
	background-color: #ffffff;
	padding:0px;
	margin:0px;
	border:0px;
}

#col_left, #col_right {
	height:100%;
}

/* HEADER */

#head_menu {
	/*height:15px;*/
	height:10px;
	background-color: #ffffff;
	/*padding:10px;*/
	width:940px;
}

#login_wrapper {
	width:450px;
	float:left;
}

#lang_wrapper {
	width:475px;
	float:right;
	text-align:right;
}

b.label {}

i.emphasis {
	font-family:"Times New Roman", Times, "Georgia", serif;
}

.dropdown {
	width:8px;
	height:10px;
	float:right;
}

#site_header {
	background:url(../images/head_logo.jpg) #ffffff top left no-repeat;
	width:960px;
	height:93px;
}

#main_wrapper {
	height:30px;
	width:960px;
}

/* SITE SEARCH */

#search_wrapper {
	float:right;
	width:260px;
	padding-right:10px;
}

input[type=text],
textarea {
	border:1px solid #eeeeee;
	height:24px;
	font-size:12px;
	padding-left:10px;
	margin-right:10px;
}

input[type=button] {
	height:25px;
	font-size:10px;
}

/* MAIN MENU */

#sections_wrapper {
	float:left;
	width:650px;
}

#sections_wrapper a,
#sub_wrapper a {
	text-decoration: none;
	color:#616161;
}

.menu_section {
	float:left;
	margin:0px 0px 0px 10px;
	/*background-color: grey;*/
	padding:5px 10px 0px 10px;
	font-weight: bold;
	color:#2C2C2C;
	height:30px;
}

.menu_section.selected {
	height:22px;
	border-bottom:4px solid;
}

/* SUB MENU */

#sub_wrapper {
	width:960px;
	height:35px;
}

.sub_section {
	float:left;
	margin:5px 0px 5px 0px;
	padding:6px 12px 6px 10px;
	font-weight:bold;
	font-size:11px;
	color:#616161;
	background:url(../images/bg_div.gif) top right repeat-y;
}

.sub_section a:link,
.sub_section a:visited,
.sub_section a:active,
.sub_section a:hover {
	color: #616161;
}


/* NEWS */

#newsflash {
	background:url(../images/bg_top_shadow.gif) top left repeat-x #ffffff;
	height:324px;
	/*padding:10px;*/
}

#news_wrapper {
	float:left;
	width:390px;
	margin-top:10px;
}

#news_wrapper h1 {
	font-family:"Times New Roman", Times, "Georgia", serif;
	font-style:italic;
	font-size:24px;
	color:#2c2c2c;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:0px;
	height:75px;
}

#news_wrapper p {
	font-family:"Times New Roman", Times, "Georgia", serif;
	font-style:italic;
	font-size:18px;
	color:#2C2C2C;
	text-align: justify;
	line-height:24px;
	padding-right:10px;
	height:120px;

}

/* CONTROLS */

.content_footer {
	height:14px;
	margin-top:10px;
}

.controls_more {
	font-weight:bold;
	font-size:11px;
	float:right;
	padding-right:30px;
	background:url(../images/control_more.gif) top right no-repeat;
	height:14px;
	cursor:pointer;
}

.controls_nav {
	width:30px;
	height:14px;
	float:left;
}

.controls_nav .prev {
	margin-top:3px;
	width:11px;
	height:11px;
	float:left;
	background:url(../images/control_prev.gif) top left no-repeat;
	cursor:pointer;
}

.controls_nav .next {
	margin-top:3px;
	width:11px;
	height:11px;
	float:right;
	background:url(../images/control_next.gif) top left no-repeat;
	cursor:pointer;
}



/* CONTENT */

#content_wrapper {
	background:url(../images/bg_top_shadow.gif) top left repeat-x #ffffff;
	padding:10px 0px;
}

.col_div {
	border-right:1px solid #e5e5e5;
}

hr {
	border:0px;
	border-bottom:1px solid #e5e5e5;
}

.section_head {
	/*margin-top:10px;*/
	border-top:4px solid;
	padding-top:5px;
	font-size:10px;
	font-weight:bold;
}

.col_head {
	margin-bottom:10px;
}

.section_head.top {
	margin-top:0px;
}

.sidebar .section_head {
	/*margin-top:0px;*/
	/*margin-bottom:0px;*/
}

.caption {
	font-family:"Times New Roman", Times, "Georgia", serif;
	font-size:14px;
	font-style:italic;
	line-height:18px;
}

.breadcrumbs {
	font-size:11px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:5px;
}

.breadcrumbs a {
	font-size:11px;
}

.featured_article .breadcrumbs {
	display:none;
}

.toplink {
	float:right;
	margin-top:10px;
}

.toplink a {
	font-style:normal;
	font-size:10px;
	font-weight:bold;
}

/* DOWNLOADS */

.file_listing {
	margin:10px 0px;
}

.file_listing ul {
	margin:0px;
	padding:0px;
}

.file_listing li {
	padding:0px;
	margin:0px;
}

/* SECTIONS */

.section_wrapper {
	background:url(../images/bg_top_shadow.gif) top left repeat-x;
	padding:10px 0px;
	font-size:14px;
}

.section img
 {
	margin:0px;
	border:1px solid #989898;
}

img.no_border {
	border:0px;
}

img[align=left],
img.left {
	margin-right:10px;
	margin-bottom:5px;
}

img[align=right],
img.right {
	margin-left:10px;
	margin-bottom:5px;
}


.section .title {
	margin-top:10px;
	margin-bottom:5px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:10px 0px 10px 0px;
	
	font-family:"Times New Roman", Times, "Georgia", serif;
	font-size:45px;
	font-style:italic;
}

.section .last_update {
	font-family:"Times New Roman", Times, "Georgia", serif;
	font-size:10px;
	font-style:italic;
	float:right;
}

.section p, 
.section li {
	font-size:14px;
	line-height:21px;
}

/* ARTICLES */

.section h2,
.section h2 a {
	font-family:"Times New Roman", Times, "Georgia", serif;
	font-size:24px;
	font-style:italic;
	font-weight:normal;
	margin:10px 0px 5px 0px;
}

.price {
	padding:5px;
	border:1px solid #3c6c3b;
	background-color:#23a904;
	color:white;
	font-size:15px;
	font-weight:bold;
	float:left;
}

.section p.blurb,
.section p.blurb em {
	font-size:12px;
	line-height:18px;
}

.section p.author {
	margin-top:0px;
	padding-top:0px;
	font-style:italic;
}

/* JTSHADOWBOX */
.jtshadowbox_gallery {
	margin-top:10px;
}

.jtshadowbox_gallery img
 {
	margin:0px;
	border:1px solid #989898;
}


/* MAILING LIST */

.acymailing_introtext {
	margin-bottom:0px;
}

.acymailing_form {
	width:300px;
	margin-top:10px;
}

.acymailing_form .inputbox {
	width:100%;
}

.acymailing_form .acysubbuttons {
	text-align:right;
	padding-top:10px;
}

/* CONTACTS */

.contact_header {
	font-family:"Times New Roman", Times, "Georgia", serif;
	font-size:21px;
	font-style:italic;
	border-bottom:1px solid #cbcbcb;
	padding-bottom:5px;
	/*padding-left:10px;*/
	margin-top:10px;
	margin-bottom:10px;
}

.contact_header.info {
	/*border-left:4px solid #feb406;*/
}


/* SIDEBAR ARTICLES */

.featured_article {
	border-top:1px solid #e5e5e5;
	margin-top:10px;
}

.featured_article.top {
	border-top:0px;
	margin-top:0px;
}

.featured_article h4, h4 {
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:0px;
	padding:0px;
}

.featured_article p {
	font-family:"Times New Roman", Times, "Georgia", serif;
	font-style:italic;
	font-size:14px;
	line-height:18px;
	margin-top:0px;
}

p.notes {
	font-size:10px;
}


.print_options {
	padding-top:10px;
	margin-bottom:10px;
}

.print_options img {
	border:0px;
}


.print_options .icon {
	float:left;
	margin-right:10px;
}

.print_options a:link, 
.print_options a:visited,
.print_options a:active,
.print_options a:hover {
	text-decoration:none;
}

/* CATEGORIES */

.cat_article p {
	font-size:14px;
	line-height:18px;
}

/* BANNER */

.bannerheader {
	font-family:"Times New Roman", Times, "Georgia", serif;
	font-size:21px;
	font-style:italic;
	border-bottom:1px solid #cbcbcb;
	padding-bottom:5px;
	margin-top:10px;
	margin-bottom:10px;
}

.banner {
	width:100%;
	margin-bottom:10px;
}

.banner img {
	float:left;
	margin-right:10px;
}

.banner h4 {
	margin:0px;
	padding:0px;
	font-size:14px;	
}

.banner p {
	margin:0px;
	margin-top:0px;
	font-size:14px;
	font-style:italic;
	font-family:"Times New Roman", Times, "Georgia", serif;
}

.banner .info {
	float:left;
}


.banner .info.with_image {
	float:right;
	width:230px;
}


/* UPCOMING EVENTS */

.upcoming_event_header {
	font-family:"Times New Roman", Times, "Georgia", serif;
	font-size:21px;
	font-style:italic;
	border-bottom:1px solid #cbcbcb;
	padding-bottom:5px;
	margin-top:10px;
}

.event_wrapper .event {
	margin-top:10px;
}

.event_wrapper h4 {
	margin:0px;
	padding:0px;
	font-size:14px;	
}

.event_wrapper .date {
	font-size:12px;
	font-style:italic;
	font-family:"Times New Roman", Times, "Georgia", serif;
}

.event_wrapper p {
	margin-top:5px;
	font-size:14px;
	font-style:italic;
	font-family:"Times New Roman", Times, "Georgia", serif;
}

.upcoming_event_header .year {
	float:right;
	
	font-family:"Times New Roman", Times, "Georgia", serif;
	font-size:12px;
	font-style:italic;
	
}

/* CONTACTS */

.contact_profile {
	margin-top:10px;
	height:67px;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:10px;
}

.contact_profile.no_image {
	padding-left:70px;
}

.contact_profile img {
	float:left;
	margin-right:10px;
}

.contact_profile h4 {
	margin:0px;
	font-size:14px;
}

.contact_profile .position {
	font-family:"Times New Roman", Times, "Georgia", serif;
	font-style:italic;
	font-size:12px;
}

.contact_profile .email {
	margin-top:15px;
	font-size:12px;
}

/* FOOTER */

#footer {
	height:210px;
	background-color:#6b6b6b;
	
}

#footer a {
	text-decoration:none;
}

#site_map {
	border-top:1px solid #cececd;
	background-color: #e9e9e8;
	height:160px;
	color:#616161;
	width:960px;
	float:left;
}

.site_label {
	font-weight:bold;
	padding-top:10px;
	margin-top:0px;
	font-size:10px;
	
}

.site_links {
	font-family:"Times New Roman", Times, "Georgia", serif;
	line-height:16px;
	font-weight:normal;
	font-size:12px;
}

.site_links a {
	font-family:"Times New Roman", Times, "Georgia", serif;
}

#site_map a:link,
#site_map a:visited,
#site_map a:active,
#site_map a:hover {
	color: #616161;
}

#site_map a:hover {
	text-decoration: underline;
}

#copyright,
#legal {
	font-style:italic;
	color:#ffffff;
	font-family:"Times New Roman", Times, "Georgia", serif;
	padding:15px 10px;
	font-size:12px;
	float:left;
}

#legal {
	float:right;
}

#legal a:link,
#legal a:visited,
#legal a:active,
#legal a:hover {
	color:white;
	font-family:"Times New Roman", Times, "Georgia", serif;
}

#legal a:hover {
	text-decoration:underline;
}




/* CLEARFIX */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
