/* 
   css Copyright © 2005-2012 Karelia Software. All rights reserved.
   css released under Creative Commons License  - http://creativecommons.org/licenses/by-sa/2.5/ 
   All associated graphics belong to their respective owners and are licensed separately. 
*/

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */
.wide {
	display:block;
}

.narrow.left {   /* Some designs won't respect without !important */
    float: left !important;
    clear: left !important;
}
.narrow.right {
    float: right !important;
    clear: right !important;
}

.wide.left .graphic, img.wide.left {
	margin-left: 0px;
	margin-right: auto;
}
.wide.center .graphic, img.wide.center {
	margin-left: auto;
	margin-right: auto;
}
.wide.right .graphic, img.wide.right {
	margin-left:auto;
	margin-right:0px;
}

.ImageElement.left {
	text-align:left;
}
.ImageElement.center {
	text-align:center;
}
.ImageElement.right {
	text-align:right;
}

/* Captions should align themselves with the graphic */
.graphic-container.left .caption {
	text-align:left;
}
.graphic-container.center .caption {
	text-align:center;
}
.graphic-container.right .caption {
	text-align:right;
}

/* Inline iframes need to display as a block to layout right */
.graphic iframe {
	display: block;
}

/* For content like amazon which forces white background. Design SHOULD set color for A tag and text color. */
.whiteBackground {
	background-color: white;
}

.article-info {
	margin-bottom: 1em;
}
 
/* Firefox reduce dotted lines on links */
.replaced a:focus {
	overflow: hidden;
}

textarea.fullWidth, input.fullWidth, select.fullWidth {
	width: 96%;
	margin: 4px 0;
}
textarea.fullWidth, select.fullWidth {
	margin: 4px 1px
}

form.contactElement input.submit {
	width: auto;
	margin-left: auto;
	margin-right: 2%;
	min-width: 50%;
}
form.contactElement th {
	text-align: right;
	font-weight: normal;
	width: 25%;
}

.contactError {
	color: red;
	font-weight: bold;
}

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding: 0px 10%;
	min-width: 0px;
}

textarea {
    resize: vertical;
}

form.contactElement p {
	text-align: left;
}

form.contactElement td {
	vertical-align: top;
}
form.contactElement td label p {
	margin-top: -3px;
}

form.contactElement .contactSend {
	text-align: center;
	font-style: italic;
}


@import url(/* no! */ie6hacks.css);

h2 {
	font-weight: normal;
}

a img {
	border: none;
}


 /* General styles  */

.clear {
	clear: both;
	height: 0;
}


.hidden  {
    display: none;
}


/* Images embedded in text.  "narrow" are 200 pixels wide or smaller. */

.narrow {
	display: block;
	clear: right;
    float: right;
}

img.wide {
	clear: both;
	display: block;
}


/* Block Level formatting, more or less in descending order */

body {
	font-family: "Helvetica",Geneva,Arial,sans-serif;
	font-size: 13px;
	margin: 0;
    word-wrap: break-word;
}


#page {
    margin: auto;
	position: relative;
    width: 790px;
}

#main-content h2 {
	padding-right: 5px;
}

body.no-sidebar #page {
	color: #231e1a;
}

#main-content dl, #main-content .intro {
	margin-left: 10px;
}


#page-top {
    margin: 0;
	margin-left: 17px;
    margin-right: 23px;
}


#title {
    /*Here we expand the title so we can
    have the nice rounded top with drop shadow,
    then use padding to move the content back */

	margin: 0px -17px;
	padding: 14px 22px 14px 22px;
}


h1 {
    font-size: 28px;
    text-align: left;
    margin: 10px;
    margin-top: 22px;
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
}

#logo-container {
    clear: right;
}


/* IE Hack */
/* Hides from IE5-mac \*/
* html h1 {
    height: 1%;
}
/* End hide from IE5-mac */


h1 a {
    text-decoration: none;
    color: black;
}

h1 a:hover, h1 a:focus, h1 a:active {
    border-bottom: 1px solid #000;
}

a:hover, a:focus, a:active {
	background: none;
	border: 0 !important;
}

#page-content a, #page-bottom a {
	padding: 0 !important;
}

#title img {
    float: left;
    margin: 3px;
    margin-right: 10px;
    margin-bottom: 6px;
}

#title p {
    font-size: 16px;
    text-align: left;
    margin: 10px;
    margin-top: 14px;
/*	float:left; */
}

/* IE Hack */
/* Hides from IE5-mac \*/
* html #title p {
    height: 1%;
}
/* End hide from IE5-mac */


#page-content {
    width: 725px;
    margin: 0 0 0 17px;
    clear: right !important;
	float: left;
	border-top: none;
	padding: 0 0 5px 5px;
}

body.no-sidebar #page-content {

}

#page-content a {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid rgb(158, 158, 158);
}

#page-content a:hover, #page-content a:focus, #page-content a:active, #page-bottom a:hover, #page-bottom a:focus, #page-bottom a:active {
    border-bottom: 1px solid rgb(0, 0, 0);
    color: black;
}

#page .imageLink {
	border: 0px none;
}

#sidebar {
    float: right;
    width: 220px;
    word-wrap: break-word;
    font-size: 0.8em;
	margin: 10px 10px 0 0;
	padding: 0 5px 8px 3px;
	background: rgb(16, 17, 20);	
}

#sidebar p {
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
}

.pagelet {
    width: 200px;
    word-wrap: break-word;
    overflow: hidden;
	margin: 10px 0 0 5px;
	color: #c8c8c8;
	font-size: 12px;
	line-height: 18px;
	padding: 5px;
}

.pagelet h4 {
    margin: 10px 3px 0px 3px;
	padding-top:14px;
    font-weight: normal;
    font-size: 1.3em;
	text-align: left;
}

.pagelet a {
	color: #787878 !important;
	font-weight: bold;
}

.pagelet .contactElement.labelsOnSide {
	margin-right: 4px;
}

.RichTextElement p {
	padding:10px 0 0 0;
}

.pagelet-body img {
	margin:20px 0 0 0;
}

.bordered{
	background: rgb(29, 29, 29);
	border: 1px solid rgb(58, 58,58);
	padding:5px;
}

#main {
    min-height: 190px;
}


body.no-sidebar #main {
    margin-left: 2px;
    margin-right: 7px;
    font-size: 1em;
}

body.allow-sidebar #main {
    margin-right: 10px;
    float: left;
    width: 475px;
    font-size: 1em;
}

/* IE Hack */
/* Hides from IE5-mac \*/
* html .body.allow-sidebar #main {
    margin: 0;
    padding: 0;
    margin-right: 2px;
    width: 528px;
}
/* End hide from IE5-mac */


h2 {
    display: block;
    font-weight: normal;
	padding-left: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin: 0px -7px;
	font-size:18px;
}

/* Hides from IE5-mac \*/
* html h2 {
    height: 30px;
    margin-right: -15px;
    margin-top: -15px;
}
/* End hide from IE5-mac */

#main ul, #sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 5px;
}

#sidebar ul {
	margin-top: 12px;
}

li ul {
	padding-top:8px!important;
}

#main ul li, #sidebar ul li {
    padding-left: 25px;
    padding-bottom: 6px;
	padding-top:2px;
	background-repeat: no-repeat;
	background-position: 7px 9px;
}

ol {
	padding-left: 30px;
}

#main ol>li, #sidebar ol>li {
	background: transparent !important;
	padding-left: 0;
}

dd {
	margin-left: 30px;
}

.article {
	margin: 0px 10px 10px 10px !important;
	clear: right;
}

.article h3 {
     padding: 5px 5px 5px 0px;
     color: #361d17;
     font-weight: bold;
	 font-size: 15px;
}


/* remove excessive spacing if the heading is used in a collection index */
li h3 {
	margin: 0px;
}

#page-content a, #page-bottom a {
    color: black;
    text-decoration: none;
}

#page-content a:hover, #page-content a:focus, #page-content a:active, #page-bottom a:hover, #page-bottom a:focus, #page-bottom a:active {
    border: 1px solid rgb(0, 0,0);
    color: #000;
}

.imageLink {
	border: 0px none;
}

.article img {
    border: none;
}

.article .narrow {
    float: left;   
}

.narrow.left {
	margin:13px 10px 5px 0;
}

.narrow.right {
	margin:13px 0 5px 10px;
}

.article-info {
	clear: left;
}

.article-thumbnail {
    float: left;
    margin: 5px 10px 5px 0;
	clear:left;
}

#page-bottom {
	  font-size: 1em;
	  padding: 15px 30px 0px 40px; 
}


#page-bottom #page-bottom-contents {
	text-align: center;
	padding-bottom: 25px;
}

#page-bottom p {
	display: inline;
}

#page-bottom p+p:before {
	content: ' \002022  ';
}

.HTMLElement {
    margin-bottom: 10px;
}

.ImageElement, .VideoElement {
    text-align: center;
}

.caption {
    padding: 10px;
}

/* Used on index summary pages */

.listing-index li h3 a {
    font-weight: normal;
}

/* make linked lists look less blue */
li a {
	text-decoration: none;
}
li a:hover {
	text-decoration: underline;
}

.graphic-container {
	clear:left;
}

h3.index-title {
	clear:left;
}


@media tty {

i{content:"\";/*" "*/}} @import 'ie.css'; /*";}

}/* */


/*
 * Navigation menu styling.
 */
 
/* Don't wrap the top level items, and wrap sub-menu items normally. */
#sitemenu-content ul li {
	white-space: nowrap
}
* html #sitemenu-content ul li {
	white-space: normal
}
*:first-child+html #sitemenu-content ul li {
	white-space: normal
}
#sitemenu-content ul ul li {
	white-space: normal
}
#sitemenu-content span.in {
	position: relative;
}

#sitemenu-container {
    clear:both;
	border-bottom:0;
}

#sitemenu {  	
	min-height: 50px;
	border-bottom: none;	
	border-top: none;	
	padding: 4px 0 0 0;
	float: left;
	width: 730px;
	word-wrap: break-word !important;
	margin: 0 0 0 -10px;
}

#sitemenu-content ul {
    text-align: center;
    padding: 0;
    margin: 5px 10px;
}

#sitemenu-content li {
    margin: 0;
    padding: 0;
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 1px;
    font-size: 1.1em;
}

#sitemenu-content a {
    text-decoration: none;
    color: #361d17;
	display: inline-block;
	padding: 5px 10px 10px 10px;
	max-width: 680px;
}

#sitemenu-content a:hover, #sitemenu-content a:focus, #sitemenu-content a:active, #sitemenu-content li.currentPage span.in, #sitemenu-content li.currentParent span.in {
	padding: 5px 10px 10px 10px;	
}

li.currentParent a:hover {
	background: none !important;
}

#sitemenu-content ul li ul {
	font-size: 12px;
	border: 0;
	padding-top: 0 !important;
	top: 27px !important;
	margin: 0 0 0 5px !important;
}

#sitemenu-content ul li ul li ul {
	top: 0 !important;
	margin-left: -5px !important;
}

#sitemenu-content ul li ul li ul li ul {
	margin-left: 3px !important;	
}

#sitemenu-content ul li ul a {
	text-decoration: none !important;
}

#sitemenu-content ul li a.selected:hover {
	padding-left: 10px;
	padding-right: 10px;
}

#sitemenu-content ul li ul li span.in {
	padding-top:2px!important;
	padding-bottom:2px!important;
	border:0;
	background:none!important;
}

#sitemenu-content ul li ul li ul li a:hover {
	text-decoration:none!important;
}

#sitemenu-content ul li ul li.currentParent span.in {
	background: none!important;
	padding-top:5px;
	padding-bottom:2px!important;
}

#sitemenu-content ul li ul li.currentPage {
 	padding: 5px 0 10px 1px !important;
	font-weight: bold;
}

#sitemenu-content ul li.currentParent a, #sitemenu-content ul li.currentParent a.selected {
	padding-left:0!important;
	padding-right:0!important;
}

#sitemenu-content ul li ul, #sitemenu-content ul li a.selected {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

#sitemenu-content a, #sitemenu-content a:hover {
	-webkit-transition: all 0.5s ease-in-out;
}


/*
 * Rounded corners on pages and sidebar.
 */

#page-content, #sitemenu-content ul li ul {
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-background-clip: padding-box;
}

#sitemenu-container, #sitemenu-content ul li a.selected {
	-moz-border-radius-topright: 5px; 
	-moz-border-radius-topleft: 5px;  
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#sitemenu-content li.currentPage span.in, #sitemenu-content li.currentParent span.in, #sitemenu-content a:hover, #sitemenu-content a:focus, #sitemenu-content a:active {
	border-top-left-radius: 3px;
	border-top-right-radius :3px;
	-moz-border-radius-topright: 3px; 
	-moz-border-radius-topleft: 3px;      
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.pagelet, #sidebar, .bordered {
    border-radius: 5px;
	-moz-border-radius: 5px;    
	-webkit-border-radius: 5px;
}


/*Visible to only Opera*/
@media all and (min-width: 0) {
	#sitemenu-content ul li {
		display: inline-block;
	}
}

/*
 * Page background graphics and colours.
 */

body {
	background: rgb(69, 106, 11) url(green/bg-strip.png) repeat-x top;/*FOR IE*/
	background: url(green/bkgd.png) no-repeat top center, rgb(69, 106, 11) url(green/bg-strip.png) repeat-x top;
}

h1, h1 a {
    color: #f9fff4 !important;
}

#title p, #page-bottom a {  
	color: #cfd8c0;
}

#sitemenu, #page-content, #sitemenu-container {
	border: 10px solid rgb(38, 58, 8);
}

#page-bottom #page-bottom-contents, #page-bottom a:hover {	
	color: #b6c1cc;
}

#sitemenu {
	background: rgb(244, 255, 212);
	background:-webkit-gradient(linear,left bottom,left top,color-stop(0.05, rgb(244,255,212)),color-stop(1, rgb(255,255,255)));
	background:-moz-linear-gradient(center bottom,rgb(244,255,212) 5%,rgb(255,255,255) 100%);
}

#sitemenu-content a:hover, #sitemenu-content a:focus, #sitemenu-content a:active, #sitemenu-content ul li ul /*MENU STYLE*/, #sitemenu-content ul li a.selected {
	background: rgb(57, 91, 0);
	background:-webkit-gradient(linear,left bottom,left top,color-stop(0.05, rgb(58,91,0)),color-stop(1, rgb(81,125,0)));
	background:-moz-linear-gradient(center bottom,rgb(58,91,0) 5%,rgb(81,125,0) 100%);
}

#sitemenu-content a:hover, #sitemenu-content a:focus, #sitemenu-content a:active, #sitemenu-content li.currentPage span.in, #sitemenu-content li.currentParent span.in {
    color: #ecf9df;
}

#sitemenu-content li.currentPage span.in, #sitemenu-content li.currentParent span.in, #sitemenu-content ul li.currentParent a.selected /*MENU STYLE*/{
	background: rgb(81, 125, 0);
}

#page-content {   
	background: rgb(252, 255, 242);	
}

body.allow-sidebar #main .bordered {
	border: 1px solid rgb(224, 233, 198);
}

#main ul li, #sidebar ul li {
    background-image: url(green/bullet.png);   
}

#sidebar ul li {
    background-image: url(green/bullet-light.png);   
}

#main ul li a, #sidebar ul li a {
	color: #395b00;
}

.article h3 a {
	color: #395b00 !important;
	border-bottom: 1px solid rgb(57, 91, 0) !important;
}

.article h3 a:hover {
	color: #003154 !important;
}

/*
 * Navigation menu background graphics and colours.
 */

#sitemenu-content ul li ul a, #sitemenu-content ul li a.selected {
	color: #ecf9df;		
}

#sitemenu-content ul li ul a, #sitemenu-content ul li ul li.currentPage{
	border-bottom: 1px solid rgb(144, 172, 72) !important;
}

#sitemenu-content ul li ul {
	border: 1px solid rgb(144, 172, 72) !important;
}

#sitemenu-content ul li ul li.currentParent, #sitemenu-content ul li ul li.currentParent a:hover, #sitemenu-content ul li ul li a:hover, #sitemenu-content ul li ul li.currentPage, #sitemenu-content ul li ul li.currentParent a.selected {
	background: rgb(30, 53, 0) !important;	
}
