@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #bde0b8;
	background-image: url(../layout/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	background-image: url(../layout/header.jpg);
	background-repeat: no-repeat;
	height: 201px;
	width: 960px;
}
#nav {
	background-image: url(../layout/nav.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 960px;
	float: left;
	padding: 0px;
}
#footer {
	background-image: url(../layout/footer.jpg);
	background-repeat: no-repeat;
	height: 74px;
	width: 960px;
}
#mainbtm {
	background-image: url(../layout/main_btm.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 960px;
}
#mainbtmphoto {
	background-image: url(../layout/main_btmphoto.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 960px;
}
#btmlinks {
	background-image: url(../layout/btmlinks.jpg);
	background-repeat: no-repeat;
	height: 92px;
	width: 960px;
}

#nav ul {
	float: left;
	padding: 0;
	width: 960px;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

#nav ul li {
	display: inline;
}
#nav ul li a {
	float: left;
	height: 40px;
	text-align: center;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #006600;
	font-size: small;
	background-image: url(../layout/images/div.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#nav ul li a:hover {
	color:#FFFFFF;
	background-image: url(../layout/images/divbg.png);
	background-repeat: repeat-x;
}
#nav li .last {
	background: none;
}
.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
#mainLeft {
	text-align: left;
	margin-left: 40px;
	margin-top: 25px;
	margin-right: 35px;
}

#main {
	text-align: left;
}

#mainLeft h1, #main h1 {
	color: #006600;
}
#mainLeft h2, #main h2 {
	color: #006699;
}
#btmlinkscontent {
	text-align: center;
	padding-top: 30px;
	padding-right: 25px;
	padding-left: 25px;
}
#btmlinkscontent a {
	color: #006600;
	text-decoration: none;
}

#btmlinkscontent a:hover {
	color: #663366;
	text-decoration: none;
}

#footercontent {
	text-align: center;
	padding-top: 2px;
	color: #669999;
}
#copyright {
	text-align: center;
	padding-bottom: 5px;
	font-size: x-small;
	color: #568156;
	margin-right: 40px;
	margin-left: 40px;
}
#copyright a {
	color: #006699;
	text-decoration: none;
}
#copyright a:hover {
	color: #663366;
	text-decoration: none;
}
#moduletop {
	background-image: url(../layout/images/module_top.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 259px;
}
#modulemid {
	background-image: url(../layout/images/module_mid.png);
	background-repeat: repeat-y;
	height: auto;
	width: 259px;
}
#modulebtm {
	background-image: url(../layout/images/module_btm.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 250px;
}

#modulebtm_onecol {
	background-image: url(../layout/main_onecolumn_btm.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 250px;
}
#moduletopTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-top: 25px;
	padding-left: 25px;
	font-weight: bold;
	font-size: medium;
	padding-right: 25px;
	color: #99FFFF;
}
#modulemidcontent {
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
	color: #003333;
}
.floatleft {
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
}

.floatright {
	float: right;
	padding-left: 8px;
	padding-bottom: 8px;
}

#mainLeft a, #main a {
	text-decoration: none;
	color: #006699;
}

#mainLeft a:hover, #main a:hover {
	text-decoration: none;
	color: #660099;
}
#mainLeft h3, #main a h3 {
	color: #663300;
}
#storehour {
	color: #FFFFFF;
}
#mainphoto h1 {
	color: #8CB348;
}
#photogallery {
	height: auto;
	margin-top: 25px;
	margin-right: 25px;
	margin-left: 25px;
}

.style1 {font-size: x-small}#header h1 {
	position: absolute;
	top: -100px;
}
#ad {
	padding: 5px;
}
