@charset "utf-8";
#headersection div p {
	color: orange;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	letter-spacing: -1px;
}
#headersection2 p {
	color: orange;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	letter-spacing: -1px;
	width: auto;
}
#headersection2 ul {
	float: left;
	width: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#headersection2 ul li {
	width: auto;
	height: auto;
	float: left;
	color: #fff;
	margin-left: 10px;
	border-left: 10px solid #FFFFFF;
}


body {
}
#headersection .headerdesc {
}


#headersection div {
	/* [disabled]border: 1px solid #FFA500; */
	width: 34%;
	float: right;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	height: auto;
	line-height: 20px;
}
#headersection2 {
	border-left: 10px solid #FFA500;
	border-right: 1px solid #FFA500;
	border-bottom: 1px solid #FFA500;
	border-top: 1px solid #FFA500;
	margin: 0px auto 0px auto;
	padding: 2px;
	border-radius: 0px 3px 3px 0px;
	width: 98%;
}

#headersection h1 {
	width: 62%;
	float: left;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#headersection h1 a img {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#headersection .image img {
	width: 100%;
	height: auto;
	margin-left: 1px;
}
#headersection .image {
	float: right;
	width: 37%;
}
#headersection2 h1 {
	width: auto;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	color: #FFA500;
	font-size: 18px;
}
.sitemap ul li {
	width: auto;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 10px;
	float: right;
	color: #fff;
}
.sitemap ul:after {
	content: "";
	display: block;
	clear: both;
}
