/*
-----------------------------------------------
CCL Splash Page styles (layout)
----------------------------------------------- */

body {
	margin:0;
	padding:0;
}

/* Wrapper
----------------------------------------------- */
#wrapper {
	width: 960px;     /* set width of site */
	position:relative;
}

/* Links
----------------------------------------------- */
a { color: #36789A; text-decoration: none; font-weight:bold; }
a:link { color: #36789A; text-decoration: none;}
a:visited { color: #36789A; }
a:hover { color: #0D3B57; text-decoration: underline;}
a:active { color: #0D3B57; text-decoration: none;}


/* Header
----------------------------------------------- */
h1#logo, h2#logo, h1#logo a, h2#logo a {
	background:url(../img/logo.png) no-repeat;     /* specify location of logo image */
	width:280px;
	height:60px;
}

#header {
	position:relative;
	height:75px;
	padding-top:21px;
	width:960px;
}
#training {
	position:absolute;
	bottom:19px;
	right:0;
}

/* Main Nav
----------------------------------------------- */
ul#nav li {
	margin-bottom:16px;
	width:250px;
}
ul#nav li a {
	height:19px;     /* specify height of navigation images */
}
#nav a { background-position:0 0; }
#nav .on a { background-position:0 -52px; }     /* specify starting position of nav image states */
#nav a:hover { background-position:0 -31px; }
#nav .on a:hover { background-position:0 -78px; }     /* this option for rollover state for option which is "on" - leave same as line 37 otherwise */

/* change widths and source of each navigation item */
ul#nav #nav1, ul#nav #nav1 a { width:181px; background-image:url(../img/nav/nav_uk.gif); background-repeat:no-repeat; }
ul#nav #nav2, ul#nav #nav2 a { width:90px; background-image:url(../img/nav/nav_qatar.gif); background-repeat:no-repeat;}
ul#nav #nav3, ul#nav #nav3 a { width:226px; background-image:url(../img/nav/nav_uae.gif); background-repeat:no-repeat;}




/* Main
----------------------------------------------- */
#main {
	margin-top:0;
}
#map {
	position:relative;
	width:960px;
	height:504px;
	background:url(../img/map_bg.gif) no-repeat 0 0;
}
#map_nav {
	position:absolute;
	width:250px;
	height:110px;
	left:55px;
	top:88px;
}


/* Forms
----------------------------------------------- */
form label, form .row.multi legend {
	width:200px;	/* use additional class of container at start of this arguement to target any difference to this site-wide standard */
}
form .row.submit {
	margin:1em 0 0 200px;
}
form .textbox input, form .textarea textarea {
	width:200px;
}
form .row.multi fieldset label {
	width:auto;
}




/* Footer
----------------------------------------------- */
#footer {
	font-size:0.9em;
	margin:15px 0 ;
	float: left;
	padding-right: 0;
	padding-bottom: 20px;
	padding-top: 10px;
}
#legals {
	float:right;
}
#legals ul, #legals li {
	margin:0;
	padding:0;
}
#legals li {
	float:left;
	list-style:none;
	margin:0;
	padding:0 5px;
	border-right: 1px solid #999999;
}
#footer #legals li a {
	font-weight:bold;
}
#legals li.last {
	padding-right: 0;
	border-right: 0;
}
#copyr {
	float:left;
	width:180px;
	text-align:left;
	color:#ccc;
}
#copyr a, #copyre a:visited, #copyr a:hover {
	color:#ccc;
}




/* Headings
----------------------------------------------- */
h1.replace {
	font-size:20px;
	margin:0;
}
h2.replace {
	font-size:16px;
	margin:0;
}