@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: Helvetica, Geneva, Arial, sans-serif;
	background-color: #FFFFFF;
	/* Optional can be removed */
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0;
	margin-bottom: 10px;
}

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

/* Headings */
H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

H1 {
	font-size: 150%;
}

H2 {
	font-size: 140%;
}

H3 {
	font-size: 130%;
}

H4 {
	font-size: 120%;
}

H5 {
	font-size: 90%;
}

H6 {
	font-size: 80%;
}

/* Horizontal Rules */

hr {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
	
	
/* Paragraphs */	
p {
	font-family: Arial, Helvetica, sans-serif;
}
.half ul li {
	color: #CCC;
	background-image: url(../images/BlackBullet.png);
	font-size: 80%;
}

/* Top Banner */
#branding {
	background-color: transparent;
	height: 80px;
	background-image: url(../images/BannerBack.png);
	background-repeat: repeat-x;
	background-position: left top;	
}


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

}

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

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

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

/* Footer*/	
#footer {
	background-color: #4C4D4F;
}

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

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

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

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

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

/* Bottom Bar Navigation*/	

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

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

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

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

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

/* 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: #CCC; /* 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: #F47920; /* Change colour links on rollover */
}

/* 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 */
}
