@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333;
	border-top: #7B854B 10px solid;
	margin:0;
	background: #4A6882 url(img/bg-body.jpg) top repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p {
	margin: 0;
}

a {
	color: #7B854B;
	text-decoration:none;
}

a:hover,active {
	text-decoration:underline;
	color: #4A6882;
}

.form {
	font-size:11px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 20px;
}
	.form td {
		padding: 3px;
	}


/**  CONTAINERS  **/

#header {
	background: #ffffff url(img/bg-logo.jpg) 20px 15px no-repeat;
	height: 130px;
	margin: 0 auto;
	width: 950px;
}
	#header h1 {
		display:none;
	}
	
	#header .contact {
		text-align: right;
		float: right;
		padding: 10px;
		width: 660px;
	}
	#header h2 {
		color: #7B854B;
		font-size: 0.9em;
		font-weight: normal;
	}
	
	#header p {
		color:#666;
		font-size: 0.8em;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	#header .subnav {
		margin-top: 50px;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:13px;
	}
	#header .subnav a {
		padding: 0 0 0 10px;
	}

#nav {
	width: 975px;
	margin: -5px auto;
	padding: 5px 0;
	background:url(img/bg-nav.jpg) bottom no-repeat;
	height:38px;
	line-height:38px;
	text-align:center;
}
	#nav a {
		color: #fff;
		font-variant: small-caps;
		letter-spacing: 2px;
		padding: 0 25px;
		font-size:22px;
		border-right: #666 solid 1px;
	}
	
	#nav a:hover,active {
		color:#333;
		text-decoration:none;
	}
	
	#nav .on {
		background: url(img/bg-on.jpg) top repeat-x;
		color: #333;
		padding: 10px 30px 11px;
		border-right: #999 solid 1px;
		border-left: #999 solid 1px;
		border-top: #999 solid 1px;
		margin: 0 0 0 -5px;
	}
	
#flasharea {
	width: 940px;
	margin: 5px auto;
	background-color: #E7F1F4;
	padding: 5px;
}

#content {
	width: 950px;
	background-color:#fff;
	margin: -5px auto;
}
	#content .left {
		width:415px;
		padding: 15px;
		float:left;
	}
	
	#content .left h1 {
		font-weight:normal;
		font-size: 1.4em;
		color: #7B854B;
		margin-bottom:15px;
	}
	
	#content .left p {
		margin: 10px 0;
		font-size:0.9em;
		line-height:150%;
		color:#666;
	}
	.featured-menu {
		width: 220px;
		padding: 10px;
		background: url(img/bg-featuredmenu.jpg) no-repeat bottom right #E4ECF1;
		min-height:206px;
		float: left;
		margin: 5px;
		color:#666;
	}
	
	.featured-menu a {
		padding: 15px 0;
		font-size: 12px;
	}
	.featured-menu h2 {
		font-weight:normal;
		color:#333;
	}
	
	.featured-menu h2 a {
		font-size:20px;
	}
	
	#content .contact {
		width: 220px;
		padding: 10px;
		background: url(img/bg-contact.jpg) no-repeat bottom left #E4ECF1;
		min-height:206px;
		float: left;
		margin: 5px;
		color:#666;
		text-align:right;
		font-size:12px;
	}
	#content .contact h2 {
		font-weight:normal;
		color: #333;
		font-size:18px;
	}
	#content .contact p {
		margin: 10px 0 0 0;
	}
	#content .contact a {
		font-size:16px;
	}
	
	#content .holiday {
		width: 220px;
		padding: 10px;
		background: url(img/bg-holiday.jpg) no-repeat top left #E4ECF1;
		min-height:206px;
		float: left;
		margin: 5px;
		color:#666;
		text-align:right;
		font-size:12px;
	}
	#content .holiday h2 {
		font-weight:normal;
		color: #FFF;
		font-size:24px;
		padding: 90px 0 0 0;
	}
	#content .holiday p {
		margin: 10px 0 0 0;
		color: #fff;
	}
	#content .holiday a {
		color: #fff;
	}
	#content .weddings {
		width: 220px;
		padding: 10px;
		background: url(img/bg-weddings.jpg) no-repeat top left #E4ECF1;
		min-height:206px;
		float: left;
		margin: 5px;
		color:#666;
		text-align:right;
		font-size:12px;
		border-top:none;
	}
	#content .weddings h2 {
		font-weight:normal;
		color: #036;
		font-size:24px;
		padding: 110px 0 0 0;
	}
	#content .weddings p {
		margin: 0 0 0 0;
		color: #000;
	}
	#content .weddings a {
		color: #036;
	}
	
	
#fullwidth {
	width: 950px;
	background-color:#fff;
	margin: 5px auto;
}
	#fullwidth .left-full {
		width:660px;
		padding: 15px;
		float:left;
	}
	#fullwidth .contact {
		width: 220px;
		padding: 10px;
		background: url(img/bg-contact.jpg) no-repeat bottom left #E4ECF1;
		min-height:206px;
		float: left;
		margin: 5px;
		color:#666;
		text-align:right;
		font-size:12px;
	}
	#fullwidth .contact h2 {
		font-weight:normal;
		color: #333;
		font-size:18px;
	}
	#fullwidth .contact p {
		margin: 10px 0 0 0;
	}
	#fullwidth .contact a {
		font-size:16px;
	}
	
	#fullwidth .left-full h1 {
		font-weight:normal;
		font-size: 1.4em;
		color: #7B854B;
		margin-bottom:15px;
	}
	
	#fullwidth .left-full h2 {
		color:#4A6882;
		font-weight:normal;
		margin: 20px 0 5px;
}
	
#footer {
	margin: 10px auto;
	color: #CCC;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:150%;
	width:950px;
	font-size:11px;
	text-align:center;
}
	#footer a {
		color: #fff;
	}

#krazee {
		width: 220px;
		padding: 140px 10px 10px;
		background: url(img/bg-krazee.jpg) no-repeat;
		float: left;
		margin: 5px;
		color:#666;
	}
	#krazee a {
		color:#000;
		font-weight:bold;
	}

/****  TEXT STYLES *****/

.accent {
		color: #4A6882;
		font-style:italic;
		font-size: 1.3em;
	}

.question {
	color: #4A6882;
	margin: 20px 0 0 0;
	font-size:1.2em;
	font-style:italic;
}

.answer {
	margin: 0 0 0 25px;
	font-size:0.9em;
	line-height:150%;
	color:#666;
}

.testimonial {
	background:url(img/bg-quote.jpg) left top no-repeat;
	padding: 15px 0 15px 25px;
	border-bottom: solid 1px #CCC;
	font-size:1.0em;
	line-height:150%;
	color:#666;
	
}

.testimonial-name {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	text-align:right;
	font-style:italic;
	color:#7B854B;
	line-height:15px;
}

.menu {
	padding: 15px 0 15px 25px;
	border-bottom: solid 1px #CCC;
	font-size:1.0em;
	line-height:150%;
	color:#666;
	
}

.events p {
		margin: 15px 0;
		font-size:0.9em;
		line-height:150%;
		color:#666;
}

	.events img {
		border-top: #7B854B 10px solid;
		float: right;
		margin-left: 10px;
		}
		
	.events h3 {
		color: #4A6882;
		font-style:italic;
		font-size: 1.1em;
		font-weight:normal;
	}
	.events ul {
		font-size:0.8em;
		line-height:150%;
		color:#666;
	}
		

.weddings {
	background: url(img/title-weddings.jpg) top left no-repeat;
	height: 48px;
	width: 640px;
	padding: 80px 0 0 20px;
	border-top: #7B854B 10px solid;
}

.corporate {
	background: url(img/title-corporate.jpg) top left no-repeat;
	height: 53px;
	width: 550px;
	padding: 75px 0 0 90px;
	border-top: #7B854B 10px solid;
}

.event {
	background: url(img/title-events.jpg) top left no-repeat;
	height: 53px;
	width: 630px;
	padding: 75px 0 0 20px;
	border-top: #7B854B 10px solid;
}
.bbqs {
	background: url(img/title-bbqs.jpg) top left no-repeat;
	height: 43px;
	width: 630px;
	padding: 95px 0 0 20px;
	border-top: #7B854B 10px solid;
}

.cafe {
	background: url(img/title-cafe.jpg) top left no-repeat;
	height: 83px;
	width: 600px;
	padding: 75px 0 0 60px;
	border-top: #7B854B 10px solid;
}