﻿/* 	CSS Structure
---------------------------------------------
 	* Body
	* Structure
	* Banner
    * Nav
	* Footer
    * Headings
    * Lists
    * Forms
    * Links & Text
	* Content
    * Misc
--------------------------------------------- */

/* 	Colour Glossary
---------------------------------------------
	Blue - #2b6088 
	Green - #999900 
	Ideaca Red - #990000 
	Pale Yellow - #fffff4
--------------------------------------------- */


/* 	+Body
--------------------------------------------- */
body {
	background: #fff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 76%;
	text-align: center;
}
/* 	+Lists
--------------------------------------------- */
ul.careers { 
	list-style-image: url(../images/icon-list-careers.gif);
	margin-top: 15px;
}
ul { 
	list-style-image: url(../images/icon-list.gif);
}
ul, ol {
	margin: 0 0 20px 40px;
	padding: 0;
}
li {
    line-height: 1.3em;
    margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
ul li ul { /*Nested list*/  
    margin-top: 10px;
}
ul.feature { 
	list-style-image: url(../images/icon-list-feature.gif);
}
ul.feature li { 
    margin: 0;
	padding: 0;
}
/*Used on Careers section*/
ul.career-feature { 
	list-style-image: url(../images/icon-list-feature.gif);
}
ul.career-feature li { 
    border-bottom: 1px solid #f2f2f2;
    margin: 0 50px 3px 0;
	padding: 0 0 5px 0;
}
#sitemap {
    
}
#sitemap .parent {
    font-weight: bold;
}
#sitemap li ul li {
   list-style-image: none;
}
#sidebar ul {
    font-size: 90%;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
#sidebar li {
    border-bottom: 1px solid #e4e6e9;
	display: block;
	list-style: none;
	margin: 0;
	padding: 10px 0;
}
/* 	+Structure
--------------------------------------------- */

#wrapper-site {
	background: #fff;
	margin: 0 auto 0 0;
	padding: 0;
	text-align: left;
	width: 950px;
}
#subnav-column {
	/*background: pink;*/
	float: left;
	padding-bottom: 5px;
	width: 160px;
	display: none;
}
.clear { /*Thank you IE6*/
	clear: both;
	padding: 0;
	margin: 0;
}
#wrapper-content {
    background: #fff;
    display: inline;
	float: left;
	width: 790px;
}
#content {
	background: #fff;
	border-left: 1px solid #e4e6e9;
	border-right: 1px solid #e4e6e9;
	border: none;
	float: left;
	padding: 0;
	width: 80%;
}
#content-wide {
	background: #fff;
	border-left: 1px solid #e4e6e9;
	border-right: 1px solid #e4e6e9;
	float: left;
	padding: 10px 15px;
	width: 758px;
}
#sidebar {
	background: #fff;
	/*border-left: 1px solid #f5f5e5;*/
	float: right;
	padding-bottom: 25px;
	width: 310px;
	display: none;
}

/* 	+Utilities
--------------------------------------------- */
#utilities {
	font-size: 85%;
	text-align: right;
	padding: 15px 10px 10px 0;
	display: none;
}
#utilities p {
	margin: 0;
	padding: 0;
}
/* 	+Banner
--------------------------------------------- */
#banner-wrapper {
    background: #fff;
    margin: 0;
    padding: 0;
    position: relative;
    width: 1%; /*IE fix*/
}
#banner-content {
	margin: 0;
	padding: 0 0 0 160px;
	display: none;
}
#logo {
	position: relative;
}
#logo img {
	display: inline;
	margin: 0 0 40px 0;
}
/* 	+Nav
--------------------------------------------- */
#mainnav {	
	padding: 0 0 10px 0;
	display: none;
}
#mainnav ul {
	background: #dee7ef url(../images/bg-nav.gif) top right repeat-y;
	border-top: 1px solid #90aec6;
	border-bottom: 3px solid #90aec6;
	font-weight: bold;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#mainnav li {
	border-right: 1px solid #ced7df;
	display: block;
	float: left;
	font-size: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainnav #Li6 {
	border-right: none;
}
#mainnav li a {
	background: none;
	color: #788795;
	display: block;
	margin: 0;
	padding: 10px;
	text-decoration: none;
	}
#mainnav li a:hover {
	background: #e6f0f9;
	border-bottom: 1px solid #90aec6;
	color: #2b6088;
	padding: 9px 10px 10px 10px;
	text-decoration: none;
	}

/* 	+Subnav
--------------------------------------------- */
#subnav {
	/*border-right: 1px solid #f5f5e5;*/
	list-style-image: none;
	margin: 35px 0 0 0;
	padding: 0 0 25px 0;
	text-align: right;
}
#subnav li {
	border-bottom: 1px solid #e4e6e9;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#subnav li a {
	color: #2b6088;
	display: block;
	padding: 10px 15px 10px 0;
}
#subnav li a:hover {
	background: #fdfdf3 url(../images/bg-subnav-indicator.gif) center right no-repeat;
	text-decoration: none;
}
#subnav #last-item{
	border-bottom: none;
}
#subnav li ul {
	border-top: 1px solid #e4e6e9;
	list-style: none;
	margin: 0;
	padding: 0;
}
#subnav li ul li {
	font-style: italic;
	background: #f2f2f2;
}
#subnav li ul #last-item {
	border-bottom: none;
}
#subnav li ul li a {
    /*border-right: 1px solid #990000;*/
	display: block;
	padding: 5px 15px;
}

/* 	+Sidebar Specific Items
--------------------------------------------- */
#sidebar .wrapper {
    background: #fff url(../images/bg-sidebar-wrapper.gif) bottom left repeat-x;
    padding: 20px;
    margin-bottom: 0;
}
#sidebar .wrapper-blank {
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
}
#sidebar .wrapper-blank img {
    border: 1px solid #dee7ef;
    padding: 3px;
}
/*Featured content - Used in Solutions section*/
div.featured-pdf {
    background: #fff url(../images/bg-pdf.gif) top right no-repeat;
    border: 1px solid #e5e5bf;
    margin-bottom: 10px;
    padding: 10px 80px 5px 15px;
}
.featured-pdf h3 {
    color: 61AEB6;
	font-size: 1em;
	letter-spacing: normal;
	margin: 0 0 3px 0;
	padding: 0;
	text-transform: none;
}
.featured-pdf p {
    font-size: 90%;
    margin: 0;
    padding: 0;
}
.featured-pdf p a {
    background: none;
    margin: 0;
    padding: 0;
}

div.collateral-pdf {
    background: #fff;
    border: 1px solid #e5e5bf;
    margin-bottom: 10px;
    padding: 10px 15px 5px 15px;
}
.collateral-pdf h3 {
    color: #990000;
	font-size: 1em;
	letter-spacing: normal;
	margin: 0 0 3px 0;
	padding: 0;
	text-transform: none;
}
.collateral-pdf p {
    font-size: 90%;
    margin: 0;
    padding: 0;
}
.collateral-pdf p a {
    background: url(../images/icon-pdf.gif) 0 50% no-repeat;
    padding: 2px 0 2px 20px;
    margin-left: 5px;
}
.sidebar-padding {
    padding: 20px 0 0 20px;
}
/* 	+Footer
--------------------------------------------- */
#footer {
	background: #f5f5e5 url(../images/bg-footer.gif) top left repeat-x;
	color: #838371;
	font-size: 90%;
	display: none;
}
#office-wrapper {
	margin: 0 auto;
	padding: 15px 10px 0 170px;
	text-align: center;
	width: 785px;
}
.office {
	border-right: 1px solid #838371;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	text-align: left;
}
.office p {
	margin: 0;
	padding: 0;
}
#copyright {
	background: url(../images/bg-office-wrapper.gif) top right no-repeat;
	clear: left;
	height: 25px;
	line-height: normal;
	margin: 0;
	padding: 25px 0 0 0;
	text-align: right;
}

/* 	+Headings
--------------------------------------------- */
h1, h2 {
	color: #990000;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
}

h1 {
	font-size: 2em;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	padding: 0;
}

h2 {
	font-size: 1.7em;
	letter-spacing: -1px;
	margin: 0 0 3px 0;
	padding: 0;
}

h3 {
	color: #2b6088;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 0 0 3px 0;
	padding: 0;
	text-transform: uppercase;
}

h4 {
	font-size: 1em;
	margin: 0 0 3px 0;
	padding: 0;
}
#sidebar h2 {
	color: #2b6088;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.5em;
}
#sidebar h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
}

/* 	+Forms
--------------------------------------------- */
form {
	
}

/* 	+Links & Text
--------------------------------------------- */
p, input, td, table {
	font-size: 1em;
}
p {
	line-height: 1.5em;
	margin: 0 0 10px 0;
}
a:link {
	color: #2b6088;
}
a:visited {
	color: #2b6088;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
}
#content p a {
    font-weight: bold;
}
#content-wide p a {
    font-weight: bold;
}

/* 	+Content
--------------------------------------------- */
.headshot {
    border: 1px solid #ccc;
    float: left;
    margin: 3px 10px 0 0;
    padding: 5px;
}
.italic {
    font-style: italic;
    font-size: 95%;
    color: #666;
}
#flashcontent {

}
.email {
    margin: 10px 0 10px 20px;
    text-align: center;
}
.email a {
    background: url(../images/icon-email.gif) 0 50% no-repeat;
    padding-left: 15px;
}
.top {
    margin: 10px 25px 20px 25px;
    text-align: center;
}
.top a {
    background: url(../images/icon-arrow-top.gif) 0 50% no-repeat;
    padding-left: 15px;
}
.summary {
    background: #fff url(../images/bg-summary.gif) top left repeat-x;
    border: 1px solid #ecece1;
    color: #5c5c5c;
    line-height: 1.6em;
    margin: 10px 10px;
    padding: 15px;
}
.summary h3 {
	font-size: 1em;
	letter-spacing: normal;
	padding: 0;
	text-transform: none;
}
.summary #success-logo {
    margin: 0 0 15px 0;
}
img.float-left {
    float: left;
    padding: 5px 10px 10px 0;
}
img.float-right {
    float: right;
    padding: 10px 0 10px 20px;
}
/* 	+Contact Pages
--------------------------------------------- */
#address {
    background: #fff url(../images/bg-summary.gif) top left repeat-x;
    border: 1px solid #ecece1;
    color: #5c5c5c;
    margin: 10px 10px;
    padding: 10px;
}
#address p {
    line-height: 1.3em;
    margin: 0 10px;
    padding: 0;
}
#address p.telephone {
    line-height: 1.6em;
    margin-top: 10px;
    padding: 0;
}
#address p.toll-free {
    background: url(../images/icon-telephone.gif) 0 50% no-repeat;
    color: #2b6088;
    font-size: 110%;
    margin-top: 15px;
    padding: 0 0 0 22px;
}
#address .email-office {
    margin-top: 15px;
    margin-bottom: 5px;
}
.email-office a {
    background: url(../images/icon-email-large.gif) 0 50% no-repeat;
    padding-left: 24px;
}
.feature-pdf {
    background: #fff url(../images/bg-summary.gif) top left repeat-x;
    border: 1px solid #ecece1;
    margin: 0 20px;
    padding: 10px;
    text-align: center;
}
.feature-pdf a {
    background: url(../images/icon-pdf.gif) 0 50% no-repeat;
    padding-left: 20px
}
/* 	+News & Marketing related
--------------------------------------------- */
/* Include in sidebar*/
#news {
    margin-bottom: 20px;
}
.archive-items {
    
}
.archive-items h3 {
	color: #2b6088;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0 0 3px 0;
	padding: 0;
	text-transform: none;
}
.archive-items h3 a, .archive-items h3 a:link, .archive-items h3 a:active, .archive-items h3 a:visited {
	color: #2b6088;
}
.archive-items h3 a:hover {
	color: #2b6088;
	text-decoration: underline;
}
.archive-items .date {
    /*background: url(../images/icon-calendar.gif) 0 50% no-repeat;*/
    border-top: 1px solid #ccc;
    color: #b5b5b5;
    font-size: 85%;
    margin: 15px 0 0 0;
    padding: 10px 0 0 0;
}
.past-event-date {
    background: url(../images/icon-calendar.gif) 0 50% no-repeat;
    padding: 0 0 0 20px;
}
.event-summary {
    border-left: 2px solid #999900;
    margin: 20px 0 20px 25px;
    padding: 0 0 0 10px;
}
#news-current {
    
}
#news-current .date{
    background: url(../images/icon-calendar.gif) 0 50% no-repeat;
    color: #999900;
    font-size: 90%;
    /*font-weight: bold;*/
    margin: 15px 0 0 0;
    padding: 0 0 0 18px;
}
#news-current h2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 1.5em;
}
#news-current .description {
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
}
#news-current .last-item {
    border-bottom: none;
}
.success-story {
    border-bottom: 1px solid #ecece1;
    margin: 0 0 20px 0;
    padding: 0 0 0 10px;
}
.success-story img {
    border-left: 1px solid #ccc;
    float: right;
    margin-left: 20px;
    padding: 20px;
}
.success-story p a {
    background: url(../images/bg-read-more.gif) top left no-repeat;
    color: #fff;
    padding: 3px 25px 10px 33px;
}
.success-story p.read-more {
    /*text-align: right;*/
    margin-left: 5px;
    padding-bottom: 10px;
}
/* +Homepage items
--------------------------------------------- */
#hiring {
    background: #fefef6 url(../images/bg-hiring.jpg) bottom right no-repeat;
    border: 1px solid #e9e9da;
    margin: 10px 0 10px 0;
    padding: 10px 10px 0 15px
}
#hiring:hover {
    border: 1px solid #bcbca4;
}
#hiring h2 {
    font-family: arial, helvetica, sans-serif;
    color: #2b6088;
    padding-bottom: 5px;
}
#hiring p {
    padding: 0 190px 30px 0;
}
#hiring a {
    font-weight: bold;
}
#customers {
    margin-bottom: 20px;
}
#customers h2 {
    float: left;
}
#customers p {
    clear: left;
    float: left;
    padding: 0;
    width: 65%;
}
#customers #logos {
    float: right;
    padding: 15px 10px 0 0;
    width: 30%;
}
#customers #logo1 {
    float: right;
    padding-right: 5px;
}
#customers #logo2 {
    float: left;
    padding-top: 10px;
    padding-left: 0;
}
#customers #logo3 {
    float: right;
    padding-top: 0;
    padding-right: 15px;
}
/* 	+Misc
--------------------------------------------- */
#gallery {
    /*background: #f2f2f2;*/
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}
#gallery th {
    /*border-bottom: 1px solid #ccc;*/
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /*background: #ccc;*/
    color: #455c6e;
    padding: 10px 5px;
    text-align: center; 
}
#gallery td {
    border-bottom: 1px solid #ccc;
    /*border-right: 1px solid #ccc;*/
    font-size: 90%;
    padding: 7px;
    text-align: center;
}
#gallery td img {
    padding: 0 50px 0 15px;
}
#gallery td.highlighted img {
    display: block;
    margin: 0 auto;
    padding: 0;
}
#gallery td a {
    font-weight: bold;
}
#gallery .header {
    background: teal;
    color: #fff;
    font-weight: bold;
}
.highlighted {
    /*background: #f2f2f2;
    background: #fefef6;*/
}
#gallery .colcolour {
    background: #fffff4;
}
#gallery .colcolour-odd {
    background: #fff;
}
.methodi {
    background: #fff url(../images/bg-summary.gif) top left repeat-x;
    border: 1px solid #ecece1;
    font-size: 120%;
    font-style: italic;
    margin-right: 25%;
    padding: 10px;
}

.quote {
	background: url(../images/quote-left.gif) top left no-repeat;
	/*margin: 25px 0;*/
	padding: 10px 0 0 15px;
	/*display: none;*/
}
.quote p {
	background: url(../images/quote-right.gif) bottom right no-repeat;
}
.quote p.quoted {
	background: none;
	color: #999999;
	font-style: italic;
	font-size: 90%;
	line-height: normal;
	/*text-align: right;*/
}
/*
.testClass #mainnav #Li1 a{
    color: black;
}

.testClass #subnav #Li5 a {
    color: purple;
}
*/