/* CSS Document Lagomarsino */

body {
	text-align: center;
	background-color:#000000;
	font: 0.7em  Arial, Verdana, Tahoma, sans-serif;
	font-weight: normal; 
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}

/*========================
text links
========================*/

a:link,
a:visited {
	font-weight: bold;
	color: #E1D0A0;
	text-decoration: none
}

a:hover,
a:active {
	font-weight: bold;
	color: #007644;
	text-decoration: underline;
}

/*=========================
Elements
=========================*/


	p {
  /*margin-bottom: 0 }
p + p {
  text-indent: 1.5em;
  margin-top: */
  
  margin: 0px 12px 2px 15px;
	padding: 0 0 1px 0;
   }



h1{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 12px 12px 12px;
	text-align:left;
	color: #007644;
	}
	
	h2{
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: #000000;
	margin: 8px 12px 2px 15px;
	}
	
	h3{
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: #000000;
	margin: 8px 0px 0px 2px;
	}
	
	h4{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
	padding:0px 0px0px 0px;
	text-align:left;
	color: #007644;
	}
	
	
	
	
	.bold{ 
	font-weight: bold; 
	}
/*=========================
Layout
=========================*/


#wrap {
	text-align: left;
	width: 775px;
	margin: 20px auto 0 auto;
	background-color: ffffff;
	border: 1px solid #E1D0A0;
}

#header {
	background-color: #000000;


}




/*=========================
Nav Start
=========================*/

#nav_cont{
	background: #000000;
	border-top: 1px solid #e1d0a0;
	border-bottom: 1px solid #e1d0a0;
}

#nav, #nav ul { /* all lists */
	padding: 0;   
	margin: 0;
	list-style: none;
	height: 2.2em;
	border: none;
}

#nav a {
	display: block;
	width: auto;
	/*width: 11em;*/
	padding: 1px 6px 1px 6px;
}

#nav li { /* all list items */
	float: left;
	width: auto;  /* width needed or else Opera goes nuts */
	background: #000000;
	/*border: 1px solid #000000;
	border-bottom: none;*/
	padding: 2px 2px 1px 2px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #000000;
	width: 11em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	width: 11em;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*==========================
Main Content
==========================*/

#main_content {
	clear: left;
	padding: 10px;
	text-align: left;
	background-color: #ffffff;
	line-height: 175%;
	border-top: 1px solid #E1D0A0;
}

/*==================================
Photos and content 
=============================*/
.agsrv_container{
    float: left;
    height: 1%; /* IE6 and IE7 hack - Need this to fix the "Has Layout" bug. */
    margin-bottom: 20px;
	margin-left: 0px;
	background-color: #ffffff;
	
}

.agsrv_pic {
    float: left;
   
    margin-top: 4px;
    margin-bottom: 4px;
	
}

.agsrv_info {
    margin-left: 140px;
}

* html .agsrv_info { /* IE6 hack - Need this to fix the "3 pixel gap" bug. */
	height: 1%;
	margin-left: 137px; /* offset the extra 3 pixels (3px less than what it's supposed to be) that IE6 adds with the 3 pixel bug. */
}



/*==========================
Footer
==========================*/

#footer {
	padding: 10px 0px 15px 0px;
	text-align: center;
	color: #E1D0A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	background-color: #000000;
	border-top: 1px solid #e1d0a0;
}

.footer a:link,
.footer a:visited {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover,
.footer a:active {
	font-weight: normal;
	color: #E1D0A0;
	text-decoration: underline;
}
/*======================================
Text links in body copy
=====================================*/


	.company_profile{
     margin: 0px 12px 6px 12px;
	text-align:left;
	
	}.company_profile A:link {
	font-weight: normal; color: #993333; text-decoration: none
   }
    .company_profile A:active {
	font-weight: normal; color: #993333; text-decoration: none
   }
   .company_profile A:visited {
	font-weight: normal; color: #000000; text-decoration: none
  }
   .company_profile A:hover {
	font-weight: normal; color: #000000; text-decoration: underline
   }
   
   
   /*======================================
Bullets in the body copy
=====================================*/
   	.site_lists {
	padding: 0px 15px 0px 0px;
	margin-left: 2px;
	
    list-style:inside;
	}
	.site_lists A:link {
	font-weight: normal; color: #000000; text-decoration: none
   }
    .site_lists A:active {
	font-weight: normal; color: #000000; text-decoration: none
   }
   .site_lists A:visited {
	font-weight: normal; color: #007644; text-decoration: none
  }
   .site_lists A:hover {
	font-weight: normal; color: #007644; text-decoration: underline
   }
	   /*======================================
Kern Complex Page
=====================================*/
		.kern_lists {
	padding: 0px 15px 0px 0px;
	margin-left: 2px;
	
    list-style:inside;
	}
	.kern_lists A:link {
	font-weight: normal; color: #000000; text-decoration: none
   }
    .kern_lists A:active {
	font-weight: normal; color: #000000; text-decoration: none
   }
   .kern_lists A:visited {
	font-weight: normal; color: #007644; text-decoration: none
  }
   .kern_lists A:hover {
	font-weight: normal; color: #007644; text-decoration: underline
   }
	
   /*======================================
Projects Page Links
=====================================*/
	
	
.projects_table {
	
	line-height: 150%;
	font: 0.9em  Arial, Verdana, Tahoma, sans-serif;
	padding: 0px 15px 0px 0px;
	}
	.projects_table A:link {
	font-weight: normal; color: #000000; text-decoration: none
   }
    .projects_table A:active {
	font-weight: normal; color: #000000; text-decoration: none
   }
   .projects_table A:visited {
	font-weight: normal; color: #007644; text-decoration: none
  }
   .projects_table A:hover {
     font-weight: normal; color: #007644; text-decoration: underline
   }
	
.projects_table td {
	padding:3px;
	
}
	
	
   /*======================================
Highlighted projects indivdual pages start
=====================================*/
	
	
	
	.highlights_cont{
	 list-style-type: none;
	/*border: 1px solid #ff9933;*/
	padding: 0px 0px 0px 0px;
	margin-top: 30px;
	margin-left: 60px;
	text-align: left;
	
	
	}
	
	.highlights_info {
	overflow: hidden;
	width: 100%;
	border:none;
	}
	
	
	.highlights_info img {
	float: left;
	border: 1px solid red;
	padding: 10px 25px 10px 10px;
	border:none;

	}
	
	
	.highlights_info div {
	margin-left: 160px;
	padding: 5px 5px 5px 5px;
	}
	
	
	
	.project_lists {
	padding:15px 15px 25px 0px;
	margin-left: 2px;

	}
	.project_lists A:link {
	font-weight: normal; color: #000000; text-decoration: none
   }
    .project_lists A:active {
	font-weight: normal; color: #000000; text-decoration: none
   }
   .project_lists A:visited {
	font-weight: normal; color: #007644; text-decoration: none
  }
   .project_lists A:hover {
	font-weight: normal; color: #007644; text-decoration: underline
   }
	
	
	 /*======================================
Highlighted projects indivdual pages end
=====================================*/
	
		 /*======================================
Contact Us Containers
=====================================*/
	
	.contact_cont{
	 list-style-type: none;
	/*border: 1px solid #ff9933;*/
	padding: 0px 0px 0px 0px;

	text-align: left;
	
	
	}
	
	.contact_info {
	overflow: hidden;
	width: 100%;
	border:none;
	}
	
	
	.contact_info img {
	float: left;
	border: 1px solid red;
	padding: 10px 25px 10px 10px;
	border:none;

	}
	
	
	.contact_info div {
	margin-left: 160px;
	padding: 5px 5px 5px 5px;
	}
	

	.contact_lists {
	padding:15px 15px 25px 0px;
	margin-left: 2px;
	list-style-type: none;

	}
	.contact_lists A:link {
	font-weight: normal; color: #000000; text-decoration: none
   }
    .contact_lists A:active {
	font-weight: normal; color: #000000; text-decoration: none
   }
   .contact_lists A:visited {
	font-weight: normal; color: #007644; text-decoration: none
  }
   .contact_lists A:hover {
	font-weight: normal; color: #007644; text-decoration: underline
   }
   
   	
			 /*======================================
Management Bios
=====================================*/
	.mtg_cont{
	padding: 0px 0px 0px 0px;
	width: 600px;
	text-align: left;
	
	
	}
	
	.mgt_info {
	overflow: hidden;
	border:none;
	
	
	}
	
	
	.mgt_info img {
	float: left;
	border: 1px solid red;
	padding: 10px 25px 10px 10px;
	border:none;

	}
	
	
	.mgt_info div {

	padding: 5px 5px 5px 5px;
	}
	

	.mgt_lists {
	padding:15px 15px 25px 0px;
	margin-left: 2px;
	list-style-type: none;

	}
	.mgt_lists A:link {
	font-weight: normal; color: #000000; text-decoration: none
   }
    .mgt_lists A:active {
	font-weight: normal; color: #000000; text-decoration: none
   }
   .mgt_lists A:visited {
	font-weight: normal; color: #007644; text-decoration: none
  }
   .mgt_lists A:hover {
	font-weight: normal; color: #007644; text-decoration: underline
   }
   
  /*======================================
Service page start
=====================================*/
	
	
	
	.services_cont{
	 list-style-type: none;
	/*border: 1px solid #ff9933;*/
	padding: 0px 0px 0px 0px;
	margin-top: 30px;
	margin-left: 60px;
	text-align: left;
	
	
	}
	
	.services_info {
	overflow: hidden;
	width: 100%;
	border:none;
	}
	
	
	.services_info img {
	float: left;
	border: 1px solid red;
	padding: 10px 25px 10px 10px;
	border:none;

	}
	
	
	.services_info div {
	margin-left: 160px;
	padding: 5px 5px 5px 5px;
	}
	
	
	
	.services_lists {
	padding:15px 15px 25px 0px;
	margin-left: 2px;
	list-style:none;

	}
	.services_lists A:link {
	font-weight: normal; color: #000000; text-decoration: none
   }
    .services_lists A:active {
	font-weight: normal; color: #000000; text-decoration: none
   }
   .services_lists A:visited {
	font-weight: normal; color: #007644; text-decoration: none
  }
   .services_lists A:hover {
	font-weight: normal; color: #007644; text-decoration: underline
   }
	
	
	 /*======================================
Service pages end
=====================================*/	

	
	 /*======================================
Niabell
=====================================*/	

	
	
	.contact2 {
 
    border: 2px solid #00713D;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
	width: 445px;
	
	background:#DED2A2;
	}

.contact2 a:link,
.contact2 a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none
}

.contact2 a:hover,
.contact2 a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

	
	
	.foodsafety {
 
    border: 2px solid #00713D;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
	width: 445px;
	
	background:#ffffff;
	}

.foodsafety a:link,
.foodsafety a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none
}

.foodsafety a:hover,
.foodsafety a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}