@charset "utf-8";

@import "browser_resets.css";



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../assets/top_strip.jpg) repeat-x top center;
	background-color: #fff;
}

* {margin: 0px; padding: 0px;}

a img {border: none;}


/*============================================ Framework ==*/

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#masthead {height: 130px; background: url(../assets/masthead.jpg) no-repeat top center;}

#main-nav {height: 50px;}

#left-col {width: 220px;float: left;}

#content-wrapper {padding: 30px 0px;}
#content {width: 640px;float: right;}
body#home #content {width: 900px;float: right; background: url(../assets/home_back.jpg) no-repeat top center;}

#footer-wrapper {
	width: 100%;
	clear: both;
	background: url(../assets/footwrap_back.gif) repeat-x top center;
	background-color: #022945;
	height: 250px;
}

#footer {
	width: 900px;
	margin: 0 auto;
	height: 180px;
	background: url(../assets/trident.jpg) no-repeat 100% 100%;
	font-size: .7em;
	line-height: 1.7em;
	color: #677f8f;
	text-align: left;
}



/*============================================ Master Typography ==*/

div#content h1 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: .2em;
	color: #027f92;
}
div#content h2 {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 2em;
	color: #737373;
	font-weight: lighter;
}
div#content h3 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 0.25em;
	margin-top: 1.5em;
	color: #042740;
	border-bottom: 1px dotted #999999;
}
div#content p {
	font-size: .75em;
	line-height: 1.6em;
	margin-bottom: 1em;
	color: #393939;
}
div#content  a.news:link, div#content a.news:visited {
	text-decoration: none;
	color: #003333;
}
div#content a.news:hover {
	text-decoration: underline;
}
	




/*============================================ Main Navigation ==*/

#main-nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 50px;
}
#main-nav li {
	background: url(../assets/divider.jpg) no-repeat center right;
	float: left;
	height: 50px;
}
#main-nav li.last {
	background: none;
}
#main-nav a:link, #main-nav a:visited {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .75em;
	padding: 18px 14px;
}
#main-nav a:hover {
	color: #07b5d0;
	background: url(../assets/nav_highlight.jpg) no-repeat 50% 95%;
}


body#home a.nav-home,
body#about a.nav-about,
body#service a.nav-service,
body#risk a.nav-risk,
body#training a.nav-training,
body#projects a.nav-projects,
body#news a.nav-news,
body#contact a.nav-contact {
	color: #07b5d0;
	background: url(../assets/nav_highlight.jpg) no-repeat 50% 95%;
}


/*a.nav-home:link, a.nav-home:visited {
	background: url(../assets/home_up.gif) no-repeat center center;
}
a.nav-home:hover {
	background: url(../assets/home_over.gif) no-repeat center center;
}*/





/*============================================ Homepage ==*/

div#homeintro {margin-bottom: 30px;}
div#homeintro h2 {
	padding: 130px 500px 0px 45px;
	font-weight: bold;
	color: #666;
	font-size: 1.1em;
	margin-bottom: 15px;
}

#homeintro p {padding: 0px 450px 0px 45px;}

div#features {margin: 0px 0px 20px 45px;}
.home-feature {
	width: 250px;
	float: left;
	background-color: #555b62;
	margin-right: 25px;
}
.news-feature {
	width: 250px;
	float: left;
	margin-right: 0px;
}
div#content div.news-feature p.newsdate {
	font-size: .6em !important;
	margin-bottom: 0em;
}
div#content div.news-feature a:link, div#content div.news-feature a:visited {
	color: #023253 !important;
	text-decoration: none;
}
div#content div.news-feature a:hover {
color: #07b5d0 !important;
}
.last {margin-right: 0px;}


div#features div.home-feature p {
	color: #FFFFFF;
	font-size: .75em;
	line-height: 1.6em;
	padding: 0px 15px;
	margin-bottom: 5px;
}
div.home-feature a:link, div.home-feature a:visited {
	color: #70cbda;
	font-size: .8em;
	text-decoration: none;
	font-weight: bold;
	background: url(../assets/floater_bottom.jpg) no-repeat bottom center;
	display: block;
	padding: 0px 17px 25px 0px;
	text-align: right;
}
div.home-feature a:hover {color: #FFFFFF;}

div.home-feature a.newslink:link, div.home-feature a.newslink:visited {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 17px 0px 0px;
	margin-bottom: 3px;
	text-align: left;
	background: none;
	display: inline-block;
}
div.home-feature a.newslink:hover {color: #70cbda;}

div.home-feature a.rss {
background: none;
padding: 0px 0px 10px 0px !important;
margin: 0px !important;
}





/*============================================ Left Column ==*/

#casestudy, #contact-floater {
	background-color: #555b62;
	margin-bottom: 20px;
}
#contact-floater {
padding-bottom: 15px;}
#contact-floater img {margin-bottom: 10px;}
#casestudy h2 {
	height: 60px;
	text-indent: -5000px;
	background: url(../assets/casestudy_back.jpg) no-repeat top center;
	margin-bottom: 10px;
}
#contact-floater h2 {
	height: 60px;
	text-indent: -5000px;
	background: url(../assets/contact_back.jpg) no-repeat top center;
	margin-bottom: 10px;
}
#casestudy h3, #contact-floater h3 {
	font-size: .9em;
	line-height: 1.3em;
	font-weight: bold;
	color: #70cbda;
	padding: 0px 15px 10px 15px;
}
#casestudy p {
	color: #FFFFFF;
	font-size: .75em;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0px 15px;
	margin-bottom: 5px;
}
#contact-floater p {
	color: #FFFFFF;
	font-size: .75em;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0px 15px;
	margin-bottom: 0px;
}
#casestudy a:link, #casestudy a:visited {
	color: #70cbda;
	font-size: .8em;
	text-decoration: none;
	font-weight: bold;
	background: url(../assets/floater_bottom.jpg) no-repeat bottom right;
	display: block;
	padding: 0px 17px 25px 0px;
	text-align: right;
}
#casestudy a:hover {color: #FFFFFF;}

#contact-floater a:link, #contact-floater a:visited {
	color: #70cbda;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
#contact-floater a:hover {color: #FFFFFF;}


/*============================================ Content ==*/

img.download {
margin-left: 160px;
}

#calendar-wrapper {
	margin-bottom: 15px;
}



/*============================================ Tables ==*/

table#tblCourseSpec {
	font-size: .75em;
	color: #333333;
	background-color: #999;
	margin: 10px 0px 20px 0px;
}
table#tblCourseSpec td {
	background-color: #FFFFFF;
	padding: 8px;
	vertical-align: top;
}
table#tblCourseSpec td.title {
	background-color: #CCCCCC;
	font-weight: bold;
}
table#tblCourseSpec ul {
margin: 5px 0px 15px 15px;
}



/*============================================ Footer ==*/



#footer p {
	margin-bottom: 0px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #677f8f;
}
#footer a:hover {
	color: #20d1ec;
	text-decoration: underline;
}

#foot1, #foot2, #foot3 {float: left; margin-top: 40px;}
#foot1 {
	width: 310px;
}
#foot1 a img {
border: none;}
#foot1 img {
	margin-top: 15px;
}
#foot2 {
	width: 250px;
}
#foot3 {
	width: 150px;
}

#footer p.tel, #footer p.mail {font-size: 1.2em; font-weight: bold; color: #20d1ec;}

#footer a.footlinkcyan:link, #footer a.footlinkcyan:visited {color: #20d1ec;} 
#footer a.footlinkcyan:hover {text-decoration: underline; color: #fff;}





/*============================================ Form ==*/


/* booking table */






form {
}

fieldset {
	border: none;
	margin-bottom: .2em;
	padding: 15px 20px;
	background-color: #CCCCCC;
}

legend {
	font-size: .7em;
	font-weight: bold;
	padding: 10px 0px -10px 0px;
	color: #666;
	text-transform: uppercase;
}

form dl {
	font-size: .8em;
	margin-bottom: 1em;
	color: #333333;
}
form dt {
	font-weight: bold;
	margin-bottom: .25em;
	color: #003366;
}
dd.coursetitle {
	font-size: 1.2em;
}
dd.totalprice {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 40px;
}
dd.venue {padding-right: 20px;}
form span.correct {
	font-size: .75em;
	font-weight: bold;
	color: #333333;
	margin-top: 25px;
	display: block;
}

form input#rdoVenue, form input#rdoVenue {
width: auto;}
	
form fieldset ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
form fieldset li {
	margin: 5px 0px 8px 0px;
	list-style-image: none;
}
form fieldset ul li.code {
	margin-left: 0px;
}
form label {
	font-size: .8em;
	font-weight: bold;
	display: block;
/*	float: left;
	margin-right: 1em;
	width: 7em;
	text-align: right;*/
	color: #666666;
}
form label span {
	font-weight: lighter;
	font-size: .8em;
	font-style: italic;
	display: block;
	padding-right: 150px;
	line-height: 1.3em;
	margin: .5em 0em .5em 0em;
}
form input {
	width: 75%;
	/*font-size: 1.2em;*/
	margin: 5px 5px 0px 0px;
	padding: 3px 0px;
}
form select {
	padding: 3px 0px;
		margin: .5em 0em .5em 0em;
}
label.radio {
float: left;
margin-right: 20px;
font-weight: lighter;
}
input#experience_0, input#experience_1, input#rdoTerms {
	width: auto;
}
form input#Postcode, form input#captchacode {width: 20%;}
form input.submit {
	width: auto;
	margin-left: 0px;
	font-size: 1em;
}
form textarea {
	width: 70%;
	height: 8em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

form#filter label {
	margin-right: 15px;
}

/*form legend {
	text-transform: uppercase;
	font-size: .7em;
	font-weight: bold;
	margin: 50px 0px 0px 0px;
	color: #3f4965;
}*/
form span.legend {
	text-transform: uppercase;
	font-size: .85em;
	font-weight: bold;
	color: #003366;
	margin-bottom: 20px;
	padding-bottom: 5px;
	display: block;
	border-bottom: 1px solid #999;
}
	

form# fieldset ul li.code a:link, form# fieldset ul li.code a:visited {color: #666666;}
form# fieldset ul li.code a:hover {color: #206170;}

img#imgCaptcha {float: left; margin-right: 10px;}



.clearfix {clear: both;}

/*----------------------------- Left Column --*/

#leftcol {
	width: 180px;
	float: left;
	margin: 30px 0px 0px 30px;
}
#leftcol h1 {
	font-size: 1em;
	line-height: 1.3em;
	color: #027f92;
	margin-bottom: .5em;
}
#leftcol h2 {
	font-size: .9em;
	line-height: 1.1em;
	color: #027f92;
	margin-bottom: .3em;
}
#leftcol p {
	font-size: .75em;
	line-height: 1.5em;
	color: #333333;
	margin-bottom: .7em;
}
#leftcol ul {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style: none;
}
#leftcol li {
}
#leftcol a:link, #leftcol a:visited {
	font-size: .8em;
	text-decoration: none;
	color: #666666;
}
#leftcol a:hover {
	color: #5c1314;
}
#leftcol p a:link, #leftcol p a:visited  {
	font-size: 1.3em;
}