body {
	background: url(../_imgs/BGWood.jpg);
}


/*This Removes Boarders Around Linked Pictures Throughout The Entire Site*/
a img { border:none; outline:none; } 


/*Wrapper*/
#wrapper {
	background: url(../_imgs/BGWood.jpg);
	margin: 30px auto 5px;
	width: 960px;
	position: relative;
	z-index: 10;
	padding: 0px;
	list-style: url(none) none;
	border-top: 15px solid #ffffcb;
	border-right: 15px solid #ffffcb;
	border-bottom: 10px solid #ffffcb;
	border-left: 15px solid #ffffcb;
}
/*Wrapper End*/


/*Logo*/
#logo {
	background: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 181px;
	width: 230px;
	position: absolute;
	left: -45px;
	top: -25px;
	clear: both;
	border-width: 0px;
	border-style: none;
}
/*Logo End*/


/*Header Main*/
#header {
	background: url(../_imgs/Web/No%20Flash%20header%20BG.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 150px;
	width: 960px;
}
#wrapper #aboutheader {
	background: url(../_imgs/Web/aboutHeader.jpg);
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 960px;
}

#wrapper #header #FlashID {
	clear: both;
	float: right;
}
/*Header Main End*/


/*Nav Main*/
#nav {
	background: #ffffcb;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 960px;
	height: 25px;
	border-top: 15px solid #ffffcb;
	border-right: 0px none #ffffcb;
	border-bottom: 0px none #ffffcb;
	border-left: 0px none #ffffcb;
}

#wrapper #nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	background: #784c18 url(../_imgs/Web/nav_bg.png);
}

#wrapper #nav ul li {
	float: left;
	width: 320px;
	text-align: center;
	margin: auto;
	vertical-align: middle;
	height: 25px;
	background: url(../_imgs/Web/nav_bg.png) no-repeat left top;
	height: 25px;
}

#wrapper #nav ul li a:link, #wrapper #nav ul li a:visited {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #ffffcb;
	text-decoration: none;
	text-align: center;
	width: 320px;
	vertical-align: top;
	text-transform: lowercase;
	display: block;
	background: url(../_imgs/Web/nav_bg.png) no-repeat left top;
	height: 25px;
}

#wrapper #nav ul li a:hover, #wrapper #nav ul li a:active {
	font: bold small-caps normal 1.1em Arial, Helvetica, sans-serif;
	color: #ffffcb;
	text-decoration: underline;
	background: url(../_imgs/Web/nav_bg.png) no-repeat left -25px;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 320px;
	height: 25px;
}
#wrapper #nav ul li a.current, #wrapper #nav ul li a.current:hover, #wrapper #nav ul li a.current:active {
	font: bold normal 1.1em Arial, Helvetica, sans-serif;
	color: #784c18;
	background: url(../_imgs/Web/nav_bg.png) no-repeat left -50px;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 320px;
	height: 25px;
	text-transform: uppercase;
	cursor: default;
	text-decoration: none;
}
/*Nav Main End*/


/*Main Content*/
#mainContent {
	background: url(../_imgs/BGIbrown.png);
	float: left;
	width: 600px;
	border-left: #ffffcb;
	z-index: auto;
	margin: 0px;
	padding: 0px;
}
#wrapper #mainContent #subNav {
	text-decoration: none;
	display: block;
	clear: both;
	width: 760px;
	text-align: center;
	vertical-align: middle;
	margin-top: 1em;
	margin-left: 30px;
}
#wrapper #mainContent #subNav ul {
	float: left;
	list-style: url(none) none;
	text-align: center;
	vertical-align: middle;
}
#wrapper #mainContent #subNav ul li {
	text-align: center;
	vertical-align: middle;
	float: left;
	height: 20px;
	width: 125px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../_imgs/Web/subnavBG.jpg);
}
#wrapper #mainContent #subNav ul li a:link, #wrapper #mainContent #subNav ul li a:visited {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #ffffcb;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
	display: block;
	height: 20px;
	width: 125px;
}
#wrapper #mainContent #subNav ul li a:hover, #wrapper #mainContent #subNav ul li a:active {
	font: bold small-caps 1em Arial, Helvetica, sans-serif;
	color: #db1010;
	text-decoration: underline;
	text-align: center;
	width: 125px;
	vertical-align: sub;
	display: block;
	height: 20px;
}
#wrapper #mainContent #subNav ul li a.current, #wrapper #mainContent #subNav ul li a.current:hover, #wrapper #mainContent #subNav ul li a.current:active {
	font: bold small-caps 1em Arial, Helvetica, sans-serif;
	color: #c59455;
	text-decoration: underline;
	text-align: center;
	vertical-align: sub;
	display: block;
	cursor: default;
}
#wrapper #mainContent #subNav center nav ul #lastLink {
	background: url(none);
}


#headline {
	display: block;
	margin: 0px;
	padding: 10px;
	width: 200px;
	position: relative;
	right: 0px;
	clear: both;
	float: right;
	color: #603913;
}

#topLine {
	text-transform: capitalize;
	text-align: left;
	vertical-align: middle;
	color: #603913;
	text-shadow: 5px 5px 10px #000;
	filter: dropshadow(color=#000, offx=5, offy=5);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bolder;
}
#bottomLine {
	text-transform: capitalize;
	color: #603913;
	text-align: right;
	vertical-align: middle;
	float: right;
	text-shadow: 5px 5px 10px #000;
	filter: dropshadow(color=#000, offx=5, offy=5);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

#contentBox {
	color: #784c18;
	background: #ffffcb;
	text-align: left;
	width: 500px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 10px 10px 30px #000;
	-moz-box-shadow: 10px 10px 30px #000;
	box-shadow: 10px 10px 30px #000;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 75px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}

#wrapper #mainContent #contentBox #firstLine {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
/*Main Content End*/

/*SideBar*/
#sideBar {
	background: url(../_imgs/BGWood.jpg);
	float: right;
	width: 360px;
	border-right: #ffffcb;
	margin: auto;
}
#chalkMark {
	background: url(../_imgs/Web/chalk-mark.png);
	float: left;
	height: 300px;
	width: 30px;
	margin-top: 60px;
	margin-right: 5px;
	margin-left: 5px;
}
#wrapper #sideBar #chalkMarkgreen {
	float: left;
	height: 700px;
	width: 30px;
	margin-top: 155px;
	margin-right: 5px;
	margin-left: 5px;
	background: url(../_imgs/Web/chalk-mark.png);
}

#wrapper #sideBar #sidePic #mainPic {
	margin: 75px auto;
}

#wrapper #sideBar #sidePic #aboutMain {
	margin: 25px 0px 0px;
	padding: 0px;
}
#wrapper #sideBar #sidePic #aboutgreen {
	margin-top: 125px;
	height: 650px;
}
/*SideBar End*/

/*Contact*/
#mainContentContact {
	float: left;
	width: 375px;
	z-index: auto;
	padding: 1em;
	background-color: #feffd7;
	border: thick groove #603913;
	margin-top: 12px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 24px;
}
#wrapper #Contactheader {
	background: url(../_imgs/Web/contactheader.jpg);
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 960px;
}

#wrapper #mainContentContact #contentBoxContact {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #ffffcb;
	border: 5px groove #603913;
	width: 300px;
	text-shadow: 5px 5px 10px #000;
	filter: dropshadow(color=#000, offx=5, offy=5);
	background-image: url(../_imgs/BGWood.jpg);
	background-repeat: repeat;
	margin: 10px;
}
#wrapper #mainContentContact #twitter {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	width: 400px;
	padding: 0px;
}

#wrapper #mainContentContact #contentBoxContact p a {
	color: #ffffcb;
	text-decoration: none;
}


#wrapper #mainContentContact #subNavContact {
	text-decoration: none;
	display: block;
	clear: both;
	text-align: center;
	vertical-align: middle;
	margin-top: 1em;
}
#wrapper #mainContentContact #subNavContact ul {
	float: left;
	list-style: url(none) none;
	text-align: center;
	vertical-align: middle;
}
#wrapper #mainContentContact #subNavContact ul li {
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#wrapper #mainContentContact #subNavContact ul li a:link, #wrapper #mainContentContact #subNavContact ul li a:visited {
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: block;
}
#wrapper #mainContentContact #subNavContact ul li a:hover, #wrapper #mainContentContact #subNavContact ul li a:active {
	text-decoration: none;
	text-align: center;
	vertical-align: sub;
	display: block;
}

#sideBarContact {
	background: url(../_imgs/BGWood.jpg);
	float: right;
	width: 500px;
	border-right: #ffffcb;
	margin: auto;
}

#wrapper #sideBarContact #sideBarBox {
	height: 955px;
	width: 450px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*Contact End*/

/*Directions*/
#mainContentDirections {
	background: url(../_imgs/BGIbrown.png);
	float: left;
	width: 460px;
	border-left: #ffffcb;
	z-index: auto;
	margin: 0px;
	padding: 0px;
}
#wrapper #DirectionsHeader {
	background: url(../_imgs/Web/directions-banner.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 960px;
}

#wrapper #mainContentDirections #headline {
	clear: both;
	float: right;
	width: 115px;
	margin-top: 10px;
	margin-right: 50px;
}
#wrapper #mainContentDirections #contentBoxDirections {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #784c18;
	background: #ffffcb;
	margin: 75px auto;
	border: 5px solid #ffffcb;
	width: 400px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 10px 10px 30px #000;
	-moz-box-shadow: 10px 10px 30px #000;
	box-shadow: 10px 10px 30px #000;
	margin: 125px auto 25px;
	padding: 0.5em;
}
#wrapper #mainContentDirections #contentBoxDirections p a {
	color: #ffffcb;
	text-decoration: none;
}

#wrapper #mainContentDirections #subNavDirections {
	text-decoration: none;
	display: block;
	clear: both;
	text-align: center;
	vertical-align: middle;
	margin-top: 1em;
}
#wrapper #mainContentDirections #subNavDirections ul {
	float: left;
	list-style: url(none) none;
	text-align: center;
	vertical-align: middle;
}
#wrapper #mainContentDirections #subNavDirections ul li {
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#wrapper #mainContentDirections #subNavDirections ul li a:link, #wrapper #mainContentDirections #subNavDirections ul li a:visited {
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: block;
}
#wrapper #mainContentDirections #subNavDirections ul li a:hover, #wrapper #mainContentDirections #subNavDirections ul li a:active {
	text-decoration: none;
	text-align: center;
	vertical-align: sub;
	display: block;
}

#sideBarDirections {
	background: url(../_imgs/BGWood.jpg);
	float: right;
	width: 500px;
	border-right: #ffffcb;
	margin: auto;
}
#wrapper #sideBarDirections #sideBarBox {
	background: #ffffcb;
	margin: 25px 5px;
	height: 550px;
	width: 450px;
	border: 5px solid #ffffcb;
	text-align: center;
}
#wrapper #sideBarDirections #sideBarBox #hours #disclaimer {
	font: italic 0.6em/1.5em "Arial Black", Gadget, sans-serif;
	color: #ffffcb;
	margin: 0px;
	padding: 0px;
}
#wrapper #sideBarDirections #sideBarBox #hours #sunThu {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #ffffcb;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
#wrapper #sideBarDirections #sideBarBox #hours #opHours {
	font: bolder small-caps 1.2em/1.5em "Arial Black", Gadget, sans-serif;
	color: #ffffcb;
	margin: 0px;
	padding: 10px 0px 0px;
	text-decoration: underline;
}
#wrapper #sideBarDirections #sideBarBox #hours {
	height: 90px;
	width: 450px;
	margin: 0px 0px 5px;
	background: #784c18;
}

#wrapper #sideBarDirections #sideBarBox iframe {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffcb;
	text-decoration: none;
}
/*Directions End*/

/*Legal*/
#mainContentLegal {
	background: url(../_imgs/BGIbrown.png);
	float: left;
	width: 960px;
	border-left: #ffffcb;
	z-index: auto;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#wrapper #mainContentLegal #contentBox {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#wrapper #mainContentLegal #contentBox #firstLine {
	font-weight: bold;
	text-align: center;
}

#sideBarLegal {
	background: url(../_imgs/BGWood.jpg);
	float: left;
	width: 960px;
	border-right: #ffffcb;
	margin: auto;
	clear: both;
}
#wrapper #sideBarLegal #legalnav nav ul li {
	display: block;
	float: left;
	width: 180px;
	list-style: url(none) none;
	font-size: .9em;
	font-weight: bold;
	color: #ffffcb;
	text-decoration: none;
}

#wrapper #sideBarLegal #legalnav nav ul li a:link, #wrapper #sideBarLegal #legalnav nav ul li a:visited {
	font: bold .9em Arial, Helvetica, sans-serif;
	color: #ffffcb;
	text-decoration: none;
	text-align: center;
	width: 180px;
	vertical-align: top;
	text-transform: capitalize;
	display: block;
}

#wrapper #sideBarLegal #legalnav nav ul li a:hover, #wrapper #sideBarLegal #legalnav nav ul li a:active {
	font: bold small-caps normal .9em Arial, Helvetica, sans-serif;
	color: #db1010;
	text-decoration: underline overline;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 180px;
}
#wrapper #sideBarLegal #legalnav nav ul li a.current, #wrapper #sideBarLegal #legalnav nav ul li a.current:hover, #wrapper #sideBarLegal #legalnav nav ul li a.current:active {
	font: bold small-caps normal .9em Arial, Helvetica, sans-serif;
	color: #c59455;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 180px;
	cursor: default;
	text-decoration: underline overline;
}
#wrapper #footer #legal {
	color: #ffffcb;
	font-weight: bold;
}
#wrapper #Menuheader {
	background: url(../_imgs/Web/Menu%20Header%20NoFlash.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 960px;
}

/*Legal End*/

/*Menu*/
#mainContentMenu {
	background: url(../_imgs/BGIbrown.png);
	float: right;
	width: 940px;
	z-index: auto;
	padding: 0px;
	clear: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrapper #mainContentMenu #contentBox {
	width: 850px;
	background: url(../_imgs/Web/menuboxbg.jpg) no-repeat left top;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#wrapper #mainContentMenu #contentBox #firstLine {
	font-weight: bold;
	text-align: center;
}
#mainContentSignature {
	background: url(../_imgs/BGIbrown.png);
	float: right;
	width: 760px;
	z-index: auto;
	margin: 0px;
	padding: 0px;
	clear: right;
}
#wrapper #mainContentSignature #contentBox {
	width: 700px;
	margin: 20px auto;
	background: #ffffcb;
}
#wrapper #mainContentMenu #contentBox #text {
	padding-right: 10px;
	padding-left: 10px;
}

#wrapper #mainContentSignature #contentBox #firstLine {
	font-weight: bold;
	text-align: center;
}

/*Menu Links*/
#wrapper #menuNav {
	margin: 15px 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 190px;
	list-style: url(none) none;
}
#wrapper #menuNav #MenuSpacer {
	height: 50px;
}
#wrapper #menuNav center #topPic {
	margin: 10px;
}
#wrapper #menuNav center #bottomPic {
	margin: 20px 10px 10px;
}
#wrapper #mainContentSignature #prices {
	font: bold small-caps 1em Arial, Helvetica, sans-serif;
	color: #ffffcb;
}


#wrapper #menuNav #sideNav {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: url(none) none;
	text-align: center;
	vertical-align: middle;
	width: 180px;
}
#wrapper #menuNav #sideNav #menuLink {
	margin: 0px;
	padding: 0.5em 0px;
	float: left;
	width: 180px;
	display: block;
}
#wrapper #menuNav #sideNav li a:link, #wrapper #menuNav #sideNav li a:visited {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #ffffcb;
	text-decoration: none;
	display: block;
	width: 180px;
}
#wrapper #menuNav #sideNav li a:hover, #wrapper #menuNav #sideNav li a:active {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #db1010;
	text-decoration: underline overline;
	display: block;
	width: 180px;
}
#wrapper #menuNav #sideNav li a.current, #wrapper #menuNav #sideNav li a.current:hover, #wrapper #menuNav #sideNav li a.current:active {
	font: bold small-caps 0.9em Arial, Helvetica, sans-serif;
	color: #784c18;
	text-decoration: underline overline;
	cursor: default;
}
#wrapper #mainContentMenu #contentBox #menuPics {
	height: 150px;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#wrapper #mainContentMenu #contentBox #menuPics ul li {
	float: left;
	width: 150px;
	list-style: url(none) none;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #mainContentSignature #contentBox ul {
	padding: 0em 2em 2em;
}
#wrapper #mainContentSignature {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 3px;
}

#wrapper #mainContentSignature #contentBox ul li {
	list-style: url(none) none;
}
#wrapper #mainContentSignature #contentBox center #free {
	color: #ffffcb;
	background: #784c18;
	width: 900px;
}
#wrapper #mainContentSignature #contentBox center p {
	text-align: justify;
	width: 900px;
}
#wrapper #mainContentSignature center #prices p {
	font: bold small-caps 1em/1.5em "Arial Black", Gadget, sans-serif;
	text-align: justify;
	text-decoration:underline
	width: 550px;
	font-size: 0.8em;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}





/*Menu Links End*/

/*Menu End*/

/*Footer*/
#footer {
	background: #784c18;
	clear: both;
	width: 960px;
	padding-top: 0.5em;
	text-align: center;
	vertical-align: middle;
	height: 59px;
}
#wrapper #footer a {
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

#wrapper #footer #legal a:link, #wrapper #footer a:visited {
	font: normal 1em/1.5em Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 1.5em;
	margin-top: 1.5em;
	color: #ffffcb;
}


#wrapper #footer #legal a:hover, #wrapper #footer a:active {
	font: normal 1em/1.5em Arial, Helvetica, sans-serif;
	color: #ffffcb;
	text-decoration: underline;
	padding-top: 1.5em;
}

#wrapper #footer #us_Flag {
	z-index: auto;
	height: 50px;
	width: 50px;
	text-decoration: none;
	float: left;
}



#wrapper #footer #ca_flag {
	z-index: auto;
	height: 50px;
	width: 50px;
	text-decoration: none;
	float: right;
	clear: none;
}
h1 {
	font: bold small-caps 1em/1.5em "Arial Black", Gadget, sans-serif;
	text-decoration: underline;
	margin: 0px;
	padding: 2em 0px 0px;
	text-align: center;
}
/*Footer End*/
h3 {
	text-transform: capitalize;
	font: bold 0.9em/1em "Arial Black", Gadget, sans-serif;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 1em 0px 0px;
}
h4 {
	font: italic 0.7em/0.8em Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
#wrapper #lasley p {
	color: #784C18;
	background: #ffffcb;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font: .5em Arial, Helvetica, sans-serif;
}
#wrapper #mainContentContact #welcome {
	background-color: #feffd7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #603913;
	clear: none;
	float: left;
	width: 475px;
	padding-left: 1em;
}
#wrapper #mainContent #subNav center nav ul #last {
	background-image: url(../_imgs/BGWood.jpg);
	background-repeat: repeat;
}

