@charset "UTF-8";
body  {
	background: #f7f5d8 url(images/bk.jpg) repeat;
	margin: 10 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	}
#wrapper {
	width: 850px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
 #header {
	background: #e6dda6 url(images/masthead.jpg) no-repeat;
	padding: 0px;
	position: relative;
	height: 200px;
	width: 850px;
}
#header a img{
	border-style: none;
}
#logo {
	position: absolute;
	left: 15px;
	top: 5px;
}
 #header h1 {
	margin: 0;
	padding: 10px 0;
	font-size: medium;
	text-indent: -5000px;
}
#slogan {
	position: absolute;
	left: 45px;
	top: 120px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00543d;
	font-style: italic;
	line-height: 175%;
	text-align: center;
}
#thanks {
	position: absolute;
	top: 0px;
	right: 0px;
}
#leftside {
	float: right;
	width: 492px;
	margin: 0px;
	padding: 0px;
	height: 340px;
}
#contentarea {
	margin: 0 400 0 0px;
	width: 350px;
	line-height: 150%;
} 
#contentarea p, #contentarea h1 {
	padding: 5px;
	margin: 0px;
}
#contentarea h1 {
	font-size: large;
	color: #00523A;
}
#contentarea a{
	color: #AA1C20;
	text-decoration: underline;
}
#contentarea a:hover{
	color: #B4A935;
}
#slogan{
padding:5px;
margin:0px;
line-height:150%;

}
#testimony{
	line-height:155%;
	font-style: italic;
	padding: 20px;
	}
#subscontentarea  {
	padding: 5px;
	margin: 0px;
	line-height:175%;
}
#subscontentarea a{
	font-weight: bold;
	color: #A62023;
	text-decoration: none;
}
#subscontentarea a:hover{
	color: #64875A;
}
#subscontentarea h1{
	font-size: x-large;
	color: #00573C;
	padding-left:5px;
}
#subscontentarea h2{
	font-size: large;
	color: #AA1D21;
	padding-left:5px;
}
#subscontentarea h3{
	font-size: small;
	color: #B4A933;
	padding-left:5px;
	text-transform: uppercase;
	padding-left:100px;
	letter-spacing: 1px;	
}
#subscontentarea h4{
	font-size: small;
	color: #B4A933;
	text-transform: uppercase;
	letter-spacing: 1px;	
}
#subscontentarea ol{
	padding-left:100px;
}
#subscontentarea li{
	line-height:155%;
	list-style: url(images/bullet.gif) none;	
}
#footer {
	background:url(images/footerbk.jpg) no-repeat;
	height: 150px;
	width: 850px;
	color: #01533C;
	border-top: 4px solid #00543d;
	clear: both;
}
#footer a {
	color: #00543d;
	text-decoration: none;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 35px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.RFloat {
	float: right;
	margin-left: 8px;
}
.LFloat {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav {
	background: #B20010;
	text-align: center;
}
.slideshow {
	display: block;
	margin-left:auto;
	margin-right:auto;
}
#scroller{
	clear:both;
	width:850px;
	height:25px;
	padding-top:15px;
	background-color:transparent;
	color:#900;
	font-weight:bold;
}
#scroller a{
	color: #0E543D;
	text-decoration: underline;
}
#scroller a:hover{
	color: #B4A933;
}
.foodpic {
	margin: 5px;
	float: right;
	border: 1px solid #AA1D21;
}
.redboldtext {
	font-style: italic;
	font-weight: bold;
	color: #B32A2F;
}
