/*----------------------------------------------*/
/* Griffith Laboratories			*/
/*----------------------------------------------*/

/*-------------------------*/
/* HTML ELEMENT STYLES     */
/*-------------------------*/
html {
	padding: 0px;
	margin: 0px;
}
body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #FDEC90;
}

p {
	margin-top: 2px;
	margin-bottom: 2px;
}

input {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 1px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #666666;
}

#container {
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	width: 720px;
}

/*-------------------------*/
/* SEARCH AREA             */
/*-------------------------*/
#search_area {
	position: relative;
	padding: 0;
	margin: 0;
	width: 720px;
	height: 50px;
	background-color: #FDEC90;
}

#search_btn {
	position: absolute;
	left: 665px;
	top: 10px;
	width: 55px;
	height: 30px;
	border-style: none;
	z-index: 5;
}
#Search_search_btn {
	position: absolute;
	left: 665px;
	top: 10px;
	width: 55px;
	height: 30px;
	border-style: none;
	z-index: 5;
}
#search_text{
	position: absolute;
	left: 540px;
	top: 13px;
	width: 120px;
	border-color: #F18B27;
	border-style: solid;
	border-width: 1px;
}


/*-------------------------*/
/* TOP BAR                 */
/*-------------------------*/
#top {
	position: relative;
	padding: 0;
	margin: 0;
	width: 720px;
	height: 19px;
	background: url(/images/topbar.gif) no-repeat top;
}

/*-------------------------*/
/* TITLE                   */
/*-------------------------*/
#title {
	position: relative;
	margin: 0;
	padding: 0;
	width: 720px;
	height: 303px;
	/*background: url(/images/title_background.jpg) no-repeat top;*/
}

#title_background {
	position: absolute;
	border-style: none;
}

#building_success {
	position: absolute;
	border-style: none;
	left: 180px;
	top: 17px;
	width: 302px;
	height: 78px;
}

#title_text {
	position: absolute;
	margin: 0px;
	padding: 1px;
	left: 155px;
	top: 185px;
	width: 250px;
	height: 110px;
	background-color: transparent;
	overflow: auto;
    font-size:10px;

}

#introContent {
	font-family: Arial, Helvetica, Sans-Serif;
	color: black;
    line-height: 13px;
}

#choose_culture_image {
	/* display: none; */
	position: absolute;
	left: 599px;
	top: 130px;
	width: 81px;
	height: 40px;
	border-style: none;
}

#choose_culture_text {
	/* display: none; */
	position: absolute;
	margin: 0px;
	padding: 1px;
	left: 607px;
	top: 175px;
	width: 85px;
	height: 50px;
	background-color: transparent;
	overflow: auto;
}

#choose_culture_text p {
	/* display: none; */
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9.5px;
	font-weight: bold;
	color: #B9C24B;
}

#whats_new_image {
	position: absolute;
	left: 599px;
	top: 213px;
	width: 97px;
	height: 39px;
	border-style: none;
}

#whats_new_text {
	position: absolute;
	margin: 0px;
	padding: 1px;
	left: 580px;
	top: 256px;
	width: 130px;
	height: 60px;
	background-color: transparent;
	overflow: auto;
}



#whats_new_text p {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9.5px;
	font-weight: bold;
	color: #F2BE3C;
}


/*-------------------------*/
/* MID BAR                 */
/*-------------------------*/
#midbar {
	position: relative;
	margin: 0;
	padding: 0;
	width: 720px;
	height: 19px;
	background: url(/images/midbar.gif) no-repeat top;
}


/*-------------------------*/
/* MENU AREA               */
/*-------------------------*/
#menuarea {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 720px;
	height: 150px;
	background: url(/images/lightgreen.gif);
	z-index: 7;
}

#about_us_image {
	position: absolute;
	left: 159px;
	top: 8px;
	width: 100px;
	height: 34px;
	border-style: none;
}

#locations_image {
	position: absolute;
	left: 267px;
	top: 5px;
	width: 102px;
	height: 38px;
	border-style: none;
}

#careers_image {
	position: absolute;
	left: 375px;
	top: 8px;
	width: 98px;
	height: 36px;
	border-style: none;
}

#contact_us_image {
	position: absolute;
	left: 480px;
	top: 8px;
	width: 109px;
	height: 37px;
	border-style: none;
}

#products_image {
	position: absolute;
	left: 20px;
	top: 45px;
	width: 118px;
	height: 92px;
	border-style: none;
}

#food_architects_image {
	position: absolute;
	left: 194px;
	top: 45px;
	width: 150px;
	height: 92px;
	border-style: none;
}

#people_image {
	position: absolute;
	left: 365px;
	top: 45px;
	width: 122px;
	height: 92px;
	border-style: none;
}

#technovations_image {
	position: absolute;
	left: 533px;
	top: 45px;
	width: 141px;
	height: 92px;
	border-style: none;
}

#products_text {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 111px;
	top: 83px;
	width: 88px;
	height: 90px;
	background-color: transparent;
	cursor: hand;
	z-index: 8;
}

#food_architects_text {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 281px;
	top: 83px;
	width: 85px;
	height: 63px;
	background-color: transparent;
	cursor: hand;
	z-index: 8;
}

#people_text {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 456px;
	top: 83px;
	width: 80px;
	height: 66px;
	background-color: transparent;
	cursor: hand;
	z-index: 8;
}

#technovations_text {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 627px;
	top: 83px;
	width: 90px;
	height: 65px;
	background-color: transparent;
	cursor: hand;
	z-index: 8;
}

#menuarea span {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	text-decoration: underline;
	color: #565D00;
}

/*--------------------------*/
/* Choose Culture Non-Flash */
/*--------------------------*/
#non-flash-map {
	margin: 0px auto;
	padding: 0;
	width: 734px;
	height: 513px;
	background: url("../images/non_flash_map.jpg") no-repeat top; 
	float: center;
} 

#map_column1{
	margin: 225px 25px 10px 87px;
	padding: 0;
	width: 125px;
	float: left;
	position: relative;
}
*>#map_column1{margin-left:174px;}
#map_column2{
	margin: 225px 25px 10px 3px;
	padding: 0;
	width: 125px;
	float: left;
	position: relative;
}
#map_column3{
	margin: 225px 25px 10px 0px;
	padding: 0;
	width: 125px;
	float: left;
	position: relative;
}

#map_column1 p, #map_column2 p, #map_column3 p {
	font-family: Arial;
	font-size: 11px;
	color: #97A200;
	text-align: left;
}

#map_column1 p .bold, #map_column2 p .bold, #map_column3 p  .bold {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-align: left;
	line-height: 1.45em;
}

#map_column1 a, #map_column2 a, #map_column3 a {
	padding-left: 5px;
	padding-right: 5px;
	color: #959F00;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	line-height: 1.45em;
}
#map_column1 a:hover, #map_column2 a:hover, #map_column3 a:hover {
	padding-left: 5px;
	padding-right: 5px;
	color: #959F00;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
	line-height: 1.45em;
}
#mapfooter p, #mapfooter a {
	font-family: Arial;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	color: #959F00;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.45em;
}
#mapfooter p a:hover {
	padding-left: 5px;
	padding-right: 5px;
	color: #959F00;
	text-decoration: underline;
	font-weight: bold;
	line-height: 1.45em;
}

/*-------------------------*/
/* BOTTOM BAR              */
/*-------------------------*/
#bottombar {
	position: relative;
	margin: 0;
	padding: 0;
	width: 720px;
	height: 23px;
	background: url(/images/bottombar.gif) no-repeat top;
}

#bottom_nav {
	position: relative;
	margin: 0;
	padding: 0;
	width: 720px;
	height: 28px;
}

#bottom_nav span.authLink {
	position: relative;
	top: 5px;
	left: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #666666;
}

#bottom_nav span.copyright {
	position: relative;
	top: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #666666;
}

#bottom_nav span.privacy {
	position: relative;
	top: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #666666;
}

#bottom_nav span.terms {
	position: relative;
	top: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #666666;
}

#bottom_nav span.pms {
	position: relative;
	top: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #666666;
}

#bottom_nav a {
	text-decoration: none;
	color: #666666;
}

#bottom_nav a:hover {
	text-decoration: underline;
	color: black;
}

#author_console {
	position: relative;
	width: 175px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
}

#author_console a, b, i, font {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
}

