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

body{
	margin: 0;
	background-color: #FFF;
}

p, a, h1, h2, h3 {
	font: 17px/24px 'AlexandriaFLFBold', Arial, sans-serif;
}

#wrapper {
	position: relative;
	height: 1208px;
	background-image:url(../images/wrapper-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#page {
	position: relative;
	margin: auto;
	width: 960px;
}

#header {
	height: 559px;	
}

#hours-contact{
	width: 174px;
	height: 40px;
	position: absolute;
	left: 771px;
	top: 0px;
	padding-top: 7px;
	text-align: center;
}

#hours-contact a {
	font-size: 20px;
	text-decoration: none;
	color:#922125;
}

#hours-contact a:hover{
	color: #A14F53;
}

#menu {
	position: absolute;
	width: 600px;
	height: 25px;
	left: 370px;
	top: 122px;
}

#menu ul {
	padding: 0;
	margin: 0;
}

#menu li {
	display: inline;
	padding-right: 35px;
}

#menu a {
	color: #e6dfd5;
	text-decoration: none;
	font-size: 22px;
}

#menu a:hover {
	color:#FFF;
}

#flash-slideshow{
	position: absolute;
	top: 173px;
}

#index-body-buttons {
	position: absolute;
	width: 960px;
	top: 586px;
}

#index-body-buttons img {
	border-style: none;
}

#footer-wrapper {
	width: 100%;
	background-image: url(../images/footer-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#footer {
	position: relative;
	width: 960px;
	height: 185px;
	margin: auto;
	color:#FDFEFF;
	font-size:18px;
}

#footer a {
	color: #fff;
}

#contact-info {
	width: 428px;
	position: absolute;
	top: 24px;
	left: 240px;
}

#hours {
	width: 250px;
	position: absolute;
	text-align: right;
	top: 24px;
	left: 677px;
}


@font-face {
	font-family: 'AlexandriaFLFBold';
	src: url('../AlexandriaFLF-Bold-webfont.eot');
	src: local('☺'), url('../AlexandriaFLF-Bold-webfont.woff') format('woff'), url('../AlexandriaFLF-Bold-webfont.ttf') format('truetype'), url('../AlexandriaFLF-Bold-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

