/*
 *  _____ _                       _     _     __                              
 * /__   \ |__   ___  _   _  __ _| |__ | |_  /__\_  ___ __  _ __ ___  ___ ___ 
 *   / /\/ '_ \ / _ \| | | |/ _` | '_ \| __|/_\ \ \/ / '_ \| '__/ _ \/ __/ __|
 *  / /  | | | | (_) | |_| | (_| | | | | |_//__  >  <| |_) | | |  __/\__ \__ \
 *  \/   |_| |_|\___/ \__,_|\__, |_| |_|\__\__/ /_/\_\ .__/|_|  \___||___/___/
 *                          |___/                    |_|                      
 *
 * brandon.at.thoughtexpress.com
 */

/*--------------------------------------------------------------
   reset reloaded
   http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
   -------------------------------------------------------------*/
   
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*--------------------------------------------------------------
	General
  --------------------------------------------------------------*/
  
html, body {
	height: 100%;
}

body {               
	font:100%/1.18em "Myriad Pro", "Trebuchet MS", verdana, Arial, sans-serif;
	background: #8b9298 url("/images/bggrad.gif") repeat-x center top;                    
}                                                 
                        
.clear {
	clear: both;
}

.centered {
	text-align:center;
}

.right {
	text-align:right;
}

.bodytext a
{
  outline: none;
}

.bodytext a:link, .bodytext a:visited {
  color:#4E68A5;
  font-weight:bold;
  text-decoration:none;
}

.bodytext a:focus, .bodytext a:hover {
  border-bottom:1px;
  border-bottom-style:solid;
  color:#E2671A;
}

.bodytext p {
  margin:1em 0;
}

.bodytext h1 {
  font-weight: bold;
  font: 18px Georgia, Arial, Verdana;
  text-align: center;
  color: #000066;
  margin-top:2em;
}

.lst {
  margin:1em 0;
}

.lst ul {
	list-style-type: disc;
	list-style-image: none;
	list-style-position: inside;
	margin-left: 0; 
	margin-top: 0.5em;
	padding-left: 2em;
	padding-right: 2.5em;
}

.lst ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 0; 
	margin-top: 0.5em;
	padding-left: 2em;
	padding-right: 2.5em;
}

.lst ul li {
	font-style: italic;
}

.bodybottomleftcolumn {
  margin:1em 0.5em;
}

.bodybottomleftcolumn a
{
  outline: none;
}

.bodybottomleftcolumn a:link, .bodybottomleftcolumn a:visited {
  color:#4E68A5;
  font-weight:bold;
  text-decoration:none;
}

.bodybottomleftcolumn a:focus, .bodybottomleftcolumn a:hover {
  border-bottom:1px;
  border-bottom-style:solid;
  color:#E2671A;
}

.bodybottomleftcolumn p {
  margin:1em 0;
}

.bodybottomleftcolumn h1 {
  font-weight: bold;
  font: 18px Georgia, Arial, Verdana;
  text-align: center;
  color: #000066;
}

.bodybottomleftcolumn img {
	padding-top: 100px;
}


/*--------------------------------------------------------------
	Content
  --------------------------------------------------------------*/

#container {
	width:974px; 
	margin:0 auto; 
	padding-bottom:0px;
	background: url("/images/contentbg.png") repeat-y center top;
}

#header {
	background: #8b9298 url("/images/header.jpg") no-repeat center top;
	padding:0px; height:55px;
}

#content {
	background: url("/images/content.jpg") no-repeat center top;
	padding:0px; 
	width:974px;
}

#footer {
	background-image: url("/images/footer.jpg"); 
	width:974px; 
	height:154px; 
	margin-top:5px; 
	color:#FFFFFF; 
	font-family:Tahoma, Arial, Helvetica; font-size:11px;
}

#footerlogo {
	background-image: url("/images/logosmall.jpg"); 
	width:209px; 
	height:103px; 
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
	Navigation
  --------------------------------------------------------------*/
  
#navigation {
	height:52px; 
	width:974px;
}

#navigation ul {
	list-style:none; 
	margin:0; 
	padding:0;
}

#navigation ul li {
	float:left; 
	height:52px; 
	display:block; 
	text-indent:-9999px;
}

#navigation a {
	display:block; 
	width:100%; 
	height:100%;
}

#nav_intro {
	width:163px;
	background-image:url("/images/nav_intro_active.png");	
}

#nav_intro a {
	background-image:url("/images/nav_intro.png");
}

#nav_intro a:hover {
	background-image:url("/images/nav_intro_over.png");
}

#nav_intro a.active, #nav_intro a:hover.active {
	background-image:url("/images/nav_intro_active.png");
}

#nav_platform {
	width:152px; 
	background-image:url("/images/nav_platform_active.png");
}

#nav_platform a {
	background-image:url("/images/nav_platform.png");
}

#nav_platform a:hover {
	background-image:url("/images/nav_platform_over.png");
}

#nav_platform a.active, #nav_platform a:hover.active {
	background-image:url("/images/nav_platform_active.png");
}

#nav_services {
	width:152px; 
	background-image:url("/images/nav_services_active.png");
}

#nav_services a {
	background-image:url("/images/nav_services.png");
}

#nav_services a:hover {
	background-image:url("/images/nav_services_over.png");
}

#nav_services a.active, #nav_services a:hover.active {
	background-image:url("/images/nav_services_active.png");
}

#nav_research {
	width:233px; 
	background-image:url("/images/nav_research_active.png");
}

#nav_research a {
	background-image:url("/images/nav_research.png");
}

#nav_research a:hover {
	background-image:url("/images/nav_research_over.png");
}

#nav_research a.active, #nav_research a:hover.active {
	background-image:url("/images/nav_research_active.png");
}

#nav_contact {
	width:152px; 
	background-image:url("/images/nav_contact_active.png");
}

#nav_contact a {
	background-image:url("/images/nav_contact.png");
}

#nav_contact a:hover {
	background-image:url("/images/nav_contact_over.png");
}

#nav_contact a.active, #nav_contact a:hover.active {
	background-image:url("/images/nav_contact_active.png");
}

#nav_login {
	width:122px; 
	background-image:url("/images/nav_login_active.png");
}

#nav_login a {
	background-image:url("/images/nav_login.png");
}

#nav_login a:hover {
	background-image:url("/images/nav_login_over.png");
}

#nav_login a.active, #nav_login a:hover.active {
	background-image:url("/images/nav_login_active.png");
}

/*--------------------------------------------------------------
	Pages
  --------------------------------------------------------------*/

.bodybottomleftcolumn 
{
	width:360px;
	float:left;
	padding-bottom: 30px;
	text-align: justify;
	margin-left: 35px;
	margin-top: 450px;
	font:14px Arial, Verdana, sans-serif;
}

  
#main {
	width: 550px;
	height: 450px;
	padding-top:10px;
	padding-right: 20px;
	clear:both;
	float: right;
	padding-bottom: 20px;
}

#login {
	padding-top: 20px;
	width:550px; 
	margin-left: 80px;
	position: relative; 
	height: 70%; 
}
 
#contact {
	width: 550px;
	padding-top:10px;
	padding-right: 10px;
	clear:both;
	float: right;
}

#introduction {
	width: 515px;
	padding-top:20px;
	clear:both;
	float: right;
	padding-bottom: 30px;
	text-align: justify;
	margin-right: 35px;
	font:14px Arial, Verdana, sans-serif;
}

#platform {
	width: 515px;
	padding-top:20px;
	clear:both;
	float: right;
	padding-bottom: 30px;
	text-align: justify;
	margin-right: 35px;
	font:14px Arial, Verdana, sans-serif;
}

#research {
	width: 515px;
	padding-top:20px;
	clear:both;
	float: right;
	padding-bottom: 30px;
	text-align: justify;
	margin-right: 35px;
	font:14px Arial, Verdana, sans-serif;
}
 
#services {
	width: 515px;
	padding-top:20px;
	clear:both;
	float: right;
	padding-bottom: 30px;
	text-align: justify;
	margin-right: 35px;
	font:14px Arial, Verdana, sans-serif;
}

#global {
	width: 515px;
	padding-top:20px;
	clear:both;
	float: right;
	padding-bottom: 30px;
	text-align: justify;
	margin-right: 35px;
	font:14px Arial, Verdana, sans-serif;
}

#globalbrain {
    background: url("/images/globalbrainlink.jpg") no-repeat;
    height: 250px;
    width: 502px;
    border: none;
    float:right;
}

#globalbrain h1
{ 
	height:127px; /*match to #header height*/ 
	text-indent: -100.0em; 
	overflow: hidden; 
	margin-top: 70px;
} 

#globalbrain h1 a
{ 
	display:block; 
	line-height:127px; /*match to h1 height*/ 
	cursor: pointer;
}


#globalbrain:hover
{
     background: url("/images/globalbrainlink.jpg") 0 -255px no-repeat;
}

#logo {
	background: url("/images/logolarge.png") no-repeat;
	width: 528px;
	height: 141px;
	clear:both;
	position: absolute;
	margin-top: 300px;
	margin-left: 40px;
}

#featured {
    background: url("/images/featuredservices.png") no-repeat top center;
    height: 255px;
    width: 350px;
    border: none;
    float:right;
    text-align: center;
    margin-top: 35px;
}

#feat_online {
    background: url("/images/feat_online.png") no-repeat top center;
    height: 22px;
    width: 265px;
    border: none;
    margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}


#feat_online:hover
{
     background: url("/images/feat_online.png") 0 -22px no-repeat;
}

#feat_online h1
{ 
	height:22px; /*match to #header height*/ 
	text-indent: -100.0em; 
	overflow: hidden; 
} 

#feat_online h1 a
{ 
	display:block; 
	line-height:22px; /*match to h1 height*/ 
	cursor: pointer;
}

#feat_dynamic {
    background: url("/images/feat_dynamic.png") no-repeat top center;
    height: 51px;
    width: 194px;
    border: none;
    margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}


#feat_dynamic:hover
{
     background: url("/images/feat_dynamic.png") 0 -51px no-repeat;
}

#feat_dynamic h1
{ 
	height:51px; /*match to #header height*/ 
	text-indent: -100.0em; 
	overflow: hidden; 
} 

#feat_dynamic h1 a
{ 
	display:block; 
	line-height:51px; /*match to h1 height*/ 
	cursor: pointer;
}

/*--------------------------------------------------------------
	Login Form
  --------------------------------------------------------------*/

.submit {
    background: url("/images/loginbutton.png") no-repeat;
    height: 41px;
    width: 39px;
    border: none;
    cursor: pointer;
    left: 370px;
    position: absolute; 
	top: 50%;
	margin-top: -20px; 
}

#options_button {
	background: url("/images/cog.png") no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin-top: 5px;
	position: float;
	display:block;
}

#options_box p {
	padding-top: 5px;
}

#options_box label {
	font: 12px Verdana, Arial, sans-serif;
	padding-left: 5px;
}

#options_box input {
	font: 12px Verdana, Arial, sans-serif;
}

/*
.submit:hover
{
     background: url/images/loginbutton.png") 0 -41px no-repeat;
}*/

.logintext {
    height: 30px;
    position: absolute; 
	top: 50%;
	margin-top: -15px; 
}

#loginent {
	width: 200px;
	font: 18px Verdana, Arial, sans-serif;
	color: #082744;
}

#loginenv {
	font: 18px Verdana, Arial, sans-serif;
	color: #082744;
}

#error {
  color: #e30f0f;
  font: normal 14px Verdana, Arial, sans-serif;
  text-decoration: none;
}

/*--------------------------------------------------------------
	Contact Form
  --------------------------------------------------------------*/
  
form.contactform
{
  margin:20px 20px 0;
  padding:0 0 20px;
}

.contactform
{
  font-family:Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
  font-size:small;
}

.contactform li
{
  width:80%;
}

form ul
{
  font-size:100%;
  list-style-type:none;
  margin:0;
  padding:0;
  width:100%;
}

form li
{
  display:block;
  margin:0;
  padding:4px 5px 2px 9px;
  position:relative;
}

form li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons
{
	clear:both;
	display:block;
	margin-top:10px;
}

html form li div
{
	display:inline-block;
}

form li div
{
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li span
{
	color:#444;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li div.left
{
	display:inline;
	float:left;
	width:48%;
}

form li div.right
{
	display:inline;
	float:right;
	width:48%;
}

form li div.left .medium
{
	width:100%;
}

form li div.right .medium
{
	width:100%;
}

.clear
{
	clear:both;
}

form li div label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

form li span label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

form li .datepicker
{
	cursor:pointer !important;
	float:left;
	height:16px;
	margin:.1em 5px 0 0;
	padding:0;
	width:16px;
}

.form_description
{
	border-bottom:1px dotted #ccc;
	clear:both;
	display:inline-block;
	margin:0 0 1em;
	text-align: center;
	font-family: "Myriad Pro", "Trebuchet MS", verdana, Arial, sans-serif;
}

.form_description[class]
{
	display:block;
}

.form_description h2
{
	clear:left;
	font-size:160%;
	font-weight:400;
	margin:0 0 3px;
}

.form_description p
{
	font-size:95%;
	line-height:130%;
	margin:0 0 12px;
}

form hr
{
	display:none;
}

form li.section_break
{
	border-top:1px dotted #ccc;
	margin-top:9px;
	padding-bottom:0;
	padding-left:9px;
	padding-top:13px;
	width:97% !important;
}

form ul li.first
{
	border-top:none !important;
	margin-top:0 !important;
	padding-top:0 !important;
}

form .section_break h3
{
	font-size:110%;
	font-weight:400;
	line-height:130%;
	margin:0 0 2px;
}

form .section_break p
{
	font-size:85%;

	margin:0 0 10px;
}

input.button_text
{
	overflow:visible;
	padding:0 7px;
	width:auto;
	cursor:pointer;
	font-family: "Myriad Pro", "Trebuchet MS", verdana, Arial, sans-serif;
}

.buttons input
{
	font-size:120%;
	margin-right:5px;
}


label.description
{
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}

span.symbol
{
	font-size:115%;
	line-height:130%;
}

input.text
{
	background:#fff;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

input.file
{
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

textarea.textarea
{
	background:#fff url(../..//images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	/* font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif; */
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	margin:0;
	width:99%;
}

select.select
{
	color:#333;
	font-size:100%;
	margin:1px 0;
	padding:1px 0 0;
	background:#fff;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}


input.currency
{
	text-align:right;
}

input.checkbox
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

input.radio
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

label.choice
{
	color:#444;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%;
}

select.select[class]
{
	margin:0;
	padding:1px 0;
}

*:first-child+html select.select[class]
{
	margin:1px 0;
}

.safari select.select
{
	font-size:120% !important;
	margin-bottom:1px;
}

input.small
{
	width:25%;
}

select.small
{
	width:25%;
}

input.medium
{
	width:50%;
}

select.medium
{
	width:50%;
}

input.large
{
	width:99%;
}

select.large
{
	width:100%;
}

textarea.small
{
	height:5.5em;
}

textarea.medium
{
	height:10em;
}

textarea.large
{
	height:20em;
}

#error_message
{
	background:#fff;
	border:1px dotted red;
	margin-bottom:1em;
	padding-left:0;
	padding-right:0;
	padding-top:4px;
	text-align:center;
	width:97%;
}

#error_message_title
{
	color:#DF0000;
	font-size:125%;
	margin:7px 0 5px !important;
	padding:0 !important;
}

#error_message_desc
{
	color:#000;
	font-size:100%;
	margin:0 0 .8em !important;
}

#error_message_desc strong
{
	background-color:#FFDFDF;
	color:red;
	padding:2px 3px;
}

form li.error
{
	background-color:#FFDFDF !important;
	border-bottom:1px solid #EACBCC;
	border-right:1px solid #EACBCC;
	margin:3px 0;
}

form li.error label
{
	color:#DF0000 !important;
}

form p.error
{
	clear:both;
	color:red;
	font-size:10px;
	font-weight:700;
	margin:0 0 5px !important;
}

form .required
{
	color:red !important;
	float:none !important;
	font-weight:700;
}

/**** Guidelines and Error Highlight ****/
form li.highlighted
{
	background-color:#d5dce6;
}

form .guidelines
{
	background:#f5f5f5;
	border:1px solid #e6e6e6;
	color:#444;
	font-size:80%;
	left:100%;
	line-height:130%;
	margin:0 0 0 8px !important;
	padding:8px 10px 9px;
	position:absolute;
	top:0;
	visibility:hidden;
	width:42%;
	z-index:1000;
}

form .guidelines small
{
	font-size:105%;
}

form li.highlighted .guidelines
{
	visibility:visible;
}

form li:hover .guidelines
{
	visibility:visible;
}

.no_guidelines .guidelines
{
	display:none !important;
}

.no_guidelines form li
{
	width:97%;
}

.no_guidelines li.section
{
	padding-left:9px;
}

/*** Success Message ****/
.form_success
{
	clear: both;
	margin: 0;
	padding: 90px 0pt 100px;
	text-align: center;
	height: 400px;
}

.form_success h2 {
    clear:left;
    font-size:160%;
    font-weight:normal;
    margin:0pt 0pt 3px;
}