@charset "utf-8";

/* **************Site design by Little Bird Web Services ************** */
/*  copyright 2009  */

/* ************ Main Page Styles ********* */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #fff;
	color: #333;
	font-family: Arial, Helvetica, Geneva, Tahoma, sans-serif;	
	font-size: 100%;
	text-align: center;
	}

p {
	font-size: 0.75em;
	line-height: 1.25em;
	}

a img {
	border: none;
	} 
	
a:link {
	color: #007183;
	text-decoration: underline;
	}

a:visited {
	color: #333;
	text-decoration: underline;
	}
	
a:hover {
	color: #000;
	text-decoration: underline;
	}

.wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}
	
.w3c {
	position:absolute;
	top: -4000px;
	left: -4000px;
	}

h1, h2, h3, h4 {
	font-size: 1em;
	}
	
.floatRight {
	float: right;
	}

.floatLeft {
	float: left;
	}

.clear {
	clear: both;
	}

/* ***************** Header styles ******************* */

.header {
	background:url(../images/img-header.gif) 0 15px no-repeat;
	height: 150px;
	width: 960px;
}

/* ****************** main horizontal navigation styles ************** */

.mainNav {
	background: #ccc url(../images/bg_navbar.jpg) top left repeat-x;
}

#nav {
	margin: 0 0 25px 0;
	padding: 0;
	background: #ccc url(../images/bg_navbar.jpg) top left repeat-x;
	list-style-type: none;
	width: 960px;
	float: left; /* Contain floated list items */
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#nav-home a{
	width: 100px;
}

#nav-about a{
	width: 120px;
}

#nav-markets a{
	width: 100px;
}

#nav-services a{
	width: 100px;
}

#nav-science a {
	width: 220px;
}

#nav-blog a{
	width: 136px;
}

#nav-contact a{
	width: 123px;
}

#nav a {
	float: left;
	text-align: center;
	color: #333;
	text-decoration: none;
	line-height: 2.5;
	font-weight: bold;
	border-right: 1px solid #FFF;
}

#nav a:hover {
	background: #333 url(../images/bg-navbar-active.jpg) top left repeat-x;
	color: #fff;
}

#nav-markets a, #nav-services a {
	background: url(../images/bg-dd.jpg) top right no-repeat;
	padding-right: 27px;
}

#nav-markets a:hover, #nav-services a:hover {
	background: url(../images/bg-dd-active.jpg) top right no-repeat;
}

#nav-contact a {
	border-right: none;
}

/* suckerfish dropdown navigation styles */

ul#nav li ul {
	position: absolute;
	left: -999em;
	margin-left:0;
	margin-top: 40px;
	background: #ededed;
	list-style: none;
	border: 1px solid #ccc;
	z-index: 500;
	font-size: 0.85em;
	width: 200px;
}

ul#nav li:hover ul {
	left: auto;
}

ul#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

ul#nav li ul li a:link, ul#nav li ul li a:visited, #servicesSection ul#nav li ul li a:link, #servicesSection ul#nav li ul li a:visited, #marketsSection ul#nav li ul li a:link, #marketsSection ul#nav li ul li a:visited {
	display: block; 
	color:#007183;
	font-weight: normal;
	border-bottom:1px solid #ccc;
	background: none;
	text-align:left;
	line-height: 1.8;
	padding-left: 15px;
	width: 157px;

}

ul#nav li ul li a:hover, ul#nav li ul li a:focus, #servicesSection ul#nav li ul li a:hover, #servicesSection ul#nav li ul li a:focus, #marketsSection ul#nav li ul li a:hover, #marketsSection ul#nav li ul li a:focus {
	color: #fff;
	background: #007183 none;
	display: block;
	width: 157px;
}

/* You are here navigation */

#homeSection #nav-home a, #aboutSection #nav-about a, #scienceSection #nav-science a, #blogSection #nav-blog a, #contactSection #nav-contact a {
	background: #333 url(../images/bg-navbar-active.jpg) top left repeat-x;
	color: #fff;
}

#marketsSection #nav-markets a, #servicesSection #nav-services a {
	background: url(../images/bg-dd-active.jpg) top right no-repeat;
	color: #fff;
}

/* ***************Home Page Rotator Area Styles ******************/

#rotatorArea {
	clear: left;
	background: #ccc url(../images/bg-rotator-control.jpg) bottom left repeat-x;
	position: relative;
	height: 320px;
}

#rotatorArea h1 {
	position: absolute;
	top: 298px;
	left: 15px;
	font-size: 0.85em;
	font-weight: bold;
	font-style: italic;
}

#rotatorArea h2 {
	font-size: 1.5em;
	font-style: italic;
}

#rotatorArea p {
	font-size: 0.85em;
}

.tdr_slideshow_nav {
	float:right;
	}

#rotatorArea .tdr_slideshow_nav a {
	background: #007183;
	margin: 5px 5px 5px 0;
	height: 18px;
	width: 20px;
	display: block;
	float:left;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.85em;
	text-align:center;
	padding-top:2px;
	}

#rotatorArea .tdr_slideshow_nav a:hover {
	background: #2e3132;
	color: #fff;
	}
	
#rotatorArea .tdr_slideshow_nav a.activeSlide {
	background: #2e3132;
	color: #fff;
	}

.tdr_slideshow_control {
	cursor:pointer;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	margin: 5px 5px 0 0;
	float: right;
}

.playing {
	background: url(../images/btn_pause.gif) top left no-repeat;
	
	}
	
.paused {
	background: url(../images/btn_play.gif) top left no-repeat;
	
}

.rotateMarkets {
	background:url(../images/img-rot-markets.jpg) top left no-repeat;
	height: 290px;
	width:960px;
	overflow: hidden;
}

.rotateMarkets h2 {
	color: #f54901;
	padding: 25px 0 20px 15px;
}

.rotateMarkets p {
	color: #ccc;
	padding: 0 615px 20px 15px;
	line-height: 1.5em;
}

.rotateMarkets a {
	font-weight: bold;
	padding: 5px;
	background: #333;
	color: #fff;
	text-decoration: none;
}

.rotateServices {
	background:url(../images/img-rot-services.jpg) top left no-repeat;
	height: 290px;
	width:960px;
	overflow: hidden;
}

.rotateServices h2 {
	color: #fff;
	padding: 30px 10px 20px 610px;
}

.rotateServices p {
	color: #fff;
	padding: 0 10px 30px 610px;
	line-height: 1.5em;
}

.rotateServices a {
	font-weight: bold;
	padding: 5px;
	background: #ccc;
	color: #333;
	text-decoration: none;
}
	
.rotateAbout {
	background:url(../images/img-rot-about.jpg) top left no-repeat;
	height: 290px;
	width:960px;
	overflow: hidden;
}

.rotateAbout h2 {
	color: #fff;
	padding: 50px 0 20px 15px;
}

.rotateAbout p {
	color: #fff;
	padding: 0 700px 30px 15px;
	line-height: 1.5em;
}

.rotateAbout a {
	font-weight: bold;
	padding: 5px;
	background: #ccc;
	color: #333;
	text-decoration: none;
}

	
.rotateScience {
	background:url(../images/img-rot-science.jpg) top left no-repeat;
	height: 290px;
	width:960px;
	overflow: hidden;
}
	
.rotateScience h2 {
	color: #000;
	padding: 30px 10px 20px 610px;
	text-align: right;
}

.rotateScience p {
	color: #000;
	padding: 0 10px 30px 700px;
	line-height: 1.5em;
	text-align: right;
}

.rotateScience a {
	font-weight: bold;
	padding: 5px;
	background: #007183;
	color: #fff;
	text-decoration: none;
	text-align: right;
}

/* ******* Styles for content area ****** */

.pageContent .mainText {
	width: 460px;
	float: left;
}

.pageContent .secondaryText {
	width: 460px;
	float: right;
}

.mainText h2 {
	padding: 15px 0 10px 15px;
	color: #007183;
	font-size: 1.5em;
	font-style: bold;
	font-style: italic;
}

.mainText p {
	padding: 0 0 10px 15px;
	line-height: 1.5;
}

.mainText h2 + p {
	color: #000;
	font-size: 1em;
	line-height:1.25;
}

h3 {
	font-style: italic;
	color: #007183;
	font-size: 1.25em;
	line-height: 1.4em;
}

.secondaryText h3 {
	padding: 16px 0 10px 0;
	line-height: 1.2em;
}

.secondaryText p {
	padding: 0 0 10px 0;
	line-height: 1.5;
}

.subHeading {
	color: #007183;
	font-weight: bold;
	font-size: 0.9em;
}

.secondaryText img {
	float: right;
	border: 1px solid #ccc;
	margin: 0 0 5px 15px;
}

/* when image is in place on about page adjust the padding// padding: 10px 150px 10px 15px; */

ul.aboutList {
	font-size: 0.75em;
	padding: 10px 0 10px 15px;
}

ul.aboutList li {
		padding-bottom: 5px;
}

/* Styles for content area of section pages */

.pageContent.section .mainText {
	width: 590px;
}

.pageContent.section .mainText h3 {
	padding-left: 15px;
}

.pageContent.section .secondaryText {
	width: 330px;
}

ul.callout {
	font-size: 0.75em;
	line-height: 1.4;
	background:url(../images/bg_callout.gif) top left no-repeat;
	list-style: none;
	margin-bottom: 15px;
	padding-left: 20px;
}

ul.callout li {
	padding-top: 15px;
}

ul.callout li:first-child {
	padding-top: 0;
}

.pageContent.section .mainText ul {
	font-size: 0.75em;
	line-height: 1.5;
	padding: 0 0 15px 40px;
}
.pageContent.section .mainText ul li {
	padding-bottom: 15px;
}


/* ***** RHS (secondary text column) navigation list style ***** */

ul#rhsNav {
	padding: 5px 0 0 15px;
	list-style: none;
}

ul#rhsNav li {
	margin-bottom: 15px;
}

ul#rhsNav li a {
	font-weight: bold;
	color: #333;
	background: url(../images/ro-rhsnav-grey.gif) center left no-repeat;
	text-decoration: none;
	padding-left: 14px;
}

ul#rhsNav li a:hover {
	color:#007183;
	background:url(../images/ro-rhsnav-teal.gif) center left no-repeat;
}

/* Site map styles */

ul#sitemapList {
	list-style: none;
	padding-left: 15px;
	font-weight: bold;
}

ul#sitemapList li {
	padding-bottom: 5px;
}

ul#sitemapList li ul {
	padding-top: 5px;
	padding-left:20px;
	padding-bottom: 10px;
	list-style: none;
	font-size: 1em;
	font-weight:normal;
}

ul#sitemapList li a:link {
	text-decoration: none;
}

ul#sitemapList li a:visited {
	text-decoration: none;
}

ul#sitemapList li a:hover {
	text-decoration: underline;
}

/* Form Styles */

form {
	padding-top: 15px;
}

form h3{
	padding-left:15px;
}

fieldset {
	border: none;
	padding: 15px 0;
}

form p{
	clear:left;
	margin: 0;
	padding: 0 5px 15px 30px;;
}

textarea {
	color:#333;
	background-color:#fff;
	border: 1px solid #999;
	width: 250px;
	height: 75px;
	padding:3px;
}

label{
	float: left;
	width: 34%;
	color: #333;
	text-align: left;
	font-weight: bold;
	}

input.txt{
	color:#333;
	background-color:#fff;
	border: 1px solid #999;
	width: 250px;
	padding: 3px;
	}

input:focus, textarea:focus {
	border: 1px solid #007183;
}

input.btn {
	float: right;
	margin-right: 35px;
}

/* ****** Add This / Share Styles ****** */

.share {
	clear: both;
	border-bottom: 1px solid #ccc;
}

.share img {
	margin: 5px 0 10px 15px;
}

/* ************* Footer Styles ************** */

.footer p {
	font-size: 0.65em;
	padding: 5px 0 5px 15px;
}
	
.footer ul {
	float: left;
	list-style: none;
	font-size: 0.65em;
	padding: 5px 0 5px 15px;
}

.footer ul li {
	float: left;
	padding: 0 5px;
	border-left: 1px solid #007183;
}

.footer li:first-child {
	padding-left: 0;
	border-left: none;
}

.footer p.floatLeft {
	width: 960px;
}
	
	
	
	
	
	
	
	
	
	
	
	
			  





	
	
	
	
	
	
	
	
	
	
