html {
	height: 100%;
}

body {
	font-size: 62.5%;
	background-color: #d3e0ff;
	position: relative;
	height: 100%;
}

#page_container {
	position: relative;
	min-height: 100%;
	
}

html>body #page_container {
    height: auto;
	}

p {
	font-size: 1.2em;
	color: #000000;
	font-family: verdana, tahoma, sans-serif;
	line-height: 1.4em;
}

dd {
	font-size: 1.1em;
	color: #000000;
	font-family: verdana, tahoma, sans-serif;
	line-height: 1.4em;
}

h1, h2, h3, dt {
	color: #6b0800;
	font-family: georgia, serif;
}

/* EVERY PAGE***************************** */



/* HEADER */
#header {
	width: 100%;
	background: url(../images/header_bg.jpg) top center repeat-x;
	height: 163px;
}
#header h1 {
	text-indent: -2000px;
	background: url(../images/header.jpg) top center no-repeat;
	height: 163px;
}

/* TOP NAVIGATION */
#navigation {
	width: 100%;
	height: 44px;
	background: url(../images/nav_bg.jpg) top left repeat-x;
}

#navigation ul {
	margin: 0 auto;
	text-align: center;
	font-size: 2.4em;
	font-family: georgia, serif;
	font-style: italic;
	width: 750px;
	position: relative;
	height: 44px;
}

#navigation ul li {
	display: inline;
	position: relative;
	padding: 3px 3px 0 0;
	float: left;
}

#navigation ul li a {
	display: block;
	width: 135px;
	height: 33px;
	text-decoration: none;
	color: #f0dcc2;
	padding-top: 8px;
}

#navigation ul li a:hover, #navigation ul li a.current {
	background: url(../images/ahover.jpg) top center no-repeat;
	color: #6b0800;
}

#navigation ul li.current {
	display: block;
	width: 135px;
	height: 33px;
	text-decoration: none;
	color: #6b0800;
	padding: 5px 3px 0 0;
	background: url(../images/ahover.jpg) top center no-repeat;
	margin-top: 5px;
}

#navigation ul li:hover ul {
	display: block;
	left:15px;
}

#navigation ul li ul{
	display: block;
	position: absolute;
	font-size:.6em;
	top: 41px;
	left: -2000px;
	z-index: 500;
	background-color: #6b0800;
	width: 155px;
	text-align: left;
	margin: 0;
	text-align: left;
	height: auto;
	float: none;
	font-family: verdana, tahoma, sans-serif;
	font-style: normal;
}

#navigation ul li ul li {
	display: block;
	padding: 0;
	}

#navigation ul li ul li a{
	display: block;
	width: 144px;
	height: auto;
	float: none;
	border-bottom: 1px solid #f0dcc2;
	text-decoration: none;
	color: #f0dcc2;
	padding: 5px;
}

#navigation ul li ul li a.last {
	border-bottom: none;
}

#navigation ul li ul li a:hover {
	background: none;
	color: #f0dcc2;
	font-weight: bold;
	background-color: #980b00;
}

li.bullet {
	display: block;
	width: 9px;
	height: 9px;
	margin-top: 16px;
	background: url(../images/nav-bullet.gif) center center no-repeat;
}

/* MAIN CONTENT AREA */

#wrapper {
	padding-bottom: 170px;
	background: url(../images/middlebg.jpg) top left repeat-x;
	width: 100%;
}

#container {
	width: 735px;
	margin: 0 auto;
	padding-top: 6px;
}

#container_inner {
	background: url(../images/inner_bg_repeat.jpg) top left repeat-y;
	width: 735px;
	margin: 0 auto;
	padding-top: 0;
}



/* FOOTER */

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(../images/footer.jpg) bottom center repeat-x;
	height: 164px;
}

#footer ul {
	margin: 0 auto;
	padding-top: 143px;
	text-align: center;
	}

#footer ul li {
	display: inline;
	margin: 0 3px;
}

#footer ul li a {
	color: #f0dcc2;
	font-size: 1.1em;
	text-decoration: none;
	background: url(../images/footer-nav-bullet.gif) center left no-repeat;
	padding-left: 12px;
}  

#footer ul li a:hover {
	text-decoration: underline;
}

#footer ul li a#first {
	background: none;
	padding-left: 0;
}

/* HOMEPAGE ***************************************************************** */
#intro_photos {
	width: 735px;
	height: 416px;
	background: url(../images/home_photo_bg.jpg) top left no-repeat;
	margin-bottom: 15px;
}

#intro_photos h2 {
	display: block;
	width: 712px;
	height: 387px;
	padding-top: 360px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 1.8em;
	margin-top: 11px;
	margin-left: 11px;
}

#photo1 {
	background: url(../images/home1.jpg) top left no-repeat;
}

#photo2 {
	background: url(../images/home2.jpg) top left no-repeat;
}

#photo3 {
	background: url(../images/home3.jpg) top left no-repeat;
}

#photo4 {
	background: url(../images/home4.jpg) top left no-repeat;
}

#photo2, #photo3, #photo4 {
	display: none;
}

div.hours {
	float: left;
	width: 234px;
	height: 115px;
	background: url(../images/hoursbg.jpg) top left no-repeat;
}

#info:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html #info {
	height: 1%;
}

*:first-child+html #info {
	min-height: 1px;
}

#info dl {
	margin: 20px 20px 0 30px;
}

#info dl dt {
	font-size: 1.8em;
	padding-left: 35px;
	margin-bottom: 13px;
}

div.separation {
	background: url(../images/home_divider.gif) top left no-repeat;
	padding-left: 5px;
	margin-left: 5px;
	float: left;
}

/* INNER PAGE GENERALITITES************************************ */
#container_inner h2 {
	display: block;
	width: 735px;
	background: url(../images/inner_bg_top.jpg) top left no-repeat;
	font-size: 1.8em;
	padding: 20px 0 18px 25px;
}

#body_content {
	padding: 0 270px 48px 25px;
	background: url(../images/inner_bg_bottom.jpg) bottom left no-repeat;
	min-height: 300px
}

#body_content p {
  margin-bottom: 15px;
}



#right_column {
	float: right;
	margin-right: 29px;
}

#right_column:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html #right_column {
	height: 1%;
}

*:first-child+html #right_column {
	min-height: 1px;
}

/* MENU PAGES ************************************************** */

#container_inner_menu {
	background: url(../images/inner_bg_repeat_menu.jpg) top left repeat-y;
	width: 735px;
	margin: 0 auto;
	padding-top: 0;
}


#container_inner_menu h2 {
	display: block;
	width: 735px;
	background: url(../images/inner_bg_top.jpg) top left no-repeat;
	font-size: 1.8em;
	padding: 20px 0 18px 25px;
}


#menu_content {
	padding: 0 20px 48px 25px;
	background: url(../images/inner_bg_bottom.jpg) bottom left no-repeat;
	min-height: 300px
}

.menuwrap {
	background: url(../images/menu_topper.jpg) top left no-repeat;
	padding-top: 20px;
	margin-bottom: 15px;
}

.menu {
	background: url(../images/menu_bottom.jpg) bottom left no-repeat;
	padding-bottom: 20px;
}



.menu h3 {
	margin: 0 auto;
	text-align: center;
	background: url(../images/menuheader.gif) center center no-repeat;
	padding: 8px 5px;
	font-size: 1.8em;
	color: #f0dcc2;	
}

.menu h3.longer {
	margin: 0 auto;
	text-align: center;
	background: url(../images/menuheader_longer.gif) center center no-repeat;
	padding: 8px 15px;
	font-size: 1.8em;
	color: #f0dcc2;	
}



.menu ul, .menu p {
	margin: 10px 20px;
	font-size: 1.4em;
}

.menu ul li.first-child {
	float: right;
	margin-right: 20px;
}

.menu ul li.nth-child-2 {
	font-weight: bold;
	letter-spacing: .2em;
}

label, .zemThanks, .zemError {
	font-size: 1.2em;
	color: #000000;
	font-family: verdana, tahoma, sans-serif;
	line-height: 1.4em;
}




