@import url("reset.css");
@import url("form.css");
@import url("data_table.css");

#container {
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	line-height: 1.4;
	width: 700px;
	margin: auto;
	position: relative;
	padding-top: 419px;
	padding-bottom: 40px;
}
body {
	background: url(../images/body_bg.jpg) center center repeat-y #b8b2a2;
}
/* prevent nav bar jump in FF */
html, body {
	height: 100%;
	margin-bottom: 1px;
}

.top_topleft {
	background: url(../images/top_topleft.jpg) no-repeat top left;
	width: 32px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 9px;
	
}
.top_topright {
	background: url(../images/top_topright.jpg) no-repeat top left;
	width: 32px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 9px;
	
}
.top_topbg {
	background: url(../images/top_topbg.jpg) repeat-x top left;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 30px;
	width: 640px;
	
}

#header {
	width: 690px;
	background: white;
	border-bottom: 8px solid white;
	position: absolute;
	top: 40px;
	left: 0px;
	padding-left: 10px;
	padding-top: 5px;
	height: 249px;
	z-index: 40;
}

#mainpic {
	border: 10px solid white;
	position: absolute;
	top: 0px;
	left: 369px;
	z-index: 50;
}
#logo {
	margin-top: 2px;
}
#nav {
	position: absolute;
	top: 85px;
}
#nav span {
	display: none;
}
#nav a {
	width: 360px;
	height: 21px;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
}
#nav li {
	height: 21px;
	float: left;
}
#nav a:hover {
	background-position: top right;
}
#home { background-image: url(../images/nav/home.jpg); }
#services { background-image: url(../images/nav/services.jpg); }
#history { background-image: url(../images/nav/history.jpg); }
#staff { background-image: url(../images/nav/staff.jpg); }
#locations { background-image: url(../images/nav/locations.jpg); }
#merchandise { background-image: url(../images/nav/merchandise.jpg); }
#remembrance { background-image: url(../images/nav/remembrance.jpg); }
#contact { background-image: url(../images/nav/contact.jpg); }

.services #services,
.history #history,
.staff #staff,
.locations #locations,
.merchandise #merchandise,
.remembrance #remembrance,
.contact #contact { background-position: top right; }

#topboxright {
	width: 60px;
	height: 172px;
	background: url(../images/boxtopright.jpg) top left no-repeat;
	position: absolute;
	top: 85px;
	right: 9px;
	z-index: 100;
}
.blueheading {
	position: absolute;
	top: 302px;
	left: 0px;
	z-index: 10;
	margin-left: 1px;
	border-left: 9px solid white;
	border-right: 9px solid white;
	height: 106px;
	border-bottom: 10px solid white;
}
.blueheading img {
	display: block; /* ie6 img/div bug */
	z-index: 10;
}
#content {
	background: url(../images/content_bg.jpg) top left repeat-y #d3ccb9;
	width: 631px;
	border-left: 10px solid white;
	border-right: 9px solid white;
	
	position: relative;
	padding: 0px 25px 0px 25px;
}

#content .topbg {
	height: 19px;
	background: url(../images/content_top_bg.jpg) top left repeat-x;
}
#content .topleft {
	width: 25px;
	height: 25px;
	background: url(../images/content_topleft.jpg) top left no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}
#content .topright {
	width: 25px;
	height: 25px;
	background: url(../images/content_topright.jpg) top left no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}
#content .bottomleft {
	width: 35px;
	height: 35px;
	background: url(../images/content_bottomleft.jpg) top left no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#content .bottomright {
	width: 35px;
	height: 35px;
	background: url(../images/content_bottomright.jpg) top left no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#content .bottombg {
	clear:both;
	background: url(../images/footer.jpg) bottom left repeat-x;
	padding-top: 20px;
	height: 8px;
}
#footer {
	/*height: 77px;
	background: url(../images/bottom_bg.jpg) top left repeat-x;*/
	height: 30px;
	background: white;
	margin: 0;
	padding-right: 12px;
	color: #6c381a;
	position: relative;
}
#twofish {
	position: absolute;
	top: 7px;
	left: 12px;
}
#footer p {
	font-size: .7em;
	text-align: right;
	padding-top: 7px;
	margin: 0;
}
.locationslist {
	margin-left: 1%;
	margin-right: -5%;
}
.locationslist li {
	text-align: center;
	width: 48%;
	float: left;
}
.locationslist li a {
	text-decoration: none;
}


/* element styles for reuse */
p {
  margin: 0 0 1em 0;
}
h1 {
  font-size: 1.2em;
  font-weight: bold;
  margin: .67em 0;
  line-height: 1.2em;
}
h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin: .83em 0 0 0;
  line-height: 1.2em;
}
td {
	vertical-align: middle;
	padding: 10px;
}
td.atable {
	vertical-align: middle;
	padding: 0px;
}
a img {
	border: 0;
}
/* link styles */
a {
	color: #6c381a;
}
a:hover, a:active, a:focus {
	
	text-decoration: none;
}
a.admin {
	color: #353535;
	font-size: 0.8em;
	text-decoration: none;
}
a.admin:hover, a.admin:active, a.admin:focus {
	color: #000000;
	text-decoration: none;
}
a.merch {
	color: #163C47;
	font-weight: normal;
	font-size:1.1em;
	text-decoration: none;
}
a.merch:hover, a.merch:active, a.merch:focus {
	color: #000000;
	text-decoration: none;
}
a.merch2 {
	color: #000000;
	font-weight: bolder;
	font-size:1.2em;
	text-decoration: none;
}
a.merch2:hover, a.merch2:active, a.merch2:focus {
	color: #000000;
	text-decoration: none;
}
.raise {
	position: relative;
	bottom: 15px;
}
/* classes for reuse */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.hide {
	display: none;
}
img.cat {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #000000;}
