/*********************/
/* BASIC */
/*********************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

p,h1,h2,h3,h4,h5,ol {
	margin: 0px;
	padding: 0px;
}


/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #1B1667;
}

/**************************/
/* MAIN HORIZONTAL NAV TOP*/
/**************************/

#nav ul{
	padding-bottom:5px;
	padding-top: 2px;
	margin: 0px;
	background-position: left;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
}

#nav li {
	list-style-type: none;
	display: inline;
	margin-right: -2px;
}

#nav a {
	font-size: 120%;
	color: #F4BE04;
	text-decoration: none;
	background-color: #1B1667;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 0px;
	font-weight: bold;
}

#nav a:hover {
	color: #1B1667;
	background-color: #ACEE11;
}

/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#about #nav a#about,
#firstAid #nav a#firstAid,
#otherCourses #nav a#otherCourses,
#downloads #nav a#downloads,
#links #nav a#links,
#contact #nav a#contact,
#blog #nav a#blog,
#catalogue #nav a#catalogue {
	background:#F9BE00;
	color:#181568;
}

#logo {
	height: 100px;
	background-repeat: no-repeat;
}

/*********************/
/* LEFT SIDEBAR NAV  */
/*********************/

#leftbar ul{
	display:block;
	list-style-type:none;
	padding-bottom:5px;
	padding-top: 0px;
	padding-left:0px;
	margin: 0px;
	padding-right: 0px;
}

#leftbar li {
	font-size: 110%;
	padding: 0px;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F7EDCB;
	margin: 0px;
}

#leftbar li.firstlink {
	border-top:dotted 1px #F7EDCB;
}

#leftbar a {
	display:block;
	width: 150px;
	font-size: 110%;
	color: #F4BE04;
	text-decoration: none;
	background-color: #1B1667;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 0px;
}

#leftbar a:hover {
	color: #FBEF99;
	background-color: #B0AFE4;
}

body#about a#current, body#firstAid a#current, body#otherCourses a#current {
	background:#F9BE00;
	color:#181568;
	font-weight: bold;
}


/*********************/
/* SIDEBAR */
/*********************/
#news {
	padding: 0px;
	list-style: none;
	font-size: 1.2em;
	border-top: 1px dashed #294E56;
	border-right: 1px dashed #294E56;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 560px;
}
#news li {
	display: inline;
}
#news .title {
	font-weight: bold;
	display: block;
	color: #666666;
}
#news a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dashed #294E56;
	color: #73AFB7;
	line-height: 110%;
	background: #FFFFFF;
}
/* hack for IE 6 < to make entire block clickable */
* html #news a {
	height: 1px; 
}

#news a:hover {
	color: #000000;
}

/*********************/
/* MAIN */
/*********************/
h1 {
	color: #1B1667;
	margin-top: 0px;
	line-height: 100%;
	padding-top: 2px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	margin-right: 10px;
}
.section {
	display: inline;
	color: #999999;
	font-weight: normal;
}

.floatRight {
	float: right;
	margin: 0px 0px 2px 10px;
}
img.floatRight {
	border: 3px solid #1B1667;
	padding-right: 0px;
	margin-right: 10px;
}

img.border {
	margin-left: 5px;
}
p {
	color: #333333;
	font-size: 1.4em;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-top: 0px;
	line-height: 1.3em;
}
.quote{
	text:em;
	font-style: italic;
	padding-right: 10px;
	padding-left: 10px;
	}
#table p {
	margin-bottom: 2px;
	margin-top: 2px;
}

h2 {
	color: #1B1667;
	overflow: hidden;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F4BE04;
	font-size: 1.6em;
	margin: 7px 10px 10px 0px;
	padding-left: 0px;
}
h3 {
	color: #1B1667;
	margin-top: 3px;
	overflow: hidden;
	padding-top: 1px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 2px;
	padding-bottom: 1px;
	padding-left: 0px;
	font-size: 1.4em;
	border-bottom: 1px dotted #B0AFE4;
}

a {
	text-decoration:none;
	}
	
a:link {
	padding: 0px 3px 1px;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	color: #333333;
	border-bottom: 1px dotted #1B1667;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

a:visited {
	background-color: #F7EDCB;
	color: #000000;
	font-weight: normal;
	}

a:hover {
	background-color: #1B1667;
	color: #FFFFFF;
	}
#mainright li {
	margin-left: 5px;
	margin-top: 6px;
	line-height: 1.3em;
	padding-top: 1px;
	background-image: url(../images/FA_symbol.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 7px;
	}
/*********************/
/* FOOTER */
/*********************/
#footer {
	margin-top: 15px;
	margin-right: 0px;
	clear: both;
	border-bottom: 5px solid #FFFFFF;
	padding: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #B0AFE4;
	height: 2em;
}
#footer span.date {
	font-size: 0.9em;
	float: right;
	margin-right: 10px;
	text-align: right;
	margin-top: 2px;
}

#footer span.copyright {
	float: left;
	padding-right: 10px;
	padding-left: 5px;
}
#footer span.email {
	float: left;
	margin-left: 130px;
	background-position: 3px;
	display: block;
	padding: 0px;
}
#footer p {
	font-size: 1.1em;
	color: #1B1667;
}
#footer a:link {
	color: #1B1667;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	background-color: #1B1667;
	color: #FFFFFF;
	padding: 3px 3px 2px;
	}

#main {
	margin-left:10px;
	float: left;
	width: 550px;
	background-color: #F7EDCB;
}
#secondary {
	width:190px;
	background-color:#1B1667;
	float: right;
}

#secondary * {
	color: #FFFFFF;
}

#secondary h2 {
	font-size:1.5em;
	background-color: #5E5AC4;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#secondary h3 {
	font-size: 1.2em;
	margin:10px 10px 5px 10px;
}

#secondary p {
	line-height:110%;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 2px;
}

#mainleft {
	float: left;
}
#leftside {
	width: 190px;
}
#mainright {
	float: right;
	width: 580px;
}

#wrapper {
	width:760px;
	background-position: right top;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7EDCB;
}

#wrapper #righthand {
	background-image: url(../images/rightbar_bg.png);
	background-repeat: repeat-y;
	background-position: right top;
}

#wrapper #lefthand {
	background-image: url(../images/leftbar_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#editable li {
	font-size: 1.2em;
	color: #333333;
}
#editable ul {
	margin-top: .7em;
	margin-bottom: .5em;
}
/*********************/
/*   FORM FIELDS     */
/*********************/

form {
	margin: 0 auto;
	padding: 10px;
	}

fieldset {
	margin:0 0 10px 0;
	padding:5px;
	background-color: #ccCCFF;
	border-style: none;
	}
	
legend {
	background-color:#D9D6C9;
	margin:0;
	padding:5px;
	border-style: solid;
	border-width: 1px;
	border-color:#fff #aaa #666 #fff;
	font-weight: bold;
	font-size: 1.2em;
	}

label {
	font-size: 1.2em;
	}

#name, #email, #position, #company, #street, #building, #district, #town, #county, #country, #postcode, #phone {
	width: 300px;
	}

#othertext {
	width: 280px;
	float: left;
	height: 80px;
	margin-top: 5px;
	margin-bottom: 5px;
	}


fieldset dt {
	float: left;
	width: 180px;
	padding: 6px 2px 2px;
	border-bottom: 1px dotted #000000;
	margin-right: 5px;
}

fieldset#enquiry dt {
	width: 460px;
	}

fieldset#subscribe dt {
	width: 400px;
	margin-top: 3px;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-bottom: 1px;
	}
	
fieldset#enquiry dt#other {
	width: 200px;
	clear: both;
	float: left;
	padding-top: 10px;
	}

fieldset dd {
	margin: 0;
	padding: 2px;
}

fieldset#enquiry dd {
	margin: 0;
	padding: 4px;
}

fieldset dl {
	padding-bottom:15px;
	}
	
