
/* CSS Document */

/*********************** 

STYLESHEET SECTIONS:

- Global Layout Stuff
- Standard Elements
- Classy Elements
- Links
- Header Stuff
- Left Sidebar Stuff
- Center Body Structure
- Center-Area-Only Classy Elements
- Right Sidebar Structure
- Special Text Areas
- Table Layouts
- Buttons
- Footer Elements  
- IE6 Exceptions
- IE7 Exceptions
- Override Everything Else    

************************/

/* <Global Layout Stuff> */

body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #d6d6d4 url(../images/body-bg.png) repeat-x;
	}

#wrapper {
	width: 960px;
	margin: auto;
	padding:0;
	}

#outer-left {
	width: 860px;
	float: left;
	padding: 0;
	margin: 40px 0 0 0;
	background: #d6d6d4 url(../images/body-bg.png) repeat;
	}
	
	#inner-left {
		width: 230px;
		padding:10px 0px 25px 10px;
		float:left;
		height:345px;
		}
	
	#inner-right {
		width: 620px;
		padding: 0;
		padding-top: -40px;
		float:left;
		-moz-border-radius-bottomleft:18px;
		-webkit-border-bottom-left-radius:18px;
		-moz-border-radius-bottomright:18px;
		-webkit-border-bottom-right-radius:18px;
		}
		
#outer-right {
	position: fixed;
	width: 100px;
	margin: 40px 0 0 860px;
	height:100%;
	background:url(../images/tower.png) no-repeat;
	padding: 0px;
	}

#clienttools {
	position:fixed;
	width: 690px;
	padding: 5px 10px 5px 20px;
	text-align:right;
	height:31px;
	z-index:999;
	margin: 0 0 0 240px;
	color:#4b4b4b;
	font-size:18px;
	font-family:calibri;
	background: #c9cac8;
	}

	#clienttools table {
		float:right;
		}
		
	#clienttools td {
		padding: 3px;
		vertical-align: top;
		}
		
	#clienttools td.login-btn {
		vertical-align: text-top;
		padding-top: 9px;
		}	
		
	#clienttools input {
		color:#9a9b9c;
		font-size:11px;
		padding:5px;
		border:none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}
			
/* </Global Layout Stuff> */


/* ---------------------------------------------------------------*/


/* <Standard Elements> */

p {	
	font-size: 11px;
	padding-bottom: 10px;
	line-height: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	}

h1 {	
	font-size: 90px;
	color: #FFF;
	font-weight: normal;
	line-height: normal;
	padding: 0px 0px 10px 0px;
	}

	#how-we-do-it h1 {
		font-size:80px;
		}

h2 {
	font-size: 30px;
	line-height:30px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica;
	color: #FFF;
	padding-bottom:8px;
	font-weight: bold;
	}

h3 {	
	color:#FFFFFF;
	font-size:18px;
	padding: 0px 0px 4px 0px;
	font-weight:bold;
	line-height:23px;
	}
		
h4 {	
	font-size: 12px;
	color: #FFF;
	padding: 0px 0px 8px 0px;
	font-weight: bold;
	}

h5 {	
	font-size: 13px;
	color: #FFF;
	padding: 0px 0px 8px 0px;
	font-weight: bold;
	}

/* </Standard Elements> */


/* ---------------------------------------------------------------*/


/* <Stylized Elements> */

.staff h3 {	
	color:#FFFFFF;
	font-size:11px;
	padding: 0px 0px 4px 0px;
	font-weight:bold;
	line-height: 12px;
	}

	.staff h3 a {	
	color:#FFFFFF;
	font-size:11px;
	}
		
.w-50 {
		width: 46%;
		float:left;
}

.w-55 {
		width: 53%;
		float:left;
}

.left-module {
	padding: 16px 10px 26px 10px;
	width: 190px;
	border-bottom: 1px solid #adafaf;
	}
		
	.left-module p {
		color:#333;
		line-height: 16px;
		padding-bottom:16px;
		}	

.disclaimer {
	font-size: 11px;
	font-style:italic;
	line-height:15px;
	}

/* </Stylized Elements> */


/* ---------------------------------------------------------------*/


/* <Links> */

a.privacy:link{color:#005172!important;border-bottom: dashed 1px #005172!important;
}

a { 
	color: #FFF; 
	text-decoration: none;
	padding-bottom:0px;
	outline: none;
	border-bottom: dashed 1px #fff;
	}
		
	a:link { 
		color: #FFF;
		}
		
	a:visited {
		color: #FFF;
		}
		
	a:hover { 
		color: #FFF; 
		text-decoration: none;
		outline: none;
		border-bottom: solid 1px #fff;

		}
		
a.inline-lnk {
	text-decoration: underline!important;	
	border-bottom: none!important;
	font-weight:normal!important;

	}
		
	a:hover.inline-lnk {
		text-decoration: underline!important;
		border-bottom: none!important;
		font-weight:normal!important;
		}
	
/* </Links> */

/* ---------------------------------------------------------------*/


/* <Header Stuff> */

.home-tagline {
	width: 540px;
	padding: 18px 40px;
	height:137px;
	overflow:hidden;
	color:#FFF;
	background:#5a447a;
	font-size:35px;
	line-height: 42px;
	font-family:myriad pro, arial;
	}

/* </Header Stuff> */


/* ---------------------------------------------------------------*/


/* <Unordered Lists> */


ol.basic {
	margin-left: 20px;
	}
	
	ol.basic li {
		margin-top: 5px;
		list-style-type: decimal;
		margin-left: 16px;
		line-height: 16px;
		padding-bottom:5px;
		font-size:11px;
		color:#fff;
		}
		
		
		ol.basic.newsletter {
	margin-left: 20px;
	}
	
	ol.basic.newsletter li {
		margin-top: 0px;
		list-style-type: decimal;
		margin-left: 16px;
		line-height: 16px;
		padding-bottom:2px;
		font-size:11px;
		color:#4b4b4b!important;
		}
		
ul.basic {
	margin-left: 20px;
	}
	
	ul.basic li {
		margin-top: 5px;
		list-style-type: square;
		margin-left: 16px;
		line-height: 16px;
		padding-bottom:5px;
		font-size:11px;
		color:#FFF;
		}


ol.basic.news {
	margin-top: 10px;
	}
		ol.basic.news li {
		margin-top: 5px;
		margin-left: 25px;
		line-height: 16px;
		padding-bottom:5px;
		font-size:11px;
		color:#4b4b4b;
		}
		
		ul.basic.news {
	margin-top: 10px;
	}
		ul.basic.news li {
		margin-top: 5px;
		list-style-type: square;
		margin-left: 16px;
		line-height: 16px;
		padding-bottom:5px;
		font-size:11px;
		color:#4b4b4b;
		}

ul.basic.news2 {
	}
		ul.basic.news2 li {
		margin-top: 5px;
		list-style-type: square;
		margin-left: -7px;
		line-height: 14px;
		padding-bottom:5px;
		font-size:11px;
		color:#4b4b4b;
		}
		
/* </Unordered Lists> */	


/* ---------------------------------------------------------------*/


/* <Header Stuff> */

			
/* </Header Stuff> */


/* ---------------------------------------------------------------*/


/* <Left Sidebar Stuff> */

#leftcol {
	position: fixed;
	margin-top: 40px;
	}
	
*:first-child+html #leftcol {
	position: absolute;
	float:left;
	margin-top: 40px;
	}
		
				
#leftnav {
	float: left;
	margin-top: 46px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	#leftnav ul { 
		list-style: none;
		padding-left:0;
		margin:0;
		}
				
		#leftnav ul li { 
			margin:0;padding:0;
			}
			
		#leftnav ul li a { 
			padding: 18px 0 17px 11px; 
			line-height:0;
			display:block; 
			font-size: 12px; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #005172;	
			text-transform: uppercase;
			width: 200px; 
			outline:none!important;
			border-bottom: 1px solid #adafaf;
			}
			
		#leftnav ul li.current a { 
			background: #adafaf; 
			margin-top: -1px;
			width:229px;
			color:#FFF;
			}
			
		#leftnav ul li.home.current a { 
			background: #5a447a; 
			}
					
		#leftnav ul li.news.current a { 
			background: #5e9cae; 
			}																										
					
		#leftnav ul li.who-we-are.current a { 
			background: #005172; 
			}	
							
		#leftnav ul li.what-we-do.current a { 
			background: #009aa6; 
			}
			
		#leftnav ul li.how-we-do-it.current a { 
			background: #005172; 
			}
			
		#leftnav ul li.our-clients.current a { 
			background: #5E9CAE; 
			}
			
		#leftnav ul li.contact.current a { 
			background: #009aa6; 
			}
						
		#leftnav ul li.ulab.current a { 
			background: #005172; 
			}	

			
/* </Left Sidebar Stuff> */

		
/* ---------------------------------------------------------------*/


/* <Center Body Structure> */


#home {
	padding-top: 40px;
	padding-bottom: 40px;
	background:#5E9CAE;
	}

	
#news {
	padding: 75px 40px 50px 40px;
	background: #5E9CAE; 
	height: 422px; 
		/*height: 1600px;*/

	}

.news-inner {overflow:auto;height:375px;}
	
		
#who-we-are {
	padding: 75px 40px 50px 40px;
	background: #005172; 
	}
	
	.staff-img {
		width: 100px;
		float:left;
		height: 1780px;
		/* When hiring: comment out the height declaration above to show the "You?" box */
		overflow:hidden;
		}
		
	.staff {
		padding: 0 20px;
		margin-bottom:30px;
		float:left;
		width: 400px;
		height: 170px;
		overflow:hidden;
		}
		
		.staff span {
			float:left;
			margin-top: 15px;
			margin-left: 10px;
			font-size:15px;
			color:#fff;
			position:absolute;
			}
				
#what-we-do {
	padding: 75px 40px 50px 40px;;
	background: #009aa6; 
	height: 1700px;
	}

	.capability {
		padding: 30px 0 0 0;
		}
		
#how-we-do-it {
	padding: 75px 40px 50px 40px;;
	background: #005172; 
	min-height: 620px;
	}


#our-clients {
	padding: 75px 40px 50px 40px;;
	background: #5e9cae; 
	min-height: 1100px;
	}

#contact {
	padding: 75px 40px 50px 40px;;
	background: #009aa6; 
	}
				
#ulab {
	background: #5E9CAE; 
	}

											
/* </Center Body Structure> */


/* ---------------------------------------------------------------*/


/* <Rotators> */

/* Home Rotator */

	
#rotator {
	width: 621px;
	height:347px;
	background:#adafaf;
	}
	
#rotator h2 {
	padding: 0 0 30px;
	}
	
#rotator .float-right img {
	margin-top: 0px;
	}
	
#rotator a {
	color: #FFF;
	font-weight:bold;
	border-bottom: 1px dashed #FFF;
	text-decoration:none;
	}
	
#rotator p {
	font-size:12px;
	line-height:16px;
	}
		
#hero-first {
	padding: 0;
	height: 347px;
	}
	
#hero-second {
	padding: 0;
	height: 399px;
	}
	
#hero-third {
	padding: 0;
	height: 399px;
	}	
	
#hero-fourth {
	padding: 0;
	height: 399px;
	}
		
	
.hero-nav-container {
    height: 58px;
    background:#a8b400;
    margin: 0px 0 0 0;
    padding: 0 0 0 7px;
    position: absolute;
    width: 613px;
    z-index: 110;
}


.hero-nav a {
    color: #a8b400;
    background:#FFF;
    display: block;
    float: left;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 25px;
    margin:14px 7px;
    font-weight: bold;
    height: 30px;
    outline: medium none;
    border:none;
    padding: 4px 2px 0 2px;
    text-align: center;
    text-decoration: none;
    width: 32px;
}

.hero-nav a.activeSlide {
    background:#b1bc1a;
    color: #FFFFFF !important;
    text-decoration: none;
    border: none;
}



/* ULab Rotator */

	
#rotator-ulab {
	background:#005172;
	height:520px;
	}
	
	
.ulab-nav-container {
    height: 58px;
    background:#a8b400;
    margin: 0px 0 0 0;
    padding: 0 0 0 7px;
    position: absolute;
    width: 613px;
    z-index: 110;
}


.ulab-nav a {
    color: #a8b400;
    background:#FFF;
    display: block;
    float: left;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 25px;
    margin:14px 7px;
    font-weight: bold;
    height: 30px;
    outline: medium none;
    border:none;
    padding: 4px 2px 0 2px;
    text-align: center;
    text-decoration: none;
    width: 32px;
}

.ulab-nav a.activeSlide {
    background:#b1bc1a;
    color: #FFFFFF !important;
    text-decoration: none;
    border: none;
}

			
/* </Rotator> */


/* ---------------------------------------------------------------*/


/* <Buttons> */

a.button {
	background: #009aa6;
	padding: 7px 8px;
	font-size: 11px;
	cursor:pointer;
	font-weight:normal;
	color: #fff;
	border:none;
	text-decoration:none;
	}

	a.button:hover {
		background: #017e88;
		}
	
	a.button.lime {
		background: #a8b400;
		}
	
		a.button.lime:hover {
			background: #8e9801;
			}
					
	a.button.green {
		background: #3f9c35;
		}
	
		a.button.green:hover {
			background: #2e8324;
			}		
					
	a.button.short {
		padding: 5px 8px 5px 8px;
		}
		
	a.button.gallery{color:#fff!important;text-decoration:none;margin-bottom:3px!important;background: #f90d0e;
}
	a:hover.button.gallery{background: #cc0000;
}
	
	.gallery-button {margin:20px 0 10px 220px;}
	
/* </Buttons> */


/* ---------------------------------------------------------------*/


/* <Footer Elements> */ 

	/* No Footer at time of launch Jan 2011 */

/* </Footer Elements> */

	
/* ---------------------------------------------------------------*/


/* <IE7 Exceptions> */


*:first-child+html #clienttools {
	position:relative;
	}

*:first-child+html #inner-left {
	display:none;
	}
	
*:first-child+html #outer-left {
	width: 620px;
	}		
	
*:first-child+html #outer-right {
	position:relative;
	}	

*:first-child+html #leftcol {
	position:relative;
	}
	
/* </IE7 Exceptions> */

	
/* ---------------------------------------------------------------*/


/* <IE6 Exceptions> */


/* </IE6 Exceptions> */


/* <Override Everything Else > */

.float-left { float:left; }
.float-right { float:right; }
.no-padding-bottom { padding-bottom:0!important; }
.no-margin-bottom { margin-bottom:0!important; }
.no-border { border:none; }
.padding-bottom { padding-bottom:20px; }
.padding-top-dbl { padding-top: 20px; }
.padding-top { padding-top: 10px; }
.padding-rt { padding-right:45px; }
.pad-20 { padding: 20px; }
.centered { text-align:center; }

.clearer {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	height: 0px;
	}
	
/* </Override Everything Else > */

	
		
/* CONTACT FORM */
.contact-table td{font-size:11px;vertical-align: middle; color: #FFF; font-family:Verdana, Arial, Helvetica, sans-serif;}
input { color: #333; font-size:11px;margin-bottom:6px; }
td.labels { font-size:11px; }
input.phone1 { width: 30px; }
input.phone2 { width: 50px; }
textarea { width: 400px; }

/* PRINTING ADJUSTMENTS */
table.print-header { display:none; }


/* ALT NEWS */

.news-alt-header {background:#5a447a;padding:20px;width:580px;}
.news-alt-header2 {background:#5a447a;padding:10px 0 5px 15px;width:610px;}
.news-alt-header2 h4 {font-size:11px;}
#news-alt {
	padding: 75px 40px 10px 40px;
	background: #f3f3f3; 
	color:#4b4b4b;
	height:auto;
	}
	
	.news-alt-nav {
	padding: 10px 10px 10px 10px;
	background: #a8b400; 
	color:#4b4b4b;
	height:50px;
	}
	
	#news-alt p {
	color:#4b4b4b;
	line-height:16px;
	}
	
	#news-alt h3 {
	color:#4b4b4b;
	margin-top:15px;
	}
	
	#news-alt a {
	color:#015176;
	text-decoration: none;
	outline: none;
	border-bottom: dashed 1px #015176;
	}
	
		#news-alt a:hover {
	color:#015176;
	text-decoration: none;
	outline: none;
	border-bottom: solid 1px #015176;
	}
	
.news-feature-wrapper {margin-left:15px!important;float:right; }
.news-feature{color:#fff;width:153px;float:right; background-color:#ed1b24;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding:15px;margin-bottom:10px;}
	
	.news-feature p{color:#fff!important;line-height:18px!important;}
	.news-feature a{color:#fff!important;	
	outline: none;	text-decoration: none!important;
	border-bottom: dashed 1px #fff!important;}
	
	.news-feature a:hover {	text-decoration: none!important;border-bottom: solid 1px #fff!important;}
	.news-feature a:visited {color: #fff!important;text-decoration: none!important;}
	
	
	.newsGray {padding:10px;background-color:#e1e1e1;margin-bottom:15px;}
	.newsGold {padding:10px;background-color:#e9ecbf;margin-bottom:15px;}
	.newsBlue {padding:10px;background-color:#d7e6eb;margin-bottom:15px;}


	
.program {width:580px;height:250px;margin-bottom:5px;}
.program-left {width:160px;height:250px;float:left;}
.program-block {width:206px;height:125px;float:left;border-right:1px solid #cfd673;margin-right:2px;}
.program-block.last {border-right:none;}

.program2 {width:580px;height:350px;margin-bottom:5px;}
.program2-left {width:160px;height:350px;float:left;}
.program2-block {padding-right:5px;width:201px;height:175px;float:left;border-right:1px solid #a6dce0;margin-right:2px;}
.program2-block.last {border-right:none;}

.program3 {width:580px;height:299px;margin-bottom:5px;}
.program3-left {width:160px;height:299px;float:left;}
.program3-block {width:206px;height:150px;float:left;border-right:1px solid #bfd3dc;margin-right:2px;}
.program3-block.last {border-right:none;}

.puce {background-color:#a8b400;}
.puce-fade {background:url(../images/puce-fade.gif) repeat-x;}
.teal {background-color:#009aa6;}
.teal-fade {background:url(../images/teal-fade.gif) repeat-x;} /*175px high */
.blue {background-color:#005172;}
.blue-fade {background:url(../images/blue-fade.gif) repeat-x;} /*150px high */

.program-head {font-size:18px;color:#fff;padding:20px 0 0 15px;display:block;line-height:24px;}
.program-body {font-size:11px;color:#4b4b4b;padding:10px 0 0 15px;display:block;line-height:14px;}

