/* CSS Document */

body {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image: url(../images/templateImg/t_bgWhite.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

/******************************** structural divs ********************************************/

#FTB {
		font: 12px Tahoma, Arial, Helvetica, sans-serif;
}

#container {
	width: 958px;  
	background: #FFF;
	margin: 0 auto;
	text-align: left;
	
}
#logo {
	width: 264px;
	height: 151px;
	padding: 0;
	margin: 0;
	float: left;
}
#strap {
	width: 694px;
	height: 151px;
	background-image: url(../images/templateImg/t_strap.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#nav {
	clear: both;
	width: 958px;
	height: 40px;
	margin: 0;
	padding: 0;
	background-image: url(../images/templateImg/nav_navBg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 14px;
}


#mainContent {
	background-image: url(../images/templateImg/bg_textpages.jpg);
	background-position:0% 100%;
	background-repeat: no-repeat;
	margin: 0 ;
	padding: 0;
	display: inline-block;
	}
	
#leftText {  /* used for text page columns */
	width: 627px;
	margin: 0 ;
	padding-left: 20px;
	float:left;
	}
	
#rightText { /* used for text page columns */
	width: 304px;
	margin: 0 ;
	padding: 0;
	float: right;
	}
	
#mainContentNarrow {
	width: 650px;
	margin: 0 0 15px 0;
	padding: 0;
	}

#mainContentPlain {
	background-image: url(../images/templateImg/t_body3.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	min-height:617px;
	}

#mainContentPG {
	background-image: url(../images/templateImg/t_body4.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	}
	
	
#mainContentTraining {
	background-image: url(../images/templateImg/t_trainingBg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	min-height:617px;
	}

#footer {
	clear: both;
	margin: 0;
	padding-top: 10px;
	width: 958px;
	height: 40px;
	font-size: 11px;
	background-image: url(../images/templateImg/t_footer.png);
	background-position: 0  0;
	background-repeat: no-repeat;
}


#search {
	width: 958px;
	height: 41px;
	margin: 0;
	padding: 0;
	background-image: url(../images/templateImg/t_searchBar.png);
}

#title {
	width: 637px;
	padding: 0;
	margin:0;
	left:170px;
	top: 0;
	position: absolute;
}

#sideNav {
	width: 170px;
	padding: 0;
	margin:0;
	clear: both;
}


#mainContentTraining h2 {
	color: #000;
	font-weight: 800;
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 12px;
}
#strap ul {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	}

#strap li {
	display: inline;
	padding-left: 20px;
}

/*************************  main navigation  ************************ */

#nav ul{
	margin: 0;
	padding: 0;
	}
	
#nav li{
	float: left; 
	padding:0 15px;
	list-style: none;
	border-right: 1px solid #ccc;
	}


#nav li a {
	display: inline-block; 
	padding:3px 6px;
	color:#fff;
	text-decoration:none;	
	font-weight: 600;
	}

#nav li a:visited{
	display: inline-block; 
	padding:3px 6px;
	color:#fff;
	text-decoration:none;	
	}
	
#nav li a:hover{
	color:#333;
	text-decoration:none;		
	}

#nav li a:hover:visited{
	color:#333;
	text-decoration:none;		
}

div#nav ul li a#navSelected { 
	color: #000; 
	font-weight: bold; 
	}

#nav li ul {
	display: none;
}
	
#nav li ul li{
	padding:0;
	border-top:solid 1px #fff;
	border-right: none;
	}
	
#nav li ul li a {
	color:#333;
	text-decoration:none;	
	height:15px;
	background-color: #dcddde;
	font-weight: normal;
	width: 114px;
	display: block;
	}

#nav li ul li a:visited {
	color:#333;
	text-decoration:none;	
	background-color: #dcddde;
	}

#nav li ul li a:hover{
	background-color: #BFC1C1;
	color: #000;	
	}

#nav li ul li a:hover:visited{
	background-color: #BFC1C1;
	color: #000;	
	}

#nav li:hover ul {
	display: block; 
	position: absolute;
	padding:0px;
	margin:0px;
	}
	
#nav li.hover ul {
	display: block; 
	position: absolute;
	padding: 0px;
	margin: 0px;
	}
	
#nav li:hover li {
	float: none;
	}
	
#nav li.Current {
	font-weight: bold;
	color: #000;
	}
	

/***************************** HTML tags ****************************/

p {
	font-size: 12px;
	line-height: 130%;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	color: #666;
	}
	
h1 {
	font-size: 24px;
	line-height: 130%;
	color: #333;
	font-weight:100;
	margin: 0;
	padding: 20px 0 20px 0;
}

 h2 {
	color: #666;
	font-weight: 800;
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 13px;
}

h3 {
	color: #666;
	font-weight: 800;
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 12px;
}

ul {
	margin-left:15px;
	padding: 0;
	
}

li {
	list-style:outside;
	list-style-image:url(../images/templateImg/bullet.png);
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 130%;
	color: #666;
}
	
hr {
	color: #999;
	border-bottom: thin #999;
	}
	
/* ****************************  custom classes  *******************************************/

.marginLeft {
	margin-left: 20px;
	}


.bold {
	color: #666;
	font-weight: 600;
}

.pullQuotes {
	font-size: 12px;
	font-style:italic;
	line-height: 130%;
	padding-top: 400px;
	color: #00539b;
	}
	
.pullQuotesNoPad {
	font-size: 12px;
	font-style:italic;
	line-height: 130%;
	color: #00539b;
	}
	
.bigGreySubhead {
	font-size: 18px;
	line-height: 130%;
	color: #666;
	font-weight:100;
	margin: 0;
	padding: 0;
}

.subheadUnderlined {
	font-size: 12px;
	color: #666;
	font-weight: 600;
	border-bottom: 1px dotted #333;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

.border {
	border: 1px solid #999;
	}
	
.black {
	color: #000;
	}

.legend {
	font-size: 12px;
	line-height: 130%;
	padding: 0;
	margin:  0;
	color: #333;
	font-weight: 600;
	}
	
.legendSpaceAbove {
	font-size: 12px;
	line-height: 130%;
	padding-top: 10px;
	margin:  0;
	color: #333;
	font-weight: 600;
	}
	
.name {
	font-size: 12px;
	font-weight: bold;
	line-height: 130%;
	padding: 0 0 4px 0;
	margin: 0;
	color: #333;
	}
	
.quarterPanel {
	width: 170px;
	padding: 5px;
	border: thin #CCC solid;
	background-color:#FFF;
	margin: 0 10px 20px 0;
	float: left;
	}
	
.quarterPanel h2{
	color:#000;
	}


input.form-submit {
	background:url(../images/templateimg/t_button.png) no-repeat left top; 
	width: 85px; 
	height: 22px; 
	color: #fff; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	cursor: pointer;
	}
	
#mainContent #leftText h2 {
	font-size: 14px;
	border-bottom: 1px dotted #333;
	width: 622px;
	color:#5A6986;
	margin-bottom: 5px;	
	}

/* *********************** footer section *********************************** */

#footer ul {
	font-size: 11px;
	margin: 0;
	padding: 0;
	}

#footer li {
	font-size: 11px;
	display: inline;
	padding: 0 15px 0 2px;
	}
	
/* ************************************ Support Services page styles ******************************* */

.servicesTable {
	background-image:url(../images/templateImg/t_servicesTableBg.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#FFF;
	width: 958px;
	border:thin #CCCCCC solid;
	margin-bottom: 10px;
	padding: 15px 15px 0 15px;
	}
	
.header div {
	height: 60px;
	margin: 0;
	padding: 0;
}

.header h1 {
	font-size: 20px;
	color: #666;
	margin: 0;
	padding: 15px 0 0 0;
	}
	
.servicesPanel {
	width: 208px;
	margin: 10px 27px 0 0;
	float: left;
	display:inline;
	}
	
.servicesPanelLeft {
	clear: both;
	width: 218px;
	margin: 10px 28px 0 0;
	float: left;
	display:inline;
	}
	
.servicesLogo  {
	padding: 10px 30px 10px 0;
	}
	
.clear div {
	clear: both;
	}

.padTop {
	padding-top: 12px;
	}	


/* ***************************** Consultants page styles ******************************* */

#consultantTable {
	background-image:url(../images/templateImg/t_consultantTableBg.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#FFF;
	width: 957px;
	border:thin #CCCCCC solid;
	margin: 0;
	padding: 0;
}


#consultantTable  p {
	padding-bottom: 0;
	}
	
.consultantDetail {
	width: 650px;
	border: 1px solid #999;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 10px;
	}
	
.consultantDetailNarrow {
	width: 610px;
	border: 1px solid #999;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 10px;
	}

.consultantDetail img {
	padding-right: 15px;
}
	
#consDetTable {
	background-image:url(../images/templateImg/t_consDetBg.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#FFF;
	width: 786px;
	border:thin #CCC solid;
	margin-bottom: 10px;
	padding: 0;
}

#consDetTable  p {
	padding-bottom: 0;
	}
	
	
.consDetBody img {
	margin-right: 10px;
	padding: 0;
	width: 100px;
	height: 100px;
	border: 1px solid #333;
	}
	

	

	
/*******************  Case studies and Knowledge Base page styles ******************* */

#casesTable {
	background-image:url(../images/templateImg/t_casesBg.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#FFF;
	width: 786px;
	border:thin #CCC solid;
	margin-bottom: 10px;
	padding: 0;
}

#casesTable  p {
	padding-bottom: 0;
	}
	





/* links */

a {
	color: #00539b;
	text-decoration: none;
	}

a:hover {
	color: #666;
	text-decoration: none;
	}

a:visited {
	color: #993399;
	text-decoration: none;
	}

a:visited:hover {
	color: #666;
	text-decoration: none;
	}
	
/***************************** sidebar links ****************************/

#sidebar {
	line-height: 20px;
	font-size: 12px;
	}

#sidebar a:link {
	color: #00539b;
	text-decoration: none;
	width: 152px;
	height: 23px;
	background-image:url(../images/templateImg/sideNavBg.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 12px 0 0 20px;
	display: block;
}

#sidebar a:hover {
	color: #666;
	text-decoration: none;
	width: 152px;
	height: 23px;
	background-image:url(../images/templateImg/sideNavBg.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 12px 0 0 20px;
	display: block;
	}

#sidebar a:visited {
	color: #993399;
	text-decoration: none;
	width: 152px;
	height: 23px;
	background-image:url(../images/templateImg/sideNavBg.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 12px 0 0 20px;
	display: block;
	}

#sidebar a:visited:hover {
	color: #666;
	text-decoration: none;
	width: 152px;
	height: 23px;
	background-image:url(../images/templateImg/sideNavBg.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 12px 0 0 20px;
	display: block;
	}
	
	
/* ********************************* footer links ************************************************* */

#footer a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
	}

#footer a:hover {
	color: #00539b;
}

#footer a:visited {
	color: #993399;
}

#footer a:visited:hover {
	color: #00539b;
}

	
/* ******************************* strap link ************************************

#strap a:link {
	font-size: 11px;
	color: #666;
	text-decoration: none;
	}

#strap a:hover {
	font-size: 11px;
	color: #00539b;
	text-decoration: none;
	}

#strap a:visited {
	font-size: 11px;
	color: #993399;
	text-decoration: none;
	}

#strap a:visited:hover {
	font-size: 11px;
	color: #00539b;
	text-decoration: none;
	}
 */
 
 
/********************************* button links***************************** */

.button a {
	font-size: 11px;
	color: #fff;
	line-height: 22px;font-weight: bold;
	background-image:url(../images/templateImg/t_button.png);
	background-position:center;
	background-repeat:no-repeat;
	width: 85px;
	height: 23px;
	display: block;
	margin: 0 0 5px 0;
	text-decoration: none;
}

.button a:hover {
	color: #fff;
	background-image:url(../images/templateImg/t_button_f2.png);
	}

.button a:visited {
	color: #fff;
	background-image:url(../images/templateImg/t_button.png);
	}
	
.button a:visited:hover {
	color: #fff;
	background-image:url(../images/templateImg/t_button_f2.png);
	}

.buttonLeft a {
	font-size: 11px;
	color: #fff;
	line-height: 22px;font-weight: bold;
	background-image:url(../images/templateImg/t_button.png);
	background-position:center;
	background-repeat:no-repeat;
	width: 85px;
	height: 23px;
	display: block;
	margin: 0;
	padding:0;
	position: relative;
	left: 0;
	}

.buttonLeft a:hover {
	background-image:url(../images/templateImg/t_button_f2.png);
	color: #fff;
	}
	
.buttonLeft a:visited {
	background-image:url(../images/templateImg/t_button.png);
	color: #fff;
	}

.buttonLeft a:visited:hover {
	background-image:url(../images/templateImg/t_button_f2.png);
	color: #fff;
	}
	
.buttonSpaced a {
	font-size: 11px;
	color: #fff;
	line-height: 22px;font-weight: bold;
	background-image:url(../images/templateImg/t_button.png);
	background-position:center;
	background-repeat:no-repeat;
	width: 85px;
	height: 23px;
	display: block;
	margin: 0;
	padding:0;
	}

.buttonSpaced a:hover {
	background-image:url(../images/templateImg/t_button_f2.png);
	}
	
.buttonSpaced a:visited {
	background-image:url(../images/templateImg/t_button.png);
	}

.buttonSpaced a:visited:hover {
	background-image:url(../images/templateImg/t_button_f2.png);
	}


	
	
/* ********************************************* homepage-specific styles ********************************************* */

#mainContentHome {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(../images/templateImg/t_body.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	min-height:617px;
	font-size: 13px;
	}
	
#mainContentHome .button a {
	font-size: 11px;
	color: #fff;
	line-height: 22px;font-weight: bold;
	background-image:url(../images/templateImg/t_button.png);
	background-position:center;
	background-repeat:no-repeat;
	width: 85px;
	height: 23px;
	display: block;
	margin: 0 0 5px 0;
	text-decoration: none;
}

#mainContentHome .button a:hover {
	background-image:url(../images/templateImg/t_button_f2.png);
	}

#mainContentHome .button a:visited {
	background-image:url(../images/templateImg/t_button.png);
	}


#mainContentHome .button a:visited:hover {
	background-image:url(../images/templateImg/t_button_f2.png);
	}
	
#mainContentHome #textPanel p {
	font-size: 12px;
	line-height: 130%;
	width: 172px;
	padding-right:5px;
	}

#mainContentHome #textPanel ul {
	margin-left:10px;
	padding:0;
	padding-right:5px;
}
#mainContentHome #textPanel li {
	line-height: 130%;
	list-style-type:disc;
	list-style-position:outside;
	margin-left:15px;
	padding-top: 6px;
	}
#mainContentHome h1 {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: 500;
	color: #00539b;
}

#mainContentHome h2 {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: 500;
	color: #00539b;
}
	
#mainContentHome .intro  {
	padding-top: 20px;
	margin-left: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 20px;
	line-height: 30px;
	width: 700px;
	color: #333;
}

#mainContentHome p {
	font-size: 13px;
	line-height: 130%;
	width: 760px;
	margin-left: 10px;
	margin-right: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#mainContentHome .bold {
	color: #00539b;
	font-weight: 400;
	}
	
#mainContentHome a {
	text-decoration: none;
	}
	
#mainContentPlain #clientTable {
	background:#FFF;
	width: 525px;
	border:thin #CCCCCC solid;
	padding: 5px;
	margin: 5px 0 5px 0;
}

#mainContentPlain #clientTable  p {
	padding-bottom: 0;
	}
	
#bodyMainNarrow {
	width: 600px;
	margin: 0;
	padding: 0;
	}
	
#bodyMainWide {
	width: 958px;
	margin: 0;
	padding: 0;
	}
	
.consContactTable {
	background-color: #FFFFFF;
	border:thin #CCC solid;
	width: 450px;
}


	
/* ************ SignUp Process Pages styles ******************* */

#signUpLeft {  /* used for sign-up page left column container */
	width: 303px;
	margin-left: 80px;
	padding: 0;
	float:left;
	font-size: 12px;
	}
	
#signUpCentre { /* used for sign-up page centre column */
	width: 182px;
	margin-left: 10px;
	padding: 0;
	float: left;
	background-image: url(../images/signUp/signUpBlueLine.jpg);
	background-position: 50px;
	background-repeat: repeat-x;
	min-height: 150px;
	}
	
#signUpRight { /* used for sign-up page right column container */
	width: 303px;
	margin-right: 80px;
	padding: 0;
	float: right;
	font-size: 12px;
	}
	
#signUpFullWidth { /* used for sign-up page right full width container */
	width: 798px;
	margin: 0 80px;
	padding: 0;
	font-size: 12px;
	}
	
#signUpFullWidthTop { /* used for sign-up page full width content panel header bar */
	width: 798px;
	margin: 0;
	padding: 0 10px;
	background-image: url(../images/signUp/signupFullTop.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 31px;
	
	}
	
#signUpFullWidthMiddle { /* used for sign-up page full width main content panel */
	width: 798px;
	margin: 0;
	padding: 0 10px;
	background-image: url(../images/signUp/signupFullMiddle.png);
	background-repeat: repeat-y;
	background-position: left;
	}
	
#signUpFullWidthBottom { /* used for sign-up page full width content panel bottom */
	width: 798px;
	margin: 0;
	padding: 0;
	background-image: url(../images/signUp/signupFullBottom.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 23px;
	}
	
#signUpBoxTop1Dark {  /* used for sign-up page left columns */
	width: 303px;
	margin: 0;
	padding: 0 10px 0 55px;
	background-image: url(../images/signUp/signupBoxTop1Dark.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 55px;
	}
	
#signUpBoxTop1Light {  /* used for sign-up page left columns */
	width: 303px;
	margin: 0;
	padding: 0 10px 0 55px;
	background-image: url(../images/signUp/signupBoxTop1Light.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 55px;
	}
		
#signUpBoxTop2Dark {  /* used for sign-up page left columns */
	width: 303px;
	margin: 0;
	padding: 0 10px 0 55px;
	background-image: url(../images/signUp/signupBoxTop2Dark.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 55px;
	}
	
#signUpBoxTop2Light {  /* used for sign-up page left columns */
	width: 303px;
	margin: 0;
	padding: 0 10px 0 55px;
	background-image: url(../images/signUp/signupBoxTop2Light.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 55px;
	}
	
#signUpBoxMiddle {  /* used for sign-up page columns */
	width: 303px;
	margin: 0;
	padding: 0 25px;
	background-image: url(../images/signUp/signupBoxMiddle.png);
	background-repeat:repeat-y;
	background-position: left;
	}
	
#signUpBoxBottom {  /* used for sign-up page columns */
	width: 303px;
	margin: 0;
	padding: 0;
	background-image: url(../images/signUp/signupBoxBottom.png);
	background-repeat:repeat-y;
	background-position: left;
	height: 18px;
	}
	
.signUpBoxHeader {
	font-size: 18px;
	font-weight: 400;
	line-height: 46px;
	color: #fff;
	}
	
.signUpBoxFullHeader {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
	}
	
.signUpBoxFullText {
	width: 760px;
	}
	
.signUpBoxLegends {
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	color: #000;
	padding: 5px 0 5px 0;
	}
	
.signUpBoxLegendsBlue {
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	color: #5A6986;
	padding: 5px 0 5px 0;
	}
	
.signUpBoxLegendsBlueHeading {
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	color: #5A6986;
	padding: 15px 0 10px 0;
	}
	
.signUpBoxLegendsSmall {
	font-size: 12px;
	line-height: 15px;
	color: #000;
	padding: 0 0 3px 0;
	width: 250px;
	}
	
.textfield {
	background-color:#E2E7F0;
	font-size: 16px;
	padding: 3px;
	width: 250px;
	margin-bottom: 5px;
	color: #5A6986;
	}
	
.textfieldSmall {
	background-color:#E2E7F0;
	padding: 3px;
	width: 250px;
	margin-bottom: 5px;
	color: #5A6986;
	}
	
.textfieldCases {
	font-size: 14px;
	padding: 3px;
	color: #5A6986;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 754px;
	}
	
input#file {
	background-color:#E2E7F0;
	width: 120px;
	}
	
#signUpBoxMiddle .floatRight {
	float:right;
	margin-right:40px;
	}
	
#signUpBoxMiddle .smallprint {
	font-size: 11px;
	margin-right: 50px;
	}
	
#signUpBoxMiddle .buttonSpaced {
	margin: 10px 50px 10px 0;
	float: right;
	}
	
#signUpBoxMiddle .blue  {
	color: #5A6986;
	font-weight: 600;
	width: 260px;
	padding: 0 0 10px 0;	
	}	
	
#signUpFullWidthMiddle .floatRight {
	float:right;
	margin-right:34px;
	}
	
#signUpFullWidthMiddle .floatRightPadded {
	float:right;
	margin:10px 34px 10px 0;
	}