/* Table of Contents:
	- CSS Imports
	- Global Containers
	- Typography
	- Header Layout
	- Middle Layout
	- Footer Layout
*/

/* CSS Imports
--------------------------------------------------------------------------------------- */
/*@import url("pe-nav.css");*/
@import url("lightbox.css");

/* Global Containers
--------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	text-shadow: rgba(0,0,0,.01) 0 0 0; /* Safari Font Smoothing Fix */
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #395563 url(../img/pe-body-bg.jpg) top left repeat-x;
}

h1 span {
	position:absolute;
	visibility:hidden;
}
	

#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.hidden {
	visibility: hidden;
}

clearfix:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}

/* Link Styles
--------------------------------------------------------------------------------------- */
a, a:link, a:active {
	color:#333;
}

a:visited {

}

a:hover {


}

a img {
	border: 0;
}

/* Header Layout
--------------------------------------------------------------------------------------- */
#header {
	width: 980px;
	height: 120px;
	overflow: hidden;
	float: left;
}

p.logotop {
	float: left;
	margin: 22px 0 18px 22px;
	display: inline;
}

.login {
	float:right;
	color:#CCC;
	padding:40px 20px 0 0;
	font-size:13px;
	line-height:14px;
}

.login a {
	color:#CCC;
}

.login a:hover {
	color:#FFF;
}

#nav {
	background: url(../img/nav-bg.png) top left no-repeat;
	list-style: none;
	margin: 0;
	padding: 0 0 0 2px;
	float: right;
	width: 778px;
}

#nav li {
	float: left;
	margin: 0;
}

#nav a {
	display: block;
	height: 28px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-right: solid 1px #7f909a;
	border-left: solid 1px #000;
	padding: 12px 19px 0 19px;
}

* html #nav a {
	font-size: 11px;
	width: 116px;
	padding-left: 0;
	padding-right: 0;
}

#nav li.double a {
	padding-top: 6px;
	height: 34px;
}

* html #nav li.double a {
	width: 152px;
}

#nav li.first a {
	border-left: none;
}
#nav li.last a {
	border-right: none;
	padding-left:16px;
	padding-right:16px;
}

#nav a:link, #nav a:active, #nav a:visited {
	color: #fff;
}

#nav a:hover {
	color: #dbb36b;
	text-decoration: underline;
}

#nav li.current a {
	text-decoration: underline;
}

#header #searchbar {
	text-align:right;
	width: 190px;
	float: right;
	margin: 16px 0 30px 0;
}

#header #searchbar #query {
	border: none;
	background: url(../img/header-query-bg.png) top left no-repeat;
	width: 128px;
	height: 20px;
	padding: 2px 4px;
	font-size: 13px;
	line-height: 20px;
	float: left;
	display: inline;
	color: #333;
}

#header #searchbar #search {
	display: inline;
	float: left;
} 

/* ------------------ Buttons ---------------------- */

#button {
	width:227px;
	height:44px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px 0 0 380px;
	display:block;
}

#button:hover {
	background-position: left bottom;
}

#button span {
	position:absolute;
	visibility: hidden;
}

#button.sm-button {
	background-image: url(../img/buttons/successm-button-withroll.png);
}

#button.pp-button {
	background-image: url(../img/buttons/pp-button-withroll.png);
	margin-left:65px;
	margin-top:160px;
}



/* ------------------ tabs ---------------------- */

#tab {
	width:113px;
	height:29px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 0 66px;
	padding:12px 0 0 0;
	display:block;
	text-align:center;
}



#tab span {
	color:#FFF;
	font-size:12px;
}


#tab.mosaic-overview-tab {
	background-image: url(../img/tabs/burg-tab-withroll.png);
}

#tab.mosaic-overview-tab-inactive {
	background-image: url(../img/tabs/tan-tab-withroll.png);
}

#tab.mosaic-overview-tab-inactive span {
	color:#000;
}

#tab.mosaic-overview-tab-inactive:hover {
	background-position: left bottom;
}

#tab-vo {
	width:113px;
	height:29px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 0 66px;
	padding:12px 0 0 0;
	display:block;
	text-align:center;
	float:left;
}

#tab-vo:hover {
	background-position: left bottom;
}

#tab-vo span {
	color:#000;
	font-size:12px;
}

#tab-vo.mosaic-overview-tab {
	background-image: url(../img/tabs/tan-tab-withroll.png);
}

#tab-owner {
	width:113px;
	height:29px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 5px;
	padding:12px 0 0 0;
	display:block;
	text-align:center;
}

#tab-owner:hover {
	background-position: left bottom;
}

#tab-owner span {
	color:#000;
	font-size:12px;
}

#tab-owner.mosaic-overview-tab {
	background-image: url(../img/tabs/tan-tab-withroll.png);
}


#tab-owner-active {
	width:113px;
	height:29px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 5px;
	padding:12px 0 0 0;
	display:block;
	text-align:center;
	float:left;
}



#tab-owner-active span {
	color:#FFF;
	font-size:12px;
}

#tab-owner-active.mosaic-overview-tab {
	background-image: url(../img/tabs/burg-tab-withroll.png);
}







/* ----------------- Banners ----------------- */

#banner {
	width: 980px;
	height: 230px;
	margin: 0 0 20px 0;
}

.successm#banner {
	width:980px;
	height:297px;
	background-image: url(../img/success-metrix/successm-billboard.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}

.successm#banner h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color:#39393a;
	width:500px;
	
}

.successm#banner h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#39393a;
	font-style:normal;
}

.FoodForum#banner {
	width:980px;
	height:297px;
	background-image: url(../img/FoodForum/FoodForum-billboard.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}

.FoodForum#banner h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:24px;
	font-weight:normal;
	color:#666;
	width:500px;
	
}

.FoodForum#banner h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#39393a;
	font-style:normal;
}

.mosaic#banner {
	width:980px;
	height:297px;
	background-image: url(../img/mosaic/mosaic-billboard.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}

.mosaic#banner h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	line-height:28px;
	font-weight:normal;
	color:#666;
	width:825px;
	text-align:center;
}

.mosaic#banner h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#39393a;
	font-style:normal;
}

.customresearch#banner {
	width:980px;
	height:297px;
	background-image: url(../img/custom-research/custom-research-main-image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}

.customresearch h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:42px;
	line-height:42px;
	font-weight:normal;
	color:#4e1228;
}

.customresearch h2 strong {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:34px;
	font-weight:bold;
	color:#3a3a3a;
	display:block;
}

.customresearch h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
	color:#4e1228;
	font-style:italic;
}

.customresearch p {
	font-size:12px;
	line-height:18px;
	margin-bottom:0;
	padding-bottom:0;
}

.customresearch li {
	font-size:12px;
	line-height:18px;
	list-style-position: inside;
}

.customresearch ul {
	margin-bottom:6px;
	padding-bottom:6px;
}


#customreserch-innerinfo {
	width:500px;
	padding:35px 0 0 50px;
}


.giveback#banner {
	width:980px;
	height:297px;
	background-image: url(../img/giveback/giveback-billboard.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}

.giveback#banner h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	line-height:28px;
	font-weight:normal;
	color:#666;
	width:800px;
	text-align:center;
}

.giveback#banner h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#39393a;
	font-style:normal;
}

.contact#banner {
	width:980px;
	height:80px;
	background-image: url(../img/contact-us/contact-billboard.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}





/* Middle Layout
--------------------------------------------------------------------------------------- */
#content {
	width: 980px;
	float: left;
	background: #fff;
}

p, ul {
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 18px 0;
	color: #333;
}

ul li {

}

h2 {

}

h3 {

}

h4 {

}

h1.bar {
	font-family: Arial, Helvetica, sans-serif;
	width: 930px;
	height: 36px;
	background: url(../img/home/raising-the-bar-bg.png) top left no-repeat;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 4px;
	margin: 0 25px 20px 25px;
}

h2.bar {
	font-family: Arial, Helvetica, sans-serif;
	width: 930px;
	height: 36px;
	background: url(../img/home/raising-the-bar-bg.png) top left no-repeat;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 4px;
	margin: 0 25px 20px 25px;
}

#hometabs {
	margin: 0 0 20px 25px;
	width: 681px;
	float: left;
	display: inline;
}

#hometabs h2 a {
	text-decoration:none;
	color:#FFF;
	display:block;
	cursor:pointer;
}

#hometabs p a {
	text-decoration:none;
	display:block;
	cursor:pointer;
	color:#000;
}

#hometabs div {
	font-family: Arial, Helvetica, sans-serif;
	width: 212px;
	background: url(../img/home/home-tabs-texture.jpg) top left no-repeat;
	float: left;
	display: inline;
	margin: 0 15px 0 0;
}

#hometabs div h2 {
	width: 212px;
	text-align: center;
	color: #fff;
	background: url(../img/home/home-tabs.png) top left no-repeat;
	font-size: 20px;
	line-height: 40px;
}

#hometabs div img {
	margin: 0 0 8px 0;
}

#hometabs div p {
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	height: 32px;
	margin: 0 8px 8px 8px;
	color: #000;
}

#rightcol {
	width: 234px;
	float: right;
	display: inline;
	margin: 0 25px 10px 0;
	border-left: solid 1px #dbb46c;
	padding: 0 0 0 14px;
}

div.FoodForum {
}

div.FoodForum p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #254f69;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	margin: 9px 0;
}

div.FoodForum p strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	font-size: 16px;
}

div.FoodForum h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #254f69;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	margin: 9px 0;
}

div.FoodForum h3 strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #254f69;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	font-size: 16px;
}

div.FoodForum img {
	margin: 0 0 10px 0;
}

div.whatsnew {
}

div.whatsnew h3 {
	color: #dbb46c;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	border-top: solid 1px #ccc;
	padding: 10px 0 0 0;
}

div.whatsnew p {
	margin-bottom: 11px;
}

div.missiongrp {
	width: 210px;
	background: #e9e6dc;
	float: left;
	display: inline;
	margin: 0 25px;
	padding: 15px 20px;
	font-size: 12px;
	line-height: 20px;
}

p.mission {
	width: 210px;
	background: #e9e6dc;
	float: left;
	display: inline;
	margin: 0 25px;
	padding: 15px 20px;
	font-size: 12px;
	line-height: 20px;
}

p.mission strong {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
}

h3.ourmission strong {
	color: #333333;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
}

p.missiondesc {
	color: #333333;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

p.pride {
	width: 390px;
	float: left;
	margin: 12px 0 0 0;
}

p.breadcrumb {
	font-size:12px;
	line-height:36px;
	background-color:#c1b99f;
	padding:0 0 0 30px;
	margin:0;
}

p.breadcrumb a {
	color:#333;
	text-decoration:none;
}

p.breadcrumb a:hover {
	text-decoration:underline;
}

.underline {
	text-decoration:underline;
}


/* -------------  Success MetriX Page  ____________________  */

.sm-left-col {
	width:300px;
	padding:0 30px 0 65px;
	margin-bottom:50px;
	float:left;
}

.sm-left-col h2 {
	color:#254f69;
	font-size:18px;
	line-height:22px;
}

.sm-left-col p {
	font-size:12px;
	line-height:18px;
	color:#515151;
}

.sm-left-col img {
	float:right;
	margin:10px 25px 10px 20px;
}

.sm-right-col {
	width:500px;
	padding:0;
	margin-bottom:50px;
	float:left;
}

.sm-right-col h3 {
	font-size:12px;
	line-height:18px;
	font-style:italic;
	font-weight:400;
	margin-bottom:12px;
}

.sm-right-col p {
	font-size:12px;
	line-height:18px;
	padding-bottom:12px;
	margin:0;
}

.sm-right-col a {
	color:#515151;
}

.sm-right-col a:hover {
	text-decoration:none;
}

p.more-details {
	margin-left:350px;
	font-size:13px;
	font-weight:400;
}

p.more-details a {
	text-decoration:underline;
}

p.more-details a:hover {
	text-decoration:none;
}


/* -------------- FoodForum Page -------------------  */

.pp-left-col {
	width:550px;
	padding:0 35px 0 65px;
	margin-bottom:50px;
	float:left;
}

.pp-left-col a {
	text-decoration:underline;
	color:#515151;
}


.pp-left-col h2 {
	color:#254f69;
	font-size:18px;
	line-height:22px;
	margin-bottom:8px;
}

.pp-left-col p {
	font-size:12px;
	line-height:18px;
	margin:0 0 12px 0;
	padding:0;
	color: #515151;
}


ul.FoodForum-bullets {
	font-size:12px;
	line-height:18px;
	padding:0 0 0 15px;
	margin:0;
	list-style-position: outside;
	color:#515151;
}

.pp-right-col {
	width:260px;
	padding:0 0 0 20px;
	float:left;
}

.pp-right-col h3 {
	font-size:12px;
	line-height:18px;
	font-style:italic;
	font-weight:400;
	margin-bottom:12px;
}

.pp-right-col p {
	font-size:12px;
	line-height:18px;
	padding-bottom:10px;
	margin:0;
	padding-top: 10px;
}

.pp-right-col a {
	color:#333;
}

.pp-right-col a:hover, .pp-left-col a:hover {
	text-decoration:none;
}

.recipeheader {
	font-size:15px;
	color:#FFF;
	width:240px;
	height:31px;
	text-align:center;
	background-image: url(../img/FoodForum/recipes-header.jpg);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	background-position: left top;
	padding:10px 0 0 0;
	margin:0;
}

.recipe-promo-text {
	padding:0 15px 0 15px;
}

#recipe-wrap {
	margin-top:0px;
	padding-top:0px;
	width:238px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}





/* ---------------- MOSAIC Page -------------------------- */

.tabholder {
	width:840px;
}

.mosaic-main-area {
	padding:0 70px 0 70px;
	margin-bottom:50px;
	float:left;
}

.mosaic-headline {
	padding-left:75px;
	padding-top:220px;
	color:#254f69!important;
	font-weight:200!important;
}

.mosaic-subheadline {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	color:#515151;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

.inner-border {
	border-left:1px #000 solid;
	border-right:1px #000 solid;
	border-bottom:1px #000 solid;
	border-top:6px #5a142e solid;
	padding:30px 20px 30px 40px;
}

.mosaic-section-one {
	padding-top:20px;
	float:left;
	width:742px;
}

.mosaic-section-one img {
	float:left;
}

.mosaic-section-two img {
	float:right;
	width:401px;
}

.mosaic-section-three img {
	float:left;
}

.approach h4, .approach p {
	padding:40px 0 0 430px;
}

.operators h4, .operators p {
	padding:0 0 0 280px;
}

.approach h4, .dimensions h4, .operators h4 {
	color:#254f69;
	font-size:15px;
}

.approach p, .dimensions p {
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:3px 0 12px 430px;
}

.operators p {
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:3px 0 12px 280px;
	width:265px;
}

.mosaic-section-two {
	padding-top:20px;
	margin-top:20px;
	float:left;
	width:742px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

.mosaic-section-two ul {
	width:230px;
}

.mosaic-section-two li {
	list-style-position: outside;
	margin-left:12px;
}


.mosaic-section-two h5 {
	color:#5a142e;
	font-size:12px;
}

.three-col-float {
	float:left;
	margin-right:15px;
	width:230px;
	margin-top:12px;
}

.three-col-float ul li {
	margin-left: 16px;
}

#mosaic-app-section-customline {
	background-image:url(../img/mosaic/app-keyline.png);
	background-repeat: no-repeat;
	background-position: left top;
	border:none;
}

.mosaic-section-three {
	padding-top:20px;
	margin-top:20px;
	float:left;
	width:742px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-image: url(../img/mosaic/operator-types.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
}

img.play {
	float:right;
	width:177px;
	padding-top:7px;
}

#seven-float {
	float:left;
	margin-top:-60px;
}

.call-to-action {
	font-size:16px;
	text-align:center;
	font-weight:normal;
	color:#333;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
}

/* ---------------- MOSAIC LogIn Page -------------------------- */

.mosaic-login-area {
	margin-top:10px;
	background-color:#e9e9e9;
	padding:30px;
	width:720px;
}

.video-overview-container {
	width:778px;
}


/* ---------------- Giveback Pg ------------------  */

.giveback-headline {
	padding-left:675px;
	padding-top:40px;
	text-align:left!important;
	width:300px!important;
	font-size:22px!important;
	line-height:24px!important;
}

.giveback-subheadline {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	color:#515151;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}

.giveback-content {
	margin-top:10px;
	width:760px;
}

.edutab-header {
	font-size:18px;
	color:#254f69;
	padding-bottom:10px;
}

.video-title {
	font-size:12px;
	color:#254f69;
	font-weight:bold;
	margin:0;
	padding:0;
}

.video-title a {
	color:#254f69!important;
}

.video-title a:hover {
	text-decoration:none;
}

.video-description {
	font-size:12px;
	line-height:18px;
	color:#5a142e;
}



/* -------------  Contact Use Page  ____________________  */

#content-contact {
	width: 980px;
	float: left;
	background-color: #fff;
	background-image: url(../img/contact-us/chef.jpg);
	background-repeat: no-repeat;
	background-position: 550px 115px;
}

.contact-left-col {
	width:200px;
	padding:0 30px 0 65px;
	margin-bottom:50px;
}

.contact-right-col {
	width:600px;
	padding:0;
	margin-bottom:20px;
	float:left;
}

.contact-right-col h3 {
	font-size:12px;
	line-height:18px;
	font-style:italic;
	font-weight:400;
	margin-bottom:12px;
}

.contact-right-col p {
	font-size:12px;
	line-height:18px;
	padding-bottom:6px;
	margin:0 5px 5px 0;
}






/* Footer Layout
--------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	background: url(../img/footer-bg.jpg) top left repeat-x;
	padding: 12px 25px 0 25px;
	width: 930px;
	height: 60px;
}

#footer p {
	color: #CCC;
}

#footer a {
	color: #fff;
}

#footer p.copyright {
	font-weight: normal;
	margin: 0 0 8px 0;
}



/* ------------- Custom research Page ---------------- */

.custom-main-area {
	padding:0 55px 0 55px;
	margin-bottom:50px;
}

#topheadline-custom h1 {
	margin:25px 0 0 0!important;
	font-size:27px;
	line-height:28px;
	color:#3a3a3a;
	float:none;
	text-align:center!important;
	display:block;
}

#topheadline-custom h3 {
	margin:0 0 24px 0!important;
	font-weight:normal;
	font-style:italic;
	font-size:15px;
	line-height:22px;
	color:#3a3a3a;
	float:none;
	text-align:center!important;
	display:block;
}

.four-col-area {
	position:relative;
}

.side-column {
	float:left;
	width:50px;
	margin:195px 0 0 0;
}

.assessments-column {
	width:260px;
	border-left:#243f4e solid 5px;
	border-right:#000 solid 1px;
	float:left;
	margin:0 8px 0 0;
}



.innovation-column {
	width:260px;
	border-left:#5a142e solid 5px;
	border-right:#000 solid 1px;
	float:left;
	margin:0 8px 0 0;
}

.producttesting-column {
	width:260px;
	border-left:#dbb46c solid 5px;
	border-right:#000 solid 1px;
	float:left;
	margin:0;
}

.category-heading {
	display:block;
	background-color:#243f4e;
}

h2.category-heading {
	font-size:15px;
	line-height:18px;
	color:#FFF;
	font-weight:normal;
	padding:10px 0 10px 0;
	margin:0;
	text-align:center;
}

.innovation-heading {
	display:block;
	background-color:#5a142e;
}

h2.innovation-heading {
	font-size:15px;
	line-height:18px;
	color:#FFF;
	font-weight:normal;
	padding:10px 0 10px 0;
	margin:0;
	text-align:center;
}

.innovation-column {
	display:block;
}

h2.innovation-column {
	font-size:15px;
	line-height:18px;
	color:#FFF;
	font-weight:normal;
	padding:10px 0 10px 0;
	margin:0;
	text-align:center;
}

.testing-heading {
	display:block;
	background-color:#dbb46c;
}

h2.testing-heading {
	font-size:15px;
	line-height:18px;
	color:#FFF;
	font-weight:normal;
	padding:10px 0 10px 0;
	margin:0;
	text-align:center;
}

ul.list-questions {
	padding:0 10px 0 30px;
	font-size:12px;
	line-height:16px;
	color:#515151;
	height:172px;
	border-bottom:#e5e5e5 solid 10px;
}

ul.list-questions li {
	list-style-position:outside;
}


.listpharagraph-assessment {
	padding:0 10px 0 30px;
	height:100px;
	border-bottom:#e5e5e5 solid 10px;
}

.listpharagraph-assessment p {
	font-size:12px;
	line-height:16px;
	color:#515151;
}

ul.list-questions-two {
	padding:0 10px 0 30px;
	margin-bottom:0;
	font-size:12px;
	line-height:16px;
	color:#515151;
	height:190px;
	border-bottom:#000 solid 1px;
}

ul.list-questions-two li {
	list-style-position:outside;
}

ul.list-questions-two li.indent, ul.list-questions li.indent {
	padding:0 0 0 10px;
	margin-bottom:0;
	list-style-type:none;
}

.staffheader {
	float:left;
	width:814px;
	height:38px;
	display:block;
	background-color:#5a142e;
	margin:15px 0 10px 50px;
}

.staffheader h2 {
	color:#FFF;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	margin:7px 0 0 20px;
}

.staffdetails {
	margin:0 0 0 70px;
	color:#333;
	float:left;
	width:480px;

}

.staffdetails p {
	font-size:13px;
	line-height:18px;
	color:#333;
}

p.stafflistheader {
	font-size:14px;
	font-weight:bold;
	color:#666;
	margin-bottom:2px!important;
	padding-bottom:2px!important;
}

#staff-expertises-section {
	position:relative;
}

p.staffintro { 
	float:left; 
	color:#666;
	width:480px;
}

ul.list-expertise {
	padding:0 0 0 15px;
	margin-bottom:0;
	font-size:12px;
	line-height:16px;
	color:#333;
	float:left;
}

ul.list-expertise li {
	list-style-position:outside;
}

.staff-col-right {
	float:left;
	width:190px;
}

#critical-questions {
	height:172px;
	width:50px;
	margin-bottom:9px;
	background-color:#e1e1e1;
}

#point-difference {
	height:118px;
	width:50px;
	margin-bottom:9px;
	background-color:#e1e1e1;
}

#deliverables {
	height:190px;
	width:50px;
	background-color:#e1e1e1;
}

/* --------------  Owner Video Page ------------------  */

	
.owners-video-container {
	width:775px;
}

#video-holder {
	width:178px;
	float:left;
	margin-right:15px;
}

#video-holder h3 {
	font-size:13px;
	font-weight:bold;
}

#video-holder p {
	margin-bottom:8px;
	padding-bottom:8px;
}

/* --------------  News Pages ------------------  */

.news-container {
	width:450px;
	margin:10px 0 0 10px;
	padding:20px;
	text-align:left;
}

#whitebkgrd {
	background-color:#FFF;
	margin:10px 0 0 10px;
	width:520px;
	height:270px;
}

.news-container-IFMA {
	width:750px;
	margin:10px 0 0 10px;
	padding:20px;
	text-align:left;
}

#whitebkgrd-IFMA {
	background-color:#FFF;
	margin:10px 0 0 10px;
	width:750px;
	height:300px;
}

/* ------------------ Check back page ---------------- */

#content-checkback {
	width: 980px;
	float: left;
	background-color: #fff;
	background-image: url(../img/contact-us/chef.jpg);
	background-repeat: no-repeat;
	background-position: 550px 60px;
}

.contact-left-col {
	width:200px;
	padding:0 30px 0 65px;
	margin-bottom:50px;
}
