/* --------- Structure ---------- */


*  {
	padding: 0px;
	margin: 0px;
}

html { 
	min-height:100%;
	margin-bottom:1px;
}

body {
	background: #f1f1f1;
}

#wrap {
	width: 940px;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	display: block;
}


#left_column {
	width: 460px;
	float: left;
	position: relative;
	padding: 0px 20px 0px 0px;
}

#left_column2 {
	width: 460px;
	float: left;
	position: relative;
	padding: 0px 20px 0px 0px;
}

#right_column {
	width: 460px;
	margin-bottom: 20px;
	float: left;
}

#right_column2 {
	width: 460px;
	height: 500px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#biz_innovation {
	width: 210px;
	height: 395px;
	background: #01aa83;
	padding: 20px 20px 40px 10px;
	margin: 0px;
	float: left;

}

#ag_reinvent {
	width: 210px;
	height: 395px;
	background: #19b18e;
	padding: 20px 20px 40px 10px;
	margin: 0px;
	float: left;

}

#food_craft {
	width: 210px;
	height: 395px;
	background: #01aa83;
	padding: 20px 20px 40px 10px;
	margin: 0px;
	float: left;

}

#lc_wire {
	width: 200px;
	height: 445px;
	background: #64b111;
	padding: 20px 10px 40px 10px;
	float: left;
	top: -50px;
	position: relative;
}

#lc_wire2 {
	width: 200px;
	height: 445px;
	background: #64b111;
	padding: 20px 10px 40px 10px;
	float: right;
	top: -55px;
	position: relative;

}

#lc_wire3 {
	width: 440px;
	background: #64b111;
	padding: 20px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	float: right;
	position: relative;

}

#lc_wire3_lft {
	width: 210px;
	float: left;
	margin: 0px 10px 0px 0px;
}

#lc_wire3_rt {
	width: 210px;
	float: right;
	margin: 0px 0px 0px 10px;
}


#nav {
	width: 480px;
	height: 180px;
	padding: 10px 0px 0px 0px;
}

#entry {
	width: 220px;
	min-height: 300px;
	max-height: 300px;
	background: #dfdfdf;
	float: left;
	margin: 0px 20px 50px 0px;
}

#entry_last {
	width: 220px;
	min-height: 300px;
	max-height: 300px;
	background: #dfdfdf;
	float: left;
	margin: 0px 0px 50px 0px;
}

#biography,
#map_download {
	background: #01aa83;
	margin: 0px;
	padding: 0px;
}

#bio_entry {
	background: #01aa83;
	padding: 10px;
	min-height: 220px;
	
}

#bio_entry2 {
	background: #19b18e;
	padding: 10px;
	min-height: 220px;
	
}

#press_entry {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #999;
	padding: 20px 0px 20px 10px;
}

#press_logo {
	background: #e8e8e8;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	
}

#jobs {
	background: #e8e8e8;
	margin: 0px;
	padding: 10px 10px 40px 10px;
}


#footer {
	width: 940px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #999;
	background: #f1f1f1;
}

#contact_lt {
	width: 210px;
	float: left;
	margin: 0px 20px 0px 0px;
}

#contact_rt {
	margin: 0px 0px 40px 0px;
}




/* --------- Elements ---------- */


a, div, img { /* --- gets rid of FF outline --->*/
	outline: none;
	border: none;

}

.lrg_logo {
	position: relative;
	left: 320px;
}

.sml_logo {
	position: relative;
	left: 380px;
	z-index: 30;
}

.newsletter_input {
	height: 20px;
	width: 172px;
	color: #004311;
	background: #64b111;
	border-width: 1px;
	border-style: solid;
	border-color: #398811;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 10px 0px;
}

#lc_wire img,
#lc_wire2 img,
#lc_wire3 img {
	vertical-align: top;
}

.affiliation_img {
	text-align: right;
	top: -15px;
	position: relative;
}

.twitter_img {
	left: 176px;
	top: -27px;
	position: relative;
}

.newsletter_add {
	left: 176px;
	top: -17px;
	position: relative;
}

#biography img {
	vertical-align: text-top;
	float: left;
	margin: 0px 20px 20px 0px;
}

#press_logo img {
	padding: 10px;
}

.read_more {
	margin: 20px 0px 0px 0px;
}



/* --------- Navigation ---------- */


#nav {
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 24px;

}

.nav_main {
	width: 240px;
	font-size: 18px;
	color: #666;
	float: left;
}

.nav_secondary {
	font-size: 12px;
	color: #666;
}

#nav a:link:hover, #nav a:visited:hover, #nav .nav_main a:link:hover, #nav .nav_main a:visited:hover, .nav_active {
	color: #c6006a;
	text-decoration: none;

}
#nav a:link, #nav a:visited {
	color: #999;
	text-decoration: none;
}

#nav .nav_main a:link, #nav .nav_main a:visited   {
	color: #666;
	text-decoration: none;
}

.footer_info {
	float: left;
}

.footer_credit {
	float: right;
}

/* --------- Fonts and Colors ---------- */


p {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

a:link:hover, a:visited:hover,
#biz_innovation a:link:hover, #biz_innovation a:visited:hover,
#ag_reinvent a:link:hover, #ag_reinvent a:visited:hover,
#food_craft a:link:hover, #food_craft a:visited:hover {
	color: #fff;
	text-decoration: none;

}

a:link, a:visited {
	color: #004311;
	text-decoration: none;
}

#biz_innovation, #ag_reinvent, #food_craft, #lc_wire, #biz_innovation p, #ag_reinvent p, #food_craft p, #lc_wire p,
#lc_wire2, #lc_wire2,
#lc_wire3, #lc_wire3 {
	color: #fff;
}

#press_entry a:link:hover, #press_entry a:visited:hover,
#footer a:link:hover, #footer a:visited:hover,
#contact_rt a:link:hover, #contact_rt a:visited:hover,
#jobs a:link:hover, #jobs a:visited:hover {
	color: #398811;
	text-decoration: none;

}

#biz_innovation a:link, #biz_innovation a:visited,
#ag_reinvent a:link, #ag_reinvent a:visited,
#food_craft a:link, #food_craft a:visited
 {
	color: #004311;
	text-decoration: none;
}


#left_column2 p {
	margin: 0px 0px 40px 0px;
}

#footer p {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666;
	padding: 5px;
}

.hidden {
	display: none;
}

#contact p {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: lighter;
	color: #999;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #999;
	padding: 20px 0px 0px 10px;
	margin-bottom: 10px;
}

.description {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: lighter;
	color: #004311;
	border-width: 1px 0px 3px 0px;
	border-style: solid;
	border-color: #999;
	padding: 20px 10px 30px 10px;
	margin: 0px;
}

.home_description {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	font-weight: lighter;
	color: #004311;
	border-width: 1px 0px 3px 0px;
	border-style: solid;
	border-color: #999;
	padding: 20px 10px 30px 10px;
	margin: 0px;
}

.brief_description {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

#biz_innovation .brief_description,
#ag_reinvent .brief_description, 
#food_craft .brief_description {
	min-height: 60px;

}

.highlight {
	font-family: Georgia, serif;
	font-style: italic;
	color: #c6006a;
}

.highlight2 {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: lighter;
	font-style: italic;
	color: #398811;
	padding: 0px 0px 20px 0px;
}


#lc_wire p,
#lc_wire2 p,
#lc_wire3 p  {
	color: #004311;
	margin: 0px 0px 20px 0px;
}

#entry p,
#entry_last p {
	width: 200px;
	min-height: 75px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.entry_link {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #fff;
	background: #65b111;
	padding: 10px;
	float: right;
	margin: 0px 10px 10px 10px;
	position: relative;
}

/*.read_more {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #fff;
	background: #65b111;
	padding: 10px;
}*/

#biography p {
	font-family: Verdana, sans-serif;
	color: #fff;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
}


.small {
	font-weight: lighter;
	font-size: 10px;
}

#map_download p {
	color: #fff;
	font-size: 12px;
	border:none;
	padding: 10px;
	
}

.caption {
	font-family: Helvetica;
	font-size: 10px;
	line-height: 12px;
	background: #19b18e;
	color: #fff;
	padding: 5px 230px 5px 10px;
}

.caption2_home {
	font-family: Helvetica;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 12px;
	width: 450px;
	color: #fff;
	background: #19b18e;
	padding: 5px;
	margin: -84px 0px 0px 480px;
	top: 50px;
	position: relative;
	float: left;
}

.caption2 {
	font-family: Helvetica;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 12px;
	width: 450px;
	background: #19b18e;
	color: #fff;
	padding: 5px;
	margin: -55px 0px 0px 0px;
	top: 50px;
	position: relative;
}

.map_lt {
	text-align: left;
	float: left;
}

.map_rt {
	text-align: right;
}

#press_entry p {
	margin: 20px 0px 20px 0px;
	padding: 0px;
}



/* --------- Lists ---------- */


li {
	list-style: none;
}





/* --------- Headers ---------- */


h1, h2, h3, h4, h5 {
	font-family: Georgia, serif;
	font-weight: lighter;
	font-style: italic;	
}

h2 {
	font-size: 17px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #f1f1f1;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	color: #004311;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	padding: 0px 0px 10px 0px;
}

h4, h5 {
	font-size: 12px;
	line-height: 14px;
}


#entry h4,
#entry_last h4 {
	font-size: 14px;
	color: #fff;
	background: #398811;
	font-style: normal;
	padding: 10px;
}

#lc_wire h4,
#lc_wire2 h4,
#lc_wire3 h4 {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #fff;
	padding: 10px 0px 5px 0px;
	
}

#biography h2 {
	margin: 10px;
}

#biography h3 {
	font-family: Verdana, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

#biography h4 {
	font-family: Verdana, sans-serif;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	margin: 0px 0px 3px 0px;
	color: #fff;
}

#press_entry h3 {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #004311;
	padding: 0px;
}

#press_entry h4 {
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #398811;
}

#press_entry h5 {
		font-family: Verdana, sans-serif;
		font-style: normal;
		font-weight: lighter;
		font-size: 12px;
		color: #666;
	}

.clear { clear: both; } /* --- fixes float problems --->*/



