html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{
	clear:both;
}


@font-face {
	font-family: 'VeteranTypewriterRegular';
	src: url('veteran_typewriter-webfont.eot');
	src: local('☺'), url('veteran_typewriter-webfont.ttf') format('truetype'), url('veteran_typewriter-webfont.svg#webfontVlri1H3f') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*  MAIN  */
body{
	background: url(../images/bg_tile.jpg) repeat;
	font-family:Courier, Arial, sans-serif;
	font-size:12px;
	color:#825d52;
}
a{
	color:#825d52;
	text-decoration:none;
}
#container{
	
	width:960px;
	_width:1000px;
	margin:0 auto;
	min-height:660px;
	position:relative;
}
#logo h1{
	width:700px;
	height:275px;
	background:url(../images/feather.gif) no-repeat center center;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
	margin:0 auto;
}

#footer li{
	float:left;
	padding-left:15px;
	margin-left:15px;
	display:inline;
	padding-top:3px;
	background:url(../images/bullet.gif) left 7px no-repeat;
}
#footer li.first{
	margin-left:0;
	padding-left:0;
	background:none;
}
#footer{
	width:770px;
	padding:5px 15px;
	background:url(../images/hr.gif) no-repeat top center;
	margin:50px auto 10px auto;
}

#footer a:hover{
	color:#57352b;
	text-decoration:underline;
}
#footer ul{
	background:url(../images/hr.gif) no-repeat bottom center;
	height:25px;
	width:640px;
	_width:700px;
	margin:0 auto;
}

/*SIGNUP */
#signup{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin:5px 0 10px 0;
}
#mc_embed_signup{
	width:370px;
	margin: 0 auto 20px;
}
.mc-field-group{
	float:left;
}
.mc-field-group input{
	border:1px solid #CABFB0;
	background:#F1E5D5;
	padding:5px 6px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-right:5px;
	margin-bottom:5px;
} 

#mc-embedded-subscribe{
	background: url(../images/arrow.gif) no-repeat right center;
	text-indent:-5000px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	overflow:hidden;
	border:none;
	width:25px;
	height:30px;
	float:right;
	margin-right:9px;
	display:block;
	cursor:pointer;
	font-size:0px; line-height:0;
}
	
#info{
	margin-top:20px;
}
	
.infobox{
	position:relative;
	width:215px;
	height:240px;
	float:left;
	margin:0 12px 10px 12px;
	display:inline;
	color:#5d4523;	
}
.infobody{
	display:none;
}
.infobox h2{
	font-family: 'VeteranTypewriterRegular', Courier, serif;

	letter-spacing:2px;
	height:36px;
	line-height:36px;
	margin-bottom:15px;
	font-weight:normal;
	font-size:22px;
	border-top:2px solid #d9cba9;
	border-bottom:1px solid #d9cfc1;
	padding-left:25px;
	background:url(../images/star.gif) no-repeat 5px center;
}
.infobox img{
	float:left;
	margin-right:15px;
}
.infobox p{
	font-size:13px;
	line-height:20px;
	margin-bottom:5px;
}

.infobox a{
	margin-left:-6px;
	color:#f97027;
	font-weight:bold;
	padding:2px 6px;
}
.infobox a:hover{
	color:#fff;
	background:#e58443;
}

#hours{
	width:110px;
	height:160px;
	padding:50px 15px 0 15px;
	background:url(../images/hours.png) no-repeat top left;
	position:absolute;
	top:20px;
	left:30px;
}
#hours span{
	display:block;
	padding-bottom:7px;
}
#hours span em{
	display:block;
	padding-left:15px;
	font-weight:bold;
	padding-top:3px;
}
