/* 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;
}
 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;
}*/

/*********** 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 awards ****************/

div.awards-container {
	width:840px;
	margin:10px 0;
}
div.awards-left {
	float:left;
	width:100px;
}
div.awards-right {
	float:right;
	width:700px;
}

/*********** our services ****************/

table.services td {
	background-color: #f2f2ec;
	border: 1px solid #fff;
	padding: 10px;
	line-height: 18px;
}

/*********** 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;
}

/************ These are standard sIFR styles... do not modify ************/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}


h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
}


h1 {
	text-align: left;
	font-size: 25px;
	padding: 20px 0 0 0;
	margin: 0 20px 0 0;
	line-height: 40px;
}

h2 {
	text-align: left;
	font-size: 12px;
	padding: 0px 0 0px 0;
	line-height: 14px; 
	
}

h3 {
	font-size: 12px;
}

h4 {
	color: #660000;
	font-size: 12px;
	margin: 20px 0 20px 0;
	display: inline;	
}

h5 {
	font-size: 12px;
}