<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

@font-face {
	font-family: 'HelveticaNeueLTStd-BdCn';
	src: url('../fonts/HelveticaNeueLTStd-BdCn.eot?#iefix') format('embedded-opentype'),
	url('../fonts/HelveticaNeueLTStd-BdCn.otf')  format('opentype'),
	url('../fonts/HelveticaNeueLTStd-BdCn.woff') format('woff'),
	url('../fonts/HelveticaNeueLTStd-BdCn.ttf')  format('truetype'),
	url('../fonts/HelveticaNeueLTStd-BdCn.svg#HelveticaNeueLTStd-BdCn') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#101010;
	font-weight:300;
	text-align:left;
}

*{
	margin:0;
	padding:0;
}

ul, li, ol{
	padding:0;
	margin:0;
	list-style:none;
}
img{
	border:none;
	padding:0;
	margin:0;
}
.cls{
	clear:both;
}
a{
	outline:none;
	color:#ebbd34;
	text-decoration:none;
	font-weight: bold;
}
a:hover{
	color:#fdde55;
	text-decoration:none;
}
.hide,h1 b,h2 b,h3 b,h5 b,a i{
     position: absolute;
     left: -9999px;
}
input, textarea{
	font-family:Arial, Helvetica, sans-serif;
}
.button{
	display:block;
	text-decoration:none;
	padding:10px 35px 10px 35px;
	background:#ebbd34;
	color:#000;
	border:none;
	font-weight:bold;
}
.button:hover{
	background:#0c0c0c;
	color:#fff;
}
.headerarea{
	width:100%;
	padding:0 0 0 0;
	background:#ebbd34;
	height:110px;
	position:fixed;
	top:0;
	left:0;
	z-index:99999999;
}
.header{
	position:relative;
	padding:0 0 0 0;
}
.headerleft{
	width:315px;
	float:left;
}
.logo{
	position:absolute;
	top:10px;
	left:-5px;
	z-index:99;
}
.logo img{
	width:100%;
	height:auto;
	display:inline-block;
	max-width:375px;
}
.headerright{
	float:right;
	width:900px;
}
.mobilenav{
	display:none;
}
.navigation ul li{
	float:left;
	display:inline;
	padding:0 0 0 0;
	margin:0 0 0 25px;
	position:relative;
}
.navigation ul li a{
	font-family: 'HelveticaNeueLTStd-BdCn';
	display:block;
	font-size:22px;
	text-decoration:none;
	color:#020202;
	padding:40px 0 28px 0;
	text-align:left;
}
.navigation ul li a:hover{
	text-decoration:none;
	color:#000;
}
.navigation ul li.selected a{
	text-decoration:none;
	color:#fff;
	background:url(../images/selectedbg.png) repeat-x 0 69px;
}
.navigation ul li ul{
	width:230px;
	background:#fff;
	padding:10px 15px 10px 15px;
	position:absolute;
	top:75px;
	left:0;
	z-index:999;
	display:none;
	background-color:#f8f8f8;
}
.navigation ul li ul li{
	float:none;
	width:100%;
	display:block;
	padding:0 0 0 0;
	margin:0;
}
.navigation ul li ul li a{
	color:#000000;
	padding:5px 0 5px 0;
}
.navigation ul li ul li a:hover{
	color:#a5a5a5;
}
.navigation ul li.selected ul li a{
	background:none;
	color:#000;
	padding:5px 0 5px 0;
}
.navigation ul li.selected ul li a:hover{
	color:#000;
}
.navigation ul li:hover &gt; ul{
	display:block;
}
.container{
	padding:110px 0 0 0;
	background:#ebecee;
	overflow:hidden;
}
.wrap{
	width:1270px;
	margin:0 auto;
	padding:0 0 0 0;
}
.outerbox{
	background:#fff;
	padding:0 50px 30px 50px;
	overflow:hidden;
}
.sliderarea{
	padding:0 0 0 0;
}
.maincontent{
	padding:30px 0 0 0;
	overflow:hidden;
	line-height:24px;
}
.postlist{
	width:49%;
	float:left;
	padding:0 0 20px 0;
	overflow:hidden;
}
.right{
	float:right;
}
.postthumbnail{
	width:30%;
	float:left;
	overflow:hidden;
}
.postthumbnail img{
	width:100%;
	height:auto;
	display:inline-block;
	max-width:177px;
}
.postboxright{
	width:66%;
	float:right;
	background:#ebecee;
	overflow:hidden;
	min-height:171px;
}
.postinfo{
	padding:10px 30px 0px 30px;
	overflow:hidden;
	line-height:23px;
}
.postinfo h4 {
	margin:0 0 5px 0;
}

.postinfo h4 a {
	color:#202020;
}
.postinfo a {
	color:#D6A31A;
}

.footerarea{
	background:#D6A31A;
	padding:40px 0 40px 0;
	overflow:hidden;
	color:#020202;
}
.column01{
	width:19%;
	float:left;
	padding:0 3% 0 3%;
	overflow:hidden;
}
.footerarea h4{
	padding:0 0 20px 0;
}
.footerarea ul li{
	padding:0 0 5px 0;
}
.footerarea ul li a{
	color:#020202;
	text-decoration:none;
}
.footerarea ul li a:hover{
	color:#000;
	text-decoration:none;
}
.articlehead {
	padding: 0 0 15px;
}
h1 {
	font-size:26px;
}
h2 {
	font-size:20px;
	margin: 0 0 10px;
}
.error {
	color:red
}
.contactlistright input[type="text"]{
	width:328px;
	height:17px;
	font-size:14px;
	color:#808080;
	border:1px solid #cccccc;
	padding:10px;
	margin-bottom:12px;
}

.cal {
	border-style:none;
	border-width:1px;
}
.cal_head {
	background-color:#EBECEE;
	border-style:solid;
	border-width:1px;
	border-color:#d5d5d5;
}
.cal_head_part {

	float: left;
	width:33%;
}
.cal_head_day {
	font-size:13px;
	text-align:center;
	font_weight:none;
	background-color:#EBECEE;
	border-style:solid;
	border-width:1px;
	border-color:#d5d5d5;
}
.cal_td {
	padding:0 0 0 5px;
	font-size:12px;
	border-style:solid;
	border-width:1px;
	border-color:#d5d5d5;
}
</pre></body></html>