@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(/images/bg.png) repeat-x #fcaeb1;
	font-family:Arial, Helvetica, sans-serif;
}
/******************** PAGE WRAPPERS ********************/

#backgroundWrapper {
	width:100%;
	float:left;
}
#marginWrapper {
	width:960px;
	margin:0 auto;
}
/******************** HEADER ********************/

#headerWrapper {
	width:960px;
	height:243px;
	float:left;
	background:#fff;
	overflow:hidden;
}
#headerWrapper img {
	border:none;
}
#header {
	width:960px;
	height:204px;
	float:left;
	margin:0;
	background:url(/images/headerBG.jpg) no-repeat;
	overflow:hidden;
}
#headerLeft {
	width:440px;
	float:left;
	margin:0 0 0 20px;
	height:204px;
	display:inline;
}
#headerLeft img {
	border:none;
}
#headerRight {
	width:464px;
	float:right;
	height:204px;
	margin:0 36px 0 0;
	display:inline;
}
/******************** NAV ********************/

#nav {
	width:920px;
	height:39px;
	float:left;
	margin:0 20px;
	display:inline;
	background:url(/images/nav_bg.png) no-repeat #fff;
}
#nav ul {
	margin:0 30px;
	padding:0;
	display:inline;
	list-style:none;
	width:900px;
	height:39px;
	overflow:none;
}
#nav li {
	margin:0;
	line-height:39px;
	display:inline;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
#nav li a {
	color:#fff;
	padding:0 15px 0 0;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
#nav li a:hover {
	text-decoration:underline;
}
#nav li a.media {
	color:#e1ebbb;
	padding-left:90px;
}
#nav li a.contact {
	color:#e1ebbb;
	padding:0;
}
/******************** CONTENT WRAPPER ********************/

#bodyWrapper {
	width:920px;
	float:left;
	padding:0 20px 50px 20px;
	background:url(/images/footerBG.png) bottom no-repeat #FFF;
}
/******************** HERO ********************/

#heroWrapper {
	width:920px;
	height:237px;
	float:left;
	margin:1px 0 0 0;
	overflow:hidden;
}
#heroWrapper img {
	border:none;
}
#heroLeft {
	width:500px;
	height:237px;
	float:left;
	margin:0 1px 0 0;
}
#slideshow {
	width:500px;
	height:237px;
	float:left;
}
#slideshow img {
	position: absolute;
	z-index: 8;
	opacity: 0;
}
#slideshow img.active {
	z-index: 10;
	opacity: 1;
}
#heroRight {
	width:419px;
	height:237px;
	float:left;
	margin:0;
	padding:0;
}
/******************** SHADOW ********************/

#shadow {
	width:920px;
	height:17px;
	float:left;
	background:url(/images/shadowBG.png) no-repeat;
	margin:1px 0 20px 0;
}
/******************** CONTENT ********************/

#contentWrapper {
	width:890px;
	padding:0 15px;
	float:left;
}
#contentWrapper h1 {
	font-size:24px;
	font-weight:bold;
	color:#c11a20;
	margin:0 0 10px 0;
}
#contentWrapper h2 {
	font-size:20px;
	font-weight:bold;
	color:#e44f54;
	margin:10px 0 10px 0;
	padding-bottom:5px;
	border-bottom:1px solid #e44f54;
}
#contentWrapper h3 {
	font-size:18px;
	font-weight:normal;
	color:#666;
	line-height:30px;
	margin:20px 0 20px 0;
}
#contentWrapper p, #contentWrapper ul li {
	font-size:14px;
	color:#666;
	line-height:24px;
}
#contentWrapper a, #contentWrapper p a, #contentWrapper ul li a {
	color:#c11a20;
	text-decoration:none;
}
#contentWrapper a:hover, #contentWrapper p a:hover, #contentWrapper ul li a:hover {
	text-decoration:underline;
}
.readMore {
	font-size:12px;
}
.recipeListItem {
	float:left;
	width:100%;
	margin:10px 0;
	line-height:24px;
	padding:0px 0 15px 0;
	border-bottom:1px solid #f5cccd;
}
.recipeListHeader {
	float:left;
	font-size:18px;
	color:#888;
	font-weight:normal;
}
.recipeListLink {
	float:right;
	padding-left:20px;
	color:#e44f54;
	font-size:14px;
	font-weight:normal;
}
.recipeListLink a {
	text-decoration:none;
	color:#e44f54;
}
#contentWrapper ol li {
	font-size:11px;
	color:#888;
	line-height:18px;
}
#recipe ol li {
	font-size:14px;
	color:#666;
	line-height:24px;
}
#recipe h2 img {
	padding:2px;
	border:1px solid #e44f54;
	background:#fff;
}
#contentLeftCol {
	width:650px;
	float:left;
	padding-right:40px;
}
#contentLeftColHP {
	width:460px;
	padding-right:40px;
	float:left;
}
#contentRightColHP {
	width:390px;
	float:right;
}
#contentRightCol {
	width:200px;
	float:right;
}
#contentRightCol img, #contentRightColHP img {
	border:none;
	margin:0 0 5px 0;
}
/******************** EVENTS ********************/

.eventItem {
	float:left;
	width:100%;
	padding-bottom:30px;
	border-bottom:1px solid #eee;
	margin-bottom:30px;
}
.eventDateWrapper {
	width:100px;
	height:100px;
	float:left;
	margin:10px 20px 20px 0;
	display:block;
	text-align:center;
}
.eventItemContent {
	width:530px;
	float:left;
}
.eventItem h2 {
	border-bottom:none !important;
	margin-top:0;
	padding-top:0;
}
.eventDateDay {
	font-size:20px;
	color:#444;
	font-weight:Bold;
	margin:0;
}
.eventDateMonth {
	font-size:16px;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
}
.eventDateYear {
	font-size:12px;
	color:#888;
	font-weight:bold;
}
.eventDateEnd {
	padding-top:15px;
	padding-bottom:15px;
	margin-top:15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	font-size:11px;
	color:#777;
}
.eventLink {
	font-size:12px;
	float:left;
	padding:5px 7px;
	width:500px;
	height:20px;
	background:#eee;
	height:20px;
	line-height:20px;
	color:#999;
	font-weight:Bold;
	display:block;
}
.eventLink a {
	color:#e44f54 !important;
}
/******************** BLOG ********************/

.blogItemWrapper {
	float:left;
	width:100%;
	padding-bottom:30px;
	border-bottom:1px solid #eee;
	margin-bottom:30px;
}
.blogItemWrapper h2 {
	margin:0 !important;
	border-bottom:none !important;
}
.blogItemDate {
	float:left;
	width:100%;
	padding:0px 0 20px 0;
	font-size:12px;
	color:#888;
	font-style:italic;
}
.blogItemSummary {
	font-size:14px;
	padding:0 0 10px 0;
}
.blogItemSummaryLink {
	font-size:12px;
	font-weight:bold;
}
.blogItemSummaryLink a {
	color:#e44f54 !important;
}
.displayPageLinks {
	width:100%;
	float:left;
	font-size:12px;
	color:#888;
	padding:5px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.displayPageLinks a {
	color:#e44f54 !important;
}
.displayPageNumber {
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	margin:0 10px;
}
.blogPost h2 {
	margin:0 0 5px 0;
}
.blogItemContent {
	margin:0;
	padding:0;
}
.blogPost .blogItemSummary {
	padding:0 !important;
	font-weight:bold;
}
.blogPost .blogItemSummary p {
	color:#888 !important;
}
/******************** MEDIA CLIPPING ********************/

.mediaClippingWrapper {
	width:100%;
	float:left;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:1px solid #eee;
}
.mediaClippingWrapper h2 {
	border-bottom:none !important;
	margin:0 0 10px 0;
	font-weight:normal !important;
}
.mediaClippingSource {
	font-size:14px;
	font-weight:bold;
	color:#888;
}
.mediaClippingDownload a {
	float:left;
	width:110px;
	height:50px;
	border:1px solid #ccc;
	background:url(/images/pdf-10.gif) no-repeat center top #eee;
	font-size:13px;
	padding:62px 5px 0 5px;
	line-height:18px;
	color: #c11a20;
	font-weight:Bold;
	display:block;
	margin:0 20px 40px 0;
	text-align:center;
}
.mediaClippingDownload a {
	color:#c11a20 !important;
}
.mediaClippingDownload a:hover {
	text-decoration:none !important;
	background:url(/images/pdf-10.gif) no-repeat center top #fff;
}
/******************** FOOTER ********************/

#footer {
	width:890px;
	float:left;
	padding:20px 35px 20px 35px;
	font-size:11px;
	color:#c11a20;
}
#footer a {
	color:#c11a20;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.footerLeft {
	width:435px;
	padding-right:20px;
	float:left;
}
.footerRight {
	width:435px;
	float:right;
	text-align:right;
}
/******************** FORM STYLING ********************/

#contentLeftCol form {
	padding:0;
	margin:0;
}
#contentLeftCol dl {
	clear:both;
	margin:30px 0;
	padding:0;
	width:650px;
	font-size:14px;
	color:#777;
	padding:30px 0 0 0;
	border-top:5px solid #eee;
}
#contentLeftCol dt {
	float:left;
	text-align:left;
	width:310px;
	line-height:14px;
	height:40px;
	padding:10px 0;
	font-size:14px;
	font-weight:bold;
	color:#777;
	display:block;
	overflow:hidden;
}
#contentLeftCol sub {
	font-size:11px;
	line-height:11px;
}
#contentLeftCol dd {
	float:left;
	width:290px;
	line-height:18px;
	padding:10px 0;
	height:40px;
	text-align:left;
	display:block;
	overflow:hidden;
}
#contentLeftCol textarea {
	width:270px;
	height:40px;
	padding:2px 5px;
	*margin-left:-40px;
}
#contentLeftCol select {
	font-size:14px;
	color:#777;
	padding:2px 5px;
}
.required {
	color: #c11a20;
}
.textfieldStyle {
	width:270px;
	height:20px;
	font-size:14px;
	color:#777;
	float:left;
	margin-left:0;
	padding:2px 5px;
	display:inline;
	*margin-left:-40px;
}
.formSubmit {
	color:#fff;
	background:#c61a18;
	font-size:14px;
	text-transform:none;
	font-weight:bold;
	width:280px;
	line-height:34px;
	height:34px;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	*margin-left:-40px;
}

.blogHeader {
	width:650px;
	height:100px;
	float:left;
	margin:0 0 20px 0;
}

.mediaLink a {
	width:300px;
	display:block;
	padding:15px 0;
	height:20px;
	float:left;
	margin:0 20px 30px 0;
	font-size:14px;
	font-weight:Bold;
	background:#ffe9ea;
	color:#c11a20;
	text-decoration:none;
	text-align:center;
}
.mediaLink a:hover {
	background:#FCAEB1;
	text-decoration:none;
}