/*--------------------------------
	Body
---------------------------------*/
body {
	margin: 30px 0 40px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.sf_wrapper {
	width: 780px;
	background-repeat: repeat-y;
	margin: 0 auto;
	background-image: url(images/background.gif);
}
.sf_top_box {
	height: 20px;
	background-color: #573806;
	border-bottom: 3px solid #AD8B2E;
}
/*--------------------------------
	Header
---------------------------------*/
.sf_header_wrapper {
	width: 780px;
	height: 156px;
	background-image: url(images/header.jpg);
}
.sf_main_header {
	float: left;
	padding-top: 40px;
	padding-left: 65px;
	width: 500px;
	height: 75px;
	overflow: hidden;
}
h1 {
	margin: 0 0 0 0;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 28px;
}
.r1 {
	color: #FFFFFF;
}
.sf_sub_header {
	float: right;
	padding-top: 90px;
	width: 215px;
	height: 65px;
	overflow: hidden;
}
.s1 {
	color: #FFFFFF;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
}
/*--------------------------------
	Navigation
---------------------------------*/
.sf_navigation {
	height: auto !important;
	background-repeat: repeat;
	width: 780px;
	height: 24px;
	border-bottom: 2px solid #573806;
}
.sf_navigation ul:after {
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
.sf_navigation ul li {
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.sf_navigation ul li a {
	padding-top: 5px;
	padding-bottom: 2px;
	width: 156px;
	height:18px;
	text-decoration: none;
	overflow: hidden;
	color: #482217;
	background-image: url(images/navbutton.gif);
}
.sf_navigation ul li a:hover {
	background-position: 0 -25px;
}
/*------------------------------------
	Flyout menu
------------------------------------*/
#Nav1, #Nav1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#Nav1 a {
	display:block;
}
#Nav1 li ul {
	position: absolute;
	width: 156px;
	left: -999em;
	z-index: 1000;
}
#Nav1 li ul li a {
	width: 156px;
	height: auto;
	background-image: none;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	background-color: #c2c2c2;
}
#Nav1 li:hover ul, #Nav1 li.sfhover ul {
	left: auto;
}
#Nav1 iframe {
	position: absolute;
	left: 0;
}
/*--------------------------------
	Top Curve
---------------------------------*/
.sf_top_curve {
	clear: both;
	width: 780px;
	height: 66px;
	background-image: url(images/top_curve.gif);
}
/*--------------------------------
	Page Title
---------------------------------*/
.sf_pagetitle {
	padding-left: 45px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	margin: 0 0 1em 0;
	color: #482217;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 22px;
}
/*--------------------------------
	Content
---------------------------------*/
.sf_content {
	padding-bottom: 10px;
	padding-left: 40px;
}
.sf_content1 {
	width: 95%;
	padding: 5px 10px;
	overflow: auto;
	position: relative;
}
.sf_content img {
	border: 0px solid;
}
a:link {
	text-decoration: underline;
	color:#482217;
}
a:visited {
	color:#482217;
}
a:hover {
	text-decoration: none;
	color:#482217;
}
a.a1 {
	text-decoration: none;
}
h3 {
	margin: 0 0 1em 0;
	color: #482217;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 20px;
}
.h3 {
	margin: 0 0 0 0;
	font-size: 18px;
}
.p1 {
	color: #482217;
	font-size: 18px;
}
.p2 {
	color: #864316;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 18px;
}
.p3 {
	color: #482217;
	font-style: italic;
	font-size: 14px;
}
.p4 {
	margin: 0 0 0 0;
}
.p5 {
	margin: 0 0 1.4em 0;
	color: #482217;
	font-size: 18px;
}
.s2 {
	color: #482217;
	font-size: 18px;
}
.s3 {
	color: #482217;
	font-style: italic;
	font-size: 14px;
}
.t1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
.u1 {
	color: #482217;
	font-size: 18px;
}
/*--------------------------
	Bottom Curve
--------------------------*/
.sf_bottom_curve {
	clear: both;
	width: 780px;
	height: 81px;
	background-image: url(images/bottom_curve.gif);
}
.s4 {
	float: right;
	padding-top: 56px;
	padding-right: 15px;
	font-size: 12px;
}
/*--------------------------
	Footer
--------------------------*/
.sf_footer {
	clear: both;
	text-align: right;
	width: 765px;
	color: #ffffff;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	background-color: #A58654;
}
a.a2 {
	color: #FFFFFF;
	text-decoration: none;
}
