@charset "UTF-8";
/* CSS Document */


/* 
rgb(51,57,69)        pms 532
rgb(122,126,134)   65% - 532  
rgb(163,166,171)   45% - 532
rgb(29,37,44)        pms 533
rgb(74,81,86)        80% - 533
*/

/*Global styles -----------------------------------------------------------------------------------------------------------*/

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font: inherit;
	}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, section, summary {
	display: block;
	}
/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:table;
	}

.cf:after {
	clear:both;
	}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
	}
a {
	text-decoration: none;
	color: #667F6A;
	}

a:hover {
	color: rgb(255,111,0);
	border:none;
	}

a:visited{
	color:white; 
	}	

a:focus {
    outline: none;
	color:white;
	}
	
a:active{
	color:white;
	}	

a img {
	border: none;
	outline: 0;
	}

.preview a {
	display: block;
	height:100%;
	}

.preview a:hover {
	border: none;
	}

a.phone {
	border: none;
	color: inherit;
	}

a.phone:hover {
	border: none;
	color: inherit;
	cursor: default;
	}
	
html {
	background: rgb(64,71,76) ;
	}

body {
	width:90%;
	margin:0 auto;
	min-width:1024px;
	max-width:1280px;
	font-family: 'Arimo', sans-serif;
	line-height:1.5;
	background:rgb(51,57,69);
	color:rgb(163, 168, 172);
	font-weight:normal;
	font-style:normal;
	box-shadow:0 0 10px rgb(30, 33, 38);
	}
	
/* header styles */	

header{
	width:100%;
	height:119px;
	position:relative;
	overflow:hidden;
	}
	
header a {
	text-decoration: none;
	border: none;
}
header a:hover {
	border: none;
	color: white;
	}		

#waldronHeader{
	height:119px;
	width:1280px;
	margin:0;
	background:url(../images/Header_Lrg.jpg) no-repeat;
	}
		
		
/* nav styles */		
	
#mainNav{
	height:34px;
	overflow:hidden;
	margin-bottom: 1.5em;
	background:rgb(155,166,171);
	}
	
	
	
#mainNav li{
	float:left;
	margin-right:20px;
	padding:3px 0 0 0; 	
	}
	
#mainNav li:first-child{
	margin-left:45px; 
	}	
	
#mainNav a{
	font-family: 'Arimo', sans-serif;
	font-size:1.1em;
	text-transform:uppercase;
	display:block;
	color: rgb(51, 57, 69);
	border:none;
	}
	
#mainNav a:hover{
	color: white;
	}
	
#mainNav a:active{
	color: rgb(122, 120, 125);
	cursor:default;
	}
	
nav ul {
	list-style:none;
	}

#mainNav h2 {
	display:none;
	}	 
	
/* main content area */
	
.mainContent{
	display:block;
	position:relative;
	width:90%;
	max-height: 100%;
	min-height:500px;
	margin:50px auto 0px;
	padding:0;
	
	}	
	
.mainContent p{
	font-family: 'Arimo', sans-serif;	
	font-size:1em;
	letter-spacing:.5px;
	line-height:1.5;
	padding-bottom:20px;
	text-align:justify;
	}
	
.mainContent h3{
	display:none;
	}	
	
.mainContent img{
	display:block;
	float:left;
	padding:10px 15px 5px 0;
	}	
	
.kitty{
	background:url(../images/KittyHawk.svg) no-repeat;
	height:50px;
	margin:20px 0 0 40%;
	}
	
/* Investigators mainContent*/

.investigators{
	width:90%;
	height:100%;
	min-height:600px;
	margin:0 auto;
	position:relative;
	}

.investigatorWrap{
	width:100%;
	height:100%;
	margin:30px auto 0;
	border-bottom:1px solid rgb(163, 166, 171);
	padding:20px 0	40px 0;
	overflow:hidden; 
	}
.investigatorWrap h2{
	display:none;
	}	
	
	
.headWrap{
	height:260px;
	width:186px;
	float:left;
	position:relative;
	overflow:hidden;
		}	

.headshotElvis img{
	width:170px;
	height:170px;
	float:left;	
	padding:10px 0 0 0;
	}
	
.headshotDave img{
	width:170px;
	height:170px;
	float:left;
	padding:10px 0 0 0;	
	}
	
.headshotAlec img{
	width:170px;
	height:170px;
	float:left;
	padding:10px 0 0 0;	
	}		
		
.investigatorContent{
	font-family:  'Arimo', sans-serif;
	font-weight:400;
	font-size:1em;
	line-height:1.5;
	width:78%;
	float:right;
	text-align:left;
	letter-spacing:.5px;
	}
	
.investigatorContent h3{
	font-weight:800;
	font-size:1em;
	color:white;
	padding:15px 0 0 0;
	letter-spacing:1px;
	}			
	
ul{
	margin:-10px 0 0 15px;
	font-weight:400;
	font-size:.9em;
	line-height:1.9;
	color:rgb(163,166,171);
	padding:10px 0 10px 0;
	}

.LinkedIn{
	width:35px;
	height:35px;
	background:url(../images/LinkedIn_Email_Phone.png) no-repeat 0 0;
	position:absolute;
	top:220px;
	border:none;
	}
	
.Email{
	width:35px;
	height:35px;
	background:url(../images/LinkedIn_Email_Phone.png) no-repeat 0 -63px;
	position:absolute;
	top:220px;
	left:50px;
	border:none;
	}
	
.pdficon{
	width:37px;
	height:37px;
	background:url(../images/pdf_Icon.png) no-repeat 0 0;
	background-size:100%;
	position:absolute;
	top:220px;
	left:98px;
	border:none;
	}	
	
object{
	width:35px;
	height:35px;
	position:absolute;
	top:220px;
	left:100px;
	border:none;
	}		
	
.name{
	font-size:1.1em;
	font-weight:400;
	color:white;
	float:left;
	position:absolute;
	top:190px;
	}
	

/*Services Area*/

.servicesWrap{
	width:95%;
	height:100%;
	margin:0 0 0 5%;
	position:relative;
	}

.servicesContent{
	display:block;
	width:68%;
	border-bottom:1px solid rgb(163, 166, 171);
	padding:0 0	20px 0;
	margin-bottom:20px;
	overflow:hidden;
	float:left;
	}
	
.servicesText{
	width:63%;
	font-family: 'Arimo', sans-serif;
	font-size:1em;
	letter-spacing:.5px;
	line-height:1.5;
	text-align:left;
	margin:0 3% 0 0;
	float:left;
	}
	
.servicesText p{
	padding:0 0 15px 0;
	}	
	
.servicesText h2{
	font-family:'Arimo', sans-serif;
	font-size:1.2em;
	padding:0 0 10px 0;
	color:white;
	}
	
.servicesText h4{
	font-size:1em;
	color:white;
	}			
	
.aviationPhoto{
	width:220px;
	height:220px;
	float:right;
	margin-top:55px;
	}
	
.failurePhoto{
	width:220px;
	height:220px;
	float:right;
	margin-top:55px;
	}
	
.accidentPhoto{
	width:220px;
	height:220px;
	float:right;
	margin-top:55px;
	}		
	
.specific{
	width:280px;
	font-family:'Arimo', sans-serif;
	font-weight:normal;
	line-height:1.5;
	float:right;
	margin:5px 15px 0 0;
	}
	
.specific h3{
	font-family:'Arimo', sans-serif;
	font-weight:400;
	font-size:1em;
	letter-spacing:1px;
	color:white;
	padding:0 0 10px 0;
	}		
	
.specific h4{
	font-family:'Arimo', sans-serif;
	font-weight:400;
	font-size:.9em;
	letter-spacing:1px;
	color:white;
	}
	
.specific ul{
	padding-left:2px;
	font-size:.75em;
	letter-spacing:.5px;
	}
	
/* work history area*/


.historyWrap{
	display:block;
	width:90%;
	height:100%;
	margin:0 auto;
	position:relative;
	}
	
.historyWrap h2{
	display:none;
	}	

.historyContent{
	display:block;
	width:100%;
	border-bottom:1px solid rgb(122,126,134)  ;
	padding:0 0	20px 0;
	margin-bottom:20px;
	overflow:hidden;
	float:left;
	}
	
.historyText{
	width:65%;
	font-family: 'Arimo', sans-serif;
	font-size:1em;
	letter-spacing:.75px;
	line-height:1.5;
	text-align:left;
	margin:0 60px 0 0;
	padding:0 0 0 0;
	float:left;
	}
	
	
.historyText h2{
	font-family:'Arimo', sans-serif;
	font-size:1.2em;
	padding:0 0 10px 0;
	color:white;
	}

.historyImage{
	width:220px;
	height:164px;
	margin:0;
	padding:0;
	float:right;
	overflow:hidden;
	}
						
/* laboratory */

.laboratory{
	font-family:'Arimo', sans-serif;
	font-size:1em;
	text-align:justify;
	padding:0 0	40px 0;
	border-bottom:1px solid rgb(122,126,134);
	margin-bottom:20px;
	}
	
.laboratory h2{
	font-family:'Arimo', sans-serif;
	font-size:1.2em;
	letter-spacing:.75px;
	padding:0 0 10px 0;
	color:white;
	}	

.labWrap{
	display:block;
	width:90%;
	height:100%;
	margin:0 auto;
	position:relative;
	}

.labContent{
	display:block;
	width:100%;
	border-bottom:1px solid rgb(122,126,134)  ;
	padding:0 0	20px 0;
	margin-bottom:20px;
	overflow:hidden;
	float:left;
	}	

.labText{
	width:50%;
	font-family: 'Arimo', sans-serif;
	font-size:1em;
	letter-spacing:.75px;
	line-height:1.5;
	text-align:left;
	margin:0 60px 0 0;
	padding:0 0 0 0;
	float:left;
	}
	
.labText h2{
	font-family:'Arimo', sans-serif;
	font-size:1.2em;
	letter-spacing:.75px;
	padding:0 0 10px 0;
	color:white;
	}

.labImage{
	width:400px;
	height:265px;
	margin:0;
	padding:0;
	float:right;
	overflow:hidden;
	}

/* contact area */

.contactWrap{
	display:block;
	width:90%;
	height:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	}
	
.contactinfo{
	width:55%;
	font-family:'Arimo', sans-serif;
	font-size:1em;
	text-align:justify;
	line-height:1.5;
	}

.googlemap{
	width:400px;
	height:300px;
	position:absolute;
	top:10px;
	right:0; 
	}
	
.googlemapSmall{
	display:none;
	}	

#investigatorWrap{
	display:block;
	width:550px;
	height:450px;
	}

.contactInvestigators1{
	width:550px;
	height:100px;
	float:left;
	overflow:hidden;
	margin:30px 0 0 0;
	}	
	
.contactInvestigators{
	width:550px;
	height:110px;
	float:left;
	overflow:hidden;
	margin:40px 0 0 0;
	}	
		
.contactImg img{
	width:100px;
	height:100px;
	float:left;	
	}

.contactName{
	font-family:'Arimo', sans-serif;
	font-size:1.2em;
	font-weight:400;
	margin:0 0 0 115px;
	}
	
.contactName em{
	font-size:.8em;
	}	
		
.contactEmail{
	width:35px;
	height:35px;
	background:url(../images/LinkedIn_Email_Phone.png) no-repeat 0 -63px;
	border:none;
	margin:10px 0 0 25px;
	float:left;
	}		
	
.contactLinkedIn{
	width:35px;
	height:35px;
	background:url(../images/LinkedIn_Email_Phone.png) no-repeat 0 0;
	border:none;
	margin:10px 0 0 15px;
	float:left;
	}	
	
.contactTel{
	width:35px;
	height:45px;
	background:url(../images/LinkedIn_Email_Phone.png) no-repeat -6px -125px;
	border:none;
	margin:8px 0 0 20px;
	float:left;
	}
	
.contactNumber{
	font-size:1.3em;
	color:rgb(163,166,171);
	width:150px;
	height:30px;
	float:left;
	margin:15px 0 0 0;
	}	
	
.contactNumber a{	
	color:rgb(163,166,171);
	cursor:default;
	}	
	
.contactNumber a:visited{
	color:rgb(163,166,171);
	cursor:default;
	}
	
.contactNumber a:hover{	
	color:rgb(163,166,171);
	cursor:default;
	}
	
.contactNumber a:focus{	
	color:rgb(163,166,171);
	cursor:default;
	}	
	
.contactNumber a:active{	
	color:rgb(163,166,171);
	}	
		
/* footer styles*/	

#footerBG{
	display:block;
	position:relative;
	height:200px;
	margin:50px 0 0 0;
	background:url(../images/footer1280.png) no-repeat;
	}
			
	
.sig{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.5em;
	color:rgb(74,81,86);
	padding:175px 0 0 60px;
	z-index:999997;
	}

	
.footerInfo{
	font-family: 'Arimo', sans-serif;
	font-size:1em;
	line-height:1.5;
	position:absolute;
	top:90px;
	right:70px;
	text-align:right;
	z-index:99999;
	color:rgb(163,166,171);
	}
	
.footerInfo em{
	font-size:1.3em;
	color:rgb(163,166,171);
	}
	
.footerInfo a{
	color:rgb(163,166,171);
}

.footerInfo a:visited{
	color:rgb(163,166,171);
}

.footerInfo a:hover{
	color:rgb(163,166,171);
}

.footerInfo a:focus{
	color:rgb(163,166,171);
}

.footerInfo a:active{
	color:rgb(163,166,171);
}


		
				
	
/* phone style - small */
		
@media only screen and (max-width: 480px) {

body{
	width:90%;
	margin:0 auto;
	min-width:320px;
	max-width:480px;
	}
	
header{
	display:block;
	height:120px;
	background:rgb(29,37,44);
	
	}	

#waldronHeader{
	display:block;
	width:284px;
	height:58px;
	background: url(../images/waldronLogo_small.png) no-repeat, rgb(29, 37, 44);
	margin:10px auto;
	}

	
.emergency{
	font-family: 'Arimo', sans-serif;
	position:relative;
	top:1px;
	right:0;
	text-align:center;
	font-size:.8em;
	line-height:1.2;
	z-index:999998;
	}	
	
.emergency a{
	color:rgb(255,107,0);
	font-weight:bold;
	font-size:1.4em;
	}
	
.emergency a:hover{
	color:rgb(255,107,0);
	}

.emergency a:visited{
	color:rgb(255,107,0);
	}

.emergency a:focus{
	color:rgb(255,107,0);
	}

.emergency a:active{
	color:rgb(255,107,0);
	}		
			

/*nav area*/
	
#mainNav{
	height:120px;
	position:relative;
	background:rgb(29, 37, 44);
	padding:2px 0 0 0;
	}
	
#mainNav li{
	display:block;
	width:45%;
	height:18px;
	background-color:rgb(29, 37, 44);
	border:1px solid rgb(74,81,86);
	padding:5px 0 5px 0;
	margin:5px 12px 0 0;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;

	}
	
#mainNav li:first-child{
	margin:5px 12px 0 0;
	 
}	
	
#mainNav li:hover{
	background-color:rgb(74,81,86);
	}	
	
#mainNav a{
	font-size:.8em;
	color:rgb(163, 166, 171);
	text-align:center;
	}
	
/* main content area*/		
	
.mainContent{
	max-height:100%;
	min-height:300px;
	margin:1px auto 20px;
	padding:0 20px; 
	}
	
.mainContent p{
	font-family: 'Arimo', sans-serif;	
	font-size:.65em;
	line-height:1.7;
	padding-bottom:20px;
	text-align:justify;
	}	
	
.inline{
	display:block;
	width:120px;
	}
	
.kitty {
	margin:10px 0 0 30%;
	}	

/* Investigator Area*/

.investigators{
	width:90%;
	height:100%;
	min-height:10px;
	margin:0 auto;
	position:relative;
	}

.investigatorWrap{
	width:100%;
	height:100%;
	margin:20px 0 0 0;
	border-bottom:1px solid rgb(163, 166, 171);
	overflow:hidden; 
	}
	
.headWrap{
	width:100%;
	height:150px;
	position:relative;
	margin-bottom:0px;
	}	

.headshotElvis img{
	width:130px;
	height:130px;
	float:left;
	}
	
.headshotDave img{
	width:130px;
	height:130px;
	float:left;	
	}
	
.headshotAlec img{
	width:130px;
	height:130px;
	float:left;		
	}
	
.LinkedIn{
	width:30px;
	height:30px;
	background:url(../images/LinkedIn.png) no-repeat center center;
	position:absolute;
	top:70px;
	left:150px;
	border:none;
	}
	
.Email{
	width:30px;
	height:30px;
	background:url(../images/email.png) no-repeat center center;
	position:absolute;
	top:70px;
	left:200px;
	border:none;
	}
	
.pdficon{
	width:35px;
	height:35px;
	background:url(../images/pdf_Icon.png) no-repeat 0 0;
	background-size:100%;
	position:absolute;
	top:68px;
	left:250px;
	border:none;
	}			
	
.name{
	font-size:1.2em;
	font-weight:400;
	color:white;
	float:left;
	position:absolute;
	top:30px;
	left:150px;
	}		

.investigatorContent{
	font-family:  'Arimo', sans-serif;
	font-weight:400;
	font-size:.65em;
	line-height:1.7;
	width:100%;
	float:none;
	text-align:justify;  
	}
	
ul{
	margin:-10px 0 0 15px;
	font-weight:400;
	font-size:1em;
	line-height:1.7;
	color:rgb(163,166,171);
	padding:10px 0 0 0;
	}	

/* Services Area*/

.specific{
	display:none;
	}
	
.servicesWrap{
	width:90%;
	height:100%;
	margin:0;
	position:relative;
	}

.servicesContent{
	display:block;
	width:100%;
	border-bottom:1px solid rgb(163, 166, 171);
	padding:0 0	20px 0;
	margin:0 5% 25px 5%;
	overflow:hidden;
	}
	
.servicesText{
	width:100%;
	font-size:.65em;
	line-height:1.7;
	letter-spacing:.5px;
	text-align:justify;
	padding:30px 0 0 0;
	}
	
.servicesText p{
	padding:0 0 10px 0;
	}	
	
.servicesText h2{
	font-weight:normal;
	font-size:1.4em;
	padding:0 0 10px 0;
	color:white;
	}		
	
.aviationPhoto{
	width:220px;
	height:220px;
	margin:0 auto;
	padding:30px 0 0 0;
	float:none;
	}
	
.failurePhoto{
	width:220px;
	height:220px;
	margin:0 auto;
	padding:30px 0 20px 0;
	float:none;
	}
	
.accidentPhoto{
	width:220px;
	height:220px;
	margin:0 auto;
	padding:30px 0 20px 0;
	float:none;
	}
 
/* work history area */

.historyText{
	width:100%;
	font-family: 'Arimo', sans-serif;
	font-size:.65em;
	letter-spacing:.75px;
	line-height:1.7;
	text-align:justify;
	margin:0;
	float:none;
	}
	
.historyText h2{
	font-family:'Arimo', sans-serif;
	font-size:1.2em;
	padding:0 0 5px 0;
	color:white;
	}

.historyImage{
	width:220px;
	height:164px;
	margin:0 auto;
	padding:30px 0 20px 0;
	float:none;
	}	

/* laboratory area */

.laboratory{
	font-size:.65em;
	padding:0 0	30px 0;
	margin-bottom:20px;
	line-height:1.7;
	}

.laboratory h2{
	font-size:1.6em;
	letter-spacing:.5px;
	}	

.labText{
	width:100%;
	font-size:.65em;
	letter-spacing:.75px;
	line-height:1.7;
	text-align:left;
	margin:0 5px 0 0;
	padding:0;
	}
	
.labImage{
	width:300px;
	height:198px;
	margin:0 auto;
	padding:0 0 30px 0;
	float:none;
	overflow:hidden;
	}
	
/* contact area */

.contactWrap{
	height:100%;
	}
	
.contactinfo{
	width:100%;
	font-size:.7em;
	}
	
.googlemapSmall{
	display:block;
	margin:20px 0 20px 0;
	}
	
.googlemap{
	display:none;
	}
	
#investigatorWrap{
	display:block;
	width:330px;
	height:320px;
	margin:20px 0 0 0;
	}	
	
.contactInvestigators{
	width:320px;
	height:85px;
	float:left;
	overflow:hidden;
	margin:20px 0 0 0;
	}	
	
.contactInvestigators1{
	width:320px;
	height:85px;
	float:left;
	overflow:hidden;
	margin:0;
	}	
		
.contactImg img{
	width:90px;
	height:90px;
	float:left;	
	}

.contactName{
	font-family:'Arimo', sans-serif;
	font-size:1em;
	font-weight:400;
	margin:0 0 0 100px;
	}
	
.contactName em{
	font-size:.7em;
	}	

.contactEmail{
	width:35px;
	height:45px;
	background:url(../images/LinkedIn_Email_Phone.png) no-repeat 0 -40px;
	background-size:75%;
	border:none;
	margin:3px 0 0 10px;
	float:left;
	}		
	
.contactLinkedIn{
	width:35px;
	height:45px;
	background:url(../images/LinkedIn_Email_Phone.png) no-repeat 0 5px;
	background-size:75%;
	border:none;
	margin:5px 0 0 10px;
	float:left;
	}	
	
.contactTel{
	width:35px;
	height:45px;
	background:url(../images/LinkedIn_Email_Phone.png) no-repeat -6px -82px;
	background-size:75%;
	border:none;
	margin:-4px 0 0 10px;
	float:left;
	}
	
.contactNumber{
	font-size:.9em;
	color:rgb(163,166,171);
	width:100px;
	height:20px;
	float:left;
	margin:11px 0 0 -10px;
	}		
	
/* Footer Area*/	
	
#footerBG{
	background:url(../images/footer480.png) no-repeat;
	height:130px;
	position:relative;
	}  	
	
.footerInfo{
	width:100%;
	font-family: 'Arimo', sans-serif;
	font-size:.7em;
	line-height:1.5;
	position:absolute;
	top:50px;
	right:0;
	text-align:center;
	z-index:500;
	}	
	
.footerInfo em{
	font-size:1.2em;
	}
	
.sig{
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.5em;
	color:rgb(74,81,86);
	padding:10px auto;
	z-index:999997;
	}
			
		
}





/* tablet style - medium*/

@media only screen and (min-width: 481px) and (max-width: 768px){

body{
	width:90%;
	margin:0 auto;
	min-width:600px;
	max-width:768px;
	}	
	
header{
	height:89px;
	}		
	
#waldronHeader{
	height:89px;
	background:url(../images/Header_Med.jpg) no-repeat;
	}
	
.emergency{
	font-family: 'Arimo', sans-serif;
	position:absolute;
	top:28px;
	right:30px;
	text-align:right;
	font-size:.75em;
	line-height:1.2;
	z-index:500;
	}
	
.emergency a{
	color:rgb(255,107,0);
	font-weight:bold;
	font-size:1.7em;
	}
	
.emergency a:hover{
	color:rgb(255,107,0);
	}

.emergency a:visited{
	color:rgb(255,107,0);
	}

.emergency a:focus{
	color:rgb(255,107,0);
	}

.emergency a:active{
	color:rgb(255,107,0);
	}		
	
	
/*nav area*/
	
#mainNav{
	height:30px;
	
	}
	
#mainNav li{
	padding:5px 0 0 0; 	
	}
	
#mainNav li:first-child{
	margin-left:18px; 
	}
	
#mainNav a{
	font-size:.9em;
	}
	
/*mainContent area*/
	
.mainContent{
	width:90%;
	max-height: 100%;
	margin:30px auto 50px;
	padding:0; 	
	}
	
.mainContent p{
	font-family: 'Arimo', sans-serif;	
	font-size:.75em;
	line-height:1.7;
	}
	
.inline{
	width:32%;
	}	
	
.kitty {
	height:50px;
	margin:10% 0 0 43%;
	}
	
/* Investigators mainContent*/

.investigators{
	min-height:600px;
	position:relative;
	}
	
.investigatorWrap{
	margin:15px auto 0;
	border-bottom:1px solid rgb(163, 166, 171);
	padding:20px 0	20px 0;
	overflow:hidden; 
	}		

.headWrap{
	height:205px;
	width:135px;
		}		

.headshotElvis img{
	width:125px;
	height:125px;
	}
	
.headshotDave img{
	width:125px;
	height:125px;
	}
	
.headshotAlec img{
	width:125px;
	height:125px;	
	}	

.name{
	font-size:1em;
	color:white;
	float:left;
	position:absolute;
	top:145px;
	}
	
.investigatorContent{
	font-size:.75em;
	line-height:1.7;
	width:70%;
	margin:0;
	}
	
.investigatorContent h3{
	font-weight:800;
	font-size:1em;
	color:white;
	padding:15px 0 0 0;
	letter-spacing:1px;
	}	
	
ul{
	margin:-10px 0 0 15px;
	font-weight:400;
	font-size:.75em;
	color:rgb(163,166,171);
	padding:10px 0 10px 0;
	}		

.LinkedIn{
	width:35px;
	height:35px;
	background:url(../images/LinkedIn.png) no-repeat center center;
	position:absolute;
	top:170px;
	left:0;
	border:none;
	}
	
.Email{
	width:35px;
	height:35px;
	background:url(../images/email.png) no-repeat center center;
	position:absolute;
	top:170px;
	left:45px;
	border:none;
	}
	
.pdficon{
	width:39px;
	height:39px;
	background:url(../images/pdf_Icon.png) no-repeat 0 0;
	background-size:90%;
	position:absolute;
	top:170px;
	left:90px;
	border:none;
	}		
	
	
/* Service Area*/	


.servicesContent{
	display:block;
	width:68%;
	border-bottom:1px solid rgb(163, 166, 171);
	padding:0 0	20px 0;
	margin-bottom:20px;
	float:left;
	position:relative;
	}

.servicesText{
	width:63%;
	font-family: 'Arimo', sans-serif;
	font-size:.75em;
	line-height:1.7;
	text-align:left;
	margin:0 3% 0 0;
	float:none;
	}
	
.servicesText p{
	padding:0 0 15px 0;
	}	
	
.servicesText h2{
	font-family:'Arimo', sans-serif;
	font-size:1.3em;
	padding:0 0 10px 0;
	color:white;
	}

.aviationPhoto{
	width:130px;
	height:130px;
	float:none;
	margin:0;
	padding:0;
	position:absolute;
	top:38px;
	right:0;	
	}
	
.failurePhoto{
	width:130px;
	height:130px;
	float:none;
	margin-top:0;
	position:absolute;
	top:38px;
	right:0;
	}
	
.accidentPhoto{
	width:130px;
	height:130px;
	float:none;
	margin-top:0;
	position:absolute;
	top:38px;
	right:0;
	}		
	
.specific{
	width:140px;
	font-family:'Arimo', sans-serif;
	font-weight:normal;
	line-height:1.5;
	float:right;
	margin:5px 15px 0 0;
	}
	
.specific h3{
	font-family:'Arimo', sans-serif;
	font-weight:400;
	font-size:.8em;
	letter-spacing:1px;
	color:white;
	padding:0 0 10px 0;
	}		
	
.specific h4{
	font-family:'Arimo', sans-serif;
	font-weight:400;
	font-size:.7em;
	letter-spacing:.5px;
	color:white;
	}
	
.specific ul{
	padding-left:2px;
	font-size:.5em;
	letter-spacing:.35px;
	line-height:1.5;
	}	

/* work history area*/

.historyText{
	width:55%;
	font-family: 'Arimo', sans-serif;
	font-size:.75em;
	line-height:1.7;
	text-align:left;
	margin:0 5px 0 0;
	padding:0;
	float:left;
	}
	
.historyText h2{
	font-size:1.4em;
	padding:0 0 4px 0;
	}	
	
.historyImage{
	width:220px;
	height:164px;
	margin:0;
	padding:0;
	float:right;
	}	

/* laboratory area */

.laboratory{
	font-size:.75em;
	padding:0 0	20px 0;
	margin-bottom:20px;
	}
	
.laboratory h2{
	font-size:1.4em;
	}	

.labText{
	width:50%;
	font-size:.75em;
	line-height:1.7;
	text-align:left;
	margin:0 5px 0 0;
	padding:0;
	}
	
labText h2{
	font-size:1.4em;
	}	

.labImage{
	width:250px;
	height:164px;
	margin:0;
	padding:0;
	float:right;
	overflow:hidden;
	}

/* contact area */

.contactWrap{
	height:100%;
	}
	
.contactinfo{
	width:100%;
	font-size:.8em;
	}
	
.googlemapSmall{
	display:block;
	width:300px;
	height:200px;
	float:left;
	margin:20px 0 20px 0;
	}
	
.googlemap{
	display:none;
	}

#investigatorWrap{
	display:block;
	width:370px;
	height:320px;
	margin:20px 0 0 0;
	}	
	
.contactInvestigators{
	width:370px;
	height:85px;
	float:left;
	overflow:hidden;
	margin:20px 0 0 0;
	}	
	
.contactInvestigators1{
	width:370px;
	height:85px;
	float:left;
	overflow:hidden;
	margin:0;
	}	
		
.contactImg img{
	width:80px;
	height:80px;
	float:left;	
	}

.contactName{
	font-family:'Arimo', sans-serif;
	font-size:1em;
	font-weight:400;
	margin:0 0 0 90px;
	}
	
.contactName em{
	font-size:.8em;
	}	
	
.contactEmail{
	width:35px;
	height:45px;
	background:url(../images/LinkedIn_Email_Phone.png) no-repeat 0 -45px;
	background-size:75%;
	border:none;
	margin:3px 0 0 10px;
	float:left;
	}		
	
.contactLinkedIn{
	width:35px;
	height:45px;
	background:url(../images/LinkedIn_Email_Phone.png) no-repeat 0 0;
	background-size:75%;
	border:none;
	margin:5px 0 0 10px;
	float:left;
	}	
	
.contactTel{
	width:35px;
	height:45px;
	background:url(../images/LinkedIn_Email_Phone.png) no-repeat -6px -86px;
	background-size:75%;
	border:none;
	margin:-4px 0 0 12px;
	float:left;
	}
	
.contactNumber{
	font-size:1em;
	color:rgb(163,166,171);
	width:150px;
	height:30px;
	float:left;
	margin:9px 0 0 -10px;
	}	

/*footer area*/				
	
#footerBG{
	background:url(../images/footer768.png) no-repeat 0 10px;
	height:139px;
	}
	
#footerBG a{
	color:rgb(163,166,171);
	}	
	
		
	
.footerInfo{
	font-size:.75em;
	top:60px;
	right:30px;
	}

.footerInfo em{
	font-size:1.3em;
	}
	
.sig{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.5em;
	color:rgb(74,81,86);
	padding:115px 0 0 30px;
	z-index:999997;
	}	

}

/* desktop style - large*/

@media only screen and (min-width: 769px){

	
.mainContent{
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
	-webkit-column-gap:40px;
	-moz-column-gap:40px;
	column-gap:40px;
	}	
	
.emergency{
	font-family: 'Arimo', sans-serif;
	position:absolute;
	top:30px;
	right:70px;
	text-align:right;
	font-size:1em;
	line-height:1.2;
	}
	
.emergency a{
	color:rgb(255,107,0);
	font-weight:bold;
	font-size:1.7em;
	}
.emergency a:hover{
	color:rgb(255,107,0);
	}

.emergency a:visited{
	color:rgb(255,107,0);
	}

.emergency a:focus{
	color:rgb(255,107,0);
	}

.emergency a:active{
	color:rgb(255,107,0);
	}	



	
/*nav area*/	
	

	
/*mainContent area*/	
	

	

	
/*footer area*/	
	



		}

