/*

Green #284E36

Cream #EED6A5

Light cream background #FCF7ED

White-out on green #eee

Links: #3F94CC

*/

body {
	background-color: #284E36;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 3em;
}

#container {
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 985px;
}

.clear {
	font-size: 1px;
	clear: both;
}

.panel {
	background-color: #FCF7ED;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.panel h2.sub {
	background-color: #284E36;
	color: #eee;
	padding: 0.5em 0.5em 0.5em 0.9em;
}

#content {
	background-color: white;
	width: 965px;
	clear: both;
	padding: 10px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}

#content div.page_crumbs {
	color: #999999;
	margin-bottom: 1.5em;
}

#content div.page_crumbs a {
	color: #999999;
	text-decoration: none;
}

#content div.page_crumbs a:hover {
	text-decoration: underline;
}

#column_left {
	width: 730px;
	float: left;
}

#column_left_1 {
	width: 470px;
	float: left;
}

#column_left_2 {
	width: 250px;
	float: right;
}

#column_right {
	width: 222px;
	float: right;
}

#header #event_logos {
	margin: 0 0 0 653px;
	position: absolute;
	text-align: right;
	color: white;
	font-size: 0.9em;
}

#header #event_logos ul {
	margin: 0.3em 0 1.7em 0;
}


#header #event_logos li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #bbb;
}

#header #event_logos li.first {
	padding-left: 0;
	border-left: none;
}

#header #event_logos li a {
	text-decoration: none;
	color: white;
}

#header #event_logos li strong {
	font-weight: bold;
}

#header #event_logos li a:hover {
	text-decoration: underline;
}


#header h2 {
	color: #fff;
	font-size: 2em;
	position: absolute;
	margin: 65px 0 0 145px;
	float: left;
}

.pullup {
	margin-top: -0.5em !important;
}

.nav_quicklinks {
	margin: 0 0 0 80px;
}

.nav_quicklinks li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #bbb;
	font-size: 0.9em;
	color: #bbb;
}

.nav_quicklinks li.first {
	padding-left: 0;
	border-left: none;
}

.nav_quicklinks li a {
	color: #bbb;
	text-decoration: none;
}

.nav_quicklinks li strong {
	font-weight: bold;
}

.nav_quicklinks li a:hover {
	text-decoration: underline;
}

#nav_main {
	position: relative;
	top: 99px;
	float: right;
	font-size: 0.99em;
}

#nav_main li {
	float: left;
	height: 33px;
	padding: 0;
	background-color: #EED6A5;
	background-image: url(/static/images/cms/nav_background.png);
	background-repeat: repeat-x;
	border-top: 1px solid white;
	border-left: 2px white groove;
}

#nav_main li a {
	display: block;
	height: 33px;
	color: #284E36;
	font-size: 1.2em;
	padding: 0.6em 0.7em 0 0.7em;
	text-decoration: none;
	text-transform: uppercase;
}

#nav_main li:hover {
	background-color: #284E36;
	background-image: url(/static/images/cms/nav_background_active.png);
	background-position: center 0;
}

#nav_main li:hover a {
	color: #eee !important;
}

#nav_main li.first {
	border-left: 1px solid white;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}

#nav_main li.last {
	border-right: 1px solid white;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

#nav_main li.active {
	background-color: #284E36;
	background-image: url(/static/images/cms/nav_background_active.png);
	background-position: center 0;
}

#nav_main li.active a {
	color: #eee !important;
}

#new_at_hero {
	width: 730px;
	margin-bottom: 1em;
}

#new_at_hero #new_image img {
	cursor: pointer;
}

#new_at_hero .heading {
	background-color: #284E36;
	padding: 0.5em 0.75em 0.7em 0.75em;
	color: white;
	height: 1.4em;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

#new_at_hero h2 {
	font-size: 1.4em;
	color: white;
	text-transform: uppercase;
	float: left;
}

#new_at_hero #cycle_nav {
	float: right;
	margin-top: 0.2em;
}

#new_at_hero #cycle_nav a {
	color: #aaa;
	text-decoration: none;
	padding: 0.1em 0.5em;
	margin: 0;
	border-left: 1px solid #aaa;
}

#new_at_hero #cycle_nav a:first-child {
	border-left: none;
}

#new_at_hero #cycle_nav a.activeSlide, #new_at_hero #cycle_nav a:hover {
	font-weight: bold;
	color: #fff;
}

#new_at_hero #captions {
	background-color: #284E36;
	margin: 0;
	height: 5em;
}

/* #new_at_hero #captions p.caption {
	background-image: url(/static/images/cms/black_overlay.png);
	background-repeat: repeat;
	color: white;
	font-size: 0.9em;
	height: 12px;
	width: 716px;
	padding: 5px 7px;
} */

#new_at_hero #captions h3 {
	color: #eee;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.5em 0.5em 0.1em 0.5em;
}

#new_at_hero #captions h3 a {
	color: #eee;
	text-decoration: none;
}

#new_at_hero #captions p {
	color: #eee;
	padding: 0 0.7em 0.7em 0.7em;
}

#welcome {
	background-image: url('/static/images/cms/welcome_to_hero.png?v=2');
	background-repeat: no-repeat;
	width: 220px;
	height: 255px;
	border: 1px solid white;
}

#welcome h1 {
	color: #323c6e;
	font-size: 1.3em;
	text-transform: uppercase;
	margin: 0.9em 0 0 0.6em;
}

#welcome h1 span {
	font-size: 2.5em;
	display: block;
}

#welcome .block {
	margin: 6px 0 0 10px;
}

#welcome p {
	color: white;
	font-size: 0.9em;
	line-height: 1.3em;
	width: 200px;
	margin-bottom: 10px;
}

.column_heading {
	background-color: #EED6A5;
	height: 35px;
	border-bottom: 1px solid #ddd;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.column_heading h2 {
	float: left;
	color: #284E36;
	font-size: 1.5em;
	padding: 10px 10px 0 10px;
	text-transform: uppercase;
}

.column_heading ul {
	float: right;
	margin: 18px 0.5em 0 0;
}

.column_heading ul li {
	display: inline;
	padding: 0.5em 4px 0.5em 0.2em;
	background-image: url(/static/images/cms/tab_inactive_cap.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 23px;
}

.column_heading ul li a {
	display: inline;
	padding: 0.5em 0.75em 0.5em 1em;
	background-image: url(/static/images/cms/tab_inactive.png);
	background-repeat: no-repeat;
	height: 23px;
	color: #284E36;
	text-decoration: none;
}

.column_heading ul li a:hover {
	text-decoration: underline;
}

.column_heading ul li.active {
	background-image: url(/static/images/cms/tab_active_cap.png);
	height: 24px;
}

.column_heading ul li.active a {
	background-image: url(/static/images/cms/tab_active.png);
	height: 24px;
	color: #777;
}

#latest_news {
	margin-top: 1em;
}

#latest_news ul.news_items {
	height: 250px;
}

#latest_news ul.news_items li {
	border-bottom: 1px dotted #bbb;
	height: 100px;
	width: 355px;
	float: left;
	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;
}

#events ul.upcoming li {
	padding: 0.5em 0 1.5em 0;
	float: left;
	width: 350px;
	margin: 0 0 0 10px;
}

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

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

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

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

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

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

#events ul.recent li {
	padding: 0.5em 0 1em 10px;
	float: left;
	width: 230px;
	overflow: auto;
}

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

#events ul.recent li a {
	color: #284E36;
	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;
	height: 6em;
}

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

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

#membership img {
	float: right;
	margin: 0 0 0.5em 0.5em;
}

#membership .block {
	margin: 10px;
}

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

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

#herocup img {
	float: right;
	margin: 0 0 0.5em 0.5em;
}

#herocup .block {
	margin: 10px;
}

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

#partners.panel {
	background-color: #F1E8D3;
	margin-top: 3em;
}

#partners img {
	margin: 0 10px 10px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#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: #3F94CC;
	background-image: url(/static/images/cms/green_arrow.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0 2px;
	text-decoration: none;
}

.arrow_button {
	background-image: url(/static/images/cms/arrow_link_green_point.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0.4em 0.5em 0.4em 0;
	font-size: 0.9em;
	height: 19px;
}

.arrow_button a {
	color: #eee !important;
	background-image: url(/static/images/cms/arrow_link_green.png);
	background-repeat: no-repeat;
	padding: 0.5em 0.4em 0.4em 0.5em;
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
	height: 19px;
}

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

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

.arrow_button.cream {
	color: #284E36 !important;
	background-image: url(/static/images/cms/arrow_link_cream_point.png);
}

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

.arrow_button.blue {
	color: #fff !important;
	background-image: url(/static/images/cms/arrow_link_blue_point.png);
	background-position: right 1px;
}

.arrow_button.blue a {
	color: #fff !important;
	background-image: url(/static/images/cms/arrow_link_blue.png);
	padding-bottom: 4px;
}

a.arrow_link {
	background-image: url(/static/images/cms/green_arrow.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0 2px;
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
}

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

a.link_panel {
	display: block;
	color: #284E36 !important;
	background-image: url(/static/images/cms/green_arrow.png);
	background-repeat: no-repeat;
	background-position: 1em 0.7em;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #EED6A5;
	margin-top: 0.5em;
	padding: 0.5em 1em 0.5em 1.7em;
	font-size: 1.2em;
}

#footer {
	background-image: url(/static/images/cms/footer.png);
	background-repeat: no-repeat;
	width: 985px;
	height: 83px;
}

#footer_cap {
	background-image: url(/static/images/cms/footer_cap.png);
	background-repeat: no-repeat;
	height: 83px;
	width: 5px;
	float: right;
}

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

#footer ul#contact li {
	display: inline;
	padding: 0.6em 0.7em;
	color: #888;
	border-left: 1px solid #888;
	font-size: 0.9em;
	line-height: 2.3em;
}

#footer ul#contact li.first {
	padding-left: 0;
	border-left: none;
}

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

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

#footer ul#contact li a:hover {
	text-decoration: underline;
}

#nav_footer {
	padding: 15px 0 0 80px;
}

#nav_footer li {
	display: inline;
	padding: 0 0.7em;
}

#nav_footer li.first {
	padding-left: 0;
}

#nav_footer li a {
	color: #eee;
	text-transform: uppercase;
	text-decoration: none;
}

#nav_footer li a:hover {
	text-decoration: underline;
}

#bodycontent.has_navigation {
	width: 81%;
	float: right;
}

#left_nav {
	width: 17%;
	float: left;
}

#left_nav h3 {
	font-size: 1.2em;
	color: #284E36;
	background-color: #EED6A5;
	padding: 0.3em 0.5em;
	-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;
}

/*  First level */
#left_nav ul {
	border-top: 2px solid #F2F2F2;
	background-color: #F2F2F2;
	padding: 0em;
}

#left_nav ul li {
	padding: 0.5em 0.5em;
	border-bottom: 1px dotted #ddd;
}

#left_nav ul li.active {
	padding: 0.5em 0 0.5em 0.5em !important;
	background-color: #EED6A5;
}

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

#left_nav ul li.active a {
	color: #284E36 !important;
	font-weight: bold;
}

#left_nav ul li a {
	color: #333 !important;
	text-decoration: none;
}

#left_nav ul li a:hover {
	text-decoration: underline;
}

/*  Second level */
#left_nav ul li.active ul {
	padding: 0;
	margin: 0.5em 0 0.2em 0;
	background-color: #EED6A5;
	border-top: none;
}

#left_nav ul li.active ul li {
	background-color: #EED6A5;
	border-bottom: 1px dotted #FCF7ED;
	padding: 0.5em 0 0.4em 0.5em;
}

#left_nav ul li.active ul li a {
	color: #333 !important;
	font-weight: normal;
	display: block;
}

#left_nav ul li.active ul li.active {
	background-color: #f2f2f2;
	border-bottom: none;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top: none;
}

#left_nav ul li.active ul li.active a {
	color: #333 !important;
	font-weight: bold;
}

/*  Third level */
#left_nav ul li.active ul li.active ul {
	background-color: #f2f2f2;
	padding: 0;
}

#left_nav ul li.active ul li.active ul li {
	background-color: #f2f2f2;
	padding: 0.3em 0;
	border-bottom: 1px dotted #ddd;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
}

#left_nav ul li.active ul li.active ul li.first {
	border-top: 1px dotted #ddd;
}

#left_nav ul li.active ul li.active ul li a {
	color: #333 !important;
	font-weight: normal;
	margin-left: 0.5em;
}

#left_nav ul li.active ul li.active ul li.active {
	background-color: #ddd;
	border: none;
	padding: 0.4em 0 !important;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#left_nav ul li.active ul li.active ul li.active a {
	color: #333 !important;
	font-weight: bold;
}

#bodycontent {
	min-height: 50em;
}

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

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

#bodycontent .article p img, #bodycontent .profile p img {
	margin: 0 0 1em 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

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

#bodycontent .article a, #bodycontent .profile a {
	text-decoration: none;
	color: #3F94CC;
}

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

#bodycontent .article h1, #bodycontent .profile h1 {
	clear: both;
	font-weight: normal;
	font-size: 2em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 0.5em;
}

#bodycontent .article h3, #bodycontent .profile h3 {
	font-weight: normal;
	font-size: 1.4em;
	margin: 2em 0 0.5em 0;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #e6e6e6;
}

#bodycontent .article h4, #bodycontent .profile h4 {
	font-weight: normal;
	font-size: 1.4em;
	margin: 1em 0 0.5em 0;
}

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

#bodycontent .article form {
	display: block;
}

#bodycontent .article form div.field {
	margin: 0 0 1em 0;
}

#bodycontent .article form div.field label {
	display: block;
	float: left;
	width: 15%;
}

#bodycontent .article form div.field div.help_text {
	color: #888;
	font-size: 0.9em;
	float: left;
	margin: 0.9em 0 0 15%;
}

#bodycontent .article form div.field div.help_text div.specifics {
	color: #888;
}

#bodycontent .article ul li {
	margin: 0 0 0.5em 2em;
	list-style-position: outside;
	list-style-type: disc;
}

#bodycontent .article ol li {
	margin: 0 0 0.5em 2em;
	list-style-position: outside;
	list-style-type: lower-roman;
}

#bodycontent .article table {
}

#bodycontent .article table tr th {
	font-weight: bold;
	border-bottom: 2px solid #aaa;
	padding: 0.5em;
}

#bodycontent .article table tr td {
	border-bottom: 1px dotted #eee;
	padding: 0.5em;
}

#bodycontent .article table tr td h4 {
	margin-top: 1em;
}

#bodycontent .profile form {
	display: block;
}

#bodycontent .profile form div.field {
	margin: 0 0 1em 0;
}

#bodycontent .profile form div.field label {
	display: block;
	margin: 0 0 0.3em 0;
	font-weight: bold;
}

#bodycontent .profile form div.field input[type=text], #bodycontent .profile form div.field input[type=password] {
	padding: 0.2em;
	font-size: 1.2em;
	font-family: Courier, monospace;
}

#bodycontent .profile form div.field label span {
	color: #666;
	font-size: 0.9em;
	font-weight: normal;
}

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

.attachments h3 {
	font-size: 1.2em;
	color: #284E36;
	background-color: #EED6A5;
	padding: 0.3em 0.5em;
	-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;
}

/*  First level */
.attachments ul {
	background-color: #F2F2F2;
	padding: 0.5em;
}

.attachments ul li {
	border-top: 1px dashed #DBDBDB;
	background-image: url(../../images/cms/file_icon.png);
	background-repeat: no-repeat;
	padding: 0.3em 0.5em 0.3em 1.6em;
	background-position: 0 0.2em;
}

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

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

.attachments ul li a:hover {
	text-decoration: underline;
}

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

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

div.partner div.address {
	vertical-align: top;
	float: left;
	width: 285px;
	border-right: 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.contact {
	vertical-align: top;
	width: 275px;
	display: inline-block;
	margin-left: 10px;
}

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

div.partner div.details {
	margin-left: 200px;
	width: 575px;
	overflow: auto;
}

div.partner img.logo {
	margin: 0 1em 0.5em 0;
	float: left;
}


div.partner_infopage div.address {
	vertical-align: top;
	float: left;
	width: 285px;
	border-right: 1px solid #eee;
}

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

div.partner_infopage div.contact {
	vertical-align: top;
	width: 275px;
	display: inline-block;
	margin-left: 10px;
}

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

div.partner_infopage div.details {
	margin-left: 200px;
	width: 575px;
	overflow: auto;
}

div.partner_infopage img.logo {
	float: right;
}

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;
	float: left;
}

#bodycontent .advertisement object {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
}

#bodycontent img.advert, #bodycontent img.flashobject {
	margin: 0;
}

div.advertisements_homepage {
	padding: 11px 11px 0 11px;
	overflow: auto;
}

div.advertisements_homepage div.advertisement a img {
	margin-bottom: 1.5em !important;
}

div.advertisements_homepage div.advertisement {
	padding: 0 0 11px 0;
}

div.advertisements_left_nav {
	padding: 2em 0 0 0;
}

div.advertisements_left_nav div.advertisement {
	padding: 0 0 1em 0;
}

div.advertisements_heading_banner {
	margin-top: -1.5em;
	float: right;
}

div.advertisements_heading_banner h3 {
	height: 1.5em;
	text-align: right;
	font-size: 0.9em;
	padding: 0 3px 0 1em;
	color: #284E36;
	width: 255px;
}

div.advertisements_heading_banner div.advertisement {
	float: right;
	border: 1px solid #999;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	height: 180px;
}

div.gallery {
	overflow: auto;
	width: 100%;
}

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;
}

ul.siblings {
	float: right;
	position: relative;
	margin: -3em 0.5em 0 0 !important;
}

ul.foot {
	text-align: right;
	position: relative;
	margin: 0 0.5em 2em 0 !important;
	padding: 1em 0 0 0;
	border-top: 1px solid #e6e6e6;
	width: 100%;
}

ul.siblings li {
	display: inline;
	padding: 0.5em;
	border-left: 1px solid #eee;
	font-size: 0.9em;
	margin: 0 !important;
}

ul.siblings li.first {
	padding-left: 0;
	border-left: none;
}

ul.siblings li a {
	color: #eee;
	text-decoration: none;
}

ul.siblings li a:hover {
	text-decoration: underline;
}

.sitemap ul {
	margin: 0.5em 0 1em 0em !important;
	color: #333;
}

.sitemap ul li {
	font-size: medium;
	font-weight: bold;
	list-style-type: none !important;
	list-style-position: outside !important;
	margin: 0 0 0 0 !important;
}

.sitemap ul li ul li {
	font-size: small;
	font-weight: normal;
	border-left: 3px solid #3F94CC;
	margin: 0 0 0 1.5em !important;
	padding-left: 0.5em !important;
}

.sitemap ul li ul li a {
	color: #555 !important;
}

.sitemap ul li ul li ul li {
	border-left: 2px solid #7FC2EE;
}

.sitemap ul li ul li ul li a {
	color: #777 !important;
}

.sitemap ul li ul li ul li ul li {
	font-weight: normal;
	border-left: 1px solid #B5D6EC;
}

.sitemap ul li ul li ul li ul li a {
	color: #999 !important;
}

.frontend_message_set {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #008000;
	background-color: #e0f3c7;
	padding: 1em;
	margin-bottom: 1em;
}

.frontend_error_set {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #800000;
	background-color: #F8D4D4;
	padding: 1em;
	margin-bottom: 1em;
}


table.basket {
	width: 60%;
	font-size: 12px;
	border-collapse: collapse;
	margin: 1em 0 2em 0;
}

table.basket tr th {
	text-align: left;
	padding: 0.5em;
	border-bottom: 2px solid #284E36;
	font-weight: bold;
}

table.basket tr td {
	text-align: left;
	padding: 0.5em;
	background-color: #EEE5D3;
	white-space: nowrap;
	border: 1px solid #EEE5D3; /* For printing */
}

table.basket tr th.currency, table.basket tr td.currency {
	text-align: right;
}

table.basket tr td.vat {
	padding-bottom: 1em;
}

table.basket tr td.total {
	font-weight: bold;
	border-top: 2px solid #284E36;
	padding-top: 1em;
}

li.fb_share {
	float: right;
	border-left: none !important;
}

p.error {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #800000;
	background-color: #F8D4D4;
	padding: 1em;
	margin-bottom: 1em;
}

ul.errorlist {
	background-color: #F5D9D9;
	color: #A22828;
	padding: 0.5em 1em;
	width: 20em;
	height: 15px;
	margin: 1.5em 0 1em 41em !important;
	position: absolute;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

ul.errorlist li {
	list-style-type: none !important;
	list-style-position: outside !important;
	margin: 0 !important;
}

ul.errorlist li .arrow_tip {
	border-color: transparent #F5D9D9 transparent transparent;
	border-style: solid;
	border-width: 13px;
	height:0;
	width:0;
	position:absolute;
	top: 0px;
	left: -26px;	
}

ul.menu_grid li p.partners {
	font-size: 0.9em;
}

#newsflash {
	margin: 0 0 1em 0;
	height: 20em;
}

#newsflash h2 {
	font-size: 1.3em;
	background-color: #284E36;
	color: #eee;
	text-transform: uppercase;
	
	padding: 0.5em 0.75em 0.4em 0.5em;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.newsflash_article {
	margin-left: 260px; 
}

#newsflash h3 {
	margin: 0.7em 1em 0 1em;
	padding: 0 0 0.3em 0;
	border-bottom: 1px solid #ddd;
	color: #284E36;
	font-size: 1.2em;
}

#newsflash h3 a {
	color: #284E36;
}

#newsflash img {
	margin: 1em;
	float: left;
}

#newsflash p {
	padding: 1em;
	font-size: 0.95em;
	line-height: 1.2em;
}