/*Training Services
Colours:
Very Light(Highlights): #EEF1F7
Light(Backgrounds): #DCE3EE
Mid(Key Colour): #B3C3DB
Dark: #808DA2
Very Dark(h1, h2, borders): #5A6372
*/
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	background: #FFFFFF url("../images/ts_menu_bg.gif") repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}
/*Banner---------------------*/
#banner {
	background: #FFFFFF url("../images/ts_banner.jpg") no-repeat right top;
	padding: 7px 0px 9px 8px;
	border-bottom: 1px solid #5A6372;
	height: 75px;
}
/*Content Wrapper---------------------*/
#content_wrapper {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	height: 100%;
}
/*Language selector------------------------*/
#lang { 
	padding: 6px 5px 8px 5px;
	color: #140D47;
	border-bottom: 1px solid #C8D1D7;
	font-size: 80%;
	width: 149px;
}
#lang input{ 
	margin: 0 0 0 5px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
/*Menu---------------------*/
#menu {
	font: 0.75em Arial, Helvetica, sans-serif;
	position: relative;
	float: left;
	top: 82px;
	height: 100%;
	margin: 0;
	padding: 0;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	margin: 0;
	padding: 0;
	white-space: normal;
}
#menu li a{
	margin: 0;
	padding: 5px 5px 5px 5px;
	width: 149px;
	display:block;
}
#menu a {
	border-bottom: 1px solid #C8D1D7;
	width: 149px;
	background: #3F5F75;
	text-decoration: none;
	color: #FFFFFF;
}
#menu li a:hover {
	border-bottom: 1px solid #333333;
	background: #FFFFFF;
	text-decoration: none;
	color: #000000;
}
#menu .current a {
	border-bottom: 1px solid #C8D1D7;
	background: #A9B7C1;
	text-decoration: none;
	color: #000000;
}
#menu .current a:hover {
	border-bottom: 1px solid #000000;
	background: #FFFFFF;
	text-decoration: none;
	color: #000000;
}
#menu .current_sub a {
	border-bottom: 1px solid #5A6372;
	border-right: 1px solid #5A6372;
	width: 149px;
	background: #EEF1F7;
	text-decoration: none;
	color: #000000;
	font-size: 90%;
	padding-left: 5px;
}
#menu .current_sub a:hover {
	border-bottom: 1px solid #000000;
	background: #FFFFFF;
	text-decoration: none;
	color: #000000;
	font-size: 90%;

}
#menu .current_sub_current a {
	border-bottom: 1px solid #5A6372;
	background: #FFFFFF;
	text-decoration: none;
	color: #000000;
	font-size: 90%;

}
#menu .current_sub_current a:hover {
	border-bottom: 1px solid #000000;
	background: #FFFFFF;
	text-decoration: none;
	color: #000000;
	font-size: 90%;

}
/*Content---------------------*/
#content {
	margin-left: 160px;
	padding: 20px 25px 10px 25px;
	background: url("../images/ts_title.gif") no-repeat right 14px;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
#content p {
	font: 0.9em/1.5 Arial, Helvetica, sans-serif;
}
#content hr {
	margin-bottom: 20%;
	visibility: hidden;
}
/*Headings---------------------*/
h1 {
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #5A6372;
}
/*Page ../images-------------------*/
img.floatLeft{
	float: left;
	margin: 5px 15px 10px 3px;
}
img.floatRight {
	float: right;
	margin: 5px 3px 10px 15px;
}
.breakout_left {
	font: 0.9em/1.5 Arial, Helvetica, sans-serif;
	color: #000000;
	float: left;
	margin: 6px 12px 2px 0px;
	border: 1px solid #5A6372;
	padding: 10px;
	background: #DCE3EE;
}
.breakout_right {

	font: 0.9em/1.5 Arial, Helvetica, sans-serif;
	color: #000000;
	float: right;
	margin: 6px 0px 2px 12px;
	border: 1px solid #5A6372;
	padding: 10px;
	background: #DCE3EE;
}
#copyright {
	width: 149px;
	margin: 25px 0px 0px 0px;
	padding: 5px 5px 5px 6px;
	font-size: 85%;
	color: #C8D1D7;
	white-space: normal;
}