@charset "utf-8";
/* CSS Document */
body{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	background-image:url(images/back.jpg); 
	background-repeat:repeat;
	margin-top:40px;
}

#containment{
	margin:auto; 
	width:805px; 
	background-color:#5f2f01;
}
#header{
	width:781px; 
	margin:auto; 
	padding-top:10px;
}

#menu{
	width:781px; 
	margin:auto;
}
#middle{
	width:781px; 
	margin:auto; 
	background-color:#EAE3DD;
}
#inner_middle{
	width:781px; 
	margin:auto; 
	background-color:#EAE3DD;
}
#inner_content{
	padding:10px 20px 20px 20px;
}

#footer{
	width:781px; 
	margin:auto; 
	padding-bottom:5px; 
	height:25px; 
	padding-top:5px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #BCBCBC;
	}


.main_top_border { background:url(images/containment_box/top.jpg) repeat-x top #5f2f01;}
.main_bottom_border { background:url(images/containment_box/bottom.jpg) repeat-x bottom;}
.main_left_border { background:url(images/containment_box/left.jpg) repeat-y left;}
.main_right_border { background:url(images/containment_box/right.jpg) repeat-y right;}
.main_top_left_corner { background:url(images/containment_box/top_left.jpg) no-repeat left top;}
.main_top_right_corner { background:url(images/containment_box/top_right.jpg) no-repeat right top;}
.main_bottom_left_corner { background:url(images/containment_box/bottom_left.jpg) no-repeat left bottom;}
.main_bottom_right_corner { background:url(images/containment_box/bottom_right.jpg) no-repeat right bottom;}


.mid_bottom_border { background:url(images/mid_box/bottom.jpg) repeat-x bottom;}
.mid_left_border { background:url(images/mid_box/left.jpg) repeat-y left;}
.mid_right_border { background:url(images/mid_box/right.jpg) repeat-y right;}
.mid_bottom_left_corner { background:url(images/mid_box/bottom_left.jpg) no-repeat left bottom;}
.mid_bottom_right_corner { background:url(images/mid_box/bottom_right.jpg) no-repeat right bottom;}


.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #77380D;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
li {
	list-style-image: url(index_32.jpg);
}
.txt11orange {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #C06700;
}
a:link {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #C06700;
	text-decoration: underline;
}
a:visited {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #C06700;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #5F2F00;
	text-decoration: underline;
}

a.bottomlink:link {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #E09D24;
	text-decoration: underline;
	font-weight:bold;
}
a.bottomlink:visited {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #E09D24;
	text-decoration: underline;
		font-weight:bold;

}
a.bottomlink:hover {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #BCBCBC;
	text-decoration: underline;
		font-weight:bold;

}

.image_right{
	float:right; 
	padding:0px 10px 0px 20px;
}

.image_left{
	float:left; 
	padding:0px 20px 0px 10px;
}


#subnav li{
	font-size:10px;
	display:inline;
	list-style-type:none;
 }
 
#subnav{
	text-align:center;

}
 
 #subnav a:link, #subnav a:visited
{
color: #7B3C10;
text-decoration: none;
}

#subnav a:hover
{
color: #AD6518;
text-decoration: none;
}

 