/* --- TOC
		1. General Structure
		2. Header
		5. Tables
		3. Footer
		4. Sidebar
		5. Breadcrumbs
		6. Call to Action
		7. Columns

--- */

/** BASIC LAYOUT */
body{ 

	min-width: 1002px;
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #000000;
}

img
{
 border: none;	
}

.clear{
	clear:both;
}

#mainWrapper
{
	width: 100%;
	background-image: url(/_images/template/bgTop.png);
	background-repeat: repeat-x;
	background-color: #fcfcfc;	
}

#main
{
	width: 1025px;
	margin: 0px auto 0px auto;
}

#content
{
	position: relative;	
}
	
focus
{
	border: 0px;
}
/** MASTHEAD */

#header
{ 
	height:153px;
	margin: 0px auto 20px auto; 
	width: 1001px;
	position: relative;
	z-index: 10; /* important fixes drop down from goign behind banner */
}

#logo
{
	float: left;
	margin: 24px 0px 15px 0px;
}

#headerRight
{
	padding: 20px 0px 0px 0px;
	float: right;
	text-align: right;
	font-size: 110%;
}
	
#search
	{
	float: left;
	width: 138px;
	height: 26px;
	border: 0;
	margin: 1px 10px 0px 0px;
	padding: 0px 10px 0 20px;
	color: #999;
	background-image: url(/_images/template/searchBox.png);
	background-repeat: no-repeat;
	}
	
#navigation { 
	clear: both;
	height: 35px; 
	margin: 0px 0px 0px 0px; 
	background-image: url(/media/_template/navigation.png); 
	background-repeat: no-repeat;
	position: relative!important; /*fixes ie7 dropdown z-indexing*/
	z-index:2;
	clear: both;
	width: 1002px;
}

#navigation ul#topnav {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	float: left;
	list-style: none;
	color: #484949;
}

#navigation ul#topnav li {
	float: left;
	position: relative; /*--Important--*/
	width: 124px;
	margin: 0px 1px 0px 0px;
	text-align: center;
	height: 35px;
	display: block;
}

li.arrow
{
	background-image: url(/_images/template/nav_arrow.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#navigation ul#topnav li a {
	color: #484949;
	display: inline-block;
	text-decoration: none;
	width: 124px;
	height: 30px;
	padding: 5px 0px 0px 0px;
}

#navigation ul#topnav li a:hover {
	background-image: url(/_images/template/navOverTopNoArrow.png);
	background-position: top center;
	color: #fff;
}

#navigation ul#topnav li.arrow a:hover {
	background-image: url(/_images/template/navOverTop.png);
	background-position: top center;
	color: #6e6e6e;
}

#navigation ul#topnav li:hover a.navLeft { 
	color: #fff;
	background-image: url(/media/_template/navLeftOver.png);
	background-repeat: no-repeat;
	background-position: top left;
	}
	
#navigation ul#topnav li:hover a.navRight { 
	color: #fff;
	background-image: url(/media/_template/navRightOver.png);
	background-repeat: no-repeat;
	background-position: top left;
	}
	
/* -- sub nav --*/

#navigation ul#topnav li ul.sub {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99999;
	float: left;
	z-index: 99;
	width: 175px;
	margin: 0px 0px 0px -25px;
}

#navigation ul#topnav li:hover > ul.sub {
	display: block;
	background-image: url(/_images/template/navDrop.png);
	background-repeat: no-repeat;
	background-position: top;
	background-repeat: repeat-x;
	padding:  0 0 0px;
	margin-top: 35px;
	background-color: #0b0b0b;
	color: #fff;
}

#navigation ul#topnav li a:hover a{
	background-color: #F30;
}

/*-- hold colour on top nav when hovered --*/
#navigation :hover > a, #navigation ul ul :hover > a {
	background-image: url(/_images/template/navOverTop.png);
	background-position: top center;
	color: #fff;
}

#navigation ul#topnav li ul.sub li {
	margin: 0px;
	padding: 0px;
	height: auto;
	background-image: none;
	width: 100%;
	display:inline-block;
	padding: 0px;

}
	
#navigation ul#topnav li ul.sub li a {
	float: none;
	list-style: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	width: auto;
	background-image: none;
	text-decoration: none;
	font-size: 120%;
	padding: 10px 0px;
	margin: 0px;
	color: #dfdfdf;
	border-bottom: 1px #514f50 solid;
	width: 100%;
}

#navigation ul#topnav li ul.sub li a:hover {
	color: #fff;
	background-image: none;
	background-color: #171717;
}

#innerTop
{
width: 1014px;
height: 20px;	
background-image: url(../_images/template/innerBgTop.png);
background-repeat:no-repeat;
background-position:top;
}

#innerMain
{
width: 954px;
min-height: 600px;
background-image: url(../_images/template/innerBgMid.png);
background-repeat:repeat-y;
background-position:top;
padding: 10px 30px 20px 30px;	
}

#innerBottom
{
width: 1014px;
height: 40px;
padding: 0px 0px 20px 0px;
background-image: url(../_images/template/innerBgBottom.png);
background-repeat:no-repeat;
background-position:top;		
}

/* ------- left-col ------- */

#left
{
width: 190px;	
float: left;
}

/* ------- left-nav 1st level ------- */

ul#leftNav
{
	margin: 0px;
	padding: 0px;
}

ul#leftNav li
{
	list-style: none;
	font-size: 90%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	color: #3c444a;
	list-style-image: none;
	list-style:none;
	background-image:url(/_images/template/caseStudies-splitter.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* ------- left-nav 2nd level ------- */

ul#leftNavSub
{
	margin:  0px;
	padding: 0px;
}

ul#leftNavSub li
{
	font-size: 90%;
	margin: 10px 0px 10px 15px;
	padding: 0px 0px 0px 0px;
	color: #3c444a;
	list-style:none;
	background-image: none;
}

.imgFloatRight
{
	float: right;
	border: 1px solid #d1d2d3;
	margin: 0px 0px 15px 15px
}
	
#midBannerFooter, .leftBannerFooter {
	bottom: 10px;
	left: 10px;
	padding-top: 15px;
	position: absolute;
}
	
#fpClientTitle, .midBannerTitle, .leftBannerTitle {
	padding: 15px 15px 5px;
}
/* ------- main column  ------- */


#innerCentral
{
	float: left;
	width: 720px;
	margin: 0 0 0 20px;
	}
	
	
#mainContIntro{
}
	
#mainContIntroBox{
	margin:0px 0px 0px 3px;

}
#mainContIntroText{
	width:400px;
	float:left;
}
#mainContIntroImage{
	width:250px;
	height:200px;
	float:right;
}
#mainContIntroInner{

	margin-bottom: 0px;
	
/*	background-image: url(../_images/_innerBanner/cloud.jpg);
background-color: #f9fdff;
border: 10px solid #e0eff7;*/

	background-color: #EEF5F7;
	border: 10px solid #C2E9F8;
	background-repeat: no-repeat;
	width: 669px;
/*	height: 136px;*/
	padding: 20px;
	margin: 0px 0px 15px 0px;
	float:left;
}

#innerBannerDetails, #innerBannerTitle, #mainContIntroInner h1, #mainContIntroInner h2
{
	/* Fallback for web browsers that doesn't support RGBa */

/*background: rgb(7, 106, 174);*/

/* RGBa with 0.6 opacity */

/*background: rgba(7, 106, 174, 0.8);
			width: auto;
		display: inline-block;
		clear: both;
		padding: 4px 8px;
		margin: 0px;
		min-width: 10px;*/
		color: #113f51;

}

br
{
	line-height: 0px;
}

#mainContIntroInner p
{
	color: #596265;
}




/* ------- main column  ------- */

#mainCont
{
	width: 500px;
	margin-right: 20px;
	float: left;
}

ul#breadCrumb
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 80%;
}

ul#breadCrumb li
{
	font-size: 90%;
	margin: 0px 8px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #3c444a;
	display:inline;
	list-style-image: none;
	list-style:none;
}

#mainCont ul
{
	margin: 30px 0px;
}

#mainCont ul li
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(/_images/template/listImage.png);
}

#mainCont ol
{
	margin: 20px 0px;
}

#mainCont ol li
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#mainCont DIV.quote
{
	clear: both;
	padding: 25px 0;
}

#mainCont DIV.quote IMG{
	float: left;
	margin-right: 15px;
}

#mainCont DIV.quote p{
	float: right;
	width: 290px;
}


/* ------- right column  ------- */

#rightCol
{
	float: right;
	width: 188px;
	margin-top: 5px;
	border: 1px solid #D2D2D2;
	padding: 0px;
}

.rightColSupportIcons {
	float: right;
	width: 189px;
	padding: 0px;
	margin-bottom: 5px;
}

#rightColContact {
	text-align: left;
	padding-bottom: 10px;

}

.rightColContactIcon {
	float: left;

}

#rightColContactPhone
{
	height: 50px;
	position: relative;
}

#rightColContactPhoneSub
{
	display: block;
	padding: 10px 0px 0px 3px;
	float: left;
	color: #3aa3e3;
}



#rightColContactEmail
{
	height: 50px;
	position: relative;
}

#rightColContactEmailSub
{

	padding: 10px 0px 0px 3px;
	float: left;
	font-size: 70%;
}

#rightColGetInTouch {
	text-align: left;
	padding-bottom: 20px;
	width: 200px;
	float: right;
	font-size: 12px;
	color: #333;
	border-top: solid #CCCCCC 2px;

}

#rightColGetInTouchSub
{
	margin: 15px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	border-top: solid #CCCCCC 2px;
}


#rightCol p
{
	padding: 0px 20px;
}

#rightCol ul
{
	list-style-type:none;
	width:160px;
	padding-left:20px;
}

#rightCol ul li
{

	background-image:url(/_images/template/pdfIcon.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	height:30px;
	text-align:left;
	padding-top:3px;
	padding-left:30px;
}
.supportBox1 {
	width: 243px;
	height: 150px;
	float: left;
	border-bottom: solid #00a3e3 10px;
	border-top: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	border-right: solid #CCCCCC 1px;
	background-image: url(/_images/_support/box_1.jpg);
	background-repeat: no-repeat;
}
.supportBox2 {
	width: 243px;
	height: 150px;
	float: right;
	border-bottom: solid #6cb33e 10px;
	border-top: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	border-right: solid #CCCCCC 1px;
}
.supportBox3 {
	width: 243px;
	height: 150px;
	float: left;
	border-bottom: solid #6cb33e 10px;
	border: solid #CCCCCC 1px;
	margin-top: 10px;
	clear: left;
	border-bottom: solid #f47420 10px;
	border-top: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	border-right: solid #CCCCCC 1px;
}
.supportBox4 {
	width: 243px;
	height: 150px;
	float: right;
	border-bottom: solid #6cb33e 10px;
	border: solid #CCCCCC 1px;
	margin-top: 10px;
	clear: both;
	border-bottom: solid #ffaa1e 10px;
	border-top: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	border-right: solid #CCCCCC 1px;
}
#getInTouchTitle {
	width: 490px;
	height: 30px;
	background-color: #00A3E3;
	color: #FFF;
	font-size: 20px;
	padding-top: 8px;
	padding-left: 10px;
	font-weight: bold;
}
#getInTouchLeft {
	width: 233px;
	height: 300px;
	float: left;
	margin-top: 20px;
}
#getInTouchRight {
	width: 263px;
	height: 300px;
	float: right;
	margin-top: 20px;
	text-align: right;
}








/* ------- footer ------- */	

#footerWrapper
{
	height: 160px;
	background-image: url(/_images/template/footerBg.png);
	background-repeat: repeat-x;
	background-position: top;
}

#footer
{
	width: 1002px;
	height: 100px;
	margin: 0px auto;
	position: relative;
}

#footerLeft
{
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
	float: left;
}
#footerCopyright
{
	width: 420px;
	margin-left:10px;
	margin-top:59px;
	float: left;
	color:#FFF;
	font-size:10px;
}

#footerLeft p{
	line-height: 20px;
}

#footerRight{
	float: right;
	text-align: right;
	width: 300px;
	padding: 0px 20px 0px 0px;
	background-image:url(/_images/template/footerColourBlocks.png);
	background-repeat:no-repeat;
	background-position:73% 80%;
	height:140px;
	color:#FFF;
	font-size:10px;
}

#footerRight IMG{
	margin-left: 10px;
}


/* ------- 5. Tables ------- */

table 
{
border-collapse:separate;
border-spacing:0;
width:100%;
border-top:1px solid #eaeaea;
margin-bottom:18px;
}

table,td,th
{
vertical-align:middle;
}

td,th
{
	font-size: 80%;
}

th
{
padding: 2px 10px;
color:#666;
border-top:1px solid #fff;
text-transform:uppercase;
}

td
{
padding:10px;
color:#888;
}

tfoot td
{
border:0px;
}

th,tr:hover
{
background-color:#f5f5f5;
}

hr
{
	display:none;	
}

