@charset "UTF-8";

/* General styles */
    body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#000;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
    }
	a {
	color: #fff;
	}
	a:hover {
	color:#fff;
	text-decoration:none;
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
#wrapper {
	width: 960px;
	margin: auto;
}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
    }
	#header {
	background: url(../Assets/Services/banner.jpg) no-repeat top;
	height: 176px;
	width: 960px;
	margin: 0;
	padding: 0;
	}
	#header p,
	#header h1,
	#header h2 {
	margin:0;
	line-height: 38px;
	}
#header #topNavBar {
	background: url(../Assets/Home/top_nav_bar.jpg) no-repeat;
	float: right;
	height: 33px;
	width: 438px;
	margin-right: 35px;
	text-align: center;
}
#header #topNavBar a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	font-size: 90%;
}
#header #topNavBar a:hover {
	text-decoration: underline;
}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
#navBar {
	clear:both;
	background:url(../Assets/Services/nav_bar.jpg) bottom;
	border-top:0px solid #000;
	margin:0;
	text-align:left;
	width: 960px;
	height: 40px;
	padding: 0px;
}
#navBar p {
	padding-left: 45px;
}
#navBar a {
	line-height: 40px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 90%;
}
#navBar a:hover {
	background: #0F0D3B;
}
	/* 'widths' sub menu */
	#layoutdims {
	clear:both;
	background:url(../Assets/Home/nav_bar.jpg) bottom;
	margin:0;
	text-align:left;
	padding-right: 15px;
	padding-left: 15px;
	height: 40px;
	width: 960px;
	}
#introArea {
	background: url(../Assets/Services/heading_bar.jpg);
	height: 63px;
	width: 960px;
	color: #000000;
	margin: 0;
	padding: 0;
}
#introArea p {
	margin-left: 50px;
	margin-right: 380px;
	margin-top: 0px;
}
.strapline1   {
	font-size: 31px;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 25px;
}
.strapline2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.intro {
	padding-right: 90px;
}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 1 column full page settings */
	.fullpage {
	background:#FFFFFF url(../Assets/Services/content_bg.jpg) no-repeat top;
	color: #113579;
	}
.fullpage a {
	color: #3399FF;
	text-decoration: none;
}
.fullpage a:hover {
	text-decoration: underline;
}
	.fullpage .col1 {
	margin:0 50px;
	}
#leftCol {
	float: left;
	margin-right: 2%;
	width: 48%;
	padding-right: 15px;
	border-right: 1px dotted #98A8C5;
}
#rightCol {
	float: left;
	width: 48%;
}
	/* Footer styles */
	#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:0px solid #000;
	background: #0f0d3b;
	color: #528cc8;
	font-size: 80%;
    }
#footerContact {
	float: left;
	margin-right: 260px;
	margin-left: 25px;
}
.footerblock {
	float: left;
	margin-right: 15px;
}
    #footer p {
        padding:10px;
        margin:0;
    }
#footer a {
	color: #528cc8;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
