/*
Description:	CSS
Author:			Visualcode Limited
Date: 			June 2009.
Version:		1.0
*/

@import url('css/generalform.css');


/*---------------------------Global Start -----------------------------*/


/*
Colour Palette
dkBlue:#0F2249; ltBlue:#1A366D; dkGreen:#1B6B2D; ltGreen:#448653; dkGrey:#666666; lt Grey:#ECECEC;
*/

body {
	font:12px "trebuchet ms", Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 15px;
	color: #000;
	text-align:center;
	background:#0F2249;
  	position:relative;
	margin:0;
	padding:0;
	border-top:5px solid #1B6B2D;
	}
	
a:link {
	color: #1B6B2D;
	text-decoration: none;
}

a:visited {
	color: #1B6B2D;
	text-decoration: none;
}

a:active {
	color: #0F2249;
	text-decoration: none;
}

a:hover {
	color: #0F2249;
	text-decoration: none;
}

a img{
	border:0;
	}

h1, h2, h3, h4{
	
	font-weight:normal;
	}
	
h1 {
	font-size: 1.9em;
	color:#0F2249;
	border-left:#ECECEC solid 5px;
	padding-left:5px;
	}

h2 {
	color:#1B6B2D;
	font-size: 1.5em;
	}

h3 {
	color:#666;
	font-size: 1.3em;
	}

h4 {
	color:#ECECEC;
	font-size: 1.2em;
	}


hr {
	border: none;
	border-top: 1px solid #ECECEC;
	height: 1px;
	margin: 8px auto;
	padding: 0;
	color:#FFF;
	clear:both;
	}

.clear{
	clear:both;
	text-align:right;
	}
	
/* ______________________ Start Layout ______________________ */

/*
Colour Palette
dkBlue:#0F2249; ltBlue:#1A366D; dkGreen:#1B6B2D; ltGreen:#448653; dkGrey:#666666; lt Grey:#ECECEC;
*/

#container{
	padding:0;
	margin:0;
	position:relative;
	background:#FFF;
	}

#wrapper {
	width:920px;
	margin:0 auto;
	padding:0 10px;
	position:relative;
	}
	
#header {
	width:100%;
	}

#Logo {
	padding:25px 0px 10px 0px;
	float:left;
	margin:0;
	height:70px;
	}
	
.strap{	
	float:right;
	margin-left:0px;
	margin-top:25px;
	text-align:left;
	width:550px;
	color:#0F2249;
	font-size:19px;
	}
	

/* ______________________ Additional Navigation ______________________ */



#adNav a:link{color:#0F2249;}
#adNav a:visited{color:#0F2249;}

#adNav a{
	display:block;
	padding-top:10px;
	height:20px;
	width:75px;
	margin-left:5px;
	border-right:#ECECEC solid 1px;
	}
	
#adNav a:active,
#adNav a:hover,
#adNav a:hover.attention{
	color:#1B6B2D;
	}

#adNav{
	float:right;
	width:350px;
	}

#adNav ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:90%;
	line-height:1em;
	}

#adNav li {
	padding:0px;
	list-style:none;
	display:inline;
	text-align:center; 
	float:right;
	}


/* ______________________ content ______________________ */


#contentArea{
	text-align:left;
	}

#contentArea ul{
	list-style:none;
	margin:5px 25px;
	padding:0;
	}

#contentArea ul li{
	background: url(images/bullet.gif) no-repeat 0 3px;
	padding:0 0 5px 25px;
	}

#contentArea ol li{
	padding:0 0 10px 0;
	line-height:15px;
	}

/* ______________________ Footer ______________________ */

/*
Colour Palette
dkBlue:#0F2249; ltBlue:#1A366D; dkGreen:#1B6B2D; ltGreen:#448653; dkGrey:#666666; lt Grey:#ECECEC;
*/

#footer {
	border-top:#1A366D solid 5px;
	clear:both;
	padding-top:0px;
	text-align:center;
	font-size:85%;
	text-align:center;
	margin:0;
	color:#FFF;
	}

#footer h2, #footer h3{
	color:#FFF;
	}

#footer h2{
	margin:0;
	padding:0 0 10px 0;
	color:#FFF;
	}
	
#fholder{
	width:920px;
	margin:0 auto;
	}
	
#fholder b,
#fholder a{
	color:#FFF;	
	}

#copyright{
	text-align:left;
	float:left;
	width:460px;
	padding-top:10px;
	}

#contactAd,
#contactNo{
	width:170px;
	padding:10px 20px;
	float:right;
	text-align:left;
	border-left:#1A366D solid 1px;
	height:100px;
	}

#contactAd{
	width:200px;
	}

#contactNo ul{
	list-style:none;
	margin:0;
	padding:0;
	}
	
#contactNo ul li{
	padding-left:20px;
	background: url(images/bullet.gif) no-repeat 0 3px;
	}
	

/* ______________________ focus form ______________________ */	

form.focus{
	background:#f5f5f5;
	border:#ECECEC solid 3px;
	padding:15px 0px 5px 50px;
	}
	
	
	