/*
-----------------------------------------------------------------------------------------
CSS document: ImageCafe Template Styles
Created: 02/27/2006
Last Modified: 03/02/2006
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
* {margin:0;padding:0;}  /* zero out everything */
body {
	width:100%;
	background:#fff;
	text-align:center;
}
img {border:0 !important;}

/*
-----------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {position:static;}
h1, h2, h3, h4, h5, h6 {margin:10px;}
h1#website-title {margin:0;}
h2#website-slogan {margin:0;}

#website-title {margin:0;color:#fff; font-family: "comic sans ms"}

#navcontainer div h3 {margin:0;}
#navcontainer div h3 {margin:0;}
ul, ol {
	margin:10px;
	padding:0 0 0 20px;
}
ol {padding:0 0 0 30px;}
blockquote {margin:10px 10px 10px 40px;}
.clearer {clear:both;}

.specials-block {display:block;background:#fff8d9;border-radius:5px;padding: 5px 0;margin-bottom:20px;}
.specials {color:#D34904;}

.specials-link {text-decoration:none;color:#0087B8}

.hours td {padding: 9px 0;}

.logo {padding-top:10px;position:relative;width:100%;height:232px}
	.logo img {position:absolute;left: -31px;bottom: -5px;z-index:1500;}

.top-titles {
	width:62%;
	float:right;	
	font-family:"Comic Sans MS", cursive;	
	position:absolute;
	right:0;
	bottom:26px;}
	
	.top-titles h1 {font-size:30px;font-weight:bold;padding:0;margin:0;color:#c0752f;}
	
	.top-titles h2.natural {font-size:22px;font-style:italic;display:block;padding:20px 0;color:#ec9900;margin:0}


table.hours {border-collapse:collapse;border-spacing: 0;}
	table.hours td {border:1px solid #fff;}
tr.alt td {background:#f0f0f0;}
tr.alt-title td {background:#dfdfdf;border:none;}

.closed {
	display:block;
	margin:2px 0 5px;
	padding:5px;
	background:#EF6B13;
	color:#fff;
	text-align:center;
	font-size:16px;
	border:2px dotted #E04300;
	}
	#nav-top #content-table-main .closed p {margin:0;padding:5px 0;}
	
	#content .closed a:link, #content .closed a:visited, #content .closed a:active {color:#FFD76B;font-size:16px;}
	 	#content .closed a:hover {color:#F5ED32;}


/*
-----------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-top, #nav-left, #nav-right {
	margin:0 auto;
	width:753px;
	text-align:left;
	border:0 solid #D6D7D6;
	border-top:0;
}
* html #nav-top, #nav-left, #nav-right {
	width:748px;
}
	#inner {float:left;}
.accent-none {display:none;}
#docwrapper {clear:both;}

/*
-----------------------------------------------------------------------------------------
=#NAV-TOP
-------------------------------------------------------------------------------------- */
/*------------------ Layout ------------------*/	
#nav-top #headertop {
	float:left;
	width:753px;
	border-bottom:1px solid #fff;
	z-index:1000;
	height:5px;
}
* html #nav-top #headertop {
	width:748px;
}
	#nav-top #headertop #website-title {
		float:left;
		padding:25px 10px 10px 10px;
		width:728px;
		/*border-right:1px solid #ffffff;*/
	}
	* html #nav-top #headertop #website-title {
		width:732px;
	}
#nav-top #slogan-container {
	float:left;
	width:753px;
	height:12px;
}
* html #nav-top #slogan-container {
	width:748px;
}
	#nav-top #slogan-container #slogan-cover {
		position:absolute;
		top:0;
		left:0;
		width:753px;
		height:25px;
		background-image:url(../images/ic_060_slogan_bg_wide.png);
		background-repeat:no-repeat;
		background-position:0 0;
	}
	
	* html #nav-top #slogan-container #slogan-cover {
		width:752px;
	}
	#nav-top #slogan-container #website-slogan {
		float:left;
		padding:10px;
		width:728px;
		/*border-right:1px solid #ffffff;*/
	}
	* html #nav-top #slogan-container #website-slogan {
		width:732px;
	}
#nav-top #inner {
	float:left;
	width:753px;
	border-top:1px solid #fff;
	background:#fff;
}
* html #nav-top #inner {
	width:748px;
}
	#nav-top #inner #navcontainer {
		float:left;
		width:753px;
		z-index:1000;
	}
    * html #nav-top #inner #navcontainer {
		width:752px;
	}
		#nav-top #inner #navcontainer #nav-wrapper {
			float:left;
			z-index:1000;
		}
	#nav-top #inner #content {
		float:left;
		padding:15px 0 0 0;
		width:748px;
		background-image:url(../images/ic_060_content_bg_wide.png);
		background-repeat:no-repeat;
		background-position:0 0;
	}
	#nav-top #inner #content {
		float:left;
		padding:15px 0 0 0;
		width:753px;
		background-image:url(../images/ic_060_content_bg_wide.png);
		background-repeat:no-repeat;
		background-position:0 0;
	}
	* html #nav-top #inner #content {
		width:748px;
	}

		#nav-top #inner #content .accent {
			margin:0 10px 10px 10px;
			padding:0 0 10px 0;
			border-bottom:1px solid #ddd;
			width:732px;
			height:221px;
		}
		* html #nav-top #inner #content .accent {
		width:728px;
	}
#nav-top #footer {
	clear:both;
	padding:10px;
	border-top:1px solid #fff;
}

/*------------------ Navigation Elements ------------------*/
#nav-top #navcontainer #nav-wrapper div, #nav-top #navcontainer #nav-wrapper div h3 {
	float:left;
	display:block;
	cursor:pointer;
}
	#nav-top #navcontainer #nav-wrapper div a:link, 
	#nav-top #navcontainer #nav-wrapper div a:active, 
	#nav-top #navcontainer #nav-wrapper div a:visited {
		float:left;
		padding:5px;
		text-decoration:none;
		border-right:1px solid #fff;
		white-space: nowrap;
	}
	#nav-top #navcontainer #nav-wrapper div a:hover {padding-top:5px;}
		#nav-top #navcontainer #nav-wrapper div div.submenu, 
		#nav-top #navcontainer #nav-wrapper div div.submenu h3 {
			float:left;
			display:block;
		}
		#nav-top #navcontainer #nav-wrapper div div.submenu {
			position:absolute;
			top:0;
			left:0;
			visibility: hidden;
			border-top:1px solid #fff;
			border-left:1px solid #fff;
			width:200px;
		}
			#nav-top #navcontainer #nav-wrapper div div.submenu div {
				display:block;
				margin:0;
			}
			#nav-top #navcontainer #nav-wrapper div div.submenu a:link, 
			#nav-top #navcontainer #nav-wrapper div div.submenu a:active, 
			#nav-top #navcontainer #nav-wrapper div div.submenu a:visited {
				float:left;
				width:190px;
				border-bottom:1px solid #fff;
				border-left:0;
				word-wrap: break-word;
				white-space: normal;
			}
			#nav-top #navcontainer #nav-wrapper div div.submenu a:hover {
				padding-top:5px;
				border-top:0;
			}

/*------------------ Table Structures ------------------*/	
#nav-top #content-table {
	float:left;
	width:100%;
}
	#nav-top #content-table-main {width:100%;}
		#nav-top #content-table-main p {margin:10px 10px 15px 10px;}
		
		

/*Holiday Hours*/
.holiday-hours {/*border:1px dotted #67D160*/}
.holiday-hours h1 {margin:0;}
.holiday-hours td {margin:2px;/*border-top:1px solid #efefef;*/color:#278721;padding:3px 0;}
.holiday-hours td.day {font-weight:bold;}

					
.menu-text sup {color:#FFA500}
