
body{
	padding: 0;
	margin: 0;
	text-align: center;
	background-image: url(graphics/background-tile.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	
}

P, div{
	text-align:left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
}

#wrapper{
	width:950px;
	border: 2px solid  #9eaa99;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#left-col{
	width: 283px;
	background-color:#9eaa99;
	
}



#right-col{
	
	background-color: white;
}
#chalkboard{
	margin: 20px 20px 0px  20px;
	float: left;
	width:205px;
	
	}
#image-grid{
	width:400px;
	float:left;
	margin-top: 20px;
	border-bottom: 4px solid  #9eaa99;
	padding-bottom: 10px;
}	

#thumbs{
	text-align:center;
	padding-top: 10px;
}

#page-content{
	padding: 20px;
	/*border: thin red solid;*/
	float:left;
	clear:both;
}

#footer{
	width:950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;

}

#footer div{
		color: white;
	font-size: 10px;
	text-align:center;
}

#logo{
	width:283px;
	height: 335px;
	background-image: url(graphics/tree-with-logo.jpg);
	background-repeat: no-repeat;
}

#nav-container{
	width:400px;
	border-bottom: 4px solid  #9eaa99;
	margin: 20px  0 0 20px;
}

#nav-container UL{

	padding:0 0 5px 0;
	margin: 0px;
}

#nav-container LI{
	display:inline;
	list-style-type: none;
	font-size: 14px;
	text-align:center;
	padding-right: 10px;
	
}

#nav-container A{
	color: #687260;
	text-decoration: none;
	font-size: 18px;
}

#nav-container A:hover{
	color: #687260;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

A#currentPage{
font-weight: bold;
	color: #834527;
	font-size: 18px;
	}
.centered{
	text-align:center;
}

h3{
	color:#40493D;
	font-size: 1.2em;
font-weight: normal;
margin-bottom: 5px;
/*border:thin red solid;*/

	}
	
#left-col .centered{
	padding: 20px;
}

#hours, #cc{
	text-align:center;
	font-size: .8em;
}	
	
#menu-header{
	font-size: 10px;
}

.item-description{
	font-size: 12px;
	color: #888888;
	margin-left:10px;
}
.menu-cat{
	font-size: 1em;
	/*border: red thin solid;*/
}

.menu-cat H3{
	border-bottom: 2px #40493D solid;
}

.menu-item{
	/*border: Blue thin solid;*/
	padding: 10px 0 0  10px;
}

#specials-header{
	font-size: 14px;
	text-align: center;
	padding-bottom: 10px;
	font-weight: bold;

}

.chalk-background{
	background-image: url(images/chalkboard-cropped_04.jpg);
	background-repeat: repeat-y;
	color: white;
	padding: 5px 15px  5px  15px;
	font-size: 11px;
	
}

.chalk-background A{
	color: white
	
}


#chalk-1{
	height:54px;
}

#chalk-3{
	height: 25px;
}

#chalk-5{
	height: 20px;
}




#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


fieldset{
	margin: 1.5em 0 0 0 ;
	padding: 0;
	float:left;
	clear:left;
	width: 500px
}

legend{
	margin-left: 1em;
	color:#B30737;
	font-weight:bold;
}

fieldset ol{
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li{
	padding-bottom: .5em;
	float:left;
	clear:left;
	width: 100%
	
}


.errorMsg{
	color: red;
	margin: 0 0 0 11em;
}

fieldset.submit, fieldset.submit1{
	border-style:none;
}

label{
	float:left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

#location-block{
	float:left;
	width: 200px;
	font-size: 12px;
}

