@charset "UTF-8";
/* CSS Document */

html {
	border:0px;
	padding:0px;
	margin:0px;
}
body {
	background:#e17626 url(../img/page_background.jpg) top center no-repeat;
	margin-left:auto;
	margin-right:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.8em;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:auto;
	margin-top:10px;
	
}


#container_wrapper {
	background:#fff url(../img/content_background.jpg) bottom right no-repeat;
	float:left;
	padding-bottom:0px;
	width:auto;
	margin-left:10px;
	margin-right:10px;

}


#content_shell {
	background:url(../img/content_shell_background.gif) repeat-y;	
	float:left;
	width:auto;
	
}


#logo {
	display:none;
}
#logo a {
	display:none;
}
#header {
	text-align: center;
	width:100%;
	padding:0px;
	margin:0px;
	height:auto;
	background-image:none;

}
#business {
	font-family:"Times New Roman", Times, serif;
	font-size: 3.0em;
	color:#fff;
	line-height:.7em;
	padding-top:10px;
}

#business a{
	color:#fff;
	text-decoration:none;
}

#tagline {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#fedc90;
}
#container {
	background:#fff;
	background-image:none;
	float:left;
	padding-bottom:100px;
	width:auto;
	margin-left:0px;
}

#container_wrapper {
	background:#fff;
	background-image:none;
	float:left;
	padding-bottom:0px;
	width:auto;
	margin-left:10px;

}

#content_shell {
	background:#fff;
	background-image:none;
	float:left;
	padding-bottom:0px;
	width:auto;
	
}


#navbar {
	background-image:none;
	display:block;
	clear:both;
	width:auto;
}
#navbar ul {
	list-style: none;
	margin: 10px;
	padding: 0;
	width:auto;
}
#navbar ul li a {
	background-color: #cee0f0;
	display:block;
	color:#566167;
	padding:5px;
	text-decoration:none;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -1px;
	padding: 8px 10px;
	text-decoration: none;
	width:auto;
}
#navbar ul li:first-child a {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
#navbar ul li:last-child a {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
.activenav {
	
	background-image:none;
	background-color:#000;
	color:#fff;
	display:block;
	
}

#navbar ul li  .activenav {
	padding-top:10px;
	background-color:#333;
	color:#fff;	
	
}
#specials {
	background-color:#b3cce2;
	padding:10px;
	margin:40px 10px 10px 10px;
}
#specials a, #specials a:visited {
	color:#362f2d;
}

#abmp {
	display:block;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
#abmp span {
	display:none;
}
#content {
	display:inline;
	float:left;
	position:relative;
	margin-left:2px;
	width:auto;
	padding: 0px 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#484b50;
	line-height:2.5em;
	float:left;

}
#content img {
	display:none;
}
#copy_container {
	padding:0px;
	
}


#footer {
	
	width:auto;
	margin-left:0px;
}
#footer a, #footer a:visited {
	color:#fff;
	text-decoration:none;
}
#footer ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#footer li {
	padding-left:10px;
	display:inline;
	margin:0px 10px 0px 0px;
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}

