/*
Global Style Sheet

Version:   1.0
Author:    Gary Stanton - Simian Enterprises
Email:     gary@simianenterprises.co.uk
Website:   http://www.simianenterprises.co.uk
*/


/* Import other style sheets */
@import url(formStyles.css);
@import url(tableStyles.css);
@import url(textStyles.css);
@import url(styleAdjusters.css);

/* Reset styles */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

strong {
	font-weight: bold !important;
}

em {
	font-style: oblique !important;
}

:focus {
	outline: 0;
}
body {
	color: black;
	font: 0.6251em/1 Helvetica, Tahoma, Arial, sans-serif;	
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Link styles */
a {
	color: #89e9ff;
	text-decoration: none;
}

a:hover {
	color: #c4f4ff;
	text-decoration: underline;
}


/* Website styles */
html {
	height: 100%;
}

body {
	background-color: #d6e8ec;
	height: 100%;
	color: #FFFFFF;
}

#header {
	width: 964px;
	text-align: left;
	margin: auto;
	background-image: url(/img/structure/top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 230px;
}

#logo {
	background-image: url(/img/structure/wizard.png);
	background-repeat: no-repeat;
	background-position: 10px 0;
	width: 553px;
	height: 230px;
	position: relative;
	float: left;
	display: block;	
}

#logo img {
	padding-left: 166px;	
	padding-top: 42px;
}	
	

/* Search Bar */
#frmSearch {
	position: relative;
	top: 6.5em;
	right: 1.5em;
	width: 21.6em;
	float: right;
	padding: 0px;
}

#frmSearch fieldset {
	background: none;
	border: 0px;
	margin: 0px;
}

#frmSearch fieldset legend {
	background: none;
	border: none;
	color: #000000;
	padding-left: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #086074;
}

#frmSearch fieldset ol {
	padding: 0px;
}

#frmSearch fieldset li {
	padding: 0px;
}

#frmSearch fieldset label {
	background: url(/img/elements/icons/magnifier.png) no-repeat 0em 0.3em;
	text-indent: -9000px;
	width: 1.3em;
	float: left;
	height: 1.65em;	
	font-size: 1.1em;
	margin-right: 0px;
}

#frmSearch fieldset input {
	float: left;
	border: 1px solid #9d9d9d;
	font-size: 1.1em;
	height: 1.55em;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0.4em 0 0.4em;
	padding: 0.2em 0 0 0.5em;
	width: 13em;
}

#frmSearch fieldset button {
	position: absolute;
	top: 0px;
	right: 0px;
	border: 1px solid #9d9d9d;
	font-size: 1.1em;
	height: 1.9em;
	width: 3em;
	display: block;
}

#frmSearch fieldset button:hover {
	border: 1px solid #78B0D0;
}

#frmSearch fieldset ol li a {
	display: block;
	float: right;
	border-bottom: 1px solid black;
	text-align: right;
	font-size: 1.1em;
	margin: 0.5em 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: none;
	color: #000000;
}

#frmSearch fieldset ol li a:hover {
	color: #78B0D0;	
	border-bottom: 2px solid #78B0D0;
}


/* Sitemap navigation */
#content ul.sitemap li {
	font-size: 0.9em;
	font-weight: bold;
}

#content ul.sitemap li ul li {
	font-size: 0.9em;
	font-weight: normal;
}

#content ul.sitemap li ul li.closedCategory {
	font-weight: bold;
}

.sitemap li a {
}


/* Container Div */
#mainContainer {
	background-image: url(/img/structure/bg.gif);
	background-repeat: repeat-y;
	background-position: center;	
	width: 100%;
	margin: auto;
	padding-bottom: 30px;
	float: left;
}
		

/* Main Content */
#content {
	width: 894px;
	margin: auto;
}


#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 3.4em;
	line-height: 1.6em;
	font-weight: bold;
	color: #064654;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	position: relative;
	top: -20px;
}

#content h2, #content p.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.4em;
	line-height: 1.6em;
	font-weight: bold;
	color: #064654;	
	text-align: left;
	font-style: italic;
	font-weight: bold;	
	margin-top: 1em;
	border-bottom: 1px solid #064654;
}

hr {
	height: 1px;
	color: #DDDDDD;
	border: none;
	background-color: #DDDDDD;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
}


#content h3 {
	font-size: 1.3em;
	color: #064654;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}


#content #breadCrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	position: relative;
	top: -20px;	
}

#content .pagination {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: right;
	clear: both;
}

/* Suggest a link style */
#content p.suggestLink {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border: 3px solid #064654;
	background-color: #249db8;
	width: 60%;
	margin: 15px auto;
	clear: both;
}


/* Link Category Styles */
#categoryContainer {
	display: block;
	width: 860px;
	padding-left: 35px;
	padding-bottom: 20px;
	float: left;
	clear: both;
}

#categoryContainer ul {
	float: left;	
}
.categoryList {
	width: 220px;	
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
	padding-left: 50px;
}

/* Links styles */
#linkSortMenu {
	display: block;
	border: 1px solid black;
	background-color: #26acca;
	height: 1.8em;
	padding-top: 0.4em;
	margin-bottom: 1.5em;
	clear: both;
}

	#linkSortMenu li {
		font-size: 1.2em;
		list-style: none;
		float: left;
		font-weight: bold;
		display: inline;
		margin-left: 1.5em;
		margin-right: 1.5em;
	}


	#linksList dt {
		margin-top: 1.5em;
		border-top: 1px solid black;
		border-left: 1px solid black;
		border-right: 1px solid black;
		border-bottom: 1px solid black;		
		font-size: 1.4em;
		font-weight: bold;
		padding-top: 0.4em;
		padding-bottom: 0.2em;
		padding-left: 0.4em;	
		padding-right: 0.4em;
		background-color: #086074;
	}
	
	#linksList dd {	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		border-left: 1px solid black;
		border-right: 1px solid black;	
		border-bottom: 1px solid black;		
		padding-top: 0.2em;
		padding-bottom: 0.2em;
		padding-left: 0.4em;
		padding-right: 0.4em;
		line-height: 1.4em;
		background-color: #187a90;	
	}
		
	#linksList p.linkDesc {
		padding-left: 0.2em;
		padding-right: 0.2em;
		padding-bottom: 0.2em;		
		border-bottom: 1px dashed black;		
	}
	
	/* Front Page Links Styles */
	#fpLinksList dt {
		margin-top: 1.2em;
		border: 1px solid black;		
		font-size: 1.1em;
		font-weight: bold;
		padding-top: 0.3em;
		padding-bottom: 0.2em;
		padding-left: 0.4em;	
		padding-right: 0.4em;
		background-color: #086074;		
	}
	
	#fpLinksList dd {	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding-top: 0.2em;
		padding-bottom: 0.2em;
		padding-left: 0.4em;
		padding-right: 0.4em;
		line-height: 1.4em;
	}
		
		
/* Search Page Styles */
	.searchBasic div {
		margin-top: 1em;		
	}

	.searchBasic div p {
		margin-bottom: 0.4em;		
	}

	.searchBasic dt {
		font-size: 1.4em;
		margin-top: 1em;
	}
	
	.searchBasic dt img {
		vertical-align: top;
		padding-right: 0.6em;
	}
	
	.searchBasic dd {
		margin-top: -32px;
		margin-bottom: 	2.5em;
		margin-left: 63px;
		font-size: 1.1em;
		line-height: 1.4em;
	}
	


/* Footer styles */
#footer {
	background-image: url(/img/structure/bottom.gif);
	background-repeat: no-repeat;
	height: 60px;
	margin: auto;
	clear: both;
	font-size: 1em;
	line-height: 1.5em;
	width: 964px;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin-left: 38px;
}

#footer p#siteDesign {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	vertical-align: middle;
	margin-right: 38px;	
}




/* Column definitions */

.layout {
	width: 100%;
	clear: both;
	float: left;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}

/* Main content form styles */
.layout form fieldset {
	font-size: 1.2em;
}

.layout form fieldset ol li {
	font-size: 1.1em !important;
	list-style: none !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.layout form label {
	margin-top: 2px;
}

.layout1-1 {
	width: 426px;
	float: left;
	clear: both;
}

.layout1-2 {
	width: 426px;
	float: right;
}

.layout2-1 {
	width: 892px;
	float: left;
	clear: both;
	display: block;
}

.text h2 {
	font-size: 1.2em !important;
	width: 100%;
}

.text {
	margin-top: 2em;
	}

.text p {
	margin-bottom: 2em !important;
}

.text dl dt {
	font-weight: bold;
}

.text dl dd {
	margin-left: 1.5em;
	margin-bottom: 1em;
}

.text ul li {
	list-style: circle;
	margin-left: 3em;
	margin-bottom: 1em;
}

.border-top {
	border-top: 1px solid #9d9d9d;
}

.border-left {
	border-left: 1px solid #9d9d9d;
	margin-right: -1px;
}

.border-bottom {
	border-bottom: 1px solid #9d9d9d;
}

.border-right {
	border-right: 1px solid #9d9d9d;
	margin-left: -1px;	
}

.borderLgt-top {
	border-top: 1px solid #FFFFFF;
}

.borderLgt-left {
	border-left: 1px solid #FFFFFF;
	margin-right: -1px;
}

.borderLgt-bottom {
	border-bottom: 1px solid #FFFFFF;
}

.borderLgt-right {
	border-right: 1px solid #FFFFFF;
	margin-left: -1px;	
}
