/* CSS Document */

/*
TABLE OF CONTENTS

HTML Elements
Page Structure
Navigation
Headings
Content Area
Forms
Clear
Footer

/*HTML Elements*/


* {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

body, html {
		min-height:101%;
	margin: 0px;
	padding: 0px;
	background-color: #041735;
	background-image: url(../images/bgblue4.jpg);
	background-repeat: repeat-x;
}

body, textarea, font, table, td {
	font: .9em Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	text-decoration:none;
	color: #3B506F;
}

a:hover, a:active {
	color:#7585A6;
	text-decoration:underline
}

*:focus {
	outline: none
}

/*Page Structure*/

#wrapper {
	margin: 0 auto;
	font-size: 0.8em;
	width: 914px;
}
#page-nav {
margin: 15px 20px 10px 28px;
color: #00407E;
text-align: right;
}
#page-nav a {
	color: #fff;
	font-size: 1.3em;
	letter-spacing: .03ex;
	padding: 0px 6px 0px 6px;
	font-family: Arial, Helvetica, sans-serif;

}
#page-nav a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #2B5F98;
}
#page-nav .current {
	color: #6699CC;
}

#advisors #header-wrapper {
	width: 871px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/header_advisorsA.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}


#contact #header-wrapper {
	width: 871px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/header_contactA.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}






#thankyou #header-wrapper {
	width: 871px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/header_thankyou.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header-masthead #logo-masthead {
}

h1 a {
	width: 280px;
	height: 120px;
	margin-top: 0px;
	display: block;
	text-indent:-9000px;
	float: left;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
	margin: 2px 0px 2px 0px;
}

/*HEADINGS*/
h2 {
	font-size: 1.6em;
	text-indent: -9000px;
	border-bottom: 1px dotted #666666;
}

#overview h2 {
	font-size: 1.6em;
	background: url(../images/companyoverview.gif) no-repeat;
	height: 20px;
	width: 180px;
	text-indent: -9000px;
}

#product h3 {
	font-size: 1.6em;
	background: url(../images/pipelinetitle.gif) no-repeat;
	height: 25px;
	width: 506px;
	border-bottom: 1px dotted #666666;
	text-indent: -9000px;
	margin-bottom: 10px;
}
#contact h3 {
	font-size: 15px;
	margin: 4px 0px 10px 0px;
	color: #00407E;
}

#product h2 {
	font-size: 1.6em;
	background: url(../images/ourproducts.gif) no-repeat;
	height: 21px;
	width: 125px;
	text-indent: -9000px;
}

#science #box-wide h2 {
	font-size: 1.6em;
	background: url(../images/development.gif) no-repeat;
	height: 23px;
	width: 448px;
	text-indent: -9000px;
}

#team #box-left h2 {
	font-size: 1.6em;
	background: url(../images/team.gif) no-repeat;
	height: 21px;
	width: 460px;
	text-indent: -9000px;
	margin-bottom: 20px;
}

#team #box-right h2 {
	font-size: 1.6em;
	background: url(../images/careers.gif) no-repeat;
	height: 21px;
	width: 240px;
	text-indent: -9000px;
	margin: 1px 0px 10px 0px;
}

#advisors #box-left h2 {
	font-size: 1.6em;
	background: url(../images/advisoryboard.gif) no-repeat;
	height: 21px;
	width: 176px;
	text-indent: -9000px;
	margin-bottom: 20px;
}

#contact #box-left h2 {
	font-size: 1.6em;
	background: url(../images/requestinformation.gif) no-repeat;
	height: 23px;
	width: 467px;
	text-indent: -9000px;
}

#contact #box-right h2 {
	font-size: 1.6em;
	background: url(../images/contactus.gif) no-repeat;
	height: 23px;
	width: 269px;
	text-indent: -9000px;
}

#thankyou #box-left h2 {
	font-size: 1.6em;
	background: url(../images/thanks.gif) no-repeat;
	height: 21px;
	width: 455px;
	text-indent: -9000px;
}

#thankyou #box-right h2 {
	font-size: 1.6em;
	background: url(../images/contactus.gif) no-repeat;
	height: 21px;
	width: 269px;
	text-indent: -9000px;
}

/*CONTENT AREA*/

#main-content {
	margin: 0 auto;
	margin-top: 180px;
	width: 870px;
}

#box-left {
	float: left;
	width: 450px;
	margin: 20px 60px 25px 40px;
}

#box-right {
	float: left;
	width: 280px;
	margin: 20px 0px 0px 0px;
}

#box-wide {
	float: left;
	width: 780px;
	margin: 20px 60px 25px 40px;
	line-height: 20px;
}

#box-wide p {
	margin: 10px 20px 20px 0px;
}

#box-left p {
	margin: 10px 20px 20px 0px;
}

#box-right p {
	margin: 10px 20px 20px 0px;
}

/*PRODUCT PAGE*/
#product #box-wide {
	float: left;
	width: 800px;
	margin: 20px 40px 25px 40px;
	line-height: 20px;
}

#product #box-wide p {
	margin: 10px 20px 20px 0px;
}

#science .diagram {
	margin: 0px 5px 4px 25px;
}

/* SCIENCE PAGE*/
#science #box-wide p {
	margin: 10px 20px 10px 0px;
	line-height: 19px;
}

.paradigmshift {
margin: 18px 25px 12px 30px;
}

/*TEAM PAGE*/

#team #box-left {
	float: left;
	width: 500px;
	margin-right: 50px;
}

#team #box-left p {
	margin-right: 30px;
}

#team #box-right {
	float: left;
	width: 250px;
	margin: 20px 0px 0px 0px;
}

#team #box-left h3 {
	font-size: 15px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	color: #00407e;
}

#team #box-left h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #00407e;
}

#team #box-right h3 {
	font-size: 12px;
	margin: 0px;
	padding: 4px 0px 2px 0px;
	color: #444444;
}

#team #box-right h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	color: #444444;
}

#team #box-right p {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 18px;
}

#bio-box {
	clear: both;
	margin-bottom: 30px;
}

#bio-box p, #bio-box-two p, #bio-box-three p {
	line-height: 18px;
	margin-top: 0px;
	padding-top: 0px;
}

#bio-box img, #bio-box-two img, #bio-box-three img {
	float: left;
	border: 1px solid navy;
	margin: 0px 10px 1px 0px;
	padding: 2px;
}

#bio-box-two {
	clear: both;
	margin-bottom: 30px;
}

#bio-box-two p {
	line-height: 18px;
}

#bio-box-three {
	clear: both;
	margin-bottom: 5px;
}

#bio-box-three p {
	line-height: 18px;
}

/*ADVISORS PAGE*/

#advisors #box-left {
	float: left;
	width: 790px;

}

#advisors #box-left h3 {
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #00407e;
}

#advisors #box-left h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 1px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	color: #00407e;
}

#advisors #box-left p {
	font-size: 12px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	line-height: 16px;
	color: #333333;
}

#left-col {
	width: 370px;
	float: left;
	margin-right: 50px;
}

#right-col {
	width: 370px;
	float: left;
	padding-right: 0px;
}

.advisor-box {
	height: 160px;
	margin-bottom: 10px;
}

#advisor-box1 {
	height: 250px;
	margin-bottom: 20px;
	width: 370px;
}
#advisor-box2 {
	height: 480px;
		margin-bottom: 20px;
	width: 370px;
}
#advisor-box3 {
	height: 460px;
	margin-bottom: 20px;
width: 370px;
}
#advisor-box4 {
		height: 390px;
	margin-bottom: 20px;
width: 370px;
}
#advisor-box5{
	height: 480px;
	margin-bottom: 20px;
width: 370px;
}


#left-col img, #right-col img {
	float: left;
	margin: 2px 10px 4px 0px;
	padding-right: 10px;
	border-right: solid 1px #666666;
}

#left-col .advisor-box {
}

#right-col .advisor-box {
}

/*CONTACT PAGE*/

#contact #box-left {
	float: left;
	width: 467px;
	margin: 20px 60px 25px 30px;
}

#contact #box-right {
	float: left;
	width: 270px;
	margin: 20px 0px 0px 0px;
}

#contact #box-right p {
	line-height: 20px;
}

#thankyou #box-right p {
	line-height: 20px;
}

/*THANK YOU PAGE*/

#thankyou #box-left {
	float: left;
	width: 467px;
	margin: 20px 60px 25px 30px;
}

#thankyou #box-right {
	float: left;
	width: 270px;
	margin: 20px 0px 0px 0px;
}

/*LISTS*/
#science #content-lower ul {
	margin: 0px 200px 10px 0px;
	padding: 0px;
	line-height: 18px;
}

#science #content-lower li {
	list-style-image: url(../images/bulletgreen.jpg);
	margin-left: 20px;
	padding: 0px 0px 4px 0px;
}

.button {
	background: #7B9566 ! important;
	border:#F7ECD4 1px solid;
	padding: 0px 2px 0px 2px;
	margin: 5px 0px 10px 10px;
	color:#FFF;
}

.button:focus {
	background: #000 ! important;
}

.button:hover {
	background: #CCC ! important;
	color: #000;
}

/*FORMS*/
 #formMainDiv {
	padding: 0px;
	margin: 0px;
}

#formSection {
	padding: 0px;
	margin: 0px;
}

input, select, textarea {
	border: 1px solid #C9C9AD;
}

input {
	height: 20px;
}

textarea {
	width: 320px;
	height: 100px;
}

.formLabel {
	float: left;
	vertical-align: top;
	width: 90px;
	font-weight: 700;
	padding: 8px 5px 6px 0px;
}

.formField {
	float: left;
	vertical-align: top;
	padding: 6px 10px;
}

.formError {
	font-weight: 700;
	margin: 15px 0;
	background-color: #C9C9AD;
	color: #000;
	border: 1px solid #003366;
	padding: 10px;
	clear: both;
}

#formSubmitButton {
	margin: 0px;
	padding: 0px;
}

.formSubmit {
	clear: both;
	padding: 0px;
}

.formSubmit input {
	height: 26px;
	margin: 15px 0px 0px 0px;
	padding: 0px 4px 0px 4px;
	font-weight: 700;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.18ex;
}

/*CLEARS*/

.clearfloat {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
}

*+html .clearfloat {
	height:1%;
}

.clearfloat {
	display:block;
}

/* End hide from IE-mac */

/*CONTACT*/
.con_position, .email_desc {
	padding:6px 0px;
	margin-bottom: 10px;
}

.marker_address, .marker_telephone, .marker_email, .marker_fax {
	display: block;
	float: left;
	width: 8em;
	margin: 0 8px 0 0;
	font-weight: bold;
}

.marker_address {
	margin-bottom: 40px;
}

.marker_misc {
	font-weight: bold;
}

/*FOOTER*/

#footer {
	clear: both;
	padding: 20px 0px 20px 0px;
	color:#7f99b3;
	width: 873px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #255993;
}

#footer p {
	margin: 0px 0px 8px 30px;
}

#footer a {
	text-decoration: underline;
	color: #5A6885;
}

#footer-post a {
	text-decoration: underline;
	color: #5A6885;
}

