/*---------------------------------------------------------------------------------

CREATOR DETAILS

Author: 
Company: Defacto
Web Address: www.de-facto.com
Date:

---------------------------------------------------------------------------------*/




/*---------------------------------------------------------------------------------
GLOBAL RESET
---------------------------------------------------------------------------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	margin: 20px 0 20px 0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*---------------------------------------------------------------------------------
GLOBAL FONT CONSISTENCY (http://developer.yahoo.com/yui/fonts/#using)
---------------------------------------------------------------------------------*/

body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}


/*---------------------------------------------------------------------------------
GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS
---------------------------------------------------------------------------------*/

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
	color: #575A60;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link		{ color: #E22D26; text-decoration: none;}
a:visited	{ color: #E22D26; text-decoration: none;}
a:hover		{ color: #888888; text-decoration: none;}
a:active	{ color: #E22D26; text-decoration: none;}




/*---------------------------------------------------------------------------------
Global Layout
---------------------------------------------------------------------------------*/

body {
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	margin-top: 0;
	padding: 0;
	width: 100%;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica,  sans-serif;
	background-color: #fff;
	border: 0;
/*
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: repeat x;
	background-position: left top;
*/
}


/*---------------------------------------------------------------------------------
IE Hack - Only need to use in extreame cicumstances!

  voice-family: "\"}\"";
  voice-family: inherit;


html>name {
	
	}
---------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------
Global Text
---------------------------------------------------------------------------------*/


p, li {
	color: #575A60;
	line-height: 1.4em;
}

h1 {
	padding: 0;
	margin: 0 0 5px 0;
}

h2 {
	padding: 0;
	margin: 25px 0 5px 0;
}

h3 {
	padding: 0;
	margin: 15px 0 5px 0;
}

/*---------------------------------------------------------------------------------
Global Divs
---------------------------------------------------------------------------------*/

div {
	text-align: left;
	margin: 0;
	padding: 0;
}

.clear {
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}

/*---------------------------------------------------------------------------------
Layout Styles
---------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------
General
-*/

#header {
	height: 100px;
	width: 100%;
	background: url("../images/header_bg.jpg") center top no-repeat #000;
	padding: 25px 0 0 0 ;
}

.page_wrapper {
	margin: 0 auto 0 auto;
/*	width: 920px; */
	width: 1050px;
	padding: 0 15px 0 15px;
}

#logo {
	float: left;
	width: 150px;
}

#header_nav {
	float: right;
	width: 700px;
}

#header_nav ul{
	float: right;
	padding: 0;
	margin: 0;
}

#header_nav li{
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	list-style-type: none;
	border-right: 1px solid #fff;
}

#header_nav .end{
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	list-style-type: none;
	border-right: none;
}

#header_nav li a{
	color: #fff;
}

#header_nav li a:hover{
	color: #E22D26;
}

#header_nav li .selected{
	color: #E22D26;
}

#page {
	background: url("../images/page_bg.gif") top left repeat-x;
	padding: 50px 0 45px 0;
}

#footer {
	background: url("../images/footer_bg.gif") top left repeat-x;
	padding: 35px 0 20px 0;
	margin: 0 0 20px 0;
}

.red {
	color: #E22D26;
}

#footer .left_colomn {
	float: left;
	width: 900px;
	padding: 0 20px 0 0;
}

#footer .left_colomn img{
	float: left;
	padding: 0 10px 0 0;
}

#footer .right_colomn {
	float: right;
	width: 180px;
	padding: 0 0 0 20px;
}

#footer .right_colomn p{
	text-align: right;
	font-size: 90%;
}

#footer .right_colomn a{
	color: #B5BCC2;
}

#footer .right_colomn a:hover{
	color: #E22D26;
}

.cta {
	background: url("../images/cta_top.gif") top left no-repeat;
	width: 220px;
	float: left;
	padding: 20px 0 0 0;
	margin: 0;
	display: block;
}

.cta p{
	padding: 0 24px 0 24px;
	color: #E22D26;
	font-size: 150%;
}

.cta a{
	color: #fff;
	font-size: 75%;
	line-height: 1.3em;
}

.cta a:visited{
	color: #fff;
	font-size: 75%;
	line-height: 1.3em;
}

.cta a:hover{
	color: #E22D26;
	line-height: 1.3em;
}

.cta_bottom {
	background: url("../images/cta_bottom.gif") bottom left no-repeat;
	width: 220px;
	float: left;
	display: block;
	padding: 0 0 22px 0;
	margin: 0;
}

/*---------------------------------------------------------------------------------
Home Page
-*/

.page_wrapper .right_hand_colomn {
	width: 210px;
	float: right;
}

.page_wrapper .main_colomn {
	width: 510px;
	padding: 0 30px 0 0;
	float: left;
	border-right: none;
}

.home_text {
	font-size: 140%;
	width: 500px;
	font-weight: bold;
	padding: 0 0 20px 0;
}

.main_colomn .large_list ul li{
	list-style-image: url("../images/list_arrow_large.gif");
	padding: 0 0 10px 0; 
	margin: 0;
	font-size: 120%;
}

.main_colomn .left_colomn {
	float: left;
	width: 320px;
	padding: 0 20px 0 0;
	border-right: none;
}

.main_colomn .right_colomn {
	float: right;
	width: 140px;
	padding: 0 0 0 20px;
}

.main_colomn .right_colomn img{
	text-align: centre;
	margin: 0 auto 0 auto;
	padding: 30px 0 20px 0;
}

.padding_top {
	padding: 4px 0 0 0;
}

.no_padding{
	padding: 0;
	margin: 0;
}

.firstpara {
	font-size: 110%;
}

/*---------------------------------------------------------------------------------
DTC
-*/

.thirds_block {
	margin: 20px 0 0 0;
}
.thirds_block h2 {
	margin: 35px 0 15px 0;
}


.third {
	width: 30%;
	float: left;
	padding: 0 15px 0 0;
	margin: 0 0px;
	border-right: none;
	display: block;

}

.arrow{
	background: url("../images/list_arrow_large.gif") top left no-repeat;
	padding: 4px 0 0 28px;
	font-size: 110%;

}

.third_end{
	width: 30%;
	float: left;
	padding: 0;
	border-right: none;
	display: block;
}


.half_block {
	margin: 20px 0 0 0;
}

.half_left {
	width: 475px;
	border-right: none;
	float: left;
	padding: 0 30px 0 0;
}

.half_left .image_block{
	margin: 10px 0 10px 0;
}

.half_left .image_block .small_image {
	float: left;
	width: 134px;
}

.half_left .image_block .small_imagetext {
	float: right;
	width: 215px;
}

.half_right {
	width: 475px;
	float: right;
}

.half_right .image_block{
	margin: 10px 0 10px 0;
}

.half_right .image_block .small_image {
	float: left;
	width: 134px;
}

.half_right .image_block .small_imagetext {
	float: right;
	width: 215px;
}

#navbar_wrapper{
	background: url("../images/nav_bg.gif") top left repeat-x #000203;
	padding: 12px 0 12px 0;	
}

#headerbar_nav {
	float: left;
	width: 100%;
}

#headerbar_nav ul{
	float: left;
	padding: 5px 0 5px 0;
	margin: 0;
}

#headerbar_nav li{
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	list-style-type: none;
	border-right: 1px solid #fff;
}

#headerbar_nav .end{
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	list-style-type: none;
	border-right: none;
}

#headerbar_nav li a{
	color: #fff;
}

#headerbar_nav li a:hover{
	color: #E22D26;
}

#headerbar_nav li .selected{
	color: #E22D26;
}

/*---------------------------------------------------------------------------------
Contact
-*/

.contact {
	width: 300px;
	float: left;
	padding: 0 20px 0 0;
	
}


/*---------------------------------------------------------------------------------
People
-*/

.block {
	border-bottom: 1px solid #d5d6d7;
	padding: 8px 0 15px 0;
	margin: 8px 0 8px 0;
	float: left;
}

.block .left{
	width: 150px;
	float: left;
	padding: 0 20px 0 0;
}

.block .right{
	float: left;
	width: 400px;
}

.block .right h3{
	padding: 0 0 1px 0;
	margin: 0;
}

.block .right p{
	padding: 3px 0 1px 0;
	margin: 0;
}


.job_description {
	font-size: 100%;
}

.job_cred {
	font-size: 110%;
	padding: 0 0 2px 0;
}
.padding-top {
	padding: 20px 0 0 0;
}

.nav_colomn {
	padding: 20px 0 0 0;
	width: 150px;
	float: left;
}

.nav_colomn li{
	border-bottom: 1px solid #d5d6d7;
	padding: 5px 0 5px 0;
	margin: 0 0 5px 0;
	list-style-type: none;
}

.nav_colomn ul{
	border-top: 1px solid #d5d6d7;
	padding: 0;
	margin: 0 0 5px 0;
	list-style-type: none;
}

.content_colomn {
	float: right;
	width: 605px;
}

.content_colomn .people_left{
	float: left;
	width: 460px;
	padding: 0 0 20px 0;
}

.content_colomn .people_right{
	float: right;
	width: 120px;
	padding: 0 0 20px 0;
}

.hr {
	width:100%;
	display: block;
	height: 1px;
	float: left;
	border-top: 1px solid #d5d6d7;
}

.people_left p {
	padding: 10px 0 10px 0;
	margin : 0;
}



/*--------Added by Paul Izzard 1/5/2013 from ChemEngCSS----------------------	*/


/*---------------------------------------------------------------------------------
Profiles
-*/


.profile_item {
	width: 100%;
	float: left;
	padding: 0 0px 0 0;
	margin: 0 0px;
	border-right: none;
	display: block;
	min-height: 150px
}
.profile_left {
	width: 80%;
	float: left;
	padding: 0 0px 0 0;
	margin: 0 0px;
	border-right: none;
	display: block;
	min-height: 150px
}

.profile_right {
	width: 20%;
	float: right;
	padding: 30px 0 0 0;
	border-right: none;
	display: block;
	min-height: 120px
}

.profile_picture {
		float:left;
		padding: 0 9px 0 0;
}




/*	Tabs	------------------------------	*/
			
.tabs {
	margin: 8px 0 1em;
	padding: 0;
	width: 830px;
	float: left;
}

	.tabs .tab-content {
		clear: both;		
		overflow: hidden;
		padding: 15px 0 0 13px;
		border-top: 1px solid #ccc;
	}
	
		.tabs .tab-content img {
			border: 0;
			float: left;
			margin: 4px 22px 0 0;
		}
		
	.tabs p {
		margin-top: 0;
	}

	#main-content .tabNavigation {
		margin: 0;
		padding: 0;
		width: 830px;
	}
	
		.tabNavigation li {
			display: inline;			
		}
		
			.tabNavigation li a {	
				background-color: #f1f1f1;
				list-style: none;
				margin: 0 3px 0 5px;
				padding: 4px 8px;
				font-size: 13px;
				border: 1px solid #ccc;
				border-bottom: 0;
				font-weight: bold;
				color: #333;
				text-decoration: none;
				display: block;
				float: left;
				border-bottom: 1px solid #ccc;
				position: relative;
				top: 1px;
				font-size: 14px;
			}
			
			.tabNavigation li a:focus,
			.tabNavigation li a:hover {	
				background-color: #e1e1e1;
			}
			
			.tabNavigation li a:focus {	
				outline: 0;
			}
			
			.tabNavigation li a.selected {
				background-color: #fff;
				border-bottom: 1px solid #fff;
			}
			
			.research-tabs .tabNavigation li a {
				padding: 4px 8px;
			}
			
			#main-content .tabs.research div ul {
				margin-left: 20px;
				padding-left: 0;
			}
			