@charset "utf-8";
/*  FOOD SERVICE ENABLERS
	2013 */
	
	
/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%; /*this is usually 16px in most browsers, or 1em */
	font-family:swiss721l, Arial, Helvetica, sans-serif;
	font: inherit;
	vertical-align: baseline;
}

/* get rid of those system borders being generated for A tags */
a:active {
    outline:none;
}

:focus {
    -moz-outline-style:none;
	outline: 0;
}

/* This makes the text left justified & keeps font large in the CS debug area */
.cfdebug {text-align:left; font-size:12px;}
.cfdebug code{ font-size:12px;}
.cfdebug pre{ font-size:12px;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight:bolder;
	}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.last{
	border-bottom:0 !important;
	}

/* default link styles */
a:link, a:visited, a:active, a:focus{
	color:#51b5e0;
	text-decoration:none;
	}
						
a:hover{
	text-decoration:underline;
	}
	
	
/* -------------------------------------------------- */
/* background elements */

html{
	 background:url(../images/bg_tile.jpg) repeat;
}


body{
	background:url(../images/bg_main_1.jpg) top center no-repeat;
	/*display:table;
    margin:0;
    padding:0;
    width:100%;*/
}

/* -------------------------------------------------- */
/* full width version */


/* hide mobile-only elements */
#slider_mobile{
	display:none;
	}
	
#navigation_mobile{
	display:none;
	}
	
#footer_mobile{
	display:none;
	}

#top{
	width:100%;
	min-height:50px;
	background:url(../images/top_nav_bg.png) repeat-x;
}

	#top_nav{
		width:960px;
		margin:0 auto 0 auto;
	}
	
		#fse_logo{
			float:left;
			width:170px;
		}
		
		
	#navigation{
		float:left;
		width:790px;
	}
		#navigation p{
			float:left;
			font-size:0.6875em; /*11px*/
			color:#959491;
			font-family:'Aller Typo W01 Regular', Helvetica, Arial, sans-serif;
			}
			
		#tagline{
			float:left;
			width:295px;
			margin:20px 15px 15px 0;
			}
			
			
		#navigation ul{
			float:left;
			width:475px;
			position:relative;
			}
	
			#navigation ul li{
				float:left;
				height:40px;
				color:#51b5e0;
				font-weight:bold;
				margin:0 5px 0 0;
				font-size:0.875em; /*14px*/
				font-family:'Aller Typo W01 Regular', Helvetica, Arial, sans-serif;
				}
				
				#navigation ul li:hover{
					background:url(../images/subnav_bg.png);
					color:#003d6b;
					color:#FF33CC;
					cursor:pointer;
					}
					
				#navigation ul li:hover a:link, #navigation ul li:hover a:visited, #navigation ul li:hover a:active{
					color:#003d6b;
					cursor:pointer;
					}
					
				#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a:active{
					color:#51b5e0;
					display:block;
					text-transform:uppercase;
					text-decoration:none;
					background:url(../images/nav_arrow.png) 0 23px no-repeat;
					padding:20px 12px 0 12px;
					}
					
					#navigation ul li a:hover{
						color:#003d6b;
						background:none;
					}
					
					
					/* subnav */
					#navigation ul ul {
						display: none;
						width:225px;
						position:absolute;
						top:100%;
						xbackground:url(../images/subnav_bg.png);
						background: #003d6b;
						}
	
						#navigation ul li:hover > ul {
							display: block;
						}
						
						
						#navigation ul ul li:hover{
							background:none !important;
						}
						
						
						#navigation ul li ul li{
							float:left;
							width:200px;
							font-family: 'Avenir LT W01 35 Light', Helvetica, Verdana;
							font-size: 1.1em !important;
							height:auto !important;
							margin:0 0 0 12px;
							background:none !important;
						}
						
							#navigation ul li ul li a, #navigation ul li ul li a:link, #navigation ul li ul li a:visited, 
							#navigation ul li ul li a:active{
								color:#ffffff !important;
								font-weight:bold;
								background:none !important;
								text-transform:none !important;
								padding:10px 0 10px 0 !important;
								border-bottom:1px dotted #86cbe9;
							}
							
								#navigation ul li ul li a:hover{
									color:#ffc220 !important;
									background:url(../images/subnav_arrow.png) right 13px no-repeat !important;
								}
								
/* ------------------------------------------------------------------------------------------------ */								
			

#container{
	width:960px;
	margin:80px auto 50px auto;
	background-color: #ffffff;
	min-height: 600px;
}

#sc-container{
	margin:0 auto;
	background-color: #ffffff;
	padding-top:20px;
	padding-bottom:40px;
}



#announcements	{
	width: 610px;
	background-image:url(../images/hdr-announcements.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #f2f2f3;
	margin: 20px 0 0 20px;
	float:left;
	padding: 30px 0 30px 0;}
	
#announcements-list	{
	margin: 20px;
	font-size:.85em;
	color: #666666;
	font-family:swiss721l, Arial, Helvetica, sans-serif;
		}


/* ------------------------------------------------------------------------------------------------ */						

#footer{
	width:100%;
	min-height:50px;
	background:url(../images/footer_bg.png) repeat-x;
}

	#footer_content{
		width:960px;
		margin:0 auto 0 auto;
	}
	
		#footer_content a, #footer_content a:link, #footer_content a:visited, #footer_content a:active{
			color:#51b5e0;
			text-decoration:none;
			}
			
			#footer_content a:hover{
				text-decoration:underline;
				}
	
	
		#footer_sitemap, #footer_contact, #footer_copy{
			float:left;
			width:300px;
			height:35px;
			margin:30px 4px 20px 15px;
			border-right:1px dotted #adaba9;
			color:#a3a19d;
			font-size:0.6875em; /*11px*/
			line-height:1.363636363636364em; /*15px */
			}
	
	
			#footer_sitemap img{
				float:left;
				margin:0 25px 0 0;
				}
				
			#footer_sitemap a, #footer_sitemap a:link, #footer_sitemap a:visited, #footer_sitemap a:active{
				color:#a3a19d;
				text-decoration:none;
				}
				
				#footer_sitemap a:hover{
					text-decoration:underline;
					}
	
			#footer_copy{
				border-right:0;
				}
			
