/* @group General Styles */
body {
	border-top: 5px solid #9b9b9b;
	background: #fff url(/media/images/layout/globe.jpg) left top repeat-x;
	margin: 0;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #313131;
}
* {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
/* @end */
/* @group Container */
#all {
	width: 921px;
	margin: 30px auto;
}
/* @group Header */
#header {
	margin: 0 10px;
	height: 75px;
}
#header form {
	float: right;
}
#header select {
	color: #4b4b4b;
	border: none;
}
#header p {
	margin: 0;
	line-height: 54px;
	font-weight: bold;
}
#header a {
	color: #444;
	margin: 0 16px;
	outline: none;
}
#header a:hover {
	color: #72231f;
}
#header #header_logo {
	float: left;
	display: block;
	background: url(/media/images/layout/logo1.png) top left;
}
#header #header_logo a {
	display: block;
	float: left;
	width: 283px;
	height: 48px;
	text-indent: -30000px;
	margin: 0;
}
.chapter #header #header_logo a {
	width: 283px;
	height: 55px;
}

#date{
color:#336699;
font-size:10px;
position: relative;
top: 18px;left: 28px;
text-transform: uppercase;
}
/* @end */
/* @group Menu */
#menu {
	background: url(/media/images/layout/menu_bg.png) top left no-repeat;
}
.chapter #menu {
	background: url(/media/images/layout/menu_chapter_bg.png) top left no-repeat;
}
#menu ul {
	list-style: none;
	height: 36px;
	padding: 8px 0 0 9px;
}
.chapter #menu ul {
	padding: 7px 0 0 9px;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	height: 36px;
	text-indent: -30000px;
	float: left;
	outline: none;
}
#menu #menu_home a {
	width: 128px;
}
#menu #menu_home a:hover, #home #menu #menu_home a {
	background: url(/media/images/layout/menu_bg.png) -9px 36px;
}
#menu #menu_aboutus a {
	width: 154px;
}
#menu #menu_aboutus a:hover, #about #menu #menu_aboutus a {
	background: url(/media/images/layout/menu_bg.png) -137px 36px;
}
#menu #menu_whatwedo a {
	width: 152px;
}
#menu #menu_whatwedo a:hover, #what_we_do #menu #menu_whatwedo a {
	background: url(/media/images/layout/menu_bg.png) -291px 36px;
}
#menu #menu_getinvolved a {
	width: 160px;
}
.chapter #menu #menu_getinvolved a {
	width: 190px;
}
#menu #menu_getinvolved a:hover, #get_involved #menu #menu_getinvolved a {
	background: url(/media/images/layout/menu_bg.png) -443px 36px;
}
.chapter #menu #menu_getinvolved a:hover, .chapter#get_involved #menu #menu_getinvolved a {
	background: url(/media/images/layout/menu_chapter_bg.png) -443px 36px;
}
#menu #menu_newsevents a {
	width: 176px;
}
.chapter #menu #menu_events a {
	width: 146px;
}
#menu #menu_newsevents a:hover, #news_events #menu #menu_newsevents a, #news #menu #menu_newsevents a, #events #menu #menu_newsevents a {
	background: url(/media/images/layout/menu_bg.png) -603px 36px;
}
.chapter #menu #menu_events a:hover, .chapter#events #menu #menu_events a {
	background: url(/media/images/layout/menu_chapter_bg.png) -633px 36px;
}
#menu #menu_blog a {
	width: 132px;
}
#menu #menu_blog a:hover, #blog #menu #menu_blog a {
	background: url(/media/images/layout/menu_bg.png) -779px 36px;
}
/* @end */
/* @group Main */
#main {
	background: url(/media/images/layout/main_bg.png) top left repeat-y;
	padding-bottom: 9px;
}
* html #main {
	display: inline-block;
}
*:first-child+html #main {
	display: inline-block;
}
#main:after, #cols:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* @group Submenu */
#submenu {
	background: url(/media/images/layout/submenu_bg.png) top left repeat-x;
	margin: 0 11px 0 9px;
	height: 28px;
}
#submenu ul {
	list-style: none;
	line-height: 28px;
	height: 28px;
	display: inline;
}
#home #submenu ul {
	float: left;
}
#news_events #submenu ul li.first,
#news #submenu ul li.first,
#events #submenu ul li.first {
	margin-left: 592px;
	border-left: 1px solid #fff;
}
* html #news_events #submenu ul,
* html #news #submenu ul,
* html #events #submenu ul {
	display: block;
	padding-left: 592px;
}
* html #news_events #submenu ul li.first,
* html #news #submenu ul li.first,
* html #events #submenu ul li.first {
	float: none;
	display: inline;
}

#news_events #submenu ul li.first a,
#news #submenu ul li.first a,
#events #submenu ul li.first a {
	border-left: 1px solid #b8b8b8;
}
#submenu li {
	float: left;
	line-height: 28px;
	border-right: 1px solid #b8b8b8;
}
#submenu li a {
	float: left;
	color: #444;
	font-weight: bold;
	text-decoration: none;
	line-height: 28px;
	border-right: 1px solid #fff;
	padding: 0 23px;
	position: relative;
}
#submenu li a:hover {
	color: #72231f;
}
#submenu #submenu_active a {
	color: #72231f;
}
/* @end */
/* @group Main Content */
#content {
    margin: 0 34px 0 268px;
	padding-top: 18px;
}


.summit #content, #window #content {
	margin: 0 34px;
}
* html #content {
	display: inline-block;
}
*:first-child+html #content{
	display: inline-block;
}
#content a {
	color: #945f20;
}
#content a:hover {
	color: #72231f;
}
#content h1, #content h2 {
	font-size: 24px;
	line-height: 29px;
	color: #72231f;
	margin-bottom: 10px;
}
#about #content h2, #what_we_do #content h2, #get_involved #content h2 {
	font-size: 18px;
	line-height: 22px;
}
#content h2.subtitle {
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	margin: -10px 0 14px;
	color: #333;
}
#content .excerpt h2.subtitle {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
#content h2 a {
	color: #72231f;
	text-decoration: none;
}
#content h2.subtitle a {
	color: #333;
	text-decoration: underline;
}
#content h2 a:hover {
	border-bottom: 1px solid #72231f;
}
#content h2.subtitle a:hover {
	color: #72231f;
	border-bottom: none;
}
#content h3 {
	font-size: 14px;
	line-height: 18px;
}
#content p {
	padding-bottom: 18px;
}
#content h1.presentation {
	text-align: center;
}
#content ul, #content ol {
	padding: 0 0 18px 2em;
}
#content dt {
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
	font-weight: bold;
}
#content dd.alt {
	color: #666;
}
#content dl {
	margin-bottom: 20px;
}
#content #paginate {
	text-align: center;
	margin: 20px 0;
}
/* @group Homepage Columns */
#cols {
	display: inline-block;
	background: url(/media/images/layout/cols_bg.gif) center center repeat-y;
	margin-top: 20px;
}
.col {
	float: left;
	padding: 0 25px;
}
.col h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #631815;
	margin-bottom: 0;
	height: 31px;
	line-height: 25px;
}

.col p.description{	
line-height: 13px;
margin: -10px 0 20px 0; 
color:#666666;
font-size:10px; }
.col h2 a {
	color: #631815;
	text-decoration: none;
}
.col h2 a:hover {
	color: #631815;
	background-color: #FFFF88;
}
.col a {
	color: #313131;
	font-weight: bold;
}
.col a:hover {
	background-color: #FFFF88;
	font-weight: bold;
}
.col li {
	list-style: none;
	margin-bottom: 12px;
}
.col li a {
	text-decoration: none;
}
.col dl {
	margin-bottom: 15px;
}
#col_news {
	width: 264px;
}

#col_news a.titles {
	color: #313131;
	font-weight: normal;
}

#col_blog {
	width: 242px;
}
#col_events {
	width: 242px;
}
.col_blog_author {
	/*color: #999999;*/
	color: #000;
	line-height: 18px;
	font-size: 10px;
	font-style: italic;
}
.col_blog_date {
	color: #631815;
	line-height: 18px;
	font-size: 10px;
	text-transform: uppercase;
}
.col_blog_excerpt{
	line-height: 14px;
	font-size: 10px;
}
.col_events_date {
	line-height: 18px;
	font-size: 10px;
}
.col_events_location {
	color: #631815;
	line-height: 18px;
	font-size: 10px;
	text-transform: uppercase;
}
/*
#col_news h2 {
	background: url(/media/images/layout/newspaper.gif) top left no-repeat;
	padding-left: 38px;
}
#col_blog h2 {
	background: url(/media/images/layout/journal.gif) top left no-repeat;
	padding-left: 28px;
}
#col_events h2 {
	background: url(/media/images/layout/calendar.gif) top left no-repeat;
	padding-left: 30px;
}*/
/* @end */
/* @group Events Table */
.events_month table {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 33px;
	width: 100%;
}
.events_month td {
	vertical-align: top;
	padding-bottom: 6px;
}
.events_month th {
	vertical-align: top;
	text-align: left;
}
.events_month th a {
	font-weight: bold;
	color: #72231f !important;
	text-decoration: none;
}
.events_month caption, #comments caption {
	text-align: left;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #e1e1e1;
	line-height: 18px;
	margin-bottom: 10px;
}
#comments caption {
	font-size: 24px;
	line-height: 30px;
	color: #72231f;
}
.events_month col.events_dates {
	width: 18%;
}
.events_month col.events_locale {
	text-align: right;
	width: 25%;
}
/* @end */
/* @group Blog Excerpts */
#content .excerpt h2 {
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}
#content .excerpt h3 {
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 14px;
}
#content .excerpt h3 a {
	color: #313131 !important;
}
img.feature {
	float: right;
	border: 3px solid #dadada;
	margin: 0 0 21px 21px;
}
.excerpt p a {
	color: #72231f !important;
}
.tags {
	background: url(/media/images/layout/tags_bg.png) left bottom repeat-x;
	font-size: 11px;
	margin-bottom: 62px;
	color: #8d8b8b;
	clear: right;
	padding: 0 11px;
}
.tags ul {
	display: inline;
	list-style: none;
	line-height: 24px;
	margin-right: 30px;
	padding: 0 0 0 22px !important;
}
.tags ul li {
	display: inline;
	margin-right: 3px;
}
.tags a {
	color: #8d8b8b !important;
	text-decoration: none !important;
	white-space: nowrap;
	margin: 0 2px;
}
.tags a:hover {
	text-decoration: underline !important;
}
.tags_categories {
	background: url(/media/images/layout/folder_bullet.gif) left center no-repeat;
}
.tags_comments {
	background: url(/media/images/layout/comments.gif) left center no-repeat;
}
#comments caption {
	font-size: 19px;
	line-height: normal;
	padding-top: 40px;
}
#comments td {
	vertical-align: top;
	padding: 3px 10px 3px 0;
}
#comments textarea {
	width: 500px;
}
/* @end */
/* @group Sidebars */
#sidebars {
	float: left;
	width: 226px;
	display: inline;
	margin: 18px 0 33px 22px;
}
#frame {
	position: relative;
	z-index: 100;
	width: 226px;
	height: 431px;
	margin-bottom: 14px;
}
#frame div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 400;
	width: 226px;
	height: 431px;
	background: url(/media/images/layout/sidebar_frame.png);
}
#frame div.alt {
	background: url(/media/images/layout/sidebar_frame_top.png);
}
#frame div h3 {
	margin: 329px 14px 0 46px;
	color: #fff;
	font-size: 19px;
}
#frame div.alt h3 {
	margin: 48px 14px 0 40px;
}
#frame h3 a {
	color: #fff;
	text-decoration: none;
}
#frame p {
	margin: 0 14px 0 46px;
	color: #b9b9b9;
	font-size: 11px;
	line-height: normal;
}
#frame div.alt p {
	margin: 0 14px 0 40px;
}
#frame p a {
	color: #b9b9b9;
	text-decoration: none;
}
#frame img {
	position: absolute;
	top: 2px;
	left: 2px;
}

/* @group Sidebar */
#home_side_elements a{
float: left;
display: block;
width: 285px;
height: 86px;
margin-bottom: 12px;
overflow: hidden;
}

#home_side_elements img{
	background-color: #999;
}

#home_side_elements a, #home_side_elements a:link, #home_side_elements a:visited{
	text-decoration: none;
}
#home_side_elements a.link_data{
	margin-top: -98px;
	margin-left: 90px;
	width: 195px;
	display: block;
	/*background:transparent url(/media/images/layout/white.png);*/
	
	
}

#home_side_elements a h3{
	margin: 10px 0 0 10px;
	color:#72231F;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	position: relative;
	top: -30px;
	}

#home_side_elements a p{

	margin: 0 0 0 10px;
	color:#313131;
	font-size:12px;
	font-weight: bold;
	line-height: 13px;
	position: relative;
	top: -30px;
}

#home_side_elements a img.forward{
	position: relative;
	top: 62px;
	left:171px;
	border: 1px solid #ccc;
}


/* @end */

/* @group Cycle */

#homepage_cycle_nav{
	text-align: right;
	margin-right: 331px;
	border-right: 1px solid #e2e2e2;
	padding: 0;
	height: 24px;
	margin-bottom:-5px;

		z-index: 99999999;
		display: block;
		position: relative;

}

#homepage_cycle_nav a{
	background: transparent url(/media/images/layout/cycle_nav_middle.gif) top left no-repeat;
	display: inline-block;
	padding: 2px 6px 0px 21px;
	line-height: 16px;
	text-decoration: none;
	outline: none;
	height: 17px;
	color:#CCC;
	font-size:10px;
	}

#homepage_cycle_nav a:hover{
	color: #333;
}

#homepage_cycle_nav a.activeSlide{
	color:#336699;
	border-bottom: 1px solid #fff;
	_height:16px;
	
}

#homepage_cycle_nav a.first{
	background: transparent url(/media/images/layout/cycle_nav_left.gif) top left no-repeat;
	
}

#homepage_cycle_nav a.last{
padding-right: 10px;
}
#homepage_frame {
	position: relative;
	z-index: 100;
	width: 563px;
	height: 280px;
	margin: 0 14px 14px 25px;
	background-color: #fafbfc;
	border: solid 1px #e2e2e2;
	overflow: hidden;
	z-index:100;
	float: left;
}

.cycle_item{
	padding: 14px;
	width: 550px ;
	height: 300px;
	display: block;
	z-index: 210;
}

.item_movie,.item_image{
	float: left;
	clear: left;
	display: block;
	overflow: hidden;
	width:380px;
	margin-right: 14px;
	background-color: #999;
}

.item_content{
	float: left;
	clear: right;
	width: 145px;
	display: block;
}
 .item_content p{
	color:#313131;
font-size:10px;
line-height: 12px;
}
 .item_content h1
{
	color:#313131;
	font-size:10px;
		line-height: 14px;
		}



body .item_content h3{
	color:#72231F;
	font-size:10px;
}

/*#homepage_frame div {
	position: absolute;
	top: 73px;
	right: 0;
	z-index: 400;
	width: 335px;
	height: 154px;
	background: url(/media/images/layout/homepage_frame.png);
	padding: 7px 62px 0 18px;
}*/
#homepage_frame div h3{
		font-weight: normal;
		text-transform: uppercase;
		color:#72231F;
		font-size:10x;
}

/*#homepage_frame div h1 .alt {
  color: #bababa;
}*/

#homepage_frame p.more a {
	/*background: url(/media/images/layout/arrow.png) left top no-repeat;*/
	color: #72231f;
	text-decoration: none;
	display: block;
	margin-top: 5px;;

}

/* @end */

/* @end */
/* @group Grey Clip Boxes */
.clip {
	background: url(/media/images/layout/clip_bg.png) left top repeat-y;
	width: 219px;
	margin: 0 auto 14px;
}
#related {
	float: right;
	clear: right;
	margin: 28px 0 18px 18px;
}
.clip .clip_content {
	background: url(/media/images/layout/clip_bg_top.png) left top no-repeat;
	padding: 7px 14px 0;
}
.clip h3 {
	font-size: 12px !important;
	line-height: 30px !important;
	border-bottom: 1px solid #e3e3e3;
}
.clip .multi {
	padding: 4px 0 4px 6px;
	border-top: 1px solid #fff;
}
.clip ul {
	border-top: 1px solid #fff;
	padding: 15px 0 0 0 !important;
}
.clip li {
	list-style-image: url(/media/images/layout/star_bullet.gif);
	line-height: normal;
	padding: 0 0 12px 3px;
	margin-left: 18px;
}
.clip li .post_credit {
	color: #8d8b8b;
	font-style: italic;
	font-size: 11px;
}
.clip_categories li {
	list-style-image: url(/media/images/layout/folder_bullet.gif) !important;
	margin-left: 42px !important;
	padding: 0 0 12px 11px !important;
}
.clip a {
	color: #313131 !important;
	text-decoration: none;
}
.clip a:hover {
	text-decoration: underline;
}
.clip .clip_bot {
	background: url(/media/images/layout/clip_bg_bot.png) no-repeat;
	height: 8px;
	margin: 0 -14px;
}
/* @end */
/* @group Footer */
#footer {
	margin: 46px 0 0 18px;
	background: #e1e1e1 url(/media/images/layout/footer_top.png) left top no-repeat;
	clear: both;
	float: left;
	display: inline;
	width: 882px;
}
#footer img {
	float: left;
	margin: 11px -4px 0 15px;
}
#footer img#footer_logo {
	float: right;
	margin: 7px 9px 0 12px;
}
#footer p {
	font-size: 11px;
	line-height: 15px;
	color: #8d8b8b;
	text-align: right;
	padding: 6px 9px 8px 15px;
	background: url(/media/images/layout/footer_bot.png) left bottom no-repeat;
}
#footer a {
	color: #8d8b8b;
}
#footer a:hover {
	color: #313131;
}
#footer #rightlogos {
	float: right;
	border-left: 1px solid #999;
	margin-top: 11px;
	padding: 0 7px 0 6px;
}
#footer #rightlogos img {
	margin: 0 6px;
}
#footer form {
	float: left;
	padding: 0 14px;
}
#footer form label {
	color: #939191;
	font-size: 11px;
	line-height: 11px;
}
* html #footer form  {
	padding-top: 3px;
}
*:first-child+html #footer form {
	padding-top: 3px;
}
#footer form input {
	font-size: 10px;
	height: 16px;
	vertical-align: middle;
	color: #999;
	width: 140px;
}
* html #footer form input {
	margin-top: 0;
}
*:first-child+html #footer form input {
	margin-top: 0;
}
#footer form input.submit {
	font-size: 12px;
	color: #000;
	height: auto;
	width: auto;
	margin-top: 0;
}
/* @end */
/* @group Main Bottom */
#main_bottom {
	background: url(/media/images/layout/main_bottom.png) top left no-repeat;
	height: 14px;
}
/* @end */
/* @end */