﻿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, font, 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 {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body{
	background-color: #B9ABC4; /* had to have background colour here otherwise saw margin on white -*/
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {font-size:2.0em}
h2 {font-size:1.5em}
h3 {font-size:1.3em}
h4 {font-size:1em}
h5 {font-size:0.8em}
h6 {font-size:0.7em}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	margin-left: 20px;
	margin-right: 20px;
}

/* remember to define focus styles! */
:focus {outline: 0;}

#Screen-Container {
	top: 0%;
	bottom: 100%;
}
#header-container {
	background-color: #512E6B;
	height: 180px;
	width: 100%;
	background-image: url('../Graphics/header-bg.png');
	background-repeat: repeat-x;
	position: fixed; /* So that header is fixed to the top of the screen and will not scroll */;
	top: 0px;
	z-index:100;
}
#header {
	height: 180px;
	width: 989px;
	margin: 0px auto; /* To centre the header we must have it inside another div */
}
#header h1 {
	font-family: "EB Garamond", Garamond, Palatino, "Book Antiqua", Times, serif;
	font-size: 44px;
	font-weight: normal;
	font-style: normal;
	color: #FFF177;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 7px;
	line-height: 44px;
	margin-left: 190px;
}
#header p {
	padding: 0px;
	color: #FFF177;
	margin: 0px 0px 0px 190px;
	text-align: center;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 3px;
}

#header ul {
	padding: 0px;
	margin: 2px 0px 2px 190px;
	height: 35px;
	right: auto;
	left: auto;
	list-style-type: none;
	border-radius: 10px;
}
#header li {
	margin: 2px 5px 2px 5px;
	border-radius: 10px;
	line-height: 28px;
	text-align: center;
	width: 170px;
	float: left;
	border: 1px solid #000000;
	display: block;
	background-color: #B9ABC4;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
#header li a {
	color: #512D6B;
	text-align: center;
	display: block;
}
#header li a:hover {
	background-color: #FFFFAA;
	color: #512d6b;
	display: block;
	border-radius: 10px;
}
#Searchline {
	margin: 0px 0px 0px 190px;
	padding: 0px;
	height: 22px;
	width: 318px;
	position: relative;
	top: 6px;
}
.form-input {
	padding: 0px;
	height: 20px;
	width: 180px;
	margin: 0px 5px 0px 0px;
	border: 1px ridge #000000;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	float: left;
}
#Nav-Column {
	top: 0px;
	width: 180px;
	height: 548px;
	float: left;
	position: absolute; /* Absolute sets position relative to its parent div - which in this case is within header */;
	background-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #512E6B;
	padding: 0px 0px 9px 0px;
	box-shadow: 0px 0px 40px #333;
	text-align: center;
	margin-top: 10px;
}
#Nav-Column ul {
	padding: 0px;
	margin: 10px auto 10px auto;
	width: 162px;
	list-style-type: none;
}
#Nav-Column li {
	padding: 0px;
	margin: 0px auto 10px auto;
	line-height: 40px;
	text-align: center;
	background-color: #FFFFAA;
	border: 1px ridge #000000;
	border-radius: 10px;
	width: 160px;
	height: 40px;
	display: block;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-weight: bold;
}
#Nav-Column li a {
	color: #512D6B;
	text-align: center;
	display: block;
}
#Nav-Column li a:hover {
	color: #FFF177;
	background-color: #512D6B;
}
#Nav-Column p a:hover {
	background-color: #800000;
}

#Content-Container {
	/* this sets the with and allows it to be centred as whole screen is within Scree-Container div */
	width: 989px;
	margin-right: auto;
	margin-left: auto;
	background-color: #B9ABC4;
	z-index:1;
}
#content {
	margin-top: 195px; /* These margins are set to allow it to clear the header and nav columns */
	margin-left: 195px;
	background-color: #FFFFFF;
	line-height: 1.5em;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#content h1 {
	border: 10px solid #B9ABC4;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	background-color: #512e6b;
	color: #EEE59C;
	font-size: 1.4em;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1.3em;
	text-align: left;
	letter-spacing: 2px;
	border-radius: 10px;
	padding: 10px 5px 10px 10px;
	margin: 10px 0px 10px 0px;
}
#content h2 {
	border: 8px double #512e6b;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	color: #512e6b;
	line-height: 1.15em;
	text-align: left;
	letter-spacing: 2px;
	padding-top: 12px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url('../Graphics/h2-background2.png');
	background-repeat: repeat-x;
}
#content h3 {
	border-style: solid none none solid;
	border-width: 4px;
	border-color: #512e6b;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	background-color: #B9ABC4;
	color: #800080;
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	line-height: 1.3em;
	text-align: left;
	letter-spacing: 2px;
	border-radius: 10px;
	padding: 10px 5px 10px 10px;
	margin: 15px 0px 15px 0px;
}
#content h4 {
	margin-left: 15px;
}
#content h5 {
	border: 3px solid #B9ABC4;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	background-color: #512e6b;
	color: #EEE59C;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.3em;
	text-align: center;
	letter-spacing: 2px;
	border-radius: 10px;
	padding: 10px 5px 10px 10px;
	margin: 15px 0px 15px 0px;
}
#content h6 {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	color: #622423;
	text-align: center;
	border-bottom-style: double;
	border-bottom-width: 2px;
	border-bottom-color: #622423;
	padding-top: 10px;
	margin: 15px 0px 15px 0px;
}
#content p {
	margin: 1.2em 1em 1.2em 1em;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.5em;
	text-align: justify;
}
#content ol {
	padding-left: 20px;
	list-style-type: decimal;
	list-style-position: outside;
}
#content ul {
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
}
#content li {
	margin: 15px 10px 0px 30px;
	line-height: 1.5em;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

#content blockquote {
	font-style: italic;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	margin: 10px 4em 10px 4em;
	text-align: justify;
}
#footer {
	height: 60px;
	background-color: #512D6B;
	border-top-color: #FFF177;
	border-top-width: 15px;
	border-top-style: solid;
	margin: 0px;
	width: 100%;
}
#footer p {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: small;
	color: #FFF177;
	text-align: center;
}

#references {
}
#references ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 20px;
}
#references ul {
	padding-left: 20px;
	list-style-type: none;
	list-style-position: outside;
}
#references li {
	line-height: 1.5em;
	margin-top: 15px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin-left: 30px;
	font-size: 0.75em;
}

.Logo {
	width: 140px;
	height: 195px;
}
.facebook-link {
	margin-top: -17px;
}
.RSS_Link {
	border-width: 0px;
	float: right;
	margin-top: -15px;
	margin-right: 15px;
}

.textboxTmplt {
	border-style: 2;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 14px;
	background-color: #B9abc4;
	border-width: 2px;
	border-color: #800080;
	border-radius: 10px;
	padding: 10px;
	margin: 5px 10px 10px 10px;
	width: 170px;
	height: 110px;
	float: left;
	font-style: italic;
	text-align: center !important;
	letter-spacing: 1px;
}
.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.float-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.imageholdercaption {
	margin: 7px 15px 10px 17px; /* need to insert div outside of <p>. allows caption below inserted image. Set width toimage width */
	background-color: #E2E2FE;
	width: 400px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	float: left;
	text-align: center;
	font-size: 12px;
	line-height: normal;
}

#table-container {
	margin-left: 30px;
	margin-right: 30px;
}

#content-SI {
	margin-top: 195px; /* These margins are set to allow it to clear the header and nav columns */;
	margin-left: 195px;
	background-color: #FFFFF0;
	line-height: 1.5em;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.Semper-Idem {
	background-color: #E0ECCE !important;
}
