@charset "utf-8";
/* CSS Document */


.menu {
	background-color: #d5b13f;
	height: 30px;
	margin-top: -18px;
	
}
.container .menu ul {
	list-style-type: none;
	float: none;
	padding-left: 40px;
	padding-top: 5px;
	
}
.container .menu ul li a {
	float: left;
	padding-right: 30px;
	padding-left: 10px;
	text-decoration: none;
	color: #393636;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
}
.container {
	width: 100%;
	
	min-width: 1000px;
	
	
}
.container .main {
	height: 350px;
}
.container .main img {

}
.container .banner {
	background-color: #E9E4E4;
	height: 370px;
	color: #000;
}
.container .banner img {

}
.container .banner .banner2 ul li{
	display: block;
	float: left;
	height: 230px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 32px;
	margin-left: 10px;
	}
.container .banner .banner2 ul {
	list-style-type: none;
}
.container .menu ul li a:hover {
	text-decoration: underline;
	text-align: center;
}
.container .menu ul:hover {
	border-bottom-color: #FF9900;

}
.container .footer {
	background-color: #645E60;
	height: 120px;
	width: 100%;
}
.container .main h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5C5C5C;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.container .menu ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.container .footer ul {
	list-style-type: none;
	
}
.container .footer ul li a {
	float: left;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 120px;
	color: #D4AF37;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.container .footer ul li a:hover{
	
	text-decoration:none;
	}

	.header {
	background-color: #3a3637;
	height: 113px;
	background-repeat: no-repeat;
	width: 100%;}
	

.container .header #stext {
	display: block;
	width: 800px;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	position: static;
	float: left;
	margin-top: 75px;
	font-family: "Trajan Pro";
	padding-left: 30px;
}
.container .h1 {
	background-color: #3B3737;
	height: 150px;
	width: 100%;
}
.container .header img {
	padding: 5px;
	margin-left: 30px;
	float: left;
}
