/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background:url(../images/bg.jpg);
}

/* Layers */
#site_wrapper {
	background-image:url(../images/bg_top.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	margin:0px auto;
}
#repeat_me {
	background-image:url(../images/center.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	margin:0px auto;
}
#header_shadow {
	background-image:url(../images/top_.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#footer {
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#wrap {
	margin:0px auto;
	width:900px;
	padding-top:0px;
}
#wrapper {
	margin:0px auto;
	width:900px;
	padding-top:0px;
}
#header {
	margin:0px;
	padding:0px;
	width:900px;
	height:132px;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
}
#flashcontent {
	margin-top:4px;
	padding:0px;
	width:900px;
	height:374px;
}
#flashcontent_in {
	margin-top:4px;
	padding:0px;
	width:900px;
	height:202px;
}
#bottom {
	margin-top:6px;
	padding:20px;
	width:860px;
	background:url(../images/bg_front.jpg);
}
#bottom_in {
	margin-top:14px;
	margin-bottom:5px;
	padding:0px;
}

#fc {
	background-image:url(../images/fcenter.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	width:258px;
	margin:0px auto;
}
#ft {
	background-image:url(../images/ftop.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:258px;
}
#fb {
	background-image:url(../images/fbottom.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:258px;
}

#footer2 {
	padding:12px;
	width:876px;
	margin:0px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#7c4e0d;
}
#footer2 a {
	text-decoration:underline;
	color:#7c4e0d;
}
#footer2 a:hover {
	text-decoration:none;
	color:#7c4e0d;
}
#lnav {
	
	height: 44px;
}
#lnav ul{
	list-style: none;
	padding: 0px;
	font: 14px/100% Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0;
	text-transform: none;
}
#lnav ul li{
	margin: 0px 0px 0px 0;
	padding: 0px;
	float: left;
	width: 208px;
}
#lnav ul li a{
	text-decoration: none;
	color: #4b1602;
	display: block;
	background: url(../images/nav_left.jpg) repeat-x;
	text-transform: none;
	height: 31px;
	padding: 14px 0px 0px 10px;
}
#lnav li a:visited{
	text-decoration: none;
	background: url(../images/nav_left.jpg) repeat-x;
	color: #4b1602;
}
#lnav li a:hover, #nav .current_page_item a{
	text-decoration: none;
	background: url(../images/nav_left_hover.jpg) repeat-x;
	color: #4b1602;
}



/* Root = Horizontal, Secondary = Vertical */
#menuwrapper {
	margin-top:3px;
	height:48px;
}
ul#navmenu-h {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 100%; /*For KHTML*/
	list-style: none;
	height: 46px;
}
ul#navmenu-h li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 40px;
}
ul#navmenu-h ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
}
ul#navmenu-h ul:after /*From IE 7 lack of compliance*/ {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
ul#navmenu-h ul li {
	width: 220px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
}
/* Root Menu */
ul#navmenu-h a {
	padding: 12px 20px 12px 20px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #ecd0a1;
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover, ul#navmenu-h li:hover a, ul#navmenu-h li.iehover a {
	color: #ffffff;
}
/* 2nd Menu */
ul#navmenu-h li:hover li a, ul#navmenu-h li.iehover li a {
	float: none;
	background: url(../images/nav.jpg) repeat-x;
	color: #855e1c;
	padding-bottom:10px;
	
}
/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover, ul#navmenu-h li:hover li:hover a, ul#navmenu-h li.iehover li a:hover, ul#navmenu-h li.iehover li.iehover a {
	background: url(../images/nav_hover.jpg) repeat-x;
	color: #ffffff;
	
}
/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li a {
	background: url(../images/nav.jpg) repeat-x;
	color: #855e1c;
}
/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover, ul#navmenu-h li:hover li:hover li:hover a, ul#navmenu-h li.iehover li.iehover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover a {
	background: url(../images/nav_hover.jpg) repeat-x;
	color: #ffffff;
}
/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li.iehover li a {
	background: url(../images/nav.jpg) repeat-x;
	color: #855e1c;
}
/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
	background: url(../images/nav_hover.jpg) repeat-x;
	color: #ffffff;
}
ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 221px;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul, ul#navmenu-h li:hover ul ul ul, ul#navmenu-h li.iehover ul ul, ul#navmenu-h li.iehover ul ul ul {
	display: none;
}
ul#navmenu-h li:hover ul, ul#navmenu-h ul li:hover ul, ul#navmenu-h ul ul li:hover ul, ul#navmenu-h li.iehover ul, ul#navmenu-h ul li.iehover ul, ul#navmenu-h ul ul li.iehover ul {
	display: block;
}




/* Text Styles */
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#7c4e0d;
}
.text a {
	text-decoration:underline;
	text-transform:uppercase;
	color:#7c4e0d;
}
.text a:hover {
	text-decoration:none;
}
.text18 { font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#7c4e0d; }
.text14 { font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#7c4e0d; }

.title {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#4B1602;
}
.title a {
color:#4B1602;
text-decoration:underline;
}
.title a:hover {
text-decoration: none;
}
.page_title {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:30px;
color:#AB7827;
}