@charset "UTF-8";
img {
	border:none;
}

/* interior pages */
#main_content_home{
	width:970px;
	min-height:740px;
	height:auto!important;
	margin-left:auto;
	margin-right:auto;
	background-image:url(index/middle.jpg);
	background-repeat:repeat-y;
	background-position:0px 108px;
	overflow:hidden;
}

#header_home {
	background-image:url(index/index_r1_c1.jpg);
	background-repeat:no-repeat;
	width:870px;
	height:58px;
	padding-left:50px;
	padding-top: 75px;
	padding-right: 50px;	
}
#footer_home {	
	width:970px;
	height:88px;
	background-image:url(index/index_r3_c1.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}
#interior_home {
	width:870px;
	padding-left:50px;
	padding-right:50px;
}


#main_content {
	width:950px;
	min-height:603px;
	height:auto!important;
	margin-left:auto;
	margin-right:auto;
	background-image:url(intimages/content_background.jpg);
	background-repeat:repeat-y;
	background-position: -2px 0px;
}
#header {
	background-image:url(intimages/header.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:65px;
	background-position: -2px 0px;
	padding-left:50px;
	padding-top: 105px;
	padding-right: 50px;
	
}
#interior_content {
	width:760px;
	padding-right:95px;
	padding-left:85px;
	min-height:400px;
	height:auto!important;
	
}
/*text*/
.home_text a:link {
	font-size: 8pt;
	color: #FFFFCC;
}
.home_text a:visited {
	color: #FF0000;
}
.home_text a:hover {
	color: #CCCCCC;
}
.home_text a:active {
	color: #CCCCCC;
}
h1.style1_home {
	color: #B96F39;
	font-size: 1em;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:5px;
}
h2.style1_home {
	color: #B96F39;
	font-size: 1em;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:5px;
}
h1 {
	color: #913418;
	font-size: 20px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:10px;
}
h2 {
	color: #000;
	font-size: 16px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:5px;
}
h3 {
	color: #1C1C1C;
	font-size: 14px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:5px;
}

td img {
	display: block;
}

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(intimages/back.jpg);
}
body.hometext2 {
	background-image: url(intimages/back2.jpg);
}
a {
	font-size: .98em;
	color: #333333;
}
a:hover {
	color: #913418;
}

.style1 {
	font-size: 1.25em;
}
.cs {
	font-size: 1.25em;
	font-weight: bold;
	color:#FFF;
	letter-spacing:1px;
	font-family:Arial, Tahoma, Geneva, sans-serif;
}
.style6 {font-size: 15px}
.style7 {
	color: #913418;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
}
.style8 {
	color: #913418;
	font-size: 20px;

}
.style9 {font-size: 1.6em}
.style10{font-size: 15px}
ul {
margin:0px;
padding:0px;
	}
	
ul li {
	line-height:25px;
	padding-bottom:5px;
	list-style:disc;
	margin-left:25px;
}
p {
	margin: 0px;
	padding-bottom:10px;
	line-height:22px;
}
p.hometext {
	margin: 0px;
	padding-bottom:10px;
	line-height:22px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color: #F1F1F1;
}

.form {
	background-color:#FFC;
	border:solid 1px #333;
}
.button {
	background-color:#C00;
	color:#FFC;
	border:#FFC;
	
}
/*tables*/
table.black {
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	border-collapse: collapse;   
}
table.black td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #000;	
}
/*menu*/
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:13px;
	height:25px;
	
	}
.menu ul{
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	_padding-left: 0px;
	_margin-left:-5px;
	}
	.menu ul li{
		list-style:none;
		float:left;
		color:#B96F39;
		padding:0px;
		margin-left:18px;
		}
	.menu ul li a{
		list-style:none;
		color:#B96F39;
		text-decoration:none;
		display:block;
		line-height:25px;
		padding:0px 0px;
		text-align:center;
		}
		
		
		.menu li a:hover, #current, .menu ul li:hover a{
			background: url("images/hover.gif") bottom center no-repeat;
			color:#B96F39;
			text-decoration:none;
			}
	.menu li ul{
		display:none;
		background-color:#000;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:150px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
		.menu li:hover ul{
		display:block;
		}
	.menu li li{
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:150px;
		}
		.menu li:hover li a{
		background:none;
		
		}
		.menu li ul a{
		display:block;
		height:20px;
		font-size:13px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 5px 10px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#B96F39 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#000;
			text-decoration:none;
			}

	.menu p{
		clear:left;
		}	
