/*
Created: 10/10/2006
Updated: none 
*/

/*-----------Page Formating ----------*/
body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10pt;
}

div#bigbox{
	width:702px;
	margin:0 auto auto;
}

/*-----------Headers/Footers ----------*/
div#main_header {
	font-family:arial, helvetica, sans-serif;
	background:#7d7f67;
	width:700px;
	margin-bottom:10px;
	text-align:center; 
	visibility:visible; 
	vertical-align:middle;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:12px 0 8px;
}

div#leftcol_header {
	background-color:#ccc;
	float:left;
	width:330px;
	height:30px;
	text-align:center;
	vertical-align:middle;
	font-size:12px;
	font-weight:bold;
	padding:5px 0 10px;
}

div#footer  {
	width:700px;
	display:block;
	text-align:center;
	margin-top:20px;
	padding-bottom:3px;
	padding-top:3px;
	font-size:11px; 
	color:#fff;
	background:#7d7f67;
	clear:both;
}

div#rightcol_header {
	background-color:#ccc;
	float:right;
	width:330px;
	height:30px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding:5px 0 10px;
}

/*-----------Columns ----------*/
div#left_col {
	width:330px;
	float:left;
}

div#right_col {
	width:330px;
	float:right;
}

/*-----------Section Divs ----------*/
div#disclamer{
	width:300px;
	padding:10px 10px 10px 10px;
	font-size:9px;
	text-align:justify;
	border:2px solid;
	margin-bottom:15px;
	line-height:15px; 
}

div#founder_block{
	width:330px;
	float:left;
	margin-bottom:10px;
}

div#newessay_menu{
	font-size:11px;
	text-align:justify;  
	line-height:20px;
	margin-bottom:15px;
}

div.menus{
	font-size:10px;
	text-align:justify;  
	line-height:17px;
	margin-bottom:10px;
}

div.left_pic_box{
	width:165px;
	margin-right:5px;
	float:left;
}

div.right_pic_box{
	width:165px;
	float:right;
	margin-left:5px;
}

div.spacer{
	clear:both;
}

/*-----------Text/Font Formating ----------*/
a:link, a:visited, a:active {
	color:#7b6824; 
	text-decoration:none;
	border:none;
}

a:hover {
	color:#8e2323; 
	text-decoration:underline;
}

span.articletitle{
	font-size:14px;
	font-weight:bold;
}

.articletext {
	font-size:11px;
	text-align:justify;  
	line-height:15px;
}

span.pic_credit{
	font-size:8px;
	line-height:1.1;
}

p.TOC {
	font-size:11px;
	text-align:justify;  
	line-height:11px;
}

/*-----------Images ----------*/
img#founder_ideo{
	width:150px;
	float:left;
	padding:0 179px 0 0;
}

img#founder_pic{
	float:left;
	padding:0 5px 1px 0;
}

img.hummingbird{
	width:300px;
}

img.image_float{
	margin:5px 5px 0 0;
	float:left;
	border: 5px inset;
}

img.center{
	margin:0 0 0 151px;
}