/*~~~~~~~~~~~~~~~~~global styles startZ~~~~~~~~~~~~~~~~~*/
html {
	width: 100%;
	height: 100%;
	_border: none;
	overflow:hidden;
	letter-spacing:-0.01em;
}
body, form {
	margin: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background: #3E3A37;
	overflow:hidden;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
img, object, embed {
	display: block;
	outline: none;
}
a img, img a, img {
	border: none;
}
a {
	outline: none;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	padding: 0;
	margin: 0;
}
.clearer{
	clear: both;
	line-height: 0px;
}

p.noJS {
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 10px;
	color: #FFF;
    display: block;
    width: 100%;
    padding: 4px 0 3px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #F24E31;
}
div.siteContainer {
	text-align: left;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
/***** Lists *****/
ul {
	margin: 10px 0 30px 10px;
	list-style:none;
}
ul li{
	margin: 0 0 5px 0;
	padding:  0 0 0 15px;
	background:url(../images/ui/bullet.li.gif) no-repeat center left;	
	font-size:13px;
	color:#333;
	line-height:160%;
}

ol {
	margin: 10px 0 30px 30px;
}
ol li{
	margin: 0 0 5px 0;
	padding:  0 ;
	font-size:13px;
	color:#333;
	line-height:160%;
}

/***** Tables *****/
 


table{
	margin:0 0 20px 0;
	color:#666;
	font-size:13px;
	background:#EEE;
}
th{
	padding:3px;	
	background:#FFF;
}
td{
	padding:3px;	
	background:#FFF;
}

/*~~~~~~~~~~~~~~~~~left hand nav ~~~~~~~~~~~~~~~~~*/
div#leftCol .logo{
	margin: 0 0 0 0;	
}
div#leftCol h2{
	font-size:17px;
	color:#FFF;	
	text-transform:uppercase;
	margin: 0 0 5px 0;
}
div#leftCol{
	float:left;
	display:block;
	width:180px;
	height:100%;
	background:url(../images/ui/nav.left.bottom.gif) no-repeat 0px bottom #86C0DF;	
	position:relative;
	z-index:100;
}
div#leftNav{
	padding-top:39px;
	margin: 0 0 0 0;	
	background-color:#86C0DF;
	padding-bottom:30px;
	padding-left: 30px;
}

div#leftNav a{
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	display:block;
	margin: 0 0 6px 0;
}
div#leftNav a.active{
	background:url(../images/ui/nav.left.active.dark.gif) no-repeat right 3px !important;	
	color:#FFF !important;
	-heigh\t:0px;
}
div#leftNav a:link{
	color:#FFF;
}
div#leftNav a:hover{
	color:#615C58;
}

div#leftNav a.activeLight{
	background:url(../images/ui/nav.left.active.light.gif) no-repeat right 3px;
	color:#FFF;	
	-heigh\t:0px;	
}

div#leftNav h2 a{
	font-size:17px;
	color:#FFF;
	text-decoration:none;
	display:block;
	margin: 20px 0 0 0;
}
div#leftNav h2 a:hover{
	color:#615C58;
}
/*~~~~~~~~~~~~~~~~~right column ~~~~~~~~~~~~~~~~~*/
div#rightColDark{
	position:absolute;
	top:0;
	left:180px;
	width:100%;
	height:100%;	
	background-color:#3E3A37;
}
div#topBarDark{
	height:67px;
	background:url(../images/ui/topbar.rightstrap.dark.gif) no-repeat right 0px;
}
div#topBarDark h1{
	float:left;
	display:inline-block;
	font-size:17px;
	color:#9FD2F1;
	margin: 30px 19px 0 39px;
	-margi\n: 30px 19px 0 20px;	
}

div#topBarDark span{
	text-transform:uppercase;
}

div#rightColLight{
	position:absolute;
	top:0;
	left:180px;
	width:100%;
	height:100%;	
	background-color:#FFF;
	overflow-y:auto;
}
div#topBarLight{
	height:63px;
	background:url(../images/ui/topbar.rightstrap.light.gif) no-repeat right 0px;
}
div#topBarLight h1{
	float:left;
	display:inline-block;
	font-size:17px;
	color:#615C57;
	margin: 30px 39px 0 39px;
	-margi\n: 30px 39px 0 20px;	
	text-transform:uppercase;
}
a.button_Viewdetails{
	margin-top:35px;
	^margin-top:34px;
	height:17px;
	width:88px;
	display:inline-block;
	text-indent:-2000px;
	background:url(../images/ui/button.viewdetails.gif) no-repeat 0px 0px;
}
a.button_Viewdetails:hover{
	background-position: 0px bottom;	
	-background-positio\n: 0px -53px;	
}
a.button_Hidedetails{
	margin-top:34px;
	height:17px;
	width:88px;
	display:inline-block;
	text-indent:-2000px;
	background:url(../images/ui/button.hidedetails.gif) no-repeat 0px 0px;
}
a.button_Hidedetails:hover{
	background-position: 0px bottom;	
}
a.button_Hidedetails.active{
	background-position: 0px bottom;	
}
/*~~~~~~~~~~~~~~~~~home flash~~~~~~~~~~~~~~~~~*/
.flashShell{
	width:100%;
	height:100%;
	padding:0;
	margin: 0 30px 0 40px;	
	background-color:#3E3A37;
	display:block;
}
#flashReplace{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	display:block;
}
/*~~~~~~~~~~~~~~~~~body content ~~~~~~~~~~~~~~~~~*/
div#bodyContent{
	border-right:1px solid #615C58;
	padding-right:40px;
	display:block;
	float:left;
}
div#bodyContent_noborder{
	border-right:0;
	padding-right:40px;
	display:block;
	float:left;
}
div#bodyContent img{
	margin: 0 0 20px 0;
}
div#bodyContent img.nomargin{
	margin: 0;
}
div#bodyContent a{
	color:#615C57;
	text-decoration:none;
}
div#bodyContent a:hover{
	text-decoration:underline;
}
div#bodyContent a.link{
	color:#85BFDF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	background:url('../images/ui/linkArrow.gif') right 3px no-repeat;
	padding-right:18px;
}
div#bodyContent a.link:hover
{
    text-decoration:underline;
}
div#bodyContent h1{
	font-size:17px;
	color:#86C0DF;
	margin: 0 0 20px 0;
}
div#bodyContent h2{
	font-size:12px;
	color:#9FD2F1;
	text-transform:uppercase;
}
div#bodyContent h3{
	font-size:12px;
	color:#9FD2F1;
	font-weight:normal;
	margin: 0 0 15px 0;	
}
div#bodyContent p{
	margin: 0 0 20px 0;
	font-size:12px;
	line-height:160%;
	color:#615C57;
}
div#bodyContent div.column1, div#bodyContent div.column2{
	float:left;
	width:330px;
}
div#bodyContent .column1{
	margin: 0px 40px 40px 40px;	
	-margi\n: 0px 40px 40px 20px;		
}
div#bodyContent .column_wide{
	margin: 0px 0px 40px 40px;	
	-margi\n: 0px 0px 40px 40px;			
}
div#bodyContent_noborder .column_wide{
	margin: 0px 0px 40px 20px;	
}
div#bodyContent .column2{
	margin: 0px 0 40px 0;	
}

div#bodyContent a.linkArrow{
	margin: 0 0 3px 0;
	float:left;
	width:auto;
	text-transform:uppercase;
	display:block;
	clear:both;
	padding-right:20px;
	font-size:12px;
	color:#86C0DF;
	text-decoration:none;
	background:url('../images/ui/subnav.arrow.gif') no-repeat right 3px;
}

div#bodyContent a.linkArrow:hover{
	color:#615C57;
	background:url('../images/ui/subnav.arrow.gif') no-repeat right -46px;
	text-decoration:none;
}

div#bodyContent a.linkMailto{
	font-size:12px;
	font-weight:bold;
	color:#86C0DF;
	text-decoration:none;
}
div#bodyContent a.linkMailto:hover{
	text-decoration:underline;
}
/*~~~~~~~~~~~~~~~~~contact content ~~~~~~~~~~~~~~~~~*/

div#bodyContent address{
	width:330px;
	margin:0;
	padding:0;
	font-size:12px;
	font-style:normal;
}
div#bodyContent span.addressType{
	margin:0 0 20px 0;
	font-size:12px;
	font-weight:bold;
	color:#86C0DF;
	display:inline-block;
	float:left;
	width:120px;

}
div#bodyContent span.addressDetails{
	margin:0 0 20px 0;	
	font-size:12px;
	color:#615C57;
	display:inline-block;
	float:left;
}
div#contactForm{
	margin:0;
	padding:0;
}
div#contactForm input{
	font-size:12px;
	margin:0 0 19px 0;
	padding:0 5px 0 5px;
	width:318px;
	height:19px;
	border:1px solid #86C0DF;
	color:#615C57;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
div#contactForm textarea{
	font-size:12px;
	margin:0 0 10px 0 ;
	padding:0 5px 0 5px;
	width:318px;
	height:80px;
	border:1px solid #86C0DF;
	color:#615C57;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

div#contactForm input.checkBox{
	font-size:12px;
	margin:0;
	padding:0 5px 0 5px;
	width:20px;
	color:#615C57;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float:left;
	border:none;
}
div#contactForm label span{
	margin-top:2px;
	margin-bottom:20px;
	font-size:12px;
	color:#86C0DF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float:left;
	clear:right;
}

div#contactForm a.button_submit{
	float:left;
	height:22px;
	width:71px;
	display:inline-block;
	text-indent:-2000px;
	background:url(../images/ui/button.submit.gif) no-repeat 0px 0px;
}
div#contactForm a.button_submit:hover{
	background-position: 0px bottom;	
}
/*~~~~~~~~~~~~~~~~~people columns ~~~~~~~~~~~~~~~~~*/
div#bodyContent div.column206{
	float:left;
	width:206px;
	margin: 0px 0px 40px 40px;		
	-margi\n: 0px 20px 40px 20px;			
}
div#bodyContent div.column206.noRightMargin{
	margin: 0px 0px 40px 40px;		
	-margi\n: 0px 0px 40px 20px;		
}

/*~~~~~~~~~~~~~~~~~sub nav  ~~~~~~~~~~~~~~~~~*/
div.subNav{
	margin:0;
	padding:0;
}

div.subNav a{
	margin: 0 0 3px 0;
	float:left;
	width:auto;
	text-transform:uppercase;
	display:block;
	clear:both;
	padding-right:20px;
	font-size:12px;
	color:#86C0DF !important;
	text-decoration:none;
	background:url('../images/ui/subnav.arrow.gif') no-repeat right 3px;
}

div.subNav a:hover{
	color:#615C57 !important;
	background:url('../images/ui/subnav.arrow.gif') no-repeat right -46px;
	-heigh\t:0px;
	text-decoration:none !important;
}
/*~~~~~~~~~~~~~~~~~chronology nav  ~~~~~~~~~~~~~~~~~*/
/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:209px;
		^width:209px;
		height:auto;
		overflow:hidden; 
		}
	#slider li{ 
		background:#FFF;
		}	
	#slider li div.itemShell{ 
		padding:0px 20px 20px 20px;
		}			
	#slider li.yearNew{ 
		border-left:1px solid #615C57;
		min-height:750px;		
		}		
	#slider li.yearNew.start{ 
		border-left:none;
		}				
	#slider li.yearStd{ 
		background:url('../images/ui/vline1.gif') no-repeat 0px 40px;
		min-height:750px;		
		}				
	#slider li h2{ 
		margin:0;
		font-size:36px;
		color:#9FD2F1;
		margin-bottom:17px;
		}	
	#slider li h3{ 
		margin:0;
		font-size:12px;
		color:#615C57;
		font-weight:bold;
		}	
	#slider li h4{ 
		margin:0 0 0px 0;
		font-size:12px;
		color:#86C0DF;
		font-weight:bold;
		}	
	span.addressText{ 
		margin:0 0 5px 0;
		font-size:12px;
		color:#615C57;
		line-height:130%;
	}
	#slider li p, #slider li img.mainImage{ 
		margin:0 0 20px 0;
		}				
		
	div.buttonShell
	{
		width:80px;
		float:left;
		display:block;
	}
	span#prevBtn{}
	span#prevBtn a{
	margin-top:36px;
	^margin-top:36px;
	margin-right:0px;
	float:left;
	height:13px;
	width:72px;
	display:inline-block;
	text-indent:-2000px;
	background:url(../images/ui/button.older.gif) no-repeat 0px 0px;
	}
	span#prevBtn a:hover{
	background:url(../images/ui/button.older.gif) no-repeat 0px -48px;		
	}
	span#nextBtn
	{}				
	span#nextBtn a{
	margin-top:36px;
	^margin-top:36px;	
	float:left;
	height:13px;
	width:72px;
	display:inline-block;
	text-indent:-2000px;
	background:url(../images/ui/button.newer.gif) no-repeat 0px 0px;		
	}
	span#nextBtn a:hover{
	background:url(../images/ui/button.newer.gif) no-repeat 0px -48px;			
	}
	#slider {
	width:100%;	
	}
/* // Easy Slider */
/***** Global Classes *****/
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.nomargin	   { margin: 0;}
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
span.error  { color:#FF0000;font-size:12px;display:block }
/*~~~~~~~~~~~~~~~~~global styles endZ~~~~~~~~~~~~~~~~~*/

/* -------------------------------------------------------------------------------------- */
/* ------------------------------------- Lightbox --------------------------------------- */
/* -------------------------------------------------------------------------------------- */

	
#lightboxOverlay {
	z-index:1000;
	position:fixed;
	height:100%;
	width:100%;
	/*background:url(../images/ui/lightboxMask.png);*/
	top:0px;
	left:0px;
	}
#lightboxContentWrap {
	z-index:1001;
	position:absolute;
	width:100%;
	}
#lightboxContent {
	margin-left:auto;
	margin-right:auto;
	width:780px;
	height:440px;
	padding-left:20px;
	padding-right:20px;
	padding-top:18px;
	position:relative;
	z-index:1002;	
	}
#lightboxContent a.close {
	position:absolute;
	top:30px;
	right:30px;
	display:block;
	float:right;
	background:url(../images/ui/lightbox.close.gif) no-repeat 0px top;
	width:17px;
	height:17px;
	z-index:1003;
	text-indent:-9999px;
	}
#lightboxContent a.close:hover {
	background:url(../images/ui/lightbox.close.gif) no-repeat 0px bottom;
	}
/* -------------------------------------------------------------------------------------- */
/* ------------------------------------- Introbox --------------------------------------- */
/* -------------------------------------------------------------------------------------- */
#introBox{
	width:100%;
	height:100%;
	z-index:2000;
	background-color:#615C58;
	display:block;
	position:fixed;
	top:0px;
	left:0px;
}


h3.qual {
    min-height:48px;
    -heigh\t:48px;
}
