/* mac hide \*/
html, body { height: 100%; }
/* end hide*/
* html #outer { height: 100%; }

* { margin: 0; padding: 0; }

body {
	background: #E1E1E1 url(../images/big_r.gif) 780px 265px no-repeat;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;
	font: 100%/120% "Arial", Helvetica, sans-serif;
}

#outer {
	width: 761px;
	position: relative;
	text-align: left;
	min-height: 100%;
	height: 100%;
}

#wrapper1 {
	background: #D5D5D5;
	height: 100%;
}

#contentwrap {
	background: #fff url(../images/wrap_bg.gif) 0 0 repeat-y;
	display: block;
	float: left;
	position: relative;

	font-size: 0.75em; /* Global Content Font Size */
}

#header {
	background: #104581 url(../images/top_bg.jpg) 0 0 repeat-x;
	height: 61px;
}

	#headerleft {
		float: left;
	}

	#headerright {
		 float: right;
	}

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

	#col-left .padding {
		padding: 30px 10px 20px 15px;
	}

.colwrap-right {
	float: right;
	width: 504px;
	background: #F2F2F2 url(../images/contentwrap_bg.jpg) 0 280px repeat-x;
	position: relative;
}

#contentwrap.tpl .colwrap-right {
	background-position: 0 175px;
}

	#feature {
		width: 100%;
		height: 184px;
		border-bottom: 1px solid #707070;
		clear: both;
		font-size: 1px
	}

	#feature_tpl {
		width: 100%;
		min-height: 77px;
		border-bottom: 1px solid #707070;
		background: #F5F5F5;
		overflow: hidden;
		padding-bottom: 5px;
		clear: both;
	}

	#feature_tpl div.icon {
		height: 85px;
		float: left;
		position: relative;
	}

	#feature_tpl.tpl div.icon {
		height: 75px;
		float: left;
		margin-right: 25px;
	}

	#feature_tpl .headdingwrap {
		padding-top: 13px;
	}

	#col-center {
		float: left;
		width: 252px;
	}

	#col-right {
		float: right;
		width: 252px;
		margin-top: 30px;
	}

#footer {
	clear: both;
	font-size: 0.7em;
	color: #666;
	padding-left: 275px;
	padding-top: 4px;
}
	#footer a:link, #footer a:visited {
		color: #666;
	}

	#footer a:hover {}

/*** Horizontal Navigation (refer to horizontal_nav.css) ***/

#h-nav {
	display: block;
	background: #C60C09;
	overflow: hidden;
	float: left;
	width: 100%;
	border-bottom: 1px solid #6A6A6A;
}

/*** Left Nav ***/

ul#left_nav {
	margin: 0 0 0 55px;
	padding: 0;
}

ul#left_nav li span { display: none; }

ul#left_nav li {
	list-style: none;
	float: left;
}

ul#left_nav li a:link, ul#left_nav li a:visited {
	width: 160px;
	height: 60px;
	display: block;
	float: left;
	text-indent: -9999px;
}

ul#left_nav li.humanresources a { background: url(../images/left_nav1.gif); }
ul#left_nav li.training a { background: url(../images/left_nav2.gif); }
ul#left_nav li.businessdevelopment a { background: url(../images/left_nav3.gif); }
ul#left_nav li.performancemanagement a { background: url(../images/left_nav4.gif); }
ul#left_nav li.marketingcommunications a { background: url(../images/left_nav5.gif); }

ul#left_nav li a:hover { background-position: 0 -60px; }

body.page-10 ul#left_nav li.humanresources a,
body.page-11 ul#left_nav li.businessdevelopment a,
body.page-12 ul#left_nav li.performancemanagement a,
body.page-13 ul#left_nav li.marketingcommunications a
{ background-position: 0 -60px; }

/* Training */

ul#left_nav li.training a:link, ul#left_nav li.training a:visited { height: 43px; }
ul#left_nav li.training a:hover { background-position: 0 -43px; }

body.page-9 ul#left_nav li.training a { background-position: 0 -43px; }

p.specialising { margin-left: 55px; }

/*** News Item 1 ***/

.newsitem1 h4 {
	font-size: 1em;
	background: none;
	padding: 0;
}

.morenews {
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
}

/*** Formatting ***/

a img { border: none; }

a:link, a:visited {
	color: #E32118;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #E32118;
}

p { margin: 0 0 1em 0; }

small {
	font-size: 0.9em;
	line-height: 1.4em;
	color: #666;
}

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
}

	ul ul, ol ol { margin-bottom: 0; }

.hide { display: none; }

h2 {
	margin: 0 0 1em 0;
	font-size: 1.2em;
}

	h2 a:link, h2 a:visited {
		color: #000;
		text-decoration: none;
	}

	h2 a:hover {
		color: #000;
		text-decoration: none;
	}

h3 {
	margin: 0 0 1em 0;
	font-size: .9em;
	color: #000;
	font-family: Arial Black, Helvetica, sans-serif;
	font-weight: normal;
	position: relative;
	text-transform: uppercase;
	background: url(../images/heading_icon1.gif) 0 1px no-repeat;
	padding-left: 20px;
}

h4 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 20px;
}

.imgLeft {
	float: left;
	margin: 0 20px 10px 0;
}

.padding { padding: 20px; }

.emphasis {
	font-size: 1.1em;
	font-weight: bold;
}

/*** Sun Navigation (Sub Pages) ***/

div#subnav {
	border: 1px solid #F5F5F5;
	margin: -5px 0 0 0;
	padding: 0;
}

div#subnav ul li {
	list-style: none;
	display: inline;
	float: left;
}
div#subnav ul a:link, div#subnav ul a:visited {
	background: url(../images/subnav_arrow.gif) 0 3px  no-repeat;
	padding-left: 10px;
	margin-right: 15px;
	font-weight: bold;
	font-size: 0.9em;
	white-space: nowrap;
}

.blue { color: #31599C; }

/*** Forms ***/

form {
	margin: .5em 2em;
	font-size: 1.1em;
}

input, select, textarea {
	margin-left: .5em;
}

fieldset {
	margin: 1em 0;
	padding: .3em 1em;
}

fieldset br { display: none; }

legend {
	font-weight: bold;
}

fieldset div {
	clear: both;
	margin: .3em 0;
	position: relative;
}

fieldset div span {
	display: none;
}

fieldset div:hover span {
	font-size: 85%;
	background-color: #fff;
	margin-left: 20em;
	line-height: 1.3em;
	padding: .2em .5em .3em;
	border: 1px solid #999;
	color: #666;
	display: block;
	position: absolute;
	z-index: 100;
	float: right;
}

* html fieldset div span {
	display: none;
}

label, fieldset div.cr p {
	margin: 0;
	display: block;
	width: 10em;
	text-align: left;
	float: left;
	font-size: 0.9em;
}

fieldset div.cr p { margin-left: -10em; }

div.cr {
	margin-left: 9em;
}

fieldset div.cr label {
	text-align: left;
	display: inline;
	float: none;
}

.mandat { color: #ff0000; }

.mandat:after { content: "*"; }

.buttons { margin: 1em 0 0 9em; }

.removed { display: none !important; }

/*** Tables ***/

table, th, td { border: none; }

/*** sIFR ***/

	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
	}

	.sIFR-replaced {
		visibility: visible !important;
	}

	span.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
		letter-spacing: 0;
	}

h2 {
	font-size: 42px;
	display: inline;
}


.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	line-height: 15px;
	font-size: 31px;
}
