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


#page {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
}

#bar {
	background-color: #565647;
	padding: 5px 0px;
	border-bottom: 3px solid #dcdaaf;
}
#bar div {
	z-index: 12;
}

#content {
	border: 11px solid  #8a896f;
	border-bottom-width: 13px;
	border-top-width: 13px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	position: relative;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #565647;
	text-align: center;
	font-variant:small-caps;
	letter-spacing: 3px;
	font-weight: normal;
	
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #565647;
	font-variant:small-caps;
}

p, li, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
		color: #565647;
		line-height: 22px;
}

a {
	color: #565647;
}
	
#footer {
	padding-bottom: 15px;
}

.formlabel {
	text-align: right;
	padding-right: 8px;
}

.forminput {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #565647;
	width: 200px;
	margin-bottom: 1px;
}
select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #565647;
	margin-bottom: 1px;

}

	
#bottomnav {
	width: 520px;
	padding-left: 24px;
	padding-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #2f291c;
	vertical-align: bottom;
	font-weight: bold;
}
#bottomnav a {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #2f291c;
}
#bottomnav a:hover {
	color: #625e54;
}

#address {
	vertical-align: bottom;
	text-align: center;
	padding-right: 15px;
	color: #201a0c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 17px;
}

.phonenumber {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

#pagecontent {
	padding-left: 100px;
	padding-right: 90px;
}

.disclaimer {
	font-size: 10px;
	font-style: italic;
}

#pagephoto {
	position: absolute;
	left: 50px;
	top: 200px;
}

.menuwrap {
	position: absolute;
	border-left: 3px solid #565647;	
	border-right: 3px solid #565647;
	background-color: #565647;
	left: -3px;
	top: 25px; 
	display: none;
}

.activemenu .menuwrap {
	display: block;
}

.menuwrap a{
	margin-bottom: 3px ;	
	display: block;
}



