
/* HEADER */
.banner
{
	text-align: center;
	background-color: #11372C;
	color: white;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 0;
	margin: 10px 0;
	text-shadow: 1px 1px 1px #000;
	-webkit-box-shadow: 0px 1px 4px #000;
	-moz-box-shadow: 0px 1px 4px #000;

}


.page_header
{
	text-align: center;
	background: white;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #807503;
}


.page_header .logo
{
	margin-top: 10px;
}

.header
{
	margin-top: 10px;
	background: #B4B960;
	color: white;
	text-shadow: 1px 1px 4px #807503;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 1px 4px #000;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 1px 4px #000;
	position: relative;
	overflow: hidden;
}


.header h1
{
	padding: 10px 0 0 10px;
}

/* ADDRESS */
.page_header .standout_box
{
	margin-top: 10px;
}

.standout_box
{
	background: #222 url('images/button-background.png') repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.65);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	background-color: #20913A;
}

.standout_box A {
	color: white;
	
}

.page_header .hours
{
	margin: 0 auto;
	font-size: 11px;
	color: #fff;
	text-align: right;
	margin-bottom: 0;
	
}
.page_header .hours td
{
	padding-left:5px;
	padding-right: 5px;
}

.page_header .hours .noon
{
	font-size: 11px;
	
}


/* PHONE */
.phone .big
{
	font-size: 30px;
	font-family: Impact;
}

.phone .small
{
	font-size: 18px;
}


/* NAV */

.menu
{
	margin: 15px 0 10px 0;
	text-align: center;
}

.menu ul {list-style-type:none;padding:0;margin:0;display: inline;}
.menu li {list-style-type:none;margin:0 35px 0 0;display: inline;}

.menu A:link,
.menu A:visited
{
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
	background-color: #807503;
	color: white;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.5);	
	-moz-border-radius: 4px;
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.5);	
	padding: 5px 10px;
}

.menu A:hover
{
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 1px 10px #000;
	text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.menu .current_page_item A
{
	background-color: #20913A;
	color: white;
}

.menu FORM
{
	position: absolute;
	right: 20px;
	top: 20px;
	display: none;
}


