@font-face {
	font-family: 'HelveticaNeueLTCom-Lt';
	src: url('/fonts/helveticaneueltcomlt0.eot');
	src: url('/fonts/helveticaneueltcomlt0.eot?#iefix') format('embedded-opentype'),
		url('/fonts/helveticaneueltcomlt0.svg#helveticaneueltcomlt0') format('svg'),
		url('/fonts/helveticaneueltcomlt0.woff') format('woff'),
		url('/fonts/helveticaneueltcomlt0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AvantGardeLT-Bold';
	src: url('../fonts/itcavantgardegothicltbold.eot');
	src: url('../fonts/itcavantgardegothicltbold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/itcavantgardegothicltbold.svg#itcavantgardegothicltbold') format('svg'),
		 url('../fonts/itcavantgardegothicltbold.woff') format('woff'),
		 url('../fonts/itcavantgardegothicltbold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
					font-family: 'Gotham-Bold';
					src: url('../fonts/gothambold0.eot');
					src: url('../fonts/gothambold0.eot?#iefix') format('embedded-opentype'),
							 url('../fonts/gothambold0.svg#gothambold0') format('svg'),
							 url('../fonts/gothambold0.woff') format('woff'),
							 url('../fonts/gothambold0.ttf') format('truetype');
					font-weight: normal;
					font-style: normal;
			}
@font-face {
					font-family: 'Gotham-Book';
					src: url('../fonts/gothambook0.eot');
					src: url('../fonts/gothambook0.eot?#iefix') format('embedded-opentype'),
							 url('../fonts/gothambook0.svg#gothambook0') format('svg'),
							 url('../fonts/gothambook0.woff') format('woff'),
							 url('../fonts/gothambook0.ttf') format('truetype');
					font-weight: normal;
					font-style: normal;
			}
@font-face {
					font-family: 'Gotham-BookItalic';
					src: url('../fonts/gothambookita0.eot');
					src: url('../fonts/gothambookita0.eot?#iefix') format('embedded-opentype'),
							 url('../fonts/gothambookita0.svg#gothambookita0') format('svg'),
							 url('../fonts/gothambookita0.woff') format('woff'),
							 url('../fonts/gothambookita0.ttf') format('truetype');
					font-weight: normal;
					font-style: normal;
			}
@font-face {
					font-family: 'Gotham-Light';
					src: url('../fonts/gothamlight0.eot');
					src: url('../fonts/gothamlight0.eot?#iefix') format('embedded-opentype'),
							 url('../fonts/gothamlight0.svg#gothamlight0') format('svg'),
							 url('../fonts/gothamlight0.woff') format('woff'),
							 url('../fonts/gothamlight0.ttf') format('truetype');
					font-weight: normal;
					font-style: normal;
			}
@font-face {
					font-family: 'Gotham-LightItalic';
					src: url('gothamlightita0.eot');
					src: url('gothamlightita0.eot?#iefix') format('embedded-opentype'),
							 url('gothamlightita0.svg#gothamlightita0') format('svg'),
							 url('gothamlightita0.woff') format('woff'),
							 url('gothamlightita0.ttf') format('truetype');
					font-weight: normal;
					font-style: normal;
			}
@font-face {
					font-family: 'Gotham-Medium';
					src: url('../fonts/gothammedium0.eot');
					src: url('../fonts/gothammedium0.eot?#iefix') format('embedded-opentype'),
							 url('../fonts/gothammedium0.svg#gothammedium0') format('svg'),
							 url('../fonts/gothammedium0.woff') format('woff'),
							 url('../fonts/gothammedium0.ttf') format('truetype');
					font-weight: normal;
					font-style: normal;
			}
@font-face {
				font-family: 'HelveticaNeueLTCom-Lt';
				src: url('../fonts/helveticaneueltcomlt0.eot');
				src: url('../fonts/helveticaneueltcomlt0.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/helveticaneueltcomlt0.svg#helveticaneueltcomlt0') format('svg'),
						 url('../fonts/helveticaneueltcomlt0.woff') format('woff'),
						 url('../fonts/helveticaneueltcomlt0.ttf') format('truetype');
				font-weight: normal;
				font-style: normal;
		}

.banner-image {
	width: 718px;
	max-width: auto;
	margin-left: -28px;
	margin-top: 2px;
}



.carousel {
	margin-bottom: 0;
}


.mceContentBody, .mceContentBody table{
	background: #fff;
}


.grey {
	border-top: 1px solid #e6e6e6;
	background-color: #fbfbfb;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}

.grey.pad {
	padding: 20px 0;
}

ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;    
}

.dropdown-menu {
			margin-top: 0;
		}

a.menu:after, .dropdown-toggle:after {
  content: none;
}

.slide {
	position: relative;
}

.slide table {
	border-radius: 5px;
}

.slide .btn {
	position: absolute;
	bottom: 30px;
	right: 30px;
}



h1, h2, h3, h4, h5{
	font-family:'Gotham-Bold';
	font-weight:normal;	
	color: #666;
}
h1, h2 {
	margin-top:0;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 15px;
	line-height: 20px;
}


.btn-bianz {
  background-color: hsl(18, 69%, 47%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e49370", endColorstr="#ca5625");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e49370), to(#ca5625));
  background-image: -moz-linear-gradient(top, #e49370, #ca5625);
  background-image: -ms-linear-gradient(top, #e49370, #ca5625);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e49370), color-stop(100%, #ca5625));
  background-image: -webkit-linear-gradient(top, #e49370, #ca5625);
  background-image: -o-linear-gradient(top, #e49370, #ca5625);
  background-image: linear-gradient(#e49370, #ca5625);
  border-color: #ca5625 #ca5625 hsl(18, 69%, 42%);
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}

.btn-success {
  background-color: hsl(86, 72%, 25%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7dc520", endColorstr="#456d11");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#7dc520), to(#456d11));
  background-image: -moz-linear-gradient(top, #7dc520, #456d11);
  background-image: -ms-linear-gradient(top, #7dc520, #456d11);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7dc520), color-stop(100%, #456d11));
  background-image: -webkit-linear-gradient(top, #7dc520, #456d11);
  background-image: -o-linear-gradient(top, #7dc520, #456d11);
  background-image: linear-gradient(#7dc520, #456d11);
  border-color: #456d11 #456d11 hsl(86, 72%, 20%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

#wrap {
	background: #fff;
}

body {
	font-family:Arial;
}

footer {
	padding: 20px 0 10px;
	background: #0053a0;
}

.row.footer {
	margin-bottom: 10px;
}

.clearfix span {
	display: none;
	}

.profile {
	width: 330px;
	font-size: 0.9em;
	}

.profile ul {
	float: left;
	}

.profile ul li i {
	margin-right: 5px;
	}

.icon-envelope {
	float: left;
	height: 1em;
	padding-top: 0.2em;
}			


.brand img {
	width: 210px;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus, .nav > li > a:hover, .nav > li > a:focus, .nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
	background: none;
	color: #f58055;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	text-decoration: none;
	color: #ffffff;
	background-color: #f58055;
	background-image: none;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.nav .dropdown-toggle .caret {
	display: none;
	border-top-color: #f58055;
	border-bottom-color: #f58055;
}
				
.nav-pills > li > a {
	text-transform: uppercase;
	padding: 14px 0 14px 0;
	margin: 0 18px 0 0;
	font-size: 13px;
	color: #333333;
		font-family:'Gotham-Bold';
}

.nav .dropdown-toggle .caret, .nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
	border-top-color: #333;
	border-bottom-color: #333;
}

img {
	max-width: none;
}

form.logout {
	margin: 0;
	display:inline;
	float:right;
}

.icon-lock {
	padding-left: 15px;
}

.top-logout {
	line-height: 30px;
	border: none;
	background: none;
	height: 30px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
}

.affix {
	top: 20px;
}

a.brand {
	display: block;
	margin-top: -30px;
	margin-bottom: 20px;
}

.page-top {
	background: #0053a0;
}

.clearfix {
		clear: both;
	}

.member-login {
	color: #fff;
}

.member-login a {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	font-family:'AvantGardeLT-Bold';	
}
			

.pad-left {
	margin-bottom: 10px;
	margin-left: 20px;
}	

.nav-list .divider {
	margin: 3px 0;
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
	background: #0053a0;
}

.active.sub-level a {
	color: #f58055;
}


h1 {
	font-size: 30px;
}

.lead {
	font-size: 16px;
	display: block;
	font-style:italic;
	line-height:24px;	
}

.well {
	box-shadow: none;
}

.well h2{
	margin:0;
	font-size:20px;
}
.recipe-content table{
	width:350px;
	margin-bottom:15px;
}
.recipe-content table tr td{
	width:175px;
	padding:5px 0;
}
footer p{
	color:#fff;
}
footer a{
	color:#fff;
}
footer a:hover{
	text-decoration:underline;
	color:#fff;
}
.breadcrumb{
	background:none;
	font-size:11px;		
	margin:0;
		padding-left:0;
}
a{
	color:#f58055;
}


.carousel-control{
	top:50%;			
}


.identifiers h3{
				font-size:18px;
			}

.identifiers div {
	text-align: justify;
}
body p, body li{
	color:#555;
}
body strong{
	color:#222;
}

.sidebar ul li a {
	display: block;
	font-weight: bold;
	padding: 5px 0;
	color: #666;
}

.sidebar ul.lv1{
	list-style-type:none;
	padding: 0px;
	margin: 0;
}

.sidebar ul.lv1 li{
	border-bottom:1px #e6e6e6 solid;
}

.sidebar ul.lv1 li.last{
	border-bottom: 0;
}
.sidebar ul.lv2{
	margin-left:0;
			list-style-type:none;
	
		}
.sidebar ul.lv2 li{
	border-top:1px #e6e6e6 dashed;
	border-bottom:0;
}
.sidebar ul.lv2 li a{
	padding-left:20px;
	padding-bottom: 5px;
}
.sidebar ul.lv3{
	margin-left:0;
}
.sidebar ul.lv3 li{
	list-style-type:none;
	padding-left:20px;
}

.sidebar ul.lv3 li a {
	font-size: small;
}

.sidebar ul li.selected > a{
		color: #f58055;
}
	.sidebar ul li.selected li{
	font-weight:normal;
		}

.recipe-name{
		padding-top:5px;
		}
		a:hover, a:focus {
				color:#f58055;
			}

.identifiers {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
.identifiers a {
	color: #666;
}

.identifiers i {
	color: #f58055;
}


#facebook {
	border: solid 1px #ccc;	
	background: #fff;	
}
.footer h3{
	background:#0d5ca5;
	color:#f58055;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	margin-top:0;
	margin-bottom:5px;
}
.footer-contact{
	background:#0d5ca5;
}
.footer ul, .footer li, .footer p{
		color:#fff;
	}

#footer-contact{
	background:#0d5ca5;
	min-height:180px;
}
#footer-contact table tr td{
	width:230px;
	vertical-align:top;
	padding-top:20px;
	padding-left:10px;
}
#footer-contact table tr td p{
					padding-left:10px;
				}

.carousel-control.right {
	right: -50px;
}
.carousel-control.left {
	left: -50px;
}

.carousel-inner {
	border-radius: 5px;
}
				
.carousel-inner .container table{
			position:absolute;
			bottom: 30px;
			left: 30px;
	background:url('/images/slide-trans-bg.png') repeat;
	color:#fff;
		}
		.carousel-inner .container table tr td{
					vertical-align:middle;
		padding: 20px 20px 15px 20px;
	color:#333;
		}
.carousel-inner .container table tr td h1{
	color:#f58055;
		font-size:30px;
		line-height: 1em;
		text-shadow: 1px 1px 1px #666;
		}
		.carousel-inner .container table tr td p{
			color:#333;
			font-size:15px;
			line-height: 1.3em;
			font-weight: bold;
		}

		
.news-header i {
	color: #f58055;
}
		
.items.archive{
					margin-bottom:20px;
				}
.newsItem.archive, .newsItem{
	border-top: 1px #e6e6e6 solid;
	padding: 10px 0
}

.newsItem.archive h3 a, .newsItem  h3 a{
	color: #666;
}
.newsItem.first{
			border-top:0;
		}
.vertical li a {
	color: #333;
}

.carousel-control{
	border:0;
	background:none;
	color:#CCC;
	text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
}
footer p{ color:#fff; }


.news-home h2 {
		border-bottom: 1px #e6e6e6 solid;
	}

.newsItem h3 {
				margin: 0;
			}

.newsItem .date {
						font-style: italic;
						font-size: small;
					}

.newsItem .btn
{
	margin-top: 5px;
}

.news-home .archive
{
	margin-top: 5px;
	font-weight: normal;
}

#contour {
	padding: 0 !important;
}

.contourPageName {
	display: none !important;
}
	
	#contour fieldset {
		margin: 0 !important;
	}
	
	.contourNavigation {
		padding: 0 1.4em !important;
	}

#contour fieldset {
	padding-top: 0 !important;
}










































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h2 {

}

h3 {

}

h4 {

}

h5 {

}

