@charset "utf-8";

* {
	margin:0;
	padding:0
	}
	
html {
	background:#336699;
	}
body {
	border:4px solid #336699;
	background:#fff;
	font:62.5% CenturyGothic, "Trebuchet MS", Verdana, sans-serif;
	color:#3B474D;
	padding-bottom: 100px;
	}
img {border:none;}

#bodyWrapper {
	width:760px;
	margin:auto;
	}

#breadCrumbs {
	list-style: none;
	font-size: 1.2em;
	font-weight: bold;
	margin: 20px 0 0 0;
	clear: both; 
	}
#breadCrumbs li {
	display: inline;
	}
#breadCrumbs li a {
	text-decoration: none;
	}
	
/* L I N K S */

a {
	color:#336699;
	}
a:hover {
	color:#959ca4;
	text-decoration:none;
	}


/*header**************************************/
#header {
	min-height:186px;
	position: relative;
	}

#header #logo {
	float:left;
	}
#header form {
	width:16em;
	float:right;
	margin-top:30px;
	text-align: right;
	color:#959ca4;
	margin-right: 10px;
}
#header form a {
	color:#959ca4;
	font-weight:bold;
	text-decoration: none;
}
#header form a:hover {
	color:#9d0325;
	text-decoration:none;
}

.inputSrch {
	width:10em;
	height:1.5em;
	border:1px solid #959ca4;
	font:1.1em "Trebuchet MS", Verdana, sans-serif;
	}
#searchSubmit {
	vertical-align:middle;
	}
	
#header form ul {
	list-style: none;
	margin-top: -10px;
	}
#header form ul li {
	margin-top: 8px;
	}
#header fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
#header legend {
	border: 0;
	padding: 0;
	margin: 0;
	}

#nav {
	float:right;
	margin:0 0 20px 0;
	width:470px;
	}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#nav li {
	float:left;
	padding:0 0 0 2px;
	}
#nav li a, #homeLink a {
	background:#336699;
	width:68px;
	display:block;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	padding:45px 4px 0 4px;
	}
#nav li a:hover, #homeLink a:hover {
	background:#7194B8;
	text-decoration:underline;
	}
#nav #active {
	background:#7194B8;
	}
	
#header #homeLink {
	position: absolute;
	right: 392px;
	}
	
#homeLink a {
	padding:20px 4px 0 4px;
	font-size: 1.1em;
	}
	

/*content*************************************/
#content {
	border: 2px solid #cdd4dd;
	clear:both;
	background: transparent url(../images/bg-main-content.gif) repeat-y top right;
	}

#home #content {
	border:2px solid #336699;
	background: none;
	margin-top:20px;
	}

#topContent {
	background:#cdd4dd url(../images/bgmain.jpg) no-repeat 100% -90px;
	min-height:18em;
	padding:0 370px 3px 15px;
	}

#mainContent {
	clear:both;
	padding: 15px 15px 15px 100px;
	min-height: 440px;
	position: relative;
	background: transparent url(../images/image-pillars.jpg) no-repeat bottom left;
	}
#home #mainContent {
	border-top:1px solid #336699;
	background: transparent url(../images/bg_main_home.gif) repeat-y top left;
	min-height:24.5em;
	margin: 10px 0 0 0;
	padding: 0;
	}
	
#sideGfx {
	position: absolute;
	bottom: 0;
	right: 0;
	}
	
#text {
	width: 450px;
	}
	
#sideBar {
	width: 168px;
	padding: 0 0 15px 0;
	position: absolute;
	right: 0;
	top: 0;
	}


	
	
.itemHome1, .itemHome2, .itemHome3 {
	float:left;
	min-height:24.5em;
	}
.itemHome1, .itemHome2 {
	width:32%;
	}
.itemHome2 {
	width:33%;
	}
.itemHome3 {
	float:right;
	width:34.3%;
	}
.itemHome1 h3, .itemHome2 h3, .itemHome3 h3 {
	background:#336699 url(../images/whiteSquare.gif) no-repeat left;
	margin:0;
	color:#fff;
	font-size:1.4em;
	padding:4px 3px 5px 40px;
	}
.itemHome2 h3 {
	margin-left:6px;
	}
.itemHome1 ul, .itemHome2 ul {
	list-style:none;
	margin-left: 20px;
	}
.itemHome1 li, .itemHome2 li {
	padding:0 15px 2px 20px;
	background: transparent url(../images/bulletSec.gif) no-repeat 0% 5px;
	}
.itemHome1 li a, .itemHome2 li a {
	color:#3B474D;
	text-decoration:none;
	font-size:100%;
	}
.itemHome2 li a {
	color:#336699;
	text-decoration:none;
	font-size:1.2em;
	font-style: italic;
	}
#home #mainContent a:hover {
	color:#336699;
	text-decoration:underline;
	}
#home #mainContent p {
	margin:15px 25px;
	color:#3B474D;
	font-size:120%;
	}
#home #mainContent .itemHome3 p {
	margin:15px 25px 15px 20px;
	}
.itemHome1 p a, .itemHome2 p a {
	color:#336699;
	font-weight:bold;
	}
.itemHome1 p a:hover, .itemHome2 p a:hover {
	color:#3B474D;
	text-decoration:none;
	}
.itemHome3 form {
	margin:10px 45px 10px 0;
	text-align:right;
	font-size: 1.3em;
	}
.itemHome3 input {
	margin-top:10px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	}


/*footer****************************************/
#footer {
	background:#cdd4dd;
	margin:20px 0;
	padding:5px;
	clear:both;
	}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#footer li {
	padding:0 0 0 15px;
	margin:0;
	display:inline;
	}
#footer li a {
	font-weight:bold;
	text-decoration:none;
	}
#footer li a:hover {
	text-decoration:underline;
	}
	
/* L I S T */

.noBullet {
	list-style: none; 
	font-style: normal;
	}
	
#text ul {
	list-style-position: inside;
	}

#downloadList, #categoryList {
	list-style: none;
	}
#downloadList li {
	background: transparent url(../images/bulletSec.gif) no-repeat 0% 6px;
	padding-left: 20px;
	}
#downloadList a {
	text-decoration: none;
	}
#categoryList li a {
	margin: 3px 0;
	display: block;
	padding: 13px 5px;
	border: 1px solid #7194B8;
	font-weight: bold;
	text-decoration: none;
	}
#categoryList li a:hover {
	margin: 4px 0;
	border-left: 5px solid #7194B8;
	background: #f7f7f7;
	}
#text ol li {
	margin-bottom: 7px;
	}
	
/* L I S T S */

#sideBar ul {
	list-style:none;
	margin: 0 5px 15px 5px;
	}
#sideBar ul li {
	padding:0 10px 0 20px;
	background: transparent url(../images/bulletSecSide.gif) no-repeat 0% 5px;
	}
#sideBar ul ul {
	margin-left: 0px;
	}
#sideBar li a {
	text-decoration: none;
	}
#activeLink, #activeLinkII {
	background: #E6EAEE;
	padding: 2px;
	}
#sideBar h4 a {
	text-decoration :none;
	}
	
#sitemapList {
	list-style: none;
	}
#sitemapList li {
	padding:0 0 0 20px;
	background: transparent url(../images/bulletSec.gif) no-repeat 0% 5px;
	}
	
#sitemapList ul {
	list-style: circle;
	margin: 4px;
	}
#sitemapList li li {
	background: none;
	padding:0;
	margin-left: 6px;
	}


	
/* T Y P O G R A P H Y */

h1 {
	font-size: 1.9em;
	margin-bottom: 20px;
	}
h2 {
	font-size: 1.3em;
	margin-top: 20px;
	}
h3 {
	font-size: 1.2em;
	margin-top: 20px;
	}
p, ul, ol {
	font-size: 1.2em;
	margin: 10px 0;
	}
ul ul, ol ul {
	font-size:100%;
	}
ul p, ol p {
	margin-bottom:0;
	}

#header form {
	font-size: 1.1em;
	}
	
#topContent h1 {
	font-size:3.3em;
	color:#fff;
	margin:0 0 5px 0;
	font-weight: normal;
	}
#topContent h2 {
	font-size:2.4em;
	color:#fff;
	margin:5px 0;
	font-weight: normal;
	}
#topContent p {
	color:#3B474D;
	font-size: 130%;
	}
	
#sideBar h4 {
	background: #E6EAEE;
	padding: 15px 15px 3px 20px;
	font-size: 1.4em;
	margin: 0 0 15px 0;
	}
	
blockquote {
	font-size: 1.2em;
	}
blockquote cite {
	display: block;
	margin-bottom: 20px;
	}
	
/* F O R M S */

fieldset {
	border: 1px solid #CDD4DD;
	padding: 10px;
	margin: 20px 0;
	}
legend {
	border: 1px solid #CDD4DD;
	padding: 4px 15px;
	font-weight: bold;
	margin-left: 5px;
	font-size: 115%;
	}

input.text {
	width: 275px;
	height: 25px;
	he\ight: 22px;
	font-size: 1.3em;
	padding-top: 3px;
	}
textarea.text {	
	width: 275px;
	height: 60px;
	font-size: 1.3em;
	}
input.submitButton {
	margin: 4px 0;
	}
	
.centre input {
	margin: 0 auto 0 auto;
	}
	
/* P A G E  S P E C I F I C */

/*
#solutions #mainContent {
	background: transparent url(../images/image-pillars.jpg) no-repeat bottom left;
	}*/

#search #content {
	background: none;
	}
#search #mainContent {
	padding: 15px 15px;
	}	
	
#services #mainContent, #corporate #mainContent {
	min-height: 300px;
	}

/* U T I L I T Y */

.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearFix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */

.centre {
	text-align: center;
	}

/* for safari */

#header #homeLink {
	top: 81px;
	}
#header #homeLink { 
	top: 86px;# /*safari doesn't read this style or any styles beyond it if there were any */
	}
