/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

html {padding:0;margin:0;}	

body {
	font: 14px Arial, Helvetica, sans-serif;
}

#container {
	width: 901px;
	margin: 34px auto 5px auto;
	padding: 5px;
	border: 1px solid #6a1c43;
}
#header {
	background: url('traininglogo.jpg') no-repeat;
	width: 901px;
	height: 141px;
}
#header h1 {
	float: left;
	width: 271px;
	height: 135px;
	padding: 12px 0 0 13px;
}
#header h1 a {
	text-indent: -5000px;
	display: block;
	width: 100%;
	height: 100%;
}
#navigation {
	height: 36px;
	border-top: 1px solid #b7ad98;
	border-bottom: 1px solid #b7ad98;
	background: #c8c8ad url('../images/navigation_bg.gif') repeat-x;
	margin: 5px 0;
}
#mainNav {
	color: #b7ad98;
	padding: 8px 0 0 10px;
	text-align: center;
}
#mainNav li {
	display: inline;
}
#mainNav a {
	color: #691b42;
	margin: 0 14px 0 18px;
font-weight: bold;
text-decoration: none;
}

#mainNav a:hover{
text-decoration: underline;
}


#content ul{
margin-left: 0px;
margin-top: 10px;
margin-bottom: 10px;
}

#content li{
margin: 15px;

}

#content li a{
font-size: 14px;
text-decoration: none;
}

#content li a:hover {
text-decoration: underline;
}


#mainContent {
	float: left;
	width: 600px;
	margin:  0;
}

#rightcalendar{
width: 260px;
float: right;
position: relative;
overflow: hidden;
margin:0;
padding:0;
}

#customisedtraining{
width: 280px;
float: left;
margin-left: 20px;
background: #efefef;
border: 1px solid #ccc;
padding: 20px;
}

#trainingmain{
width: 500px;
float: left;
}



#content {
	width: 850px;
	padding: 30px 20px 10px 30px;
margin-bottom: 3px;
	border: 1px solid #d5d5c1;
float: left;
position: relative;
}

#content img {
margin-right: 7px
}

#content h1{
font-size: 26px;
margin-bottom: 20px;
color: #691b42;
font-weight: normal;

}

#content h2 {
	font-size: 20px;
	color: #691b42;
	margin-bottom: 15px;
font-weight: normal;
/*width: 520px;*/
}

#content h3 {
	font-size: 14px;
	color: #691b42;
	margin-top: 6px;
	font-weight: bold;
}


#content h4 {
	font-size: 22px;
	color: #333;
	margin-bottom: 15px;
	/*margin-top: 20px;*/
}


.courseInfo h3{
width: 520px
}
#content p {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 10px;
text-align: justify;
}
#content a, #sidebar a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.static td{
color: #333;
	text-decoration: none;
	font-weight: normal;
padding: 5px 0px;
}

#trainingmain table{
}

#content ul li{
font-size: 13px;
margin-left: 20px;
}

#content ol{
font-size: 13px;
margin-left: 50px;
margin-bottom: 20px;
}

#bottom-links {
	background: #c2c2a5;
	text-align: right;
	padding: 8px 15px;
	clear: both;
	color: #691b42;
	height: 16px;
}
#bottom-links li {
	display: inline;
}
#bottom-links a {
	color: #691b42;
	padding: 0 5px 0 3px;
	font-weight: bold;
}

#bottom-links a:hover {
	text-decoration: underline;
}

#footer {
	background: #691B42;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 5px 20px;
	width: 95%;
	clear: both;
	position: relative;
}
#footer a {
	font-weight: bold;
	color: #fff;
}

.credits {
	width: 901px;
	margin: 5px auto 12px auto;
	padding: 5px;
	font-size: 10px;
}
.credits a {
	text-decoration: none;
}	

.date{
	color: #999;
}

.static{
/* border-bottom: 1px solid #efefef; */
/* padding-bottom: 20px; */
padding-top: 20px;
}

#content .static h2 {
	margin-bottom: 0px;
}
#content .static a:hover {
	text-decoration: underline;
}


/* Date Styles */

	#dateColumn {
		width: 18em;
		float: right;
		background: #e0dfcf url('images/upcoming.png') no-repeat top center;
font-size: 0.9em;
margin: 0 0px 0 30px;
padding-top: 40px;
border: 1px solid #dbd9c5;
padding-bottom: 30px;
	}
	
	#dateColumn table {
		margin: 0.5em auto;
		background: #FFF;
		border: 1px solid #820053;
	}
	
	#dateColumn td {
		padding: 0.25em;
	}

#dateColumn a{
font-weight: bold;
text-decoration: underline;
}
	
	table td.month {
		background: #820053;
		color: #FFF;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	table td.day {
		border-bottom: 1px solid #820053;
		color: #666;
	}
	
	p.keyTitle {
		font-size: 1.4em;
		color: #fff;
		font-weight: bold;
		margin: 0 1em;
display: none;
	}
	
	#key {
		font-size: 1.2em;
display: none;
		list-style: none;
		margin: 0 1em 1em 1em;
	}
	
	#key li img {
		float: left;
		padding: 0.2em 0.5em 0.2em 0.2em;
		
	}
	
	#key li {
		clear: left;
		vertical-align: middle;
	}
	
	#key li.single {
		line-height: 25px;
	}
	
	
	#streamsContent {
		padding: 1em;
	}
	
	#streamsContent h3 {
		font-size: 1.2em;
	}
	
	#streamsContent div {
		background: #FFF;
		padding: 1em;
	}
	
	div.eventInfo {
	
		position: absolute;
right: 30px; top: 30px;
		width: 270px;
		padding: 1em 0.5em;
		background: #f7f6f1;
		border: 1px solid #C7C39E;
	}
div.courseInfo{
	width: 520px;
	float: left;
	
}
	
	#streamsContent div.eventInfo p {
		line-height: 1.4em;
		padding: 0.2em 0;
	}
	
	div.eventInfo a.book {
		display: block;
		background: url('button_book.jpg') no-repeat center top;
padding: 60px;
width: 160px;
height: 200px;
position:absolute;
right: 50px;
top: 470px;
		color:#FFF;
		text-align: center;
text-indent: -9999px;		line-height: 2em;
	}
	
	div.eventInfo a.book:hover {
		text-decoration: none;
		background: url('button_book_hover.jpg') no-repeat center top;

	}
	
	#streamsContent hr {
		clear:right;
		margin: 10px 0;
	}
	#streams {
		list-style: none;
		margin-bottom: 1em;
	}
	
	#streams li {
		float: left;
		height: 3em;
		line-height: 3em;		
	}
	
	#streams li a span.tabLeft {
		display:block;
		width: 10px;
		height: 30px;
		/*background: url(../images/tab_left.gif) top left no-repeat;*/
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#streams li span.tabRight {
		display:block;
		width: 10px;
		height: 30px;
		/*background: url(../images/tab_right.gif) top right no-repeat;*/
		position: absolute;
		top: 0;
		right: -1px;
	}
	
	#streams a {
		text-decoration: none;
		display: block;
		text-align: center;
		height: 3em;
		line-height: 3em;
		position: relative;
		color: #fff;
	}
	
	#streams li.fin a {
		background: #FFFF00;
		color:#000;
		width: 7em;
	}
	
	#streams li.gov a {
		background: #0099FF;
		width: 8em;
	}
	
	#streams li.hum a {
		background: #FF0000;
		width: 16em;
		letter-spacing: -0.05em;
	}
	
	#streams li.ski a {
		background: #33CC00;
		width: 11em;
	}
	
	#streams li.lea a {
		background: #000099;
		width: 8em;
	}
	
	#streams li.thr a {
		background: #FF9900;
		width: 13em;
	}
	
	#streams a:hover {
		/*text-decoration: underline;*/
	}
	
	#streamsContent {
		padding: 1em;
	}

/* Streams Content BG colours	*/
	
	#streamsContent.fin {
		background: url(../images/stream_fin_bg.gif) top repeat-x;
	}
	
	#streamsContent.gov {
		background: url(../images/stream_gov_bg.gif) top repeat-x;
	}
	
	#streamsContent.hum {
		background: url(../images/stream_hum_bg.gif) top repeat-x;
	}
	
	#streamsContent.ski {
		background: url(../images/stream_ski_bg.gif) top repeat-x;
	}
	
	#streamsContent.thr {
		background: url(../images/stream_thr_bg.gif) top repeat-x;
	}	
	
#registerForm td{

padding-top: 10px;



}
#registerForm th{
font-size: 18px;
font-weight: normal;
padding-top: 20px;
padding-bottom: 0px;
text-align: left;
color: #820053;



}

#registerForm input{
border: 1px solid #999;
padding: 3px;
font-size: 12px;
}


#registerForm select{
border: 1px solid #999;
padding: 3px;
font-size: 12px;
}


#registerForm textarea{
border: 1px solid #999;
padding: 3px;
}

#shgov h1{
width: 520px;}


/* Hacks	*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.form-error {
	color: #BC2d25;
	font-size: 80%;
}

.np, #content ul li.np, #content li.np {
	margin-top:0;
	margin-bottom:0;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */