@charset "UTF-8";
body  {
	background-image:url(/images/biomimicry/pageBG.jpg);
	background-repeat:repeat-x;
	background-color: #3a84b7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header { 
	background: #fff; 
	padding: 36px 45px 20px 45px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header #name { 
	background: #fff; 
	width:229px;
	float:left;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header #navigation { 
	background: #fff; 
	background-image: url(/images/biomimicry/navBG.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	width:595px;
	float:right;
	margin-top:30px;
	padding: 36px 0 0 0x;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 15px 45px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 15px 45px;
}
.twoColFixLtHdr #subSidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 317px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 15px 45px;
}
.twoColFixLtHdr .GrayContentBox {
	background: #fcfbff; 
	border: #eee9e2 1px solid;
	padding: 0;
	margin:0 0 15px 0;
}
.twoColFixLtHdr .GrayContentBox .shadowimage {
	padding: 15px 10px 0 10px;
	margin:0;
}
.twoColFixLtHdr .GrayContentBox .noshadow {
	padding: 15px 15px 15px 15px;
	margin:0;
}
.twoColFixLtHdr #subMainContent { 
	margin: 0 0 0 385px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 45px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 420px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 45px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr h2 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#33731f;
	margin: 0 0 5px 0;
	padding:0;
} 
.twoColFixLtHdr p, li { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	margin: 0 0 12px 0;
	padding:0;
} 
.twoColFixLtHdr p a:link { 
	color: #558e30;
	text-decoration:underline;	
}
.twoColFixLtHdr p a:hover { 
	color: #558e30;
	text-decoration:none;	
}
.twoColFixLtHdr p a:visited { 
	color: #558e30;
	text-decoration:underline;	
}
.twoColFixLtHdr #subMainContent .headerImage { 
	background-image:url(/images/biomimicry/header_BG.jpg);
	background-repeat:no-repeat;
	width:496px;
	height:26px;
	font-family:Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color:#FFFFFF;
	margin: 0 0 15px 0;
	padding: 6px 0 0 7px;
}
.twoColFixLtHdr #subMainContent .contentBox { 
	margin: 0 0 15px 0;
}
.twoColFixLtHdr #subMainContent .contentText { 
	margin: 0;
	width:345px;
	float:right;
}
.twoColFixLtHdr #subMainContent .image { 
	margin: 0 0 15px 0;
}
.twoColFixLtHdr #footer { 
	padding: 0 45px 45px 45px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
table h2 a { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#33731f;
	margin-bottom: 2px;
	padding:0;
} 
table { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
	margin-top: 0;
	padding:0;
} 

#footerBar {
	width: 894px;
	height: 46px;
	background: url(/images/biomimicry/footer_bar.jpg);
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	clear:both;
}
#footerBar a:active, a:hover, a:link {outline:none;}

#footerBar li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}

#footerBar li, #footerBar a {display: block;}
#footerBar1 {left: 10px; top: 5px; height: 32px; width: 60px; text-indent: -5000px;}
#footerBar2 {left: 110px; top: 10px; height: 23px; width: 23px; text-indent: -5000px;}
#footerBar3 {left: 135px;top: 10px;  height: 23px; width: 23px; text-indent: -5000px;}


#footerBar1 a:hover {background: transparent url(/images/biomimicry/footer_bar.jpg) -0px -46px no-repeat;}
#footerBar2 a:hover {background: transparent url(/images/biomimicry/footer_bar.jpg) -110px -46px no-repeat;}
#footerBar3 a:hover {background: transparent url(/images/biomimicry/footer_bar.jpg) -135px -46px no-repeat;}


#emailForm {
	width:268px;
	height:30px;
	vertical-align:top;
	float:left;
	margin: 10px 0 0 563px;
	}	
#emailForm .input_box  {
		border:none; 
		background:transparent;
		color:#666;
		font-size:11px;
		width:185px;
		height:14px;
		margin: 0;
		padding:5px;
	}
.submit_button  {
		background: transparent ;
		width:62px;
		height:21px;
		float:right;
		border:none;
		margin:0 0 0 5px;
		outline: none;
		cursor: hand; cursor:pointer;
	}

