/* 2 column fixed width layout */

/* Zero down margin and padding on all elements */

* {
	margin: 0;
	padding: 0;
}

/* The Core Structure
================================= */

body {
	text-align: center;
	min-width: 960px;
	background-color: #fff;
	/*background-image:url(../images/main_bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
}

p, li {
	font-size: 11px;
}

p {
	margin: 0 0 20px 0;
}
h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}


h1 {
	text-align: left;
	font-size: 35px;
	font-weight:bold;
	margin: 0 20px 20px 0;
	letter-spacing: -.05em;
	z-index:20;
}

h2 {
	text-align: left;
	font-size: 25px;
	font-weight:bold;
	padding: 0;
	margin-top:20px;
	z-index:20;
	
}

h3 {
	font-size: 15px;
	color:#828282;
	font-weight: normal;
	line-height:6px;
	z-index:20;
}

h3 p {
	font-size: 17px;
	color:#828282;
	font-weight: normal;
	z-index:20;
}

h4 {
	color: #660000;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	margin: 20px 0 20px 0;
	display: inline;	
	z-index:20;
}

h5 {
	font-size: 12px;
	z-index:20;
}

 a {
	 color:#000;
	 text-decoration:underline;
 }
 
 a:hover {
	 color:#ffba00;
	 text-decoration:underline;
 }
 
 .btn a {
	 background-color:#000;
	 color:#FFF;
	 text-decoration:none;
	 font-weight:bold;
	 padding:4px;
 }
.btn a:hover {
	 background-color:#000;
	 color:#fdb82d;
	 text-decoration:none;
	 font-weight:bold;
	 padding:4px;
 }
 
 #wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	margin-top:30px;
}

/*#content-wrapper {
	width:900px;
	background-color:#fff;
}
#content {
	width: 730px;
	float: left;
	padding-left:10px;
	padding-top:20px;
	min-height:700px;
}*/

#table-style td {
	padding:10px;
}

/*********** header ***********/
#header {
	padding: 30px 0 0 0px;
	background-image:url(../images/braincells_logo.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	height:160px;
	
}

#header-divider {
	width:35px;
	height:96px;
	background-image:url(../images/header-divider.gif);
	background-position:top right;
	background-repeat:repeat-y;
	float:left;
}

/*********** video ****************/
div.video {
	/*margin:10px auto;*/
	border:4px solid #999;
	text-align:center;
	width:537px;
	/*height:310px;*/
	padding:15px;
}

/*********** two column page styles ****************/
#left-container {
	float:left;
	width:230px;
}

#right-container {
	float:right;
	width:640px;
	min-height:500px;
}
div.right-people {
	float:right;
	width:640px;
	/*border:1px dotted #f90;*/
}


/*********** clear fix ****************/
.clear {
clear:both;	
}
/*********** our people ****************/
div.people {
	float:left;
	width:135px;
	height:300px;
	margin:0 32px 25px 32px;
}

/*********** our people ****************/

div.awards-container {
	width:840px;
	margin:10px 0;
}
div.awards-left {
	float:left;
	width:150px;
}
div.awards-right {
	float:left;
	width:650px;
}
/*********** footer ****************/
#footer {
	width:900px;
	border-top:1px dotted #527B8A;
	clear: both;
	margin-top:20px;
}

#footer-left-box {
	float:left;
	padding:5px 110px 5px 0;
	color:#666;
}

#footer-right-box {
	float:right;
	padding:5px 0;
}
#footer a {
	color:#000;
}





/****** new header styles *****/
#header-wrapper {
	background-image:url(../images/header-bg.jpg);
	background-repeat:repeat-x;
	height:100px;
}
#header-box {
	width:890px;
	margin:0 auto;
	
}
#logo-img {
	float:left;
	margin-top:35px;
}
#header-nav {
	color:#fff;
	list-style-type:none;
	float:right;
	margin-top:45px;
}
#header-nav li {
	float:left;
	font-size:12px;
	font-weight:bold;
}
#header-nav li a {
	padding:5px 10px;
	color:#fff;
	text-decoration:none;
}
#header-nav li a:hover {
	padding:5px 10px;
	color:#000;
	text-decoration:none;
	background-image:url(../images/nav-yellow.gif);
	background-repeat:repeat-x;
}

li#header-nav-selected a {
	padding:5px 10px;
	color:#000;
	text-decoration:none;
	background-image:url(../images/nav-yellow.gif);
	background-repeat:repeat-x;
}

#header-sub {
	background-color:#F0F0F0;
	height:26px;
	position:relative;
	z-index:999;
}
#header-sub-nav {
	position:relative;
	width:890px;
	margin:0 auto;
	list-style-type:none;
	
}
#header-sub-nav li {
	float:left;
	margin-top:7px;
}

#header-sub-nav li a {
	text-decoration:none;
	padding: 7px 10px 7px 10px;
}
#header-sub-nav li a:hover {
	text-decoration:none;
	background-color:#fff;
	color:#333;
}
li#header-sub-selected a {
	text-decoration:none;
	background-color:#fff;
	color:#333;
}

