@charset "utf-8";
/*
	Burgundy: #430512
	Tan: #A58E6A
	Brown: #332312
*/

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-color: #430512;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	margin-top: 0;
}

p {
	text-align: justify;
}

#h_wrapper {
	background-image: url(../images/h_wrapper.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 195px;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 966px;
	background-image: url(../images/wrapper.png);
	background-repeat: repeat-y;
	text-align: left;
}

#header {
	position: absolute;
	margin-top: -195px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 966px;
	height: 195px;
}

#content {
	clear: both;
	padding: 6px 41px 24px 41px;
	text-align: left;
	color: #430512;
	font-size: 16px;
}

#menu {
	margin: 7px 0 0 17px;
	padding-left: 49px;
	width: 932px;
	height: 68px;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#menu ul {
	margin: 0;
	padding-top: 15px;
	padding-left: 0;
	list-style: none;
	width: auto;
	text-align: left;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}

#menu li a {
	padding: 0px 10px;
	color: #A58E6A;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 17px;
	border-right: 1px solid #A58E6A;
}
#menu li a:hover {
	background-color: #A58E6A;
	color: #430512;
}

.clearit {
	clear: both;
	font-size: 1px;
	height: 0;
}

.callout {
	background-color: #430512;
	width: 230px;
	float: right;
	text-align: center;
	margin-top: 12px;
	margin-left: 17px;
}
.callout .box {
	margin: 7px;
	padding: 10px;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	background-color: #A58E6A;
	border: 1px solid #332312;
	text-align: center;
}

#footer {
	margin: 0 auto;
	padding-top: 17px;
	padding-bottom: 17px;
	width: 966px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	font-size: 13px;
}
#footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
	color: #FFFFFF;
}

#image {
	position: relative;
	margin-left: 24px;
	width: 918px;
	height: 422px;
}
#image img {
	position: absolute;
}
#thumbs {
	display: none;
}

.dots {
	text-align: center;
	background: url('../images/dot.gif') repeat-x bottom;
}

/* Accordian */
#acc {
	width: 866px;
	list-style: none;
	color: #000000;
	margin: 30px 0 0 7px;
	padding: 0;
}
#acc li {
	margin: 0;
	padding: 0;
}
#acc h3 {
	width: 852px;
	border: 1px solid #430512;
	padding: 4px 6px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	cursor: pointer;
	background-image: url(../images/accordian.gif);
	background-repeat: repeat-x;
	color: #430512;
	margin: 0;
	font-size: 17px;
}
#acc h3:hover {
	cursor: pointer;
}
#acc .acc-section {
	overflow: hidden;
	background-color: #FFFFFF;
}
#acc .acc-content {
	padding: 15px;
	border: 1px solid #430512;
	border-top: none;
	background-image: url(../images/panel_bevel.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#acc .acc-content ul {
	list-style: circle;
}