/************************************************************************************* 
Page Layout
*************************************************************************************/
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	margin-top: 5px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
}

h1 {	
	font-size:14pt;
	font-weight: bold;
	color:#0068B3;
}

h2 {
	font-size:12pt;
	font-weight: bold;
	color:#0094BD;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	color:black;
}

p {
	color:#323232;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

blockquote {
	font-size: 12pt;
	font-style: italic;
	color:#0068B3;
	text-align: center;
	margin: 0px 130px;
	padding: 0;
}
.quote {
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	text-align: center;
	margin: 0px 130px;
	padding: 0;
}

a {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif; 
	font-weight: bold; 
	font-size: 10pt;
	text-decoration: none;
}
a:link {color:#6699CC;}
a:visited {color:#6699CC;}
a:active {color: #6699CC;}
a:hover {color: #0094BD;}

a.emailUs {
	display: block;
	width :123px;
	height :11px;
	background: url('images/email.jpg') no-repeat 0 0;
}
a.emailUs:hover {background: url('images/email2.jpg') no-repeat 0 0;}


ul, li {
	font-weight: normal;
	color:#323232;
	list-style-position: outside;
}

ol, li {
	font-weight: normal;
	color:#323232;
	list-style-position: outside;
}

em {
	font-style: normal;
	font-weight: bold;
}
em.blue {color: #003399;}
em.green {color: #99CC00;}




/************************************************************************************* 
Wrapper to centralise page content
*************************************************************************************/
.wrapper {
	position: relative;
	float: top;
	left: 50%;
	width: 742px;
	margin: 160px auto 0px -376px;
	min-height: 370px;
	padding: 5px;
	clear: all;
}


/************************************************************************************* 
Blue bar for breadcrumbs and page title
*************************************************************************************/
div.pageHeader {
	background: #0094BF;
	color: #FFFFFF;
	width: auto;
	height: 15px;
	margin: 5px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	text-indent: 10px;
	line-height: 15px;
	z-index: 20;
}

div.pageHeader a {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif; 
	font-weight: bold; 
	font-size: 9pt; 
	color: #FFFFFF;
}
div.pageHeader a:link {color: #FFFFFF; text-decoration: none;}
div.pageHeader a:visited {color: #FFFFFF; text-decoration: none;}
div.pageHeader a:active {color: #FFFFFF; text-decoration: none;}
div.pageHeader a:hover {color: #FFFFFF; text-decoration: underline;}




/************************************************************************************* 
Columnar Layouts
*************************************************************************************/

div.wrapperHalf {					/* Width 50% */
	position: relative;
	float: left;
	width: 370px;
	height: auto;
	margin: 18px 0 0 1px;
}

div.wrapperLarge {					/* Width 75% - Use with wrapperSmall */
	position: relative;
	float: left;
	width: 560px;
	height: auto;
	margin: 18px 0 0 0;
	clear: all;
}

div.wrapperSmall {					/* Width 25% - Use with wrapperLarge */
	position: relative;
	float: right;
	width: 175px;
	height: auto;
	margin: 18px 0 0 0;
}

div.wrapperThird {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	margin: 0px 20px 0px 0px;
}

div.highlights {					/* Use with wrapperSmall */
	position: relative;
	width: auto;
	border: 1px solid #999999;
	clear: both;
	margin: 10px 0;	
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	text-align: left;	
	color: black;
}

div.highlights p{
	margin: 5px;
}

ul.featured li {
	list-style-position: outside;
	margin: 0 0 0 -20px;
	padding: 0;
}

div.highlights a {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 9pt;
}


/************************************************************************************* 
Breadcrumbs
*************************************************************************************/
div.breadcrumbs {
	position: absolute;
	top: -15px;
	left: 0;
	height: auto;
	width: auto;
	text-align: left;	
	z-index: 2;
}

div.breadcrumbs p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;	
	color: #707070;
	margin: 0px 5px;
}

div.breadcrumbs a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: underline;
	/*color: #ff00ff;*/
}




/************************************************************************************* 
Breadcrumbs
*************************************************************************************/
div.pagePic {
	width: 200px;
	height: 150px;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-left: 5px;
}





/************************************************************************************* 
Case Study Summaries
*************************************************************************************/
div.csSummary {
	float: left;
	width: 700px;
	height: 90px;
	margin: 15px;
	text-align: left;
	
}

div.csSummary img{
	float: left;
	margin-right: 10px;
}

div.csSummary strong {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #A0A0A0 ;
}

img.cs {
	width: 30px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
	display: inline;
}

