@charset "utf-8";

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	color: #333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		background-image: url(images/bgrepeat.jpg);
	background-repeat: repeat-x;
	background-color: #62AC5F;
}

img {
border: none;	
}
.img_left {
	clear: left;
	padding: 5px;
	float: left;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

#outta {
	position: relative;
	width: 100%;
	text-align: center;
}

#center_container {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#myContent {
	background-image: url(images/flashcontent.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 900px;
	z-index: -1;
}

#top_nav {
	position: relative;
	clear: both;
	float: left;
	width: 900px;
	height: 35px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-color: #4F7F4F;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F0E1BA;
}

#top_nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 35px;
	
}
#top_nav ul li {
	float: left;
	margin-right: 0px;
	margin-left: 15px;
}
#top_nav ul li a {
	color: #DFECDF;
	display: table-cell;
	line-height: 250%;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top_nav li a:hover {
	color: #FFF;
}

#middle {
	background-image: url(images/middle_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	width: 900px;
	clear: both;
	float: left;
	background-color: #FFF;
}
#middle_pad {
	text-align: left;
	padding-top: 20px;
	padding-right: 220px;
	padding-bottom: 30px;
	padding-left: 20px;
	position: relative;
}

#middle_pad a {
	color:#3B6838;
}

#middle_pad_inner {
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: relative;
}

#middle_pad_inner a {
	color:#3B6838;
}

h1 {
	font-size: 220%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
h2 {
	font-size: 180%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 0;
	color: #3C6A39;
	padding: 0px;
	clear: left;
	font-weight: normal;
}
h3 {
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #3C6A39;
	padding: 0px;
	clear: left;
}


p {
	font-size: 110%;
	line-height: 160%;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0;
	margin-top: 0;
}

hr {
	border: 0;
	width: 80%;
	color: #3C6A39;
	background-color: #3C6A39;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}
.larger {
	font-size: 120%;
	font-weight: bold;
}

#right_promos {
	position: absolute;
	width: 185px;
	top: -60px;
	right: 15px;
	text-align: center;
		
}

.img_border {
	border: 1px solid #3C6B37;
}
.inner_promo {
	position: relative;
	background-image: url(images/promo_bg.jpg);
	background-repeat: repeat-x;
	background-position: left 30px;
	float: left;
	width: 270px;
	margin-left: 0px;
	margin-right: 10px;
}

.inner_promo h3 a {
	text-decoration: none;
	color: #333;
}

.inner_promo_right {
	position: relative;
	background-image: url(images/promo_bg.jpg);
	background-repeat: repeat-x;
	background-position: left 30px;
	float: right;
	width: 270px;
	margin-left: 20px;
}

.inner_promo_right h3 a {
	text-decoration: none;
	color: #333;
}

.home_promo_container {
	padding-left: 20px;
}

.home_promo {
	position: relative;
	background-image: url(images/promo_bg.jpg);
	background-repeat: repeat-x;
	background-position: left 30px;
	float: left;
	width: 200px;
	margin-left: 0px;
	margin-right: 15px;
}

.home_promo h3 a {
	text-decoration: none;
	color: #333;
}

.home_promo_pad {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: left;
}	
.home_promo_pad p {
	font-size: 100%;
	line-height: 140%;
	margin-top: 5px;
}

.home_promo_pad a {
	color: #3B6838;
	font-weight: bold;
}



#bottom {
	clear: both;
	float: none;
	background-image: url(images/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
	height: 100px;
}
#bottom_pad {
	padding: 15px;
}
#bottom_pad ul {
	list-style-type: none;
	padding: 0;
	width: 800px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 20px;
}
#bottom_pad li {
	margin-left: 15px;
	float: left;
}	

#bottom_pad a {
	color:#254222;
	text-decoration: none;
}	
.gallery_container {
	position: relative;
	clear: both;
	width: 860px;
	float: left;
	margin-bottom: 30px;
}
.gallery_item {
	padding: 5px;
	float: left;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-bottom: 10px;
}
#special_offers {
	float: right;
	margin-left: 50px;
	border: 2px solid #568656;
	width: 200px;
	padding: 10px;
	background-color: #DCE9DC;
}

.button {
	background-color: #568656;
	color: #fff;
	font-weight: bold;
}
.news_container {
	margin-bottom: 15px;
	width: 100%;
	clear: both;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 15px;
}
.news_img {
	float: left;
	width: 120px;
}
.news_body {
	float: left;
	width: 700px;
}

.news_body p {
	margin-top: 0;
	padding-top: 0;
}
.news_body h2 {
	margin-top: 0;
}

.news_body_main {
	float: left;
	width: 530px;
}
.news_body_main p {
	margin-top: 0;
	padding-top: 0;
}

.news_img_main {
	float: left;
	margin-right: 15px;
	width: 250px;
}

#self_catering {
	float: right;
	margin-right: 30px;
	width: 250px;
	border: 1px solid #ccc;
	margin-left: 30px;
	background-color:#FFFCDF;
}

#self_catering_pad {
	padding: 10px;
}

#self_catering h2 {
	font-size: 150%;
	margin: 0;
	margin-bottom: 5px;
}

#top { position: relative; }
