/* =====================================
    ALL: Commonly Used Standard Elements
   ===================================== */

.Clear {
	clear:both;
}
.ClearLeft {
	clear:left;
}
.ClearRight {
	clear:both;
}
.Left {
	float:left;
	width:auto; /* floating elements need to have a width declared */
}
.Right {
	float:right;
	width:auto; /* floating elements need to have a width declared */
}
.PictureLeft {
	float:left;
	width:auto; /* floating elements need to have a width declared */
	margin:3px 15px 10px 0;
}
.PictureCenter {
	display:block;
	clear:both;
	margin:3px auto 15px auto;
}
.PictureRight {
	float:right;
	width:auto; /* floating elements need to have a width declared */
	margin:3px 0 10px 15px;
}
.PictureLeftBordered {
	border:1px solid #E0E0E0;
	float:left;
	width:auto; /* floating elements need to have a width declared */
	margin:3px 15px 10px 0;
}
.PictureCenterBordered {
	display:block;
	clear:both;
	margin:3px auto 15px auto;
	border:1px solid #E0E0E0;
}
.PictureRightBordered {
	border:1px solid #E0E0E0;
	float:right;
	width:auto; /* floating elements need to have a width declared */
	margin:3px 0 10px 15px;
}
.PictureBordered {
	border:1px solid #E0E0E0;
}
.TableLeft {
	float:left;
	width:40%;
	margin:3px 10px 5px 0;
}
.TableRight {
	float:right;
	width:40%;
	margin:3px 0 5px 10px;
}
.TextLeft {	text-align:left;
}
.TextRight {
	text-align:right;
}
.TextCenter {
	text-align:center;
}
#Container .TextLeft {	text-align:left;
}
#Container .TextRight {
	text-align:right;
}
#Container .TextCenter {
	text-align:center;
}
.First {
	margin-top:0;
}
.NoWrap {
	white-space:nowrap;
}
.Required {
	color:#FF0000;
	font-weight:bold;
}
.Bordered {
	border:1px solid #E0E0E0;
}





/* ===================
    ALL: Vero Theme
   =================== */

body {
	background:#eeeeee;
	color:#707276;
	/*
	background: url(/images/backgrounds/background3.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
	word-wrap: break-word;
}

::-moz-selection {
	color:#000000;
    background: #ABFF8E;
    text-shadow: none;
}

::selection {
	color:#000000;
    background: #ABFF8E;
    text-shadow: none;
}

menu,
ol,
ul {
	margin: 0;
    padding: 0;
	box-sizing: border-box !important;	
}

a,
a:link,
a:visited,
a:active,
a:hover
{
	color:#6CA232;
	text-decoration:none;
}

a:hover
{
	color:inherit;
}

/* ===================
    ALL: Vero Theme
   =================== */

.header-container {
	/*
	border-bottom: 9px solid #5C8A2B;
	*/
	border-bottom:none;
}

.logo-container {
	width:auto;
	margin:5px;
}

.logo-container img#HeaderLogo {
	max-width:100%;
	height:auto;
	margin:0;
}

.headerright-container {
	margin:10px;
	text-align:right;
	width:auto;
}
.nav-container {
	position:absolute;
	display:block;
	left:0;
	bottom:0;
}
.headerright-container #ContactDetails {
	font-weight:bold;
	font-size:1.2em;
}
.headerright-container #ContactDetails a {
	text-decoration:none;
	color:#707276;
}
.headerright-container #SearchResultsContainer {
	position:absolute;
	background-color:#FFFFFF;
	top:35px;
	right:0;
	text-align:left;
	z-index:999;
	max-height:300px;
	overflow:auto;
	width:400px;
	max-width:100%;
	-webkit-box-shadow: 0 3px 12px #aaa;
	   -moz-box-shadow: 0 3px 12px #aaa;
			box-shadow: 0 3px 12px #aaa;
}
.headerright-container #SearchResultsContainer p {
	font-size:14px;
	line-height:16px;
	margin:0;
	padding:4px 10px;
	color:#333333;
	background-color:#FFFFFF;
	border-bottom:1px solid #EEE;
}
.headerright-container #SearchResultsContainer a {
	display:block;
	font-size:14px;
	line-height:16px;
	padding:4px 10px;
	color:#333333;
	background-color:#FFFFFF;
	border-left:1px solid #EEE;
	border-right:1px solid #EEE;
	border-bottom:1px solid #EEE;
}
.headerright-container #SearchResultsContainer a:hover {
	display:block;
	color:#FFFFFF;
	background-color:#333333;
}
.headerright-container #SearchResultsContainer a:first-child {
	border-top:1px solid #EEE;
}
.headerright-container #SearchResultsContainer a:last-child {
	border-bottom:1px solid #EEE;
}
.main {
	background-color:#FFFFFF;
	background-color:rgba(255,255,255,0.9);
}

.main article {
	background-color:#FEFEFE;
	background-image:url(/images/page/PageContentBG.jpg);
	background-position:0 -1px;
	background-repeat:repeat-x;
	font-size:14px;
	line-height:1.4em;
	padding:5px 10px;
	margin-bottom:20px;
	text-align:left;
	max-width:100%;
	min-height:300px;
	overflow:auto;
}
.main article a {
	text-decoration:underline;
}

#subheader {
	position:relative;
	font-size:0.8em;
	vertical-align:middle;
	margin-bottom:10px;
}
#subheader a,
#subheader a:link,
#subheader a:visited,
#subheader a:active,
#subheader a:hover,
#subfooter a,
#subfooter a:link,
#subfooter a:visited,
#subfooter a:active,
#subfooter a:hover
{
	color:inherit;
	text-decoration:none;
}
#subheader a:hover,
#subfooter a:hover
{
	color:#6CA232;
}
#subheader a.selected,
#subfooter a.selected
{
	color:#6CA232;
	font-weight:bold;
}
#Breadcrumbs {
	float:left;
	margin-right:2em;
}
#Breadcrumbs ul {
	display:inline-block;
	margin:0;
}
#Breadcrumbs li {
	display:inline;
	list-style-type:none;
	margin:0;
}
#LocaleSetting {
	float:left;	text-align:left;
}
.main aside {
	margin-bottom: 1em;
    border-top: none;
	font-size:13px;
	line-height:16px;
	background: rgb(254,254,254); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(252,252,252,1) 27%, rgba(240,240,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(27%,rgba(252,252,252,1)), color-stop(100%,rgba(240,240,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(252,252,252,1) 27%,rgba(240,240,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(252,252,252,1) 27%,rgba(240,240,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(252,252,252,1) 27%,rgba(240,240,238,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(252,252,252,1) 27%,rgba(240,240,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f0f0ee',GradientType=0 ); /* IE6-9 */
}

.main aside nav {
	font-size:15px;
	line-height:26px;
}

.main aside h1 {
	margin:0;
	padding:10px 10px;
	font-size:14px;
	line-height:1.4em;
	font-weight:bold;
	color:#ffffff;
	background-color:transparent; /* set background colour with color set to suppress validation warnings */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	background-color:#6CA232;
}

.main aside h1 a {
	display:inline-block;
	width:100%;
	color:#ffffff;
}

.main aside h1 a:hover {
	color:#dddddd;
}

.main aside h2 {
	margin:0;
	font-size:1.2em;
	color:#565656;
}

.main aside .aside-content {
	margin:10px;
}
.main aside .aside-content img {
	max-width:100%;
}

#subfooter {
	position:relative;
	clear:both;
	margin:1em 0 0 0;
	font-size:0.8em;
	padding:0 1em;
	border: 1px solid rgb(219, 221, 215);
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(253,253,253,1) 45%, rgba(245,245,243,1) 75%, rgba(245,245,243,1) 80%, rgba(239,239,237,1) 96%, rgba(241,241,239,1) 98%, rgba(254,254,252,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(45%,rgba(253,253,253,1)), color-stop(75%,rgba(245,245,243,1)), color-stop(80%,rgba(245,245,243,1)), color-stop(96%,rgba(239,239,237,1)), color-stop(98%,rgba(241,241,239,1)), color-stop(100%,rgba(254,254,252,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(253,253,253,1) 45%,rgba(245,245,243,1) 75%,rgba(245,245,243,1) 80%,rgba(239,239,237,1) 96%,rgba(241,241,239,1) 98%,rgba(254,254,252,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(253,253,253,1) 45%,rgba(245,245,243,1) 75%,rgba(245,245,243,1) 80%,rgba(239,239,237,1) 96%,rgba(241,241,239,1) 98%,rgba(254,254,252,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(253,253,253,1) 45%,rgba(245,245,243,1) 75%,rgba(245,245,243,1) 80%,rgba(239,239,237,1) 96%,rgba(241,241,239,1) 98%,rgba(254,254,252,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(253,253,253,1) 45%,rgba(245,245,243,1) 75%,rgba(245,245,243,1) 80%,rgba(239,239,237,1) 96%,rgba(241,241,239,1) 98%,rgba(254,254,252,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fefefc',GradientType=0 ); /* IE6-9 */
}
div#subfooter div.Left {
	margin:1em 0;
}
div#subfooter div#Share {
	height:32px;
	display:inline-block;
	vertical-align:middle;
	line-height:32px;
}
div#subfooter div#AddThis {
	height:16px;
	display:inline-block;
	vertical-align:middle;
	line-height:16px;
}
div#subfooter div#AddThis div.google_plusone_iframe_widget {
	width:25px !important;
}
div#subfooter div#AddThis img {
	vertical-align:middle;
}
div#subfooter ul {
	list-style:none;
	text-align:right;
}
div#subfooter ul li {
	display:inline;
	margin:0 0.3em;
}
div#subfooter ul li:last-child {
	margin-right:0;
}
/*
div#AssociatedSocialMediaLinks {
	position:absolute;
	top:10px;
	left:-40px;
	width:40px;
	height:auto;
	overflow:hidden;
	z-index:9999;
}
div#AssociatedSocialMediaLinks a {
	display:block;
	position:relative;
	width:40px;
	height:36px;
	overflow:hidden;
	margin-bottom:3px;
	right:-12px;
	opacity:0.40;
}
div#AssociatedSocialMediaLinks a img {
	width:40px;
	height:40px;
}
div#AssociatedSiteFlags {
	position:absolute;
	top:10px;
	right:-32px;
	width:32px;
	height:auto;
	overflow:hidden;
	z-index:9999;
}
div#AssociatedSiteFlags a {
	display:block;
	position:relative;
	width:32px;
	height:27px;
	overflow:hidden;
	margin-bottom:3px;
	left:-8px;
	opacity:0.40;
}
*/


.footer-container {
	/*
    border-top: 20px solid #5C8A2B;
	*/
	border-top:none;
}

.header-container,
.footer-container {
	/*
    background: #6CA232;
	*/
    background: inherit;
}

.footer-container footer#LinksFooter {
	text-align:center;
	background: rgb(170,170,170); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(170,170,170,1) 0%, rgba(121,121,121,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,170,170,1)), color-stop(100%,rgba(121,121,121,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(170,170,170,1) 0%,rgba(121,121,121,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(170,170,170,1) 0%,rgba(121,121,121,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(170,170,170,1) 0%,rgba(121,121,121,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(170,170,170,1) 0%,rgba(121,121,121,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#797979',GradientType=0 ); /* IE6-9 */
	font-size: 12px;
}
.footer-container footer#LinksFooter a {
	color:#ffffff;
	text-decoration:none;
}
.footer-container footer#LinksFooter a:hover {
	text-decoration:underline;
}
.footer-container footer#LinksFooter ul {
	display:inline-block;
	list-style-type:none;
}
.footer-container footer#LinksFooter li {
	display:inline;
	margin:0;
	font-weight:bold;
}
.footer-container footer#LinksFooter li a {
	display:inline-block;
	margin:0 15px 0 15px;
	color:#ffffff;
}


footer#HexagonFooter {
	position:relative;
	height:48px;
	line-height:48px;
	text-align:left;
	margin-top:10px;
	margin-bottom:20px;
	color:#707276;
	font-size:12px;
}
footer#HexagonFooter a,
footer#HexagonFooter a:hover
{
	color:#707276;
}
footer#HexagonFooter div#HexagonFooterLogo {
	position:absolute;
	left:0px;
}
footer#HexagonFooter div#HexagonFooterText {
	display:inline-block;
	vertical-align:middle;
	line-height:normal;
	margin-left:100px;
}


.title {
    color: white;
}

.header-container header {
	position:relative;
	background: #ffffff;
	border-bottom: 5px solid #5C8A2B;
	/*
	height:120px;
	*/
}

.SearchBox {
	margin:5px 5px !important;
	padding:10px 40px 10px 10px !important;
	border:1px solid silver !important;
	font-size:1.5em;
	width:calc(100% - 60px) !important;
	background: rgb(255,255,255); /* Old browsers */
	background: url(/images/icons/Magnifying_glass_icon.svg) no-repeat right center / 32px 32px, -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(233,235,234,1) 49%, rgba(229,233,234,1) 50%, rgba(221,225,226,1) 100%); /* FF3.6+ */
	background: url(/images/icons/Magnifying_glass_icon.svg) no-repeat right center / 32px 32px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(49%,rgba(233,235,234,1)), color-stop(50%,rgba(229,233,234,1)), color-stop(100%,rgba(221,225,226,1))); /* Chrome,Safari4+ */
	background: url(/images/icons/Magnifying_glass_icon.svg) no-repeat right center / 32px 32px, -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,235,234,1) 49%,rgba(229,233,234,1) 50%,rgba(221,225,226,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url(/images/icons/Magnifying_glass_icon.svg) no-repeat right center / 32px 32px, -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,235,234,1) 49%,rgba(229,233,234,1) 50%,rgba(221,225,226,1) 100%); /* Opera 11.10+ */
	background: url(/images/icons/Magnifying_glass_icon.svg) no-repeat right center / 32px 32px, -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,235,234,1) 49%,rgba(229,233,234,1) 50%,rgba(221,225,226,1) 100%); /* IE10+ */
	background: url(/images/icons/Magnifying_glass_icon.svg) no-repeat right center / 32px 32px, linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(233,235,234,1) 49%,rgba(229,233,234,1) 50%,rgba(221,225,226,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dde1e2',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);	
}
.SearchBox:hover {
	border:1px solid silver !important;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);	
	-webkit-transition: -webkit-box-shadow .25s ease-in-out;
	-moz-transition: -moz-box-shadow .25s ease-in-out;
	transition: box-shadow .25s ease-in-out;
}
.SearchBoxSubmitIconLink {
	position:absolute;
	margin:6px 4px 0 0;
	top:0;
	right:0;
	display:block;
	height:47px;
	width:40px;
}

#HeaderSearchTerm {
	/*
	width:90%;
	*/
	text-align:right;
	padding-right:20px;
	border:1px solid silver;
	background: rgb(255,255,255); /* Old browsers */
	background: url(/images/icons/Magnifying_glass_icon.svg) no-repeat right center / 16px 16px, -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(233,235,234,1) 49%, rgba(229,233,234,1) 50%, rgba(221,225,226,1) 100%); /* FF3.6+ */
	background: url(/images/icons/Magnifying_glass_icon.svg) no-repeat right center / 16px 16px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(49%,rgba(233,235,234,1)), color-stop(50%,rgba(229,233,234,1)), color-stop(100%,rgba(221,225,226,1))); /* Chrome,Safari4+ */
	background: url(/images/icons/Magnifying_glass_icon.svg) no-repeat right center / 16px 16px, -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,235,234,1) 49%,rgba(229,233,234,1) 50%,rgba(221,225,226,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url(/images/icons/Magnifying_glass_icon.svg) no-repeat right center / 16px 16px, -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,235,234,1) 49%,rgba(229,233,234,1) 50%,rgba(221,225,226,1) 100%); /* Opera 11.10+ */
	background: url(/images/icons/Magnifying_glass_icon.svg) no-repeat right center / 16px 16px, -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,235,234,1) 49%,rgba(229,233,234,1) 50%,rgba(221,225,226,1) 100%); /* IE10+ */
	background: url(/images/icons/Magnifying_glass_icon.svg) no-repeat right center / 16px 16px, linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(233,235,234,1) 49%,rgba(229,233,234,1) 50%,rgba(221,225,226,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dde1e2',GradientType=0 ); /* IE6-9 */
}

/* ==============
    MOBILE: Menu
   ============== */

.main article h1,
.main article h2,
.main article h3
{
    color: #6CA232;
	line-height:1.1em;
    /*
    text-align:left;
    */
}
.main article > h1:first-child
{
	margin-top:10px;
}

.main article > h2:first-child,
.main article > h3:first-child
{
	margin-top:0;
}

.main article h1 a:hover,
.main article h2 a:hover,
.main article h3 a:hover
{
    color: #565656;
}

.main article img {
	max-width:100%;
	height:auto !important;
}

.main article iframe {
	max-width:100%;
}

header nav {
	display:none;
	float: right;
	width: 100%;
}

header nav a,
header nav a:link,
header nav a:visited,
header nav a:active,
header nav a:hover
{
	margin:0;
	color:#747679;
	font-weight:normal;
	text-decoration:none;
	border-top:1px solid #dadada;
	border-right:1px solid #dadada;
	border-left:1px solid #dadada;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(233,235,234,1) 49%, rgba(229,233,234,1) 50%, rgba(221,225,226,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(49%,rgba(233,235,234,1)), color-stop(50%,rgba(229,233,234,1)), color-stop(100%,rgba(221,225,226,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,235,234,1) 49%,rgba(229,233,234,1) 50%,rgba(221,225,226,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,235,234,1) 49%,rgba(229,233,234,1) 50%,rgba(221,225,226,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,235,234,1) 49%,rgba(229,233,234,1) 50%,rgba(221,225,226,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(233,235,234,1) 49%,rgba(229,233,234,1) 50%,rgba(221,225,226,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dde1e2',GradientType=0 ); /* IE6-9 */
}

header nav a:hover
{
	margin:0;
	color:#747679;
	background: rgb(244,246,245); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,246,245,1) 0%, rgba(209,215,215,1) 49%, rgba(205,210,213,1) 50%, rgba(193,198,202,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,246,245,1)), color-stop(49%,rgba(209,215,215,1)), color-stop(50%,rgba(205,210,213,1)), color-stop(100%,rgba(193,198,202,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,246,245,1) 0%,rgba(209,215,215,1) 49%,rgba(205,210,213,1) 50%,rgba(193,198,202,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(244,246,245,1) 0%,rgba(209,215,215,1) 49%,rgba(205,210,213,1) 50%,rgba(193,198,202,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(244,246,245,1) 0%,rgba(209,215,215,1) 49%,rgba(205,210,213,1) 50%,rgba(193,198,202,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(244,246,245,1) 0%,rgba(209,215,215,1) 49%,rgba(205,210,213,1) 50%,rgba(193,198,202,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6f5', endColorstr='#c1c6ca',GradientType=0 ); /* IE6-9 */
}

header nav a.selected
{
	margin:0;
	color:#FFFFFF;
	background-color:transparent; /* set background colour with color set to suppress validation warnings */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	background-color:#6CA232;
}

header nav ul {
	float:right;
	margin-right:10px;
}

header nav li {
	float: left;
	margin-right:3px;
}

header nav li:last-child {
	margin-right: 0;
}

header nav a {
	width: auto;
	margin: 0 0.2%;
	padding: 0 5px 3px 5px;
	margin-bottom: 0;
	font-size: 0.8em;
	white-space: nowrap;	
}

header .NavIcon {
    display: block;
    float: left;
    margin: 0px 0px 5px 5px;
    width: 24px;
}

main nav {
	width:100%;
}
main nav ul {
	margin:0 2px;
	margin:0;
}
main nav ul li ul {
	margin:0;
}
main nav a {
	font-size:0.9em;
	width:92%;
	padding:0.3em 4%;
	margin:0;
	text-align:left;
	border-bottom:2px solid #FEFEFE;
}
main nav a,
main nav a:link,
main nav a:visited,
main nav a:active
{
	color:#747679;
	text-decoration:none;
	background-color: #f3f3f3;
}
main nav ul li ul a,
main nav ul li ul a:link,
main nav ul li ul a:visited,
main nav ul li ul a:active
{
	color:#747679;
	background-color:#FCFCFC;
}
main nav a:hover,
main nav a.selected,
main nav ul a.selected,
main nav ul li ul a.selected,
main nav ul li ul a:hover
{
	color:#FFFFFF;
	background-color: #c1c2bc;
}





/* ==============
    MOBILE: Main
   ============== */

.main.wrapper,
footer.wrapper {
	position:relative;
    width: 88%;
    margin: 0 5%;
	padding: 0 1% 10px 1%;
}

.main aside {
	float:none;
    color: inherit;
    padding: 0 0 10px 0;
	clear: both;
}

.main aside.LeftMenu {
	display:none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Main
   ==================== */

	.header-container header {
		min-height:150px;
	}
	
    nav a {
        float: inherit;
    }

	.logo-container {
		margin: 20px;
	}
	
	.headerright-container {
		max-width: 400px;
		float:right;
	}

	.ResponsiveMenu {
		display:none;
	}

}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container {
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
    }

	.logo-container {
		margin: 20px;
		width: 50%;
		float: left;		
	}
	
	.headerright-container {
		margin:10px 10px 0 0;
		width:auto;
	}

	.headerright-container #SearchResultsContainer {
		-webkit-box-shadow: 0 3px 12px #aaa;
		   -moz-box-shadow: 0 3px 12px #aaa;
				box-shadow: 0 3px 12px #aaa;
	}


/* ============
    WIDE: Main
   ============ */

	.main.wrapper,
	footer.wrapper {
        margin: 0 auto;
	}
	
    .main article {
        float: right;
		margin-bottom:auto;
		/*
        width: 65%;
		*/
        width: 70%;
    }

    .main aside {
        float: left;
		clear: left;
		/*
        width: 30%;
		*/
        width: 26.5%;
    }

	.main aside.LeftMenu {
		display:block;
	}

	#LocaleSetting {
		margin-left:0;
		float:right;
		text-align:right;
}

}

@media only screen and (min-width: 1024px) {

/* =================
    MAX WIDTH: Menu
   ================= */

	header nav {
		display:block;
	}

	header .NavIcon {
		display:none;
	}

	.nav-container {
		right:0;
	}

}


@media only screen and (min-width: 1140px) {

/* =================
    MAX WIDTH: Menu
   ================= */

/* =================
    MAX WIDTH: Main
   ================= */

	.main.wrapper,
	footer.wrapper {
        width:1006px; /* 1140px - 10% for margins - 1026 in original - 20px removed for padding */
		padding:0 10px 10px 10px;
	}
	
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
	
	body, main, article, section {
		width: 100%;
		margin: 0;
		float: none;
		background: #fff url(none);
		font-family: Helvetica, Arial, sans-serif;
	}	
	
	.header-container,
	#subheader,
	#LeftColumn,
	#subfooter,
	.footer-container,
	#AdminBox
	{
		display:none;
	}
	
	/* Table */
	table {
		margin: 1px;	text-align:left;
}
tr {
		page-break-inside: avoid;
	} 
	
	/*hide various parts from the site
	
	#header, #footer, #navigation, #rightSideBar, #leftSideBar 
	{display:none;}
	
	*/	
	
	

}


