@charset "utf-8";

html, body {
	background-image: url(Images/main-bg.jpg);
	background-repeat: repeat;
	height:100%;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
ul.nav {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	position: relative;
}
#nav-container {
	padding-top: 65px;
}

UL.nav LI {
	LIST-STYLE-IMAGE: none;
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
	POSITION: relative;
	text-decoration: underline;
	font-size: 14px;
	color: #FFF;
	height: 55px;
	line-height: 4em;
	padding: 0px;
	text-transform: uppercase;
}
UL.nav a:link {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}
UL.nav a:visited {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}
UL.nav a:hover {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	color: #965A1E;
	position: relative;
}
#leftcol-border {
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #965A1E;
	width: 215px;
	margin-right: auto;
	margin-left: auto;
}
#address {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
}


#logo {
	background-position: center;
	width: 232px;
	margin-right: auto;
	margin-left: auto;

}
#header {
	font-size: 18px;
	color: #960;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2em;
	padding-bottom: 25px;
}
#leafbg {
	background-image: url(Images/main-leaf-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#leaftext {
	font-size: 14px;
	line-height: 2.5em;
	color: #FFF;
	text-align: center;
	width: 416px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.imageFloatleft {
	float: left;
	padding-right: 5px;
}
.imageFloatright {
	float: right;
	border: 2px solid #960;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-left: 55px;
}

#footer {
	background-image: url(Images/footer-bg.jpg);
	height: 52px;
	font-size: 10px;
	line-height: 5em;
	text-transform: uppercase;
	color: #960;
	text-align: center;
}
#container {
	background: url(container-bg.jpg) repeat;
	width: 915px;
	min-height:100%;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
}
#container-padding {

}
#main-wrap {
	width: 867px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#leftnav {
	float: left;
	width: 252px;
	position: relative;
}
#main-content {
	float: left;
	width: 615px;
	padding-top: 75px;
}
#hours {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 20px;
}
#secondarybg {
	font-size: 14px;
	color: #FFF;
	line-height: 2em;
	padding-bottom: 25px;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #960;
	border-bottom-color: #960;
}
.pic1 {
	border: 2px solid #960;
}

