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

html, body {
	margin:0px;
	padding:0px;
	height:100%;
	}
	
body {
	font-color:black;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	//Verdana, Geneva, sans-serif;
	//background-color:#2e5cd0;
	//background-image:url(images/bg-gradient.png);
	background-repeat:repeat-x;
	background-position:top center;
	//background-color:#557934;
	//background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	//background: -webkit-gradient(linear, left top, left bottom, from(#573), to(#462));
	//background-image:url(images/background-green.jpg);
	//background-position:center center;
}

#wrapper {
	height:auto !important; /* real browsers */
	min-height:100%; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	position:relative;

	min-width:980px;
	width:100%;
//	width:980px;
//	overflow:hidden;
	}

.layout {overflow:auto;}

.layout .column {box-sizing:border-box;-moz-box-sizing:border-box;float:left;display:block;}
.layout .column.c20 {width:20%}
.layout .column.c25 {width:25%}
.layout .column.c33 {width:33%}
.layout .column.c50 {width:50%}
.layout .column.c66 {width:66%}
.layout .column.c75 {width:75%}
.layout .column.c80 {width:80%}

.p2 {padding:2px;}
.p5 {padding:5px;}
.p10 {padding:10px;}

#header{
	background-color:#FFFFFF;
	margin:0px auto;
	overflow:visible;
	//height:100px;
	//width:980px;
	//box-sizing:border-box;
	//height:80px;
	height:65px;
	width:960px;
	padding:10px;
	box-shadow: 0px 5px 15px RGBA(0,0,0,0.1);
	//-webkit-box-shadow: 0px 5px 15px RGBA(0,0,0,0.1);
	//-moz-box-shadow:0px 5px 15px RGBA(0,0,0,0.1);
	//-o-box-shadow:0px 5px 15px RGBA(0,0,0,0.1);
	background: linear-gradient(to top, rgba(244,246,248,1) 0%,rgba(255,255,255,1) 100%);
		
}

#logo {
	margin:0px 10px 0px 0px;	
	//height:122px;
	height:99px;
	//width:100px;
	float:left;
}
#logo img {
	width:inherit;	
	height:inherit;
}

.inline-list, .float-list {
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;
	overflow:visible;
	}
	
.inline-list li, .float-list li {
	margin:0px;
	padding:0px;
	list-style:0px;
	display:inline-block;	
	}
	
.float-list li {
	display:block;
	float:left;
	}

#top-links {
	float:right;
	height:20px;	
	}
	
#top-links li {
	margin:0px 5px;
	cursor:pointer;
	}
	
#top-links a:link, #top-links a:visited {
	color:#666;
	text-decoration:none;
}

#top-links a:hover, #top-links a:active{
	text-decoration:underline;
}
	
	
#search {
	position:relative;
	height:18px;
	//float:right;
	vertical-align:top;
	}
#search-box {
	height:16px;
	padding:0px;
	margin:0px;
	border-color:#999;
	border-style:solid;
	border-width: 1px 0px 1px 1px;
	outline:none;
	font-size:12px;	
	width:150px;
	float:left;
	}
#search input[type=image]{
	padding:0px;
	margin:0px;
	outline:none;
	vertical-align:middle;	
	float:left;
	}
	
#top-menu {
	//font-weight:bold;
	font-size:14px;
	color:#666;
	float:right;
	margin-top:20px;
	clear:right;
}

#top-menu li {
	margin:0px 10px;
	text-transform:uppercase;
	position:relative;
	z-index:10;
}
#top-menu a:link, #top-menu a:visited{
	padding-bottom:3px;		
	text-decoration:none;
	fontsize:14px;
	color:#666;
	display:block;
}

#top-menu li:hover{
	border-bottom:4px solid red;
}
	
#top-menu li ul {
	display:none;
	position:absolute;
	background-color:#999;
	padding:0px;
	margin:4px 0px;
	list-style:none;
	right:0px;
	width:100%;
	min-width:120px;
	text-align:right;
	overflow:visible;
	}
#top-menu li:hover ul {display:block;}
#top-menu li ul li {
	display:block;
	margin:0px;
	padding:0px;	
	list-style:none;
	}
#top-menu li ul li:hover{border:none;}
#top-menu li ul a:link, #top-menu li ul a:visited{
	color:#FFFFFF;
	display:block;
	padding:10px;
	border:none;
	text-transform:none;
	
	}
#top-menu li ul a:hover, #top-menu li ul a:active{
	background-color:#FF0000;	
	margin:0px;
	}

	
	
#carousel {
	margin:0px;
	padding:0px;
	list-style:none;
	position:absolute;
	width:100%;
	//height:100%;
	height:600px;
	z-index:-1;
	top:0px;
	left:0px;
	background-color:#000;
}

#carousel li {
	position:absolute;
	//left:50%;
	background-position:top center;
	background-repeat:no-repeat;	
	//background-image:url(images/ChemBio.jpg);
	//background-image:url(images/SkyDiveSlide.jpg);
	overflow:none;
	width:100%;
	height:600px;
	display:none;
}
#carousel li.selected {
	display:block;	
}

#carousel-viewport{
	display:block;
	height:375px;
	width:980px;
	margin:0px auto;	
	position:relative;
}

#carousel-viewport.small{
	height:75px;
}

#carousel-control {
	position:absolute;
	bottom:0px;
	right:0px;	
	margin:0px;
	padding:10px;
	list-style:none;
	display:block;
	background-image:url(images/slide-control-gradient.png);
	background-position:top right;
	background-repeat:repeat-y;
	width:196px;
	text-align:right;
	}
	
#carousel-control li{
	margin:0px 2px;
	padding:0px;
	display:inline-block;
	height:10px;
	width:10px;
	background-color:#666;	
	cursor:pointer;
	border-radius:5px;
	list-style:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	box-shadow: 2px 2px 5px RGBA(0,0,0,0.5);
	//-webkit-box-shadow: 0px -5px 5px RGBA(0,0,0,0.5);
	//-moz-box-shadow:0px 0px 5px RGBA(0,0,0,0.5);
	//-o-box-shadow:0px 0px 5px RGBA(0,0,0,0.5);
}

#carousel-control li:hover, #carousel-control li.selected {
		background-color:#FF0000;
	}
	


#carousel-end{
	position:absolute;
	height:100px;
	width:100%;
	background: linear-gradient(to bottom, rgba(244,246,248,1) 0%,rgba(255,255,255,1) 100%);
	top:600px;
	z-index:-1;
}

#content {
	//min-height:200px;
	background-color:#FFF;
	//width:980px;
	width:960px;
	margin:0px auto;	
	box-shadow: 0px -5px 15px RGBA(0,0,0,0.1);
	//-webkit-box-shadow: 0px -5px 15px RGBA(0,0,0,0.1);
	//-moz-box-shadow:0px -5px 15px RGBA(0,0,0,0.1);
	//-o-box-shadow:0px -5px 15px RGBA(0,0,0,0.1);
	padding:10px 10px 110px 10px;
	
	}

#footer {
	background-color:#FFFFFF;
	margin:0px auto;
	overflow:hidden;
	//height:100px;
	//width:980px;
	//box-sizing:border-box;
	height:80px;
	width:960px;
	padding:10px;
	position:absolute;
	bottom:0px;	
	left:50%;
	margin-left:-490px;
	border-top:1px solid #999;
	//background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#FFF));
	background: linear-gradient(to bottom, rgba(244,246,248,1) 0%,rgba(255,255,255,1) 100%);

	}

#bottom-links {
	width:400px;	
	float:left;
	}
	
#bottom-links li {
	padding: 0px 10px;
	border-right:1px solid #999;
	font-size:10px;	
	}

#bottom-links a:link, #bottom-links a:visited {
	color:#333;	
}

#bottom-links a:hover, #bottom-links a:active {
	color:#666666;	
}

#bottom-links li.copy {
	border-right:none;
	color:#999;	
}

.front-links {text-align:center;}

.front-links li {padding:0px 5px;border-right:1px solid black;}
.front-links li.last {padding:0px 5px;border-right:none;}
.front-links a:link, .front-links a:visited {
	text-transform:uppercase;
	color:#FF0000;
	text-decoration:none;
}
.front-links a:hover, .front-links a:active{
	text-decoration:underline;
}


#social {
	position:relative;
	overflow:hidden;
	float:right;
	}
#social a {
	cursor:pointer;
	border:none;
	text-decoration:none;
	text-indent:-9000px;
	display:block;
	float:left;	
	height:64px;
	width:64px;
	background-position:top center;
	background-repeat:no-repeat;
	}
#social #facebook {background-image:url(images/social/facebook.png);}
#social #twitter {background-image:url(images/social/twitter.png);}
#social #linkedin {background-image:url(images/social/linkedin.png);}
#social #tumblr {background-image:url(images/social/tumblr.png);}
#social #blogger {background-image:url(images/social/blogger.png);}
#social #vimeo {background-image:url(images/social/vimeo.png);}
#social #youtube {background-image:url(images/social/youtube.png);}
#social #rss {background-image:url(images/social/rss.png);}


.header {
	font-size:26px;
	font-weight:bold;	
	}
	
.red {color:#FF0000;}
.text-center {text-align:center;}
.text-left {text-align:left;}
.text-right {text-align:right;}

.industry-image-header {
	text-transform:uppercase;
	//font-weight:bold;
	font-size:16px;
	text-align:center;
	margin: 10px 0px 0px 0px;	
	}

.padding-10 {
	padding:10px;	
	}
.padding-w-10{padding:0px 10px;}
.padding-h-10{padding:10px 0px;}

#specialties {
	color:#CCC;	
	}

.side-header {
	text-transform:uppercase;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	}

.side-header.big {
	font-size:16px;	
}

.simple-list, .simple-list li {
	margin:0px;
	padding:0px;
	display:block;
	list-style:none;		
	}
.simple-list ul{
	padding-left:20px;	
	margin-bottom:10px;
}

.simple-list li.side-header {
	margin:10px 0px 0px 0px;	
}

.news-list li {
	margin-bottom:5px;	
}
	
.front-page-hilight {}
.front-page-hilight .header {
	font-size:18px;
	margin: 10px 0px;
	}
	
h1.header {
	margin:0px 0px 10px 0px;	
}
	
.inherit-width, .inherit{
	width:inherit;	
}
.inherit-height, .inherit {
	height:inherit;	
}

.w100 {width:100%;}

.text-left {text-align:left;}
.text-right {text-align:right;}
.text-center {text-align:center;}
.text-justify {text-align:justify;}

img.left {
	float:left;
	margin-right:10px;	
}

img.right {
	float:right;
	margin-left:10px;	
}

.section {
	clear:both;	
	overflow:hidden;
	border-bottom:1px solid #DDD;
	padding-bottom:20px;
	margin-bottom:20px;
	}
	
.image-header{
	position:relative;
	margin:0px 0px 10px 0px;
	border-radius:20px 20px 0px 0px;
	-moz-border-radius:20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
	-o-border-radius: 20px 20px 0px 0px;
	overflow:hidden;
	border-bottom:5px solid red;
	min-height:50px;
		
}

.image-header img {
	z-index:1;
	position:relative;
}

.image-header h1 {
	margin:0px;
	padding: 10px 0px;
	background: RGBA(0,0,0,.5);
	position:absolute;
	z-index:2;
	bottom:0px;
	color:white;
	width:100%;
	text-indent:10px;
}