﻿/* LU palette
EAEFF3 - light bg
85A8BB - main light color
00015c - main dark color
background: #5a6eb7;
00a160 -  logo green

*/

html {
	font-size: 100%;
    }

html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
    }

body {
	background: #FFF;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: center;
    }

/*body.services {
	background-image: url("../images/meetingBlindsFaded25.jpg");
	background-repeat:no-repeat;
	background-position:15% 80%;
         }
*/


body.quality {
	background-image: url("../images/pyramidFromAI2_30.jpg");
	background-repeat:no-repeat;
	background-position:75% 65%;
    }

body.technical {
	background-image: url("../images/pyramidFromAI3.jpg");
	background-repeat:no-repeat;
	background-position:75% 80%;
    }

body.clientsZ {
	background-image: url("../images/2menwalking7235.jpg");
	background-repeat:no-repeat;
	background-position:75% 210%;
    }

body.exec {
	background-image: url("../images/faded-plane-sunlight.png");
	background-repeat:no-repeat;
	background-position:11% 90%;
    }

/* This class applied to DIVs in each of the various content areas, like header, main-nav, and footer. */
/* The main-content and secondary-content DIVs are INSIDE in a DIV with this class. */
.container {
	width: 790px;
	margin: 0 auto;
	text-align: left;
    }

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#00015c;
    }

h1 {
	font-size: 1.8em;
	margin-bottom: 15px; /* add a little white space under the heading */
    }

h2 {
	font-size: 1.4em;
    }

h3 {
	font-size: 1.2em;
    }

h2, h3, p {
	margin-bottom: 10px; /* add a little white space under the headings and paragraphs */
    }

p {
	line-height: 1.5em;
    }

blockquote {  /* must be outside the p tag */
	padding-left: 1.5em;
    }

.left-col-white {
	font-size:.85em;
	text-align:justify;
	margin-top:8px;
	color:#ffffff;
	padding-left:12px;
    }

li strong, p strong {
	padding-top:5em;
	font-weight:bold;
	color:#00015c;
	margin-bottom: 0;
    }

.footnote {
	font-size: .7em;
	font-style: italic;
	margin-top: 2em;
    }

/* Skip link */

#skipnav {
	font-size: 0px;
	line-height: 0;
	margin-top: -2px;
	margin-bottom: 0;
    }

a, a:link, a:visited, a:active {
	color: #00105c;
	text-decoration: underline; /* no underline */
    }

a:hover, a:focus {
	color: #fff;
	background: #5a6eb7;
	text-decoration: none;
    }

#printed-footer, #printed-header {
	display: none; /* the printed-header should only display when the page is printed (see print.css) */
    }

/* ||||||||||||||||||||||||||||||||||||||||||||||||| */

/* ||||||||||||||||||||||||||||||||||||||||||||||||| */

/* ||||||||||||||||||||||||||||||||||||||||||||||||| */


	
#header {
	float: left;
	width: 100%;  /*  color band across the page */
	/*background: #011c61;*/
	background-image: url(../images/tile_10x240.jpg);
	background-repeat: repeat-x;
    }

#header-bg {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:200px;
    }

/*  |||||| toplink discontinued 032808

#toplink
{
	position:relative;
	width: 81px;
	top: 25px;
	left: 690px;
	color:#FFFFFF;
         }




#toplink a,
#toplink a:link,
#toplink a:visited,
#toplink a:active  {
	color: #ffffff;
	text-decoration: none;
	font-size: 1em;
         }





#toplink a:hover,
#toplink a:focus
{
	color: #fff;
	text-decoration:underline;
	background: transparent;
         }


||||||||||||||||||||||||||||||||||  */







#content-wrapper {
	width:770px;
	float:left;
	padding: 30px 30px 60px 30px;
    }

#inner-container {
	margin-left: 30px;
    }

/* Secondary content => columnleft */

#columnleft {
	float: left;
	width: 190px;
	margin: 5px 22px 0 0;
	border-right: 1px solid #00a160;
    }

#columnleft h2 {
	font-size: 1em;
    }

#columnleft ul {
	margin-left: .5em;	/* add space to the left of the list */
	padding-left: .7em;
	line-height: 1.5em;
	/*margin-bottom:1em;*/
	list-style-type: disc;
    }

#columnleft ul ul {
	list-style-type:square;
    }

#main-content ul.none, #columnleft ul.none {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
    }

/* Secondary content-right  PUT this after the main-content on the html page */
/* This is floated left, has a border and background image.
The total width is 200px = 178 + (2x10) + (2x1) = width + padding + border */
#columnright {
	/*border: 1px solid #5a6eb7; */
	float: right;
	width: 190px;
	margin-bottom: 60px;
    }

#columnright h2 {
	font-size: 1em;
    }

#columnright ul {
	margin-right: 1em;	/* add space to the left of the list */
	padding-right: 1em;
    }

#columnright li {
	padding-bottom: 0.5em; /* add space below the list items */
    }

/* |||||||||||||||||||||||||||||| split content makes 2 equal columns */

#split-left /* this will go on the left if it's first in the html */ {
	float:left;
	width: 275px;
	margin-right: 15px;
	margin-bottom: 155px;
	padding-right: 15px;
	padding-left:1px;
	border-right: 1px solid #00a160;
    }

#split-left.dark {
	background-image:url(../images/tile-blueGrad.png);
	background-repeat:repeat-x;
	height:600px;
	border:0;
    }

#split-right /* this will go on the left if it's first in the html */ {
	float:left;
	width: 400px;
	padding-left:15px;
    }

#wide-content ul, #main-content ul, #split-right ul, #split-left ul {
	margin-left: 1.5em;
	list-style-type: disc;
	line-height: 1.5em;
	margin-bottom:1em;
    }

.spaced {
	margin-bottom: 1.25em;
    }

#main-content ul ul.square {
	margin-left: 3.5em;	/* add space to the left of the list */
	list-style-type: square;
	line-height: 1.5em;
	margin-bottom:0;
    }

/* |||||||||||||||||||||||||||||| Main content */
/* |||||||||||||||||||||||||||||| Main content */
/* This is floated left, too. 
The total width is 500px = 490 + 10 = width + padding */

#main-content {
	float: left;
	width: 450px;
	margin: 0 0 10px 0;
	padding-right: 5px;
    }

#wide-content {
	float: left;
	width: 710px;
	margin: 0 0 20px 20px;
	padding-right: 10px;
    }

#wide-content2 {
	float: left;
	width: 770px;
	margin: 0;
	padding: 0;
	margin-bottom:35px;
    }

/* wrap images with captions in a div with this class */
#main-content .image-with-caption, #main-content .no-print-image-with-caption, #wide-content .image-with-caption, #wide-content .no-print-image-with-caption {
	float: left;
	width: 260px;
	padding-right: 10px;
	padding-bottom: 0.5em; /* add a little space below the image */
    }

/*  ||||||||| lists in the main and wide content   ||||||||||||| */




#main-content .image-with-caption p {
	font-style: italic;
    }

/*  |||||||||||||| generic float rules for our IMAGES in the content area*/


.left {
	float: left;
	border: 1px solid #00015c;
	margin: 5px 12px 1px 0;
    }

.right {
	float: right;
	border: 1px solid #00015c;
	margin: 5px 0 10px 22px;
    }

.no-border {
	border:0;
    }

#wide-content .left {
	float: left;  /*float the image to the left*/
	border: 1px solid #00f;  /*add a black border 1 pixel wide to all 4 sides*/
	margin: 5px 12px 1px 0;  /*set the margins to give some "air" around the text*/
    }

#wide-content .right {
	float: right;  /*float the image to the right*/
	border: 1px solid #000;  /*add a black border 1 pixel wide to all 4 sides*/
	margin: 5px 0 1px 10px;  /*set the margins to give some "air" around the text*/
    }

/* ||||||||||||||||||||||||||| Footer */

#footer {
	clear: both; /* needed since the main content and secondary content are  floated */
	background: #00124a;
	color: #00124a;
	font-size: 0.85em;	/*background-image: url(../images/tile_blu-blu.jpg);*/
    }

#footer p {
	text-align:center;
	padding: 3px 0 0 0;
    }

#footer .container {
	height:50px;
	background-image: url(../images/footer.jpg);
	background-repeat:no-repeat;
    }

#footer #copyright {
	float: left; /* floated left so that the footer links can be right-aligned on the same line */
    }

#footer ul {
	text-align: center;
	padding: 13px 9px 3px 9px;
	color: #00105c;
    }

#footer li {
	display: inline; /* displays the list items horizontally */
	padding-left: 1em;
    }

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #00105c;
	text-decoration: none;
	margin-left: 1em;
	padding: 3px 5px 3px 5px;
    }

#footer a:hover, #footer a:focus {
	color: #fff;
	text-decoration:underline;
    }

.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
    }

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
    }

.box-300 {
	width:350px;
	float:left;
	margin:4px 16px 4px 1px;
	padding:8px;
    }

p.client-text {
	line-height:120%;
	color:#303030;
	text-align:justify;
    }

.b {
	font-weight:bold;
    }

.u {
	text-decoration:underline;
    }

.bu {
	font-weight:bold;
	text-decoration:underline;
    }

.brand {
	color: #20346e;
	font-weight:bold;
    }

h1.webfont {
	font-family: 'Cabin', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: .018em;
	word-spacing: 0em;
	line-height: 100%;
	margin-bottom:3px;
    }

h2.webfont, h3.webfont {
	font-family: 'Cabin', sans-serif;
	font-style: normal;
	font-weight: 500;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: .018em;
	word-spacing: 0em;
	line-height: 120%;
	margin-top:16px;
	margin-bottom:3px;
    }

h2.webfont {
	font-size: 24px;
    }

h3.webfont {
	font-size: 20px;
         }


h2.no-top, h3.no-top {
	margin-top:0;
        }


p.webfont {
	font-family: 'Cabin', sans-serif;
	/* font-size: .85em;*/
  font-style: normal;
	font-weight: normal;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: .018em;
	word-spacing: 0em;
	line-height: 1.3;
    }

.oddrow {
	background-color:#EAEFF3;
    }

.interview-holder {
	width:175px;
	margin:0 0 0 18px;
    }

p.bullet:before {
	content:url(../images/bullet-sm.jpg);
    }

.bold {
	font-weight:bold;
    }

.careers-list {width: 200px;} sup {
vertical-align: text-top;
font-size: 90%;
}
