/* CSS Document */

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

* {
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	
}

body {
	 
}


h1 {
	font-size: 1.25em;
	color: #a9660c;
	font-weight: bold;
	padding: 4px;
		}

h2 {}

h3 {}

p, ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #7b4441;
	line-height: 1.35em;
	font-size: 0.92em;
	padding: 3px;
}


label, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #7b4441;
	font-size: 0.92em;
}

.hours {
	font-size: .85em;
	text-align: right;


}

#wrapper {
	width: 997px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	
}

#header {
	height: 172px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	
}

#footer {
font-size: .85em;
padding-right: 25px;
text-align: right;
}

#footer a {
	color: #626058;
}

#topLinks {
	float: right;
	
}

#topLinks ul li {
	display: inline;
	padding-right: 35px;
	position: relative;
	top: 138px;


}

#topLinks ul li a{
	color:#7c4542;
	text-decoration: none;
	font-size: 0.95em;
}

#topLinks ul li a:HOVER{
	color: #FFFFFF;
}

#content {
	background-image: url(images/bk_main.gif);
	background-repeat: repeat-y;
	padding: 20px; 
	
}

#content p a {
	color: #683313;
	text-decoration: underline;
}

#content p a:HOVER {
	color: #d37b3b ;
	text-decoration: underline;
}

#footer {
	background-image: url(images/bk_footer.jpg);
	height: 34px;
	background-repeat: no-repeat;
}


 #footerLinks ul li  {
	display: inline;
	padding-top: 40px;
	color: #7c4542;
 
	
}

#footerLinks ul li a {
	color: #7c4542;
	font-size: .75em;
		text-align: center;

}
#footerLinks ul li a:HOVER{
	color: #7c4542;
}

.clear {
	clear:both;
}

.right {
	margin: 10px;
	float: right;
}