/* simple reset */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, dl, dt, dd, form, a, fieldset, input, th, td {  
	margin: 0; padding: 0; outline: none;  list-style:none;
}

img, iframe, fieldset {
	border:none;
	padding:0;
	margin:0;
}

/* html5 for IE */

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

html {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#494949;
	height:100%;
	padding-bottom:1px;
}

body {
    line-height:1.4em;
	background-image:url(../../sca/images/body-bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	text-align:center;
}

.HomePage {
	background-image:url(../../sca/images/body-bg-home.png);
	background-position:top left;
	background-repeat:repeat-x;
}

/* misc */

.fl {
	float:left;
}

.fr {
	float:right;
}

.clear {
	clear:both;
}

.wrapper {
	width:920px;
	margin:0 auto 0 auto;
	text-align:left;
}

/* ======================================== HEADER */

#header {
	height:120px;
}

#header img {
	padding-top:20px;
	margin-right:20px;
}


/* ======================================== TOP NAV */

.top-nav {
	font-size:0.9em;
	line-height:1em;
	position:relative;
	text-transform:uppercase;
	z-index:5;
	height:35px;
}

.top-nav li {
	
	float:left;	
	text-align:center;
	padding:10px 0 8px 0;
	display:block;
	position:relative;
	text-decoration:none;
}
 
.top-nav li > a {
	color:#3b76a3;
	text-decoration:none;
	padding:10px 25px 8px 28px;
}

.top-nav li:hover > a {
	color:#4e698d;
	border-bottom:3px solid #ebecf0;
}

.top-nav li.current > a, #top-nav li.section > a {
	color:#2e4a6f;
	border-bottom:3px solid #d5e2ea;	
}

.menu li.has-children:hover > a {
	color:#4e698d;
	border-bottom:3px solid #ebecf0;
}


.menu li ul {
	max-height:0;
	opacity:0;
	overflow:hidden;
	background-color:#eff3f7;
	list-style:none;
	margin-top:14px;
	text-transform:none;
	width:280px;
	zoom:1;
	transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	position:absolute;
	display:block;
	z-index:501;
	border-left:1px solid #e0e6e9;
	border-right:1px solid #e0e6e9;
	border-bottom:1px solid #e0e6e9;
	font-size:1em;
	line-height:1.6em;
}

.menu li:hover ul {
	display:block;
	max-height:500px;
	padding:0;
	opacity:1;
}

.menu li ul li {
	float:left;
	width:100%;
	zoom:1;
	padding:0;
}

.menu li ul li.clear {
	border:none;
}

.menu li ul li > a {
	text-align:left;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #cfe5f8;
	padding:13px 30px;
}

.menu li ul li:hover > a {
	font-weight:normal;
	background-color:#e6eef8;
	border:none;
}

.menu li ul li.current > a {
	background-color:#e1e7ee;
	border:none;
}

.menu li ul li a:active {
	background-color:#e6eef8;
}

/* ======================================== BANNER (homepage) */

#banner {
	padding:13px 0 10px 0;
	background-color:#f6f6f9;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;	
}

#service-blocks {
	height:268px;
	border-bottom: 1px solid #e4e8e9;
	margin: 0 40px 15px 44px;
}

.service-block {
	background-color:#eff2f3;
	border:1px solid #e4e8e9;
	width:230px;
	height:170px;
	padding:60px 15px 5px 20px;
	margin:15px 5px 10px 5px;
	float:left;
	display:block;
	text-decoration: none;
	color:#878c91;

	background-position:right top;
	background-repeat:no-repeat;
}

.service-block:hover {
	background-color:#dbe3e5;
	color:#043b80;
}

.service-block:hover * {
	color:#234064;
}
.leaders {
	background-image:url(../images/leaders-bg.png);
}

.teams {
	background-image:url(../images/teams-bg.png);
}

.organisations{
	background-image:url(../images/organisations-bg.png);
}

.service-block h3 {
	color:#3b5a80;
	font-weight:100;
	font-size:1em;
	margin-bottom:0.8em;
}

.service-block h3:after {
	content:"";
	display:block;
	border-bottom:1px solid;
	margin-top:0.5em;
	width:1em;
}

.service-block h3 strong {
	font-size:1.6em;
	text-transform:uppercase;
	font-weight:100;
	line-height:1.3em;
}

.service-block p {
	color:#6f747b;
	font-size:0.9em;
	line-height:1.6em;
	padding:0.6em 0;
}

.service-block a {
	color:#3b5a80;
	text-decoration:none;
}

.service-block ul a:hover {
	color:#1a8de6;
}

.breadcrumbs {
	font-size:0.9em;
	color:#AAA;
	border-bottom:1px dotted #CCC;
	padding:0.6em;
}

.breadcrumbs a {
	color:#666;
	font-weight:normal;
}

/* ======================================== HOMEPAGE (LEFT CONTAINER) */

#homepage-left-container {
	width:540px;
}

/* ======================================== HOMEPAGE (RIGHT CONTAINER) */

#homepage-right-container {
	width:250px;
	background-color:#f2f2f2;
	padding:0 10px 10px 10px;	
}


/* ======================================== LAYOUT */

#left-content {
	width:550px;
	min-height:350px;
	padding-left:25px;
	margin-top:10px;
	line-height:1.5em;
}

#left-content.wide {
	width:100%;
}

#right-content {
	width:325px;
	margin-top:10px;
}

/* ======================================== FOOTER */

#footer {
	width:100%;
	background-color:#f6f6f9;
	color:#b3b3b6;	
	border-top: 1px solid #e0e0e0;
	padding:0 0 10px 20px;
}

#footer-container {
	width:960px;
	margin:10px auto 0 auto;
	padding:10px 0 100px 15px;
	text-align:left;
}

#footer a, #footer a:visited {
	font-family: Helvetica, Arial;
	color:#92959a;
	font-size:1em;
	font-weight:100;
	line-height:1.8em;
	text-decoration:none;
}

#footer a:hover {
	color:#339acf;
}
 
#footer h5 {
	font-family: Helvetica, Arial;
	color:#92959a;
	font-size:1em;
	font-weight:100;
	line-height:1.8em;
}

#footer h5 strong {
	font-weight:bold;
}

#footer-container a, #footer-container a:visited {
	color:#868c94;
}

#legals {
	font-size:0.9em;
	float:left;
	text-align:left;
	margin-top:5px;
}

.NewsCategory a{
	color:#346bb3;
	text-decoration:none;
}

.NewsArticle .wrapper p {
	color:#5c5d5d;
	margin:10px 0 20px 40px;
	line-height:1.8em;
}

.NewsArticle .wrapper h3 {
	margin-left:40px;
}

.NewsCategory h5 {
	font-family: Helvetica, Arial;
	font-size:1.2em;
	font-weight:100;
	line-height:1em;
	padding:10px 0 0 0;
	margin:8px 0 12px 40px;
}

.NewsCategory h5 a:hover {
	color:#7993b5;
}

.NewsCategory p {
	color:#5c5d5d;
	margin:10px 0 20px 40px;
	line-height:1.8em;
}
