/* CSS Document */

body {
	font-family:  Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#333;
	height:100%;
	margin: 0px;
}

#skip-options {
	display:none;
	left: -1999px;
}



#wrapper{
	
	top:-10px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	position:relative;
	height:100%;
	}
	
/*--------------------------------------- HEADER ----------------------------------*/

#header {
	position:relative;
	width:800px;
	height:175px;
	background-color: #CCC;
	border-top:solid 1px #CCC;
	}


/*--------------------------------------- MAIN MENU --------------*/

ol#toc {
    height: 27px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc a {
    background: #0E3760 url(images/tab-background.gif);
    color: #6585AB;
    display: block;
    float: left;
    height: 2.3em;
    padding-left: 15px;
    text-decoration: none;
}

ol#toc a:hover {
    background-color: #97ACC3;
    background-position: 0 -120px;
	cursor:pointer;
}

ol#toc a:hover span {
    background-position: 100% -120px;
	color:#F0F0F0;
}

ol#toc li.current a {
    background-color: #97ACC3;
    background-position: 0 -60px;
    color: #F0F0F0;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
	color:#0E3760;
	font-weight:bold;
	padding-left: 15px;
	padding-right: 15px;
}

ol#toc span {
    background: url(images/tab-background.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 15px;
	height: 2.3em;
}

.menu-filler {
	width: inherit;
	background-color: #0E3760;
	height:30px;
}

/*--------------------------------- BREADCRUMBS ---------------------------------------*/

#breadcrumbs {
	position:relative;
	width:790px;
	height:27px;
	padding-top:3px;
	padding-left:10px;
	background-color: #4B678A;
	/*background-color:#40668C;*/
	color: #9FB4C9;
	clear:left;
	border-bottom:solid 1px #A7A7A7;
	font-size:95%;
	}
	
.breadcrumbs p {
	margin-top:0px;
	}

.breadcrumb-link:link {
	font-weight:normal;
	text-decoration:none;
	color: #9FB4C9;
}

.breadcrumb-link:visited {
	font-weight:normal;
	text-decoration:none;
	color: #9FB4C9;
}

.breadcrumb-link:hover {
	font-weight:normal;
	text-decoration: underline;
	color: #F0F0F0;
}

ol#breadcrumbs {  
	height: 27px;
	width: 780px;
    list-style: none;
    margin: 0;
    padding: 3px 0px 0px 20px;
	clear:left;
	margin-top:-2px;
}

/*-------------------------- QUICK LINKS ------------------------------------*/

#quick-links {
	position:relative;
	float:left;
	width:208px;
	height:210px;
	min-width:120px;
	background-color:#F0F0F0;
	padding:10px 10px 10px 10px;
	border:dotted 1px #CCC;
	margin-top:10px;
	}
/*9FB4C9*/

#quick-links ul {
	margin-top:-3px;
	}

#quick-links li {
	list-style-type: none;
	margin-left:-35px;
	margin-bottom:2px;

	}

#quick-links a:link {
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#666;
	background-color:#F0F0F0;
	padding:2px 9px 1px 9px;
}

#quick-links a:visited {
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#666;
	background-color:#F0F0F0;
	padding:2px 9px 1px 9px;
	
}

#quick-links a:hover {
	font-size:12px;
	font-weight:bold;
	color: #666;
	background-color:#DDD;
	padding:2px 8px 1px 8px;
	border:1px solid #999;
}

/*2px 9px 3px 9px;*/

.quick-links-current {
	font-size:12px;
	font-weight:bold;
	color: #666;
	background-color:#F0F0F0;
	padding:2px 9px 1px 9px;
	border:1px solid #999;
}

div#quick-links hr {
	color: #CCC;
	background-color:#CCC;
	border: 1px solid #CCC;
	height:1px;
	margin-bottom:4px;
}



/*----------------------------- UNDER QUICK LINKS -------------------------------*/


#under-quick-links {
	position:relative;
	float:left;
	width:208px;
	height:auto;
	min-width:120px;
	background-color:#FFF;
	padding:5px 10px 10px 10px;
	border:dotted 1px #CCC;
	margin-top:10px;
	text-align:right;
	clear:left;
	}

#under-quick-links img {
	float:right;
}

#under-quick-links2 {
	position:relative;
	float:left;
	width:208px;
	height:auto;
	min-width:120px;
	background-color:#FFF;
	padding:5px 10px 10px 10px;
	border:dotted 1px #CCC;
	margin-top:10px;
	text-align:right;
	clear:left;
	}

#under-quick-links2 img {
	float:right;
}

/*----------------------------- MAIN CONTENT -------------------------------*/

#main-content {
	position:relative;
	float:right;
	width:528px;
	height:auto;
	background-color: #E4EAE8;
	margin-bottom:10px;
	padding:5px 10px 30px 10px;
	border:dotted 1px #CCC;
	margin-top:10px;
	
}

#main-content img {
 	margin:5px;
	text-decoration:none;
	float:right;
}

#main-content-faq {
	position:relative;
	float:right;
	width:528px;
	height:auto;
	background-color: #E4EAE8;
	margin-bottom:10px;
	padding:5px 10px 30px 10px;
	border:dotted 1px #CCC;
	margin-top:10px;
	
}

#main-content-faq img {
 	margin:5px;
	text-decoration:none;
	float:right;
}

#main-content-faq h3 {
	margin-bottom:-10px;
	margin-left:-10px;
}


/*------------------------------------- HOME PAGE 3 SECTIONS -----------------------------*/

#home-consultancy {
	position:relative;
	float:right;
	width:558px;
	height:145px;
	background-color: #F0F0F0;
	margin-top:10px;
	border:dotted 1px #CCC;
}
/*D6DEE9 
background-image:url(images/consultancy-back.jpg);*/

#home-consultancy img {
	float:left;
}

div#home-consultancy div, div#home-technology div, div#home-outsourcing div {
	text-align:right;
	width:320px;
	float:right;
	margin:10px;
}



#home-technology {
	position:relative;
	float:right;
	width:558px;
	height:145px;
	background-color:#F0F0F0 ;
	margin-top:10px;
	margin-bottom:10px;
	border:dotted 1px #CCC;
	
}
/*D6DEE9 background-image:url(images/technology-back.jpg); */

#home-technology img{
	float:left;
}

#home-outsourcing {
	position:relative;
	float:right;
	width:558px;
	height:145px;
	background-color: #F0F0F0;
	margin-top:10px;
	border:dotted 1px #CCC;
}

/* D6DEE9 background-image:url(images/outsourcing-back.jpg); */

#home-outsourcing img {
	float:left;
}

/*----------------- ON THE HOME PAGES OF THE 3 KEY SERVICES -----------------------------*/

#consultancy-home-page {
	position:relative;
	float:right;
	width:558px;
	height: auto;
	background-color: #D6DEE9;
	margin-top:10px;
	margin-bottom:10px;
	border:dotted 1px #CCC;
	background-image:url(images/consultancy-back.jpg);
	padding-bottom:10px;
}

#outsourcing-home-page {
	position:relative;
	float:right;
	width:558px;
	height:auto;
	background-color: #D6DEE9;
	margin-top:10px;
	margin-bottom:10px;
	border:dotted 1px #CCC;
	background-image:url(images/outsourcing-back.jpg);
}

#technology-home-page {
	position:relative;
	float:right;
	width:558px;
	height:auto;
	background-color: #D6DEE9;
	margin-top:10px;
	margin-bottom:10px;
	border:dotted 1px #CCC;
	background-image:url(images/technology-back.jpg);
}

div#consultancy-home-page div.top-text, div#technology-home-page div.top-text, div#outsourcing-home-page div.top-text {
	text-align:right;
	width:320px;
	float:right;
	margin:10px;
}



div#consultancy-home-page div.body-text, div#technology-home-page div.body-text, div#outsourcing-home-page div.body-text {
	text-align:left;
	width:500px;
	float:left;
	clear:left;
	margin:10px;
}

/*-------- 3 BOXES - IN THE PRESS, THE NEXT EVENT, BREAKING NEWS -----------------------------*/

#small-news-box-container {
	position:relative;
	float:right;
	width:570px;
	height:145px;
	clear:right;
}

div#small-news-box-container img {
	margin-bottom:-10px;
}

.small-news-box1 {
	position:relative;
	float:right;
	width:158px;
	height:115px;
	padding:10px;
	border:dotted 1px #990000;
	margin-left:10px;
	font-size:11px;
}

.small-news-box2 {
	position:relative;
	float:right;
	width:158px;
	height:115px;
	padding:10px;
	border:dotted 1px #006633;
	margin-left:10px;
	font-size:11px;
}

.small-news-box3 {
	position:relative;
	float:right;
	width:158px;
	height:115px;
	padding:10px;
	border:dotted 1px #006699;
	margin-left:10px;
	font-size:11px;
}


/*
.small-news-box2 {
	position:relative;
	float:right;
	width:158px;
	height:100px;
	margin-right:10px;
	padding:10px;
	border:solid 1px #CCC;
}
*/


/*------------------------------- STANDARD CONTENT SECTIONS -----------------------------*/

.copy1 {
	position:relative;
	float:right;
	width:538px;
	height:auto;
	margin-top:10px;
	border:dotted 1px #CCC;
	background-color:#F0F0F0;
	padding:10px;
}

.copy2 {
	position:relative;
	float:right;
	width:538px;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
	border:dotted 1px #CCC;
	background-color:#F0F0F0;
	padding:10px;
}


.copy1-2-hr {
	color: #CCC;
	background-color:#CCC;
	border: 1px solid #CCC;
	height:1px;
	margin:5px 0px 5px 0px;
}

.bn-hp{
	position:relative;
	float:right;
	width:508px;
	height:300px;
	margin-top:10px;
	border:dotted 1px #CCC;
	background-color:#F4F2EE;
	padding:10px 40px 10px 10px;
}

/*height:175px;*/


/*538*/

.bn-hp ul li {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

.body-text-itp {
	text-align:left;
	width:535px;
	float:left;
	clear:left;
}

.body-text-itp ul li {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

/*------------------------------- EMAIL FORM -----------------------------*/
#email-form {
	clear:left;
	float:left;
	width:510px;
	height:auto;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px 0px 0px 10px;
	border:dotted 1px #CCC;
	background-color: #EEE;
	
}

#email-form2 {
	clear:left;
	float:left;
	width:100%;
	height:830px;
	padding:10px 0px 0px 0px;
	border:dotted 1px #CCC;
	background-color: #FFF;
}



/*------------------------------------ FOOTER -------------------------------------*/


#footer {
	position:relative;
	width:790px;
	height:27px;
	padding-top:3px;
	border-top:1px dotted #CCC;
	margin-top:20px;
	padding-left:10px;
	clear:right;
	color: #999;
	text-align:right;
}

div#footer a:link {
	text-decoration:none;
	color: #666;
	font-weight:normal;
	}

div#footer a:visited {
	text-decoration:none;
	color: #666;
	font-weight:normal;
	}

div#footer a:hover {
	text-decoration:underline;
	color: #4B678A;
	font-weight:normal;
	}
	
.footer-link-inactive {
	color: #666;
	font-weight:bold;
}


/*----------------------------------- TOP --------------------------------------*/


#top-link {
	width:790px;
	height:27px;
	background-color: #E6E6E6;
	float:right;
	border-top:1px solid #ccc;
	padding-left:10px;
	padding-top:3px;
	margin-top:10px;
}

/*-------------------------------- W3C LOGOS --------------------------*/


#w3c-logos {
	width:800px;
	height:50px;
	float:left;
	margin-top:10px;
}

/*------------------------------ GENERAL ----------------------------------*/

.img-right{
	float:right;
	padding:0px 0px 10px 10px;
}

.pci-stage {
	padding:0px 0px 10px 10px;
}

a img  {
	border-style:none;
}

a:link {
	text-decoration:underline;
	color: #0E3760;
	font-weight:bold;
	}

a:visited {
	text-decoration:underline;
	color:#333;
	font-weight:bold;
	}

a:hover {
	text-decoration:underline;
	color: #333;
	font-weight:bold;
	}



h1 {
	font-size:17px;
	font-weight:bold;
	color: #FFF;
	background-color: #777;
	padding:5px;
	padding-bottom:5px;
}

.h1-bn {
	font-size:17px;
	font-weight:bold;
	color: #FFF;
	background-color: #993333;
	padding:5px;
	padding-bottom:5px;
}

.h1-ev {
	font-size:17px;
	font-weight:bold;
	color: #FFF;
	background-color: #006633;
	padding:5px;
	padding-bottom:5px;
}

.h1-ip {
	font-size:17px;
	font-weight:bold;
	color: #FFF;
	background-color: #006699;
	padding:5px;
	padding-bottom:5px;
}

h2 {
	font-size:15px;
	font-weight:bold;
	color: #555;
}


h3 {
	font-size:17px;
	font-weight:bold;
	color: #FFF;
	background-color: #6699CC;
	padding:5px;
	padding-bottom:5px;
}

/*
font-size:12px;
	font-weight:bold;
	color: #333;
*/	
h4 {
	font-size:15px;
	margin-bottom:-8px;
	margin-top:-1px;
	color:#555;
}

h5 {
	font-size:14px;
	font-weight:bold;
	color: #444;
	margin-top:0px;
	background-color: #ccc;
	padding:6px;
}

.field-width {
	width: 242px;
	background-color: #FFFFCC;
	}

.submit-margin {
	margin-top:10px;
	margin-left:70px;
}

.link-right {
	text-align:right;
}

.quote-right {
	text-align: center;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color: #333;
	line-height:5px;
}
.hr-section-break {
	margin-top:20px;
	margin-bottom:20px;
	border:1px solid #CCC;
}

.hr-under-title {
	margin-top:2px;
	margin-bottom:5px;
	border:1px solid #CCC;
}

#valid {
	float:right;
	margin-top:20px;
	margin-left:10px;
	clear:right;

}

.emergency-text {
	text-align: right;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color: #990000;
}

.quote-text {
	text-align: right;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color: #006699;
}

.quote-text2 {
	text-align: right;
	font-size:12px;
	font-style: normal;
	font-weight:bold;
	color: #666;
}

.break-before {
page-break-before:always;
}

.break-after {
page-break-after:always;
}

.pci-telephone {
color:#990000;
font-size:14px;
font-weight:bold;
}

