@import url("basic.css");
@import url("Navigation.css");
@import url("contentItems.css");
@import url("Links.css");
@import url("Forms.css");
@import url("Structure.css");

/* Changeable */

/* Background of site and font */
body {
	font-family: "Trebuchet MS",arial,sans-serif;
	background-color: #B9B385;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Width control */
#wrapper {
	width: 58em;
	background-color: #FFFFFF;
}

/* Headings */
H1, H2, H3, H4, H5, H6 {
	font-family: "Trebuchet MS",arial,sans-serif;
	color: #5A7238;
}

H1 {
	font-size: 155%;
}

H2 {
	font-size: 140%;
}

H3 {
	font-size: 130%;
}

H4 {
	font-size: 120%;
}

H5 {
	font-size: 110%;
}

H6 {
	font-size: 100%;
}

/* Horizontal Rules */

hr {
	border-bottom-color: #5A7238; /* Change Colour */
}
	
	
/* Paragraphs */	
p {
	font-family: "Trebuchet MS",arial,sans-serif;
}
#mainContent ul li {
	color: #000000;
	background-image: url(../images/greenLeaf.png);
	font-size: 80%;
}
#mainContent ol li {
	color: #000000;
	font-size: 80%;
}

/* Top Banner */
#branding {
	background-color: #FFFFFF;
	/* Optional can be removed */
	background-image: url(../images/globeInHands.jpg);
	background-repeat: no-repeat; /* Needed if you have an image can be set to no-repeat, repeat-x or repeat-y */
	background-position: right -40px; /* Needed if you have an image can be set to left, right, center and top, center, bottom */
}

/* Top Navigation */
#topNav {
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C2D59E;
	border-bottom-color: #C2D59E;
}

/* Middle Section Wrapper Options if using faux column effect on the right, plus background colour*/	
#middleWrapper {	
	background-color: #FFFFFF;
}


/* Size of middle and right sections combined N.B. if you add to this number you MUST take from #mainNav */	
#rightWrapper {
	width: 78%;
}

/* Size of left navigation column N.B. if you add to this number you MUST take from #rightWrapper */	
#mainNav {
	width: 21%;
}

/* Size of middle section N.B. if you add to this number you MUST take from #secondaryContent */	
#mainContent {
	width: 98%;
}

/* Size of right column N.B. if you add to this number you MUST take from #mainContent */	
#secondaryContent {
	width: 23%;
}

/* Footer*/	
#footer {
	background-color: transparent;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C2D59E;
	border-bottom-color: #C2D59E;
}

/* Navigation*/
	
/* Top Bar Navigation*/	
ul.horiz a, ul.horiz a:visited {
	color: #603813;
}

ul.horiz a:hover, ul.horiz a:active {
	color: #5A7238;
}

ul.horiz a.thispage, ul.horiz a.thispage:visited {
	color: #777777;
}

ul.horiz a.thispage:hover, ul.horiz a.thispage:active {
	color: #000000;
}

ul.horiz a, ul.horiz a:visited, ul.horiz a.thispage, ul.horiz a.thispage:visited {
	font-size: 80%;
	background-image: url(../images/greenLeaf.png);
}

/* Bottom Bar Navigation*/	

ul.horizBottom a, ul.horizBottom a:visited {
	color: #111111;
}

ul.horizBottom a:hover, ul.horizBottom a:active {
	color: #555555;
}

ul.horizBottom a.thispage, ul.horizBottom a.thispage:visited {
	color: #000000;
}

ul.horizBottom a.thispage:hover, ul.horizBottom a.thispage:active {
	color: #555555;
}

ul.horizBottom a, ul.horizBottom a:visited, ul.horizBottom a.thispage, ul.horizBottom a.thispage:visited {
	font-size: 70%;
}

/* Side Navigation*/	

#mainNav ul.bar a, #mainNav ul.bar a:visited {
	color: #111111;
	border-bottom-color: #C2D59E;
}

#mainNav ul.bar a:hover, #mainNav ul.bar a:active {
	color: #555555;
}

#mainNav ul.bar a.thispage:link, #mainNav ul.bar a.thispage:visited {
	color: #555555;
	border-bottom-color: #AAAAAA;
}

#mainNav ul.bar a.thispage:hover, #mainNav ul.bar a.thispage:active {
	color: #000000;
}

#mainNav ul.bar a, #mainNav ul.bar a:visited, #mainNav ul.bar a.thispage:link, #mainNav ul.bar a.thispage:visited {
	font-size: 80%;
	background-color: transparent;
	background-image: url(../images/leftBullet.png);
}


/* Links */	

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, a.DocumentLink:link, a.DocumentLink:visited, a:link, a:visited  {
	color: #5A7238; /* Change colour of links */
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active, a.DocumentLink:hover, a.DocumentLink:active, a:hover, a:active { 
	color: #C2D59E; /* Change colour links on rollover */
}

h6.sites a:link, h6.sites a:visited {
	color: #FFF;  /*Force White Text on other sites links */
}

h6.sites a:hover, h6.sites a:active {
	color:#FFF;  /*Force White Text on other sites links */
}



/* Forms */	

input.btn {
	color: #222222; /* Colour of text on submit button */	
	border: 1px solid #222222;
	background-color: #FFFFFF;
}

input.btnhov {
	color: #000000; /* Colour of text on submit button on rollover */
	border: 1px solid #000000;
	background-color: #BBBBBB;
}

legend {
	color: #000000; /* Colour of title of form */
}



