body {
	background-color: white;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	margin: 2em 2em 2em 4em;
}

.clear {
	clear: both;
}

.panel {
	background-color: #FCF7ED;
}

.panel h2.sub {
	color: black;
	font-weight: bold;
	padding: 0.5em;
}

#content {
	background-color: white;
	clear: both;
}

#content div.page_crumbs {
	display: none;
}

#header {
	margin-bottom: 2em;
}

#header img {
	margin: -10px 0 0 -20px;
}

#header #header_right img {
	float: right;
}

#header h2 {
	color: #284E36;
	font-size: 1.5em;
	position: absolute;
	margin: 100px 0 0 120px;
}

#nav_quicklinks {
	display: none;
}

#nav_main {
	display: none;
}

#new_at_hero {
	display: none;
}

#welcome {
	display: none;
}

.column_heading h2 {
	color: black;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

.column_heading ul {
	display: none;
}


#latest_news ul.news_items li {
	border-bottom: 1px dotted #bbb;
	height: 100px;
	padding: 1em 0.5em 1em 0;
}

#latest_news ul.news_items li img {
	float: left;
	margin-right: 0.75em;
}

#latest_news ul.news_items li a {
	color: #3F94CC;
	text-decoration: none;
}

#latest_news ul.news_items li h3 {
	font-size: 1.1em;
	margin-bottom: 0.3em;
}

#latest_news ul.news_items li p {
	margin-bottom: 0.5em;
	color: #555;
}

#latest_news ul.news_items li p.date {
	font-size: 0.9em;
	color: #bbb;
}

#events ul.upcoming {
	padding: 0 10px;
}

#events ul.upcoming li {
	padding: 0.5em 0 1.5em 0;
}

#events ul.upcoming li img {
	margin-bottom: 0.5em;
}

#events ul.upcoming li a {
	color: #3F94CC;
	text-decoration: none;
}

#events ul.upcoming li h3 {
	font-size: 1.1em;
	margin-bottom: 0;
}

#events ul.upcoming li p {
	font-size: 0.9em;
	margin-bottom: 1em;
	color: #555;
}

#events ul.upcoming li p.date {
	background-color: #284E36;
	color: #eee;
	padding: 0.4em 0.5em;
	margin: 0;
}

#events ul.recent {
	padding: 0 10px;
}

#events ul.recent li {
	height: 100px;
	padding: 0.5em 0 1em 0;
}

#events ul.recent li img {
	float: left;
	margin-right: 0.75em;
}

#events ul.recent li a {
	color: #3F94CC;
	text-decoration: none;
}

#events ul.recent li h3 {
	font-size: 1.1em;
	margin-bottom: 0.3em;
}

#events ul.recent li p {
	font-size: 0.9em;
	margin-bottom: 1em;
	color: #555;
}

#events ul.recent li p.date {
	color: #bbb;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #ddd;
}

#membership {
	margin: 10px 0;
	padding-bottom: 10px;
}

#membership img {
	float: right;
}

#membership .block {
	margin: 10px;
}

#membership .block p {
	font-size: 0.9em;
	margin-bottom: 10px;
}

#partners img {
	margin: 0 10px 10px 10px;
}

#links {
	margin: 10px 0;
	padding-bottom: 10px;
}

#links h2 {
	color: #284E36;
	padding: 10px;
	text-transform: uppercase;
}

#links ul {
	padding: 0 10px 0 10px;
}

#links ul li {
	padding-bottom: 0.5em;
}

#links ul li a {
	color: black;
	text-decoration: underline !important;
}

.arrow_button a {
	text-decoration: underline !important;
}

.column_heading .arrow_button {
	float: right;
	color: #555;
	margin: 1em 0.5em 0 0;
}

.arrow_button.cream a {
	color: black !important;
	background-image: url(/static/images/cms/arrow_link_cream.png);
}

.arrow_button.blue a {
	color: black !important;
}

a.arrow_link {
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
}

a.link_panel {
	display: none;
}

#footer_cap {
	display: none;
}

#footer ul#contact {
	margin: 5px 0 0 0;
	border-top: 1px solid #888;
}

#footer ul#contact li span {
	text-transform: uppercase;
}

#footer ul#contact li a {
	color: black;
	text-decoration: none;
}

#nav_footer {
	display: none;
}

#left_nav {
	display: none;
}

#bodycontent {
	min-height: 50em;
}

#bodycontent .article p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

#bodycontent .article p.note {
	font-size: 0.9em;
	color: #999;
}

#bodycontent .article a {
	text-decoration: underline;
	color: black;
}

#bodycontent .article a:hover {
	text-decoration: underline;
}

#bodycontent .article h2 {
	font-weight: normal;
	font-size: 1.5em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 0.5em;
}

#bodycontent .article h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

#bodycontent .article  ul {
	margin: 0.5em 0 1.5em 1em;
}

#bodycontent .article  ul li {
	margin-bottom: 0.5em;
	list-style-position: inside;
	list-style-type: disc;
}


.attachments {
	width: 50%;
	margin: 2em 0;
}

.attachments h3 {
	font-size: 1.2em;
	color: black;
	font-weight: bold;
	border-bottom: 2px solid black;
}

.attachments ul li {
	border-top: 1px dashed #DBDBDB;
	background-position: 0 0.2em;
}

.attachments ul li.first {
	border-top: none;
}

.attachments ul li a {
	color: black !important;
	text-decoration: none;
}


div.partner {
	border-bottom: 2px solid #ddd;
	padding: 0 0 1em 0;
	margin: 1em 0 2em 0;
	vertical-align: top;
	overflow: auto;
	width: 100%;
}

div.partner h3 {
	border-bottom: 2px solid #ddd;
	padding: 0 0 0.5em 0;
	margin: 0 0 1em 0 !important;
}

div.partner div.address {
	padding: 0 1em 0 1em;
	vertical-align: top;
	float: right;
	width: 15em;
	border-left: 1px solid #eee;

}

div.partner div.address h4 {
	font-size: 0.9em !important;
	margin: 0 0 1em 0 !important;
	text-transform: uppercase;
}

div.partner div.address {
	margin-left: 1em;
}


div.partner div.contact {
	padding: 0 1em 0 1em;
	vertical-align: top;
	float: right;
	width: 15em;
	border-left: 1px solid #eee;

}

div.partner div.contact h4 {
	font-size: 0.9em !important;
	margin: 0 0 1em 0 !important;
	text-transform: uppercase;
}

div.partner div.details {
	margin-right: 34em;
}

ul.menu_grid {
	list-style-type: none;
	margin: 0 !important;
	
}

ul.menu_grid li {
	float: left;
	display: inline;
	width: 250px;
	height: 230px;
	padding: 0;
	margin: 0 10px 25px 0 !important;
	background-color: #FCF7ED;
}

ul.menu_grid li.gallery {
	height: 240px;
}

ul.menu_grid li div {
	padding: 10px;
	height: 150px;
}

ul.menu_grid li h3 {
	background-color: #EED6A5;
	padding: 0.5em 0.8em !important;
	color: #284E36;
	font-size: 1.2em !important;
	margin: 0 !important;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


ul.menu_grid li img {
	margin: 0 0 10px 0 !important;
}

ul.menu_grid li p {
	margin: 0 0 1em 0 !important;
}

ul.menu_grid li span {
	margin: 0 0 0.5em 0 !important;
}

ul.menu_grid li div.frame {
	
}

#bodycontent img.banner, #bodycontent img.advert, #bodycontent img.flashobject {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 2em 0;
}

div.advertisements_homepage {
	display: none;
}

div.advertisements_homepage div.advertisement {
	display: none;
}

div.advertisements_left_nav {
	display: none;
}

div.advertisements_left_nav div.advertisement {
	display: none;
}

div.advertisements_heading_banner {
	display: none;
}

div.advertisements_heading_banner div.advertisement {
	display: none;
}


div.gallery ul.pictures {
	list-style-type: none;
	margin: 0 !important;
	
}


div.gallery ul.pictures li {
	float: left;
	display: inline;
	width: 200px;
	margin: 10px 25px 30px 25px !important;
}

div.gallery ul.pictures li div.frame {
	width: 200px;
	height: 150px;
	background-color: #FCF7ED;
	border: 5px solid #f2f2f2;
	-webkit-box-shadow: 1px 1px 3px #ddd;
	-moz-box-shadow: 1px 1px 3px #ddd;
}

div.gallery span.count {
	float: right;
	padding-right: 1em;
	color: gray;
}

div.gallery div.caption {
	font-size: 0.9em;
	color: gray;
	width: 200px;
	padding: 1em 0.5em 0 0.5em;
}

div.gallery ul.pictures li img {
	margin: 0 0 10px 0 !important;
}

div.gallery ul.pictures li p {
	margin: 0 0 1em 0 !important;
}

div.gallery ul.pictures li span {
	margin: 0 0 0.5em 0 !important;
}

.lightbox_caption {
	font-weight: bold;
	text-align: left;
	padding: 0 0.5em;
}

.lightbox_caption span {
	font-weight: normal;
	font-size: 0.9em;
	float: right;
}

#fancybox-outer {
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-webkit-box-shadow: 0 0 50px #333;
	-moz-box-shadow: 0 0 50px #333;
}

.fancy-bg {
	display: none;
}

ul.menu_grid li.gallery div a.cycle {
	display: block;
	margin-bottom: 1em;
}