/* @override http://www.biohumancapital.com/style.css */

/* RESETS  .................... */

body {
	margin:0;padding:0;
	font: 13px/133% georgia;
	color: #333;
	background: url(img/bg2.jpg) repeat;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ol, dl, address{ 
	margin: .7em 0;
	padding: 0; 
	line-height:163%;
}

h1, h2, h3, h4 {color: #000;font-family: "helvetica";}

h1 { font-size: 1.5em; font-weight: normal;text-transform: uppercase;}
h2 {font-size: 1.2em; text-transform: uppercase; padding:10px 0 0 0px;margin: 0px 0 0 0;
}

h3 {
	font-size: 1.2em;
}

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

ul, ol {margin: 0px;padding: 10px 0 0 20px;}
li, dd { margin-left: 0em; }

form label{ cursor: pointer; }
fieldset{ border: none; }

blockquote { }

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
   overflow:hidden;
}

.clearer{clear:both;}

/* --- for easy duplication when necessary
:after {
	content: "."; display: block;height: 0; 
	clear: both; visibility: hidden;
} --*/

 /* MAIN CONTENT FORMATTING .................... */


#header, #navigation {
	width: 100%;
	float: left;
	margin: 0px;
	background: url(img/bg.jpg) repeat;
}

#masthead {
	width: 960px;
	margin: 0 auto;
}

.contact a {
	color: #fff;
	font-family: verdana;
	font-size: 10px;
	position: absolute;
	text-decoration: none;
	padding: 2px 5px;
	margin: 0 0 0 900px;
}

#masthead h1#logo a {
	display: block;
	width: 275px;
	height: 155px;
	float: left;
	text-indent: -9999px;
	margin:20px 0 10px 0;
	padding: 0 0 0 0px;
	background: url(img/logo.png) no-repeat left center;
}

#masthead h2 {
	text-transform: uppercase;
	font-weight: normal;
	float: right;
	font-size: 30px;
	margin: 30px 0 30px 0;
	padding: 0;
	color: #fff;
	line-height: 100%;
}

#navigation {
	margin: 0 auto;
	padding: 0 0 5px 0;
	background: url(img/bg.jpg) repeat;
	border-bottom: 3px solid #000;
}

ul#nav {
	list-style: none;
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

ul#nav li {
	display: block;
	float: left;
	margin: 5px 0;
	text-transform: uppercase;
	font-size: 1em;
}

#nav li a {
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
	font-size: 1.5em;
	padding: 8px 10px 10px 10px;
	margin: 0;
	background: url(img/border.png) no-repeat center right;
}

#nav li a:hover {
	color: #fff;
}

#container {
	width: 960px;
	margin: 0 auto;padding:0 20px;
}

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

#main {
	width: 610px;
	float: left;
	margin: 20px 0;
	padding: 20px;
	background: #fff;
}

p.callout {
	color: #000;
	font-size: 1.5em;
	padding: 10px 20px;
	margin: 0px 0 20px 0;
	background:#e0e0e0;
}

.section {
	width: 255px;
	float: left;
	list-style: none;
	margin: 0 10px 20px 0;
	padding: 20px;
	min-height: 200px;
	background:#e0e0e0;
}

.section#right {
	margin: 0 0 0 10px;
}

#main h2 {
	margin: 0;padding: 0 0 0 0px;	
	font-size: 1.9em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 100%;
}

.read-more {
	text-align: left;
}

.span-section {
	float: left;
	width: 570px;
	padding: 20px;
	margin: 0px 0;		
	background:#e0e0e0;
}

#sidebar {
	width: 249px;
	float: left;
	margin: 20px 0px 20px 20px;
	padding: 20px;
	background:#fff;
}

img {
	float: left;
	margin: 0 20px 5px 0;
}

#sidebar h3 {
	text-transform: uppercase;
	margin: 0 0 10px 0;padding: 0;
	font-size: 1.9em;
	line-height: 100%;
	color: #000;
}


#col1 {
	width: 270px;
	float: left;
	list-style: none;
	margin: 0 20px 0px 0;
	padding: 0px 20px 0px 0;
}

#col2 {
	width: 270px;
	float: left;
	list-style: none;
	margin: 0 0px 0px 0;
	padding: 0px 20px 0px 0;
}

.wufoo .info{display:none}

#footer {
	float: left;
	width: 960px;
	border-top: 1px solid #ccc;
}

#footer p {
	padding: 5px 0px;
	font-size: .9em;
}

