@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Modifications by RW 25/06/2015 for johngreed.me.uk */

a {
	text-decoration: none;
	color: black;
}
a.hover {
	text-decoration: underline;
}
h1,h2,h3, h4, h5, h6 {
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	/*text-transform: uppercase;*/
	line-height: 100%;
	margin-top: 0;
}

h1 {
	font-size: 30px;
	color: #000;
}

h2 {
	font-size: 20px;
	color: #000;
}
h3 {
	font-size: 12px;
	color: #000;
}

/*Main CSS*/

html {
	background-color: #063	/*Medium Dark Green*/
}

#container {
	width: 960px;
	height: 800px;
	background-image: url(/images/background.png);
	background-size: 100% 100%;
	margin: 10px auto;
	/*	border: 1px solid #000;*/ /*borders used for testing and alignment turn off in production version*/
}

#header {
	overflow: hidden;
	height: 100px;
}

#header img {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	height: 65px;
	width: 65px;
}

#banner {
	overflow: hidden;
	padding-right: 0px;
	height: 195px;
	margin-top: 10px;
}

#banner img.bannerimage {
	float: left;
	margin-left: 0px;
	width: 960px;
}

#main {
	position: relative;
	background-color: transparent;
	height: 445px; /* Height of container - 355 */
	width: 960px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;	
	/*border: 1px solid #000;*/ /*borders used for testing and alignment turn off in production version*/
}

#main #content {
	font-size: 18px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

#col1, #col2, #col3, #col4 {
	float: left;
	width: 206px;
	height: 400px;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 20px;
	text-align: center;
	/*border: 1px solid #000;*/ /*borders used for testing and alignment turn off in production version*/
}

.button {
	position: relative;
	height: 46px;
	line-height: 46px;
	width: 206px;
	background-color: transparent;
	background-image: url(/images/button.png);
	vertical-align: central;
	margin-bottom: 10px;
	margin-left: 5px;
}

a.button {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;	
	color: white;
}

a.button.hover {	/*Does not work in IE9 and above*/
	text-decoration: none;	
	color: black;
}

#colHB1, #colHB2, #colHB3, #colHB4 {
	float: left;
	width: 220px;
	margin-right: 0px;
	margin-left: 15px;
	text-align: center;
	/*border: 1px solid #000;*/ /*borders used for testing and alignment turn off in production version*/
}

#colHB1 h2 {
	color: #005826;	
}

#colHB2 h2 {
	color: #005826;	
}

#colHB3 h2 {
	color: #005826;	
}

#colHB4 h2 {
	color: #005826;	
}

#colH1 {
	float: left;
	width: 70px;
	margin-left: 40px;
	text-align: center;
}

#colH2 {
	float: left;
	width: 700px;
	margin-right: 10px;
	margin-top: 40px;
	text-align: center;
	color: #fff2ae;
}

#colH2 h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 30px;
	color: #fff2ae;
}

#colH3 {
	float: right;
	width: 70px;
	margin-right: 40px;
	text-align: center;
}

#main #subcontent {
	float: left;
	font-size: 18px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	/*border: 1px solid #000; /*borders used for testing and alignment turn off in production version*/
}

#subcol1, #subcol2 {
	float: left;
	width: 412px;
	height: 400px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 20px;
	text-align: center;
	
}

.image {
	position: relative;
	float: left;
	width: 60px;
	height: 85px;
	max-width: 100%;
	max-height: 100%;
	margin-top: 10px;
	margin-left: 0px;
	/*border: 1px solid #000;*/ /*borders used for testing and alignment turn off in production version*/
}

.image a {
	max-width: 100%;
	max-height: 100%;	
}

.pdf {
	position: relative;
	float: left;
	width: 32px;
	height: 32px;
	margin-top: 10px;
	margin-left: 0px;
	/*border: 1px solid #000;*/ /*borders used for testing and alignment turn off in production version*/
}

.description {
	position: relative;
	float: left;
	width: 309px;
	height: 160px;
	margin-top: 10px;
	margin-left: 5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	/*border: 1px solid #000;	*/ /*borders used for testing and alignment turn off in production version*/
}

#vidcol1, #vidcol2 {
	float: left;
	width: 412px;
	height: 400px;
	margin-right: 0px;
	margin-left: 60px;
	margin-top: 0px;
	margin-bottom: 10px;
	/*text-align: center;*/
	/*border: 1px solid #000;*/ /*borders used for testing and alignment turn off in production version*/
}

.video {
	position: relative;
	/*float: down;*/
	width: 240px;
	height: 135px;
	margin-top: 10px;
	margin-left: 0px;
	/*border: 1px solid #000;*/ /*borders used for testing and alignment turn off in production version*/
}

#footer {
	position: absolute;
	background-color: white;
	height: 30px;
	width: 960px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #005826;	
	/*border: 1px solid #000;*/ /*borders used for testing and alignment turn off in production version*/
	vertical-align: bottom;
}

#colF1, #colF2, #colF3, #colF4 {
	float: left;
	margin-top: 8px;
	margin-right: 0px;
	text-align: center;
	color: white;
}

#colF1 {
	width: 120px;
}

#colF2 {
	width: 220px;
	margin-top: 6px;
	text-align: left;
}

#colF3 {
	width: 400px;
	margin-top: 5px;
	text-align: left;
}

#colF4 {
	width: 220px;	
}

#colF4 a {
	text-decoration: none;
	color: white;
}

