/* @override http://autograph.devspace.net/mmlib/css/autograph/screen.css */

/* @override http://autograph.site/mmlib/css/autograph/screen.css */

/* @override http://autograph.site/html_cutup/mmlib/css/screen.css */

/* @group Resets */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1.5em;
	background: #fff;
	margin: 1.5em 0;
	font-size:100%;
}

/* Tables still need 'cellspacing="0"' in the markup. */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: 400;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: none;
}

/* @end */

/* @group Defaults */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.625 * 16px = 10px). */

#page-wrapper {
	font-size: 62.5%;
}

/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */

body {
	color: #333;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background: url(/mmlib/images/autograph/body_bg.jpg) repeat-x 0 0;
}

h1,h2,h3,h4,h5,h6 {
	color: #fff;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	font-size: 2em;
	line-height: 1;
	margin-bottom: 0.5em;
}

h2 {
	font-size:1.1666em;
	line-height: 1em;
	margin-bottom: 0.25em;
}

h3 {
	font-size: 1.16666em;
	line-height: 1em;
	margin-bottom: 1em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.5em;
	line-height: 1.5em;
}

p.last {
	margin-bottom: 0;
}

p img {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p img.top {
	margin-top: 0;
}

/* Use this if the image is at the top of the <p>. */

p img.inline {
	float: none;
	margin: 0;
}

ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol li {
	font-size: 12px;
}
dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

abbr, 
acronym {
	border-bottom: 1px dotted #666;
}

address {
	color: #FFF;
	margin: 1.5em 0;
	line-height: 1.333em;
	font-style: normal;
	font-size: 1.1em;
}

del {
	color: #666;
}

a:focus, 
a:hover {
	color: #FFF;
	text-decoration: none;
}

a {
	color: #FFF;
	text-decoration: underline;
}

blockquote {
	margin: 1.5em;
	color: #BBB;
	font-style: normal;
}

strong {
	font-weight: bold;
}

em,dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

pre,code {
	margin: 1.5em 0;
	white-space: pre;
}

pre,code,tt {
	font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace;
	line-height: 1.5;
}

tt {
	display: block;
	margin: 1.5em 0;
	line-height: 1.5;
}

/* Tables
-------------------------------------------------------------- */

table {
	border-collapse: collapse;
	margin-bottom: 0.65em;
	width: 100%;
}

.unit-18 table {
	width: 690px;
	margin: 0 10px 20px 10px;
}

th {
	background: #009900;
	color: #fff;
	font-weight: bold;
}

td {
	border: none;
	vertical-align: middle;
}

th,td {
	padding: 4px 10px 4px 9px;
}

tfoot {
	font-style: italic;
}

tr.odd td {
	background: #f3f3f3;
}
tr.even td {
	background: #efefef;
}

/* Use this if you use span-x classes on th/td. */

table .last {
	padding-right: 0;
}

table.layout, table.layout th, table.layout td, table.layout tr {
	margin: 0;
	padding: 0;
	border: none;
}

/* Forms
-------------------------------------------------------------- */
form {
	background:#7E7830 none repeat scroll 0 0;
	margin:0 0 20px 40px;
	padding:10px;
	width:190px;
}

legend {
	font-weight: bold;
	position: relative;
}
label {
	color: #FFF;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	display: block;
	margin-bottom: 0.3em;
	
}
input{
	display:block;
	margin-bottom:0.8333em;
	width: 16em;
	padding: 0.2em;
}
textarea{ 
	height:7.5em;
	margin-bottom:0.833em;
	width:14em;
	padding: 0.2em;
}

/* Some default classes
-------------------------------------------------------------- */

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}

.quiet {
	color: #666;
}

.hide {
	display: none;
}

.highlight {
	background: #ff0;
}

.added {
	color: #060;
}

.removed {
	color: #900;
}

.top {
	margin-top: 0;
	padding-top: 0;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.clear {
	clear: both;
}

.error,.success {
	margin-bottom: 1em;
	border: 2px solid #ddd;
	padding: .8em;
}

.error {
	color: white;
	border: none;
	background-color: #a0271b;
}

.error p{
	margin: 5px
}

.error ul li{
	font-size:1.1em;
	line-height:1.5em;
}

.success {
	background: #E6EFC2;
	color: #529214;
	border-color: #C6D880;
	font-size: 1.3em;
}

.left {
	float: left;
	margin-left: 0;
}

.right {
	float: right;
	margin-right: 0;
}



/* @end */

/* @group Clearfix */

.unit:after, .clearfix:after, .container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.unit, .clearfix, .container {
	display: inline-block;
}

* html .unit, * html .clearfix, * html .container {
	height: 1%;
}

.unit, .clearfix, .container {
	display: block;
}

/* @end */

/* @group Structure */

#page-wrapper{
	background-color: #FFF;
	margin: 0 auto;
	width: 860px;
}

/* @end */

/* @group Header */

#header {
	width: 100%;
	margin-bottom: 20px;
}

#logo{
	background: url(/mmlib/images/autograph/logo.gif) no-repeat 0 0;
	display: block;
	height: 98px;
	width: 331px;
	float: left;
	margin-top: 50px;
	margin-left: 25px;
}

#logo span{
	display:none;
}

/* @group Primary Navigation */

#primary-navigation{
	margin: 117px 11px 0 0;

	list-style: none;
	float:right;
	width: 445px;
}

#primary-navigation li{
	float: left;
	margin-right: 35px;
	zoom: 1;
}

#primary-navigation li a{
	display: block;
	height: 34px;
}

#primary-navigation li a.food{
	background: url(/mmlib/images/autograph/primary-navigation.gif) no-repeat 0 0;
	width: 87px;
}
#primary-navigation li a.food:hover {
	background: url(/mmlib/images/autograph/primary-navigation.gif) no-repeat 0 -44px;
}

#primary-navigation li a.finance{
	background: url(/mmlib/images/autograph/primary-navigation.gif) no-repeat -97px 0;
	width: 133px;
}
#primary-navigation li a.finance:hover {
	background: url(/mmlib/images/autograph/primary-navigation.gif) no-repeat -97px -44px;
}

#primary-navigation li a.fidelity{
	background: url(/mmlib/images/autograph/primary-navigation.gif) no-repeat -240px 0;
	width: 120px;
}
#primary-navigation li a.fidelity:hover {
	background: url(/mmlib/images/autograph/primary-navigation.gif) no-repeat -240px -44px;
}

#primary-navigation li.selected a.food{
	background-position: 0px -88px;
}
#primary-navigation li.selected a.finance{
	background-position: -97px -88px;
}
#primary-navigation li.selected a.fidelity{
	background-position: -240px -88px;
}

#primary-navigation li a span{
	display: none;	
}

/* @end */
/* @end */

/* @group Global Styles */

p{
	color: #fff;
	font-size: 15px; /* 15px */
	line-height:1.3em
}

/* @end */

/* @group secondary navigation */
#secondary-navigation{
	text-transform: lowercase;
	color: #FFF;
	font-size: 1.9em;
	font-weight: bold;
	list-style: none;
	margin: 10px 10px 20px 25px;
	padding: 0;
	line-height: 1em;
}
#secondary-navigation li{
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

#secondary-navigation li ul li{
	font-size: 16px;
	list-style: none;
	margin: 0 0 0 0px;
	padding: 5px 0 0 0;
	line-height: 1em;
}

#secondary-navigation li a {
	color: #fff;
	display: block;
	padding-left: 15px;
	text-decoration:none;
}
#secondary-navigation ul{
	margin: 0 0.5em 0.2em;
	padding-left: 15px;
}
#secondary-navigation ul.selected li a {
	background: none;
}

/*
*	Food
*/
.food #secondary-navigation a:hover {
	color: #882B37;
}
.food #secondary-navigation ul li a{
	color: #D2CC1E;
}
/* set selected state */
.food #secondary-navigation li.selected a{
	background: url(/mmlib/images/autograph/secondary-navigation/food-selected.gif) no-repeat left 3px;
	color: #882B37;
}
/* set hover state */
.food #secondary-navigation li a:hover {
	background: url(/mmlib/images/autograph/secondary-navigation/food-hover.gif) no-repeat left 3px;
	color: #882B37;
}

/* turn off selected colours for child pages of selected page so only the selected page is highlighted */
.food #secondary-navigation li.selected ul li a {
	background: none;
	color: #D2CC1E;
}

/* turn hover state back on child pages of selected page */
.food #secondary-navigation li.selected ul li a:hover {
	background: url(/mmlib/images/autograph/secondary-navigation/food-hover.gif) no-repeat left 3px;
	color: #882B37;
}

/*
*	Finance
*/
.finance #secondary-navigation a:hover {
	color: #7E7830;
}
.finance #secondary-navigation ul li a{
	color: #D2CC1E;
}
/* set selected state */
.finance #secondary-navigation li.selected a{
	background: url(/mmlib/images/autograph/secondary-navigation/finance-selected.gif) no-repeat left 3px;
	color: #7E7830;
}
/* set hover state */
.finance #secondary-navigation li a:hover {
	background: url(/mmlib/images/autograph/secondary-navigation/finance-hover.gif) no-repeat left 3px;
	color: #7E7830;
}

/* turn off selected colours for child pages of selected page so only the selected page is highlighted */
.finance #secondary-navigation li.selected ul li a {
	background: none;
	color: #D2CC1E;
}

/* turn hover state back on child pages of selected page */
.finance #secondary-navigation li.selected ul li a:hover {
	background: url(/mmlib/images/autograph/secondary-navigation/finance-hover.gif) no-repeat left 3px;
	color: #7E7830;
}



/*
*	Fidelity
*/
.fidelity #secondary-navigation a:hover {
	color: #7E7830;
}
.fidelity #secondary-navigation ul li a{
	color: #7E7830;
}
/* set selected state */
.fidelity #secondary-navigation li.selected a{
	background: url(/mmlib/images/autograph/secondary-navigation/fidelity-selected.gif) no-repeat left 3px;
	color: #7E7830;
}
/* set hover state */
.fidelity #secondary-navigation li a:hover {
	background: url(/mmlib/images/autograph/secondary-navigation/fidelity-hover.gif) no-repeat left 3px;
	color: #7E7830;
}

/* turn off selected colours for child pages of selected page so only the selected page is highlighted */
.fidelity #secondary-navigation li.selected ul li a {
	background: none;
	color: #7E7830;
}

/* turn hover state back on child pages of selected page */
.fidelity #secondary-navigation li.selected ul li a:hover {
	background: url(/mmlib/images/autograph/secondary-navigation/fidelity-hover.gif) no-repeat left 3px;
	color: #7E7830;
}


/* @group Red Style */

div.finance, .red{
	background: #882B37;
}

div.finance h2, .red h2{
	color: #FFF;
	font-size: 1.6em;
	margin-bottom: 0.5em;
}

div.finance a:focus, 
div.finance a:hover,
div.red a:focus, 
div.red a:hover
{
	color: #D2CC1E;
	text-decoration: underline;
}

/* @end */

/* @group Food Style */

div.food, .green{
	background: #7E7830;
}



div.food a:focus, 
div.food a:hover,
div.green a:focus, 
div.green a:hover {
	color: #D2CC1E;
}

/* @end */

/* @group Lime Style */

div.fidelity, .lime {
	background-color: #D2CC1E;
}

div.fidelity h2, .lime h2{
	color: #882B37;
}

div.fidelity a:focus, 
div.fidelity a:hover,
div.lime a:focus, 
div.lime a:hover {
	color: #882B37;
}

/* @end */



/* @group Grey Style */

.grey {
	background-color: #4d4d4d;
}

.grey h2{
	color: #FFF;
}

div.grey a:focus, 
div.grey a:hover {
	color: #A5A5A5;
}

.news-list .grey #content h2{
	color: #FFF;
}

/* @end */


/* @group Content */
#content-wrapper{
	margin: 0 auto;
	width: 767px;	
	padding-bottom: 10px;
	position: relative;
}
.index #content-wrapper {
	height: 386px;
	overflow: hidden;
	padding: 0;
}
#content{
	color: #fff;
	float: right;
	padding-left: 20px;
	width: 511px;
}

#content p{
	font-size: 1.2em;
	line-height: 1.33333em;
}

#content ul{
	color: #FFF;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
#content ul li{
	font-size: 12px;
	padding-bottom: 1em;
}

.list #content h2{
	color:#D2CC1E;
	font-size:1.4em;
	font-weight:bold;
	margin:16px 0 3px;
}

.list div.fidelity #content h2, .list div.lime #content h2{
	color:#7E7830;
}

/* @group Secondary Content */

#secondary-content{
	float: left;
	padding-right: 0em;
	width: 230px;
}
	
#secondary-content .section-header a {
	text-decoration: none;
}

.default #secondary-content, .contact-us #secondary-content{
	width: 220px;
}

#secondary-content h1, .grey #secondary-content h2, #secondary-content .section-header{
	padding: 20px 0 7px 40px;
	margin: 0;
	color: #fff;
	text-transform: lowercase;
	font-size: 2.5em;
}
	
.food #secondary-content h1 {
	background-color: #9f9861;
	color: #D2CC1E;
}
		
.food #secondary-content .section-header {
	background-color: #9f9861;
	color: #882B37;
}
.food #secondary-content .section-header a:hover {
	color: #882B37;
}

.finance #secondary-content h1, .finance .section-header a, .finance .section-header a:hover {
	background-color: #ac6d75;
	color: #D2CC1E;
}	
	
.finance #secondary-content .section-header {
	background-color: #ac6d75;
	color: #fff;
}	
.finance #secondary-content .section-header a:hover {
	color: #7E7830;
}


.fidelity #secondary-content h1 {
	background-color: #e0dc64;
	color: #7E7830;
}
		
.fidelity #secondary-content .section-header {
	background-color: #e0dc64;
	color: #7E7830;
}
.fidelity #secondary-content .section-header a:hover {
	color: #7E7830;
}


/* @end */

/* @end */

/* @group index template styles */


.index #content{
	float:right;
	height: 38.6em;
	overflow: hidden;
	padding:15px 30px 0 18px;
	width:153px;
}

.index #content h2{
	color: #D2CC1E;
	font-size: 1.8em;/* 18px */
	line-height:1.2em; 
	margin-bottom: 1em;
	padding-left: 0;
}

.index #content p{
	font-size: 1.5em;
	padding-left: 0;
}

.index #page-image{
	float: left;
	line-height: 0px;
	width: 566px;
	background: #fff;
	display: block;
	height: 100%;
}
#page-image{
	background: #fff;
	line-height: 0px;
	height:249px;
}

/* @end */

/* @group default template styles */

.default #content{
	width: 537px;
	padding: 0px 0px 0px 0px;
}

.default ul{
	font-size: 1.1em;
}
.default #default-content-wrapper {
	padding: 2.5em 20px 0 0;
}

/* @end */

/* @group food default template styles */

.food-default #content, .list #content{
	padding: 0px;
	width: 537px; 
}

.food-default #content p{
	font-size: 1.2em;
}

.food-default #content #default-content-wrapper {
	padding: 1em 2em 0 0;
}
#default-content-wrapper blockquote {
	clear: both;
	margin-bottom: 0.75em;
	margin-top: 2em;
}
#default-content-wrapper blockquote p {
	margin-bottom: 0.5em;
}

/*
.strapline {
	color:#D2CC1E;
	font-size:23px;
	left: 0px;
	margin:0 0 0.5em;
	padding: 0 43px 7px 0;
}
*/

.strapline{
	color:#D2CC1E;
	font-size:18px;
	position:absolute;
	top:261px;
	left: 15px;
	width:190px;
}

div.finance h2.strapline, div.red h2.strapline {
	color: #D2CC1E;
	font-size:18px;
	margin: 0px;
}
div.fidelity h2.strapline, div.lime h2.strapline {
	color: #7E7830;
	font-size:18px;
	margin: 0px;
}
/* @end */

/* @group list template styles */

.list p{
	font-weight: normal;
	font-size: 12px;
}

.chef{
	float:left;
	padding:0px 20px 0 0;
	width:159px
}
.chef p {

}
.list #content p{
	font-size: 1.1em;
	line-height: 1.2em;
	padding-left: 0px;
}

.item-4, .item-7, .item-10, .item-13, .item-16, .item-19{
	clear: both;
}
.row-1 img.chef-image {
	margin-bottom: 4em;

}

/* @end */

/* @group news list style */

/* @group #news-archive-list */


#news-archive-list, #downloads-list
	{
	list-style-type: none;
	width: 150px;
	padding: 20px 24px 50px 16px;
	margin: 0 30px 25px 40px;
	text-transform: lowercase;	
	}

#news-archive-list{
	background-color: #D2CC1E;
}

#downloads-list{
	background-color: #a5a5a5;
}
#downloads-list ul {
	margin: 0px 0px 5px 20px;
}
#downloads-list ul ul {
	margin-left: 10px;
}

#news-archive-list li, #downloads-list li{
	padding-top: 2px;
	line-height: 15px;
}
#secondary-content #news-archive-list li.selected, #secondary-content #downloads-list li.selected {
	list-style-image: none;
}

#news-archive-list .first{
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
}

#downloads-list li, #downloads-list li.selected li {
	color: #FFF;
}
#downloads-list li a, #downloads-list li.selected li a{
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
#downloads-list li.selected, #downloads-list li.selected a {
	color:#4d4d4d;
	font-weight: bold;
}

#news-archive-list .first{
	color: #882B37;
}
	

#news-archive-list a{
	color:#FFF;
}
	

#news-archive-list a {
	margin: 0;
	padding: 0;
	text-decoration: underline;
	font-size: 13px;
	text-transform: lowercase;
}

#news-archive-list li.selected a {
	color: #882B37;
}

/* @end */

.news-list #content, .news-item #content{
	width: 501px;
}

.news-list #page-wrapper #content{
	padding-top: 50px;
}

.news-item p { 
	color: #FFF;
	margin: 0px 20px 15px 0px;
}

.news-item a {
	color: #D2CC1E;
	text-decoration: none;
}

.news-list #content, .news-item #content{
	padding: 0px;
}

.news-list #content, .news-item #content .news-item {
	padding-top: 25px;
	padding-right: 20px;
}

.news-list #content h2, .news-item #content h2{
	color: #D2CC1E;
}

.news-list #content h2, .news-item #content h2, .grey h1 {
	margin-bottom: 15px;
	font-size: 1.9em;
	line-height: 1em;
	text-transform: lowercase;
}


	
.news-list #content h3, .news-item #content h3 {
	color: #fff;
	font-size: 1.2em;
	margin: 0px 0px 5px 0px;
}
.news-date {
	font-size: 0.9em;
}

/* @end */

/* @group contact us styles */

.contact-us h2{
	font-size: 1.2857em;
	line-height: 1em;
	margin-bottom: 0.4em;
}

.contact-us p{
	padding-right: 2em;
}

.contact-us #content {
	margin-top: 4.6428em;
	font-size: 1.4em;
	font-weight: bold;
	width: 35em
}

.contact-us form h2{
	color: #FFF;
	font-size: 1.4em;
	margin-bottom: 1em;
}

.contact-us #contact-info, span.red-text{
	color: #882B37;
}

.contact-us #contact-info{
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0 0 0 1.4em;
}

.contact-us #contact-info a{
	text-decoration: none;
	color: #882B37;
}
.contact-us #content p strong {
	color:#882B37;
}
#content #contact-info li{
	margin-bottom: 0.4em;
}

#contact-form input{
	width: 180px;
}

.contact-us #content .postal,
.contact-us #content .phone,
.contact-us #content .fax,
.contact-us #content .email,
.contact-us #content .web
{
	color: #882B37;
	font-size: 1em;
	margin-left: 1.4em;
	margin-bottom: 0.4em;
	padding-left: 30px;
}

.contact-us #content .postal {
	background:transparent url(/mmlib/images/autograph/contact-home.gif) no-repeat scroll 0 0.25em;
}

.contact-us #content .phone {
	background:transparent url(/mmlib/images/autograph/contact-phone.gif) no-repeat scroll 0 0.25em;
}

.contact-us #content .fax {
	background:transparent url(/mmlib/images/autograph/contact-fax.gif) no-repeat scroll 0 0.25em;
}

.contact-us #content .email {
	background:transparent url(/mmlib/images/autograph/contact-email.gif) no-repeat scroll 0 0.25em;
}

.contact-us #content .web {
	background:transparent url(/mmlib/images/autograph/contact-web.gif) no-repeat scroll 0 0.25em;
}

.contact-us #content a {
	color: #882B37;
}
.contact-us #content a:hover {
	color: #fff;
}
.contact-us #content {
	padding-left: 0px;
}
/* @end */

/* @group Attached Files */


#content ul#attached-files{
	margin: 0 0 1.5em 0em;
}
#content ul#attached-files li {
	padding-left: 1.7em;
}

#attached-files li.generic{
	background:transparent url(/mmlib/images/autograph/download-generic.png) no-repeat scroll 0 0em;
	zoom: 1;
}

#attached-files li.word{
	background:transparent url(/mmlib/images/autograph/download-word.png) no-repeat scroll 0 0em;
	zoom: 1;
}

#attached-files li.jpg{
	background:transparent url(/mmlib/images/autograph/download-image.png) no-repeat scroll 0 0em;
	zoom: 1;
}

#attached-files li.zip{
	background:transparent url(/mmlib/images/autograph/download-zip.png) no-repeat scroll 0 0em;
	zoom: 1;
}

#attached-files li.acrobat{
	background:transparent url(/mmlib/images/autograph/download-pdf.png) no-repeat scroll 0 0em;
	zoom: 1;
}

/* @end */

/* @group Realted Pages */

#content ul#related-pages{
	list-style: disc;
	list-style-position: inside;
}

#content ul#related-pages li{
	margin-bottom: 0;
}

/* @end */



/* @group Footer */

#footer {
	margin-left: 4.5em;
	font: bold 0.91666em "Century Gothic"; /*11px*/
	text-transform: lowercase;
	padding-top:0.90909em;
	padding-bottom: 1em;
}

#footer-navigation{
	float: left;
	list-style: none;
	margin:0px
}

#footer-navigation li {
	float: left;
	padding: 0 5px;
	border-left: solid 1px #882B37 ;
	font-size: 12px;
}

#footer a {
	text-decoration: none;
	color: #882B37;
}
#footer a:hover {
	text-decoration: none;
	color: #7E7830;
}
	
#footer-navigation li.first{
	border: none;
}

/* @end */

/* @group Backstage Edit Icon */
a.backstageeditbutton {
	border:medium none;
	clear:left;
	color:#333333 !important;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	line-height:13px;
	padding:1em;
	position:fixed;
	right:10px;
	top:0px;
	vertical-align:middle;
	background: #FFF;
	border: 3px solid #999;
	border-top: none;
	color: #333
}
a.backstageeditbutton:hover {
	color: #FFF;
	background-color: #999;
	border: 3px solid #666;
	border-top: none;
}

.backstageeditbutton img {
	float: left;
	margin-right: 6px;
}
/* @end */
.chef img{
	height: 39px;
	width: 178px;
}

#footer-logos {
	float: left;
	margin: 1.5em 0em 2em 4.5em;
}
#footer-logos a{
	display: block;
	float: left;
	margin-right: 1.5em;
}
#footer-logos #nfu-link {
	margin-top: 20px;
}

.intranet-default #page-wrapper #content,
.intranet-list #page-wrapper #content
{
	padding-top: 28px;
	width:432px;
}
.intranet-default #downloads-list,
.intranet-list #downloads-list
{
	width: 235px;
}

body #content .news-item h2
{
	text-transform:inherit;
}