body {
	background:#fff url(/images/bg.png) repeat;
	font-family:'Noto Sans', Arial, sans-serif;
}
#content-holder {
	position:relative;
	margin:10px auto;
	border-radius:6px;
	width:980px;
	min-height:600px;
}
.header {
	width:100%;
	font-size:24px;
	padding:10px 0 0 0;
	margin-top:10px;
	min-width:600px;
}
.header h1 {
	text-align:center;
	font-size:32px;
	font-weight:bold;
}
.header span {
	font-size:12px;
	font-family:'Noto Serif', serif;
	display:block;
	text-align:center;
}
.header ul {
	width:960px;
	background:#007f16;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#259238', endColorstr='#007f16'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#259238), to(#007f16)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #259238,  #007f16);
	color:white;
	list-style-type:none;
	display:block;
	height:45px;
	margin:10px auto;
	padding:0 10px 0 10px;
	text-align:center;
	border-radius:5px;
}
.header ul li {
	display:block;
	float:left;
	width:150px;
	height:45px;
	position:relative;
}

.header ul li ul {
	list-style-type:none;
	width:250px;
	position:absolute;
	top:35px;
	left:0;
	background:none;
	border-radius:0;
	padding:0;
	z-index:10;
	display:none;
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.25);
	border-top:1px solid #007f16;
}
.header ul li:hover ul {
	display:block;
}
.header ul li:hover ul li:hover {
	background:#259238;
}
.header ul li ul li {
	border-bottom:1px solid #007f16;
	border-top:1px solid #65e17b;
	background:#00c322;
	width:250px;
	display:block;
	box-shadow:0;
}
.header ul li:hover {
	background:#00c322;
}
.header ul li a {
	text-decoration:none;
	color:#fff;
	height:45px;
	font-size:14px;
	line-height:45px;
	display:block;
	width:150px;
	text-align:center;
	float:left;
}
.body {
	font-size:14px;
	min-height:600px;
}

#footer {
	margin-top:20px;
	font-size:11px;
	text-align:center;
}
#footer p {
	margin-bottom:0;
}

.welcome {
	width:auto;
	margin-top:20px;
}

h2 {
	font-size:18px;
	font-weight:bold;
}
h3 {
	font-size:16px;
	font-weight:bold;
}
a {
	text-decoration:none;
	color:#007f16;
}
a:hover {
	text-decoration:underline;
}
p {
	margin-bottom:10px;
	line-height:22px;
}
p img {
	margin-left:10px;
}

.hogs {
	width:980px;
	height:350px;
	background:url(/images/hogs.png) no-repeat;
	background-position:0 -10px;
	display:block;
	position:relative;
	border-radius:6px;
}
.hogs .text {
	position:absolute;
	width:250px;
	height:350px;
	top:0;
	right:0;
	background:#000;
	opacity:0.8;
	color:#fff;
	padding:0 10px;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
}
.hogs .content {
	opacity:1.0;
	position:absolute;
	width:250px;
	height:350px;
	top:0;
	right:0;
	background:transparent;
	color:#fff;
	padding:0 10px;
}
.hogs h3 {
	margin-top:120px;
	display:block;
	font-family:'Noto Serif', serif;
	font-size:24px;
	opacity:1.0;
	margin-bottom:20px;
}
.hogs p {
	margin-bottom:20px;
}
.hogs button {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#259238', endColorstr='#007f16'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#259238), to(#007f16)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #259238,  #007f16);
	font-family:'Noto Sans', Arial, sans-serif;
	border:1px solid #007f16;
	color:#fff;
	font-weight:bold;
	width:130px;
	height:40px;
	line-height:40px;
	font-size:14px;
	border-radius:6px;
	opacity:1.0;
	padding:0;
	margin:10px 0 10px 120px;
	cursor:pointer;
}

form {
	display:block;
	position:relative;
	float:left;
	width:600px;
	padding:10px;
}
form span {
	display:block;
	margin:10px 0 10px -10px;
	width:590px;
	font-family:'Noto Sans', Arial, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#b60002;
}
form label {
	float:left;
	display:block;
	font-family:'Noto Sans', Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	width:290px;
	margin-right:10px;
	line-height:28px;
}
form input, form textarea {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f3f3f3,  #fff);
	font-family:'Noto Sans', Arial, sans-serif;
	border:1px solid #ccc;
	border-radius:3px;
	box-shadow:0px 1px 0 #ddd inset;
	width:290px;
	position:relative;
	float:left;
	display:block;
	font-size:14px;
	padding:4px;
	margin-bottom:10px;
}
form textarea {
	height:100px;
}
form button {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#259238', endColorstr='#007f16'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#259238), to(#007f16)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #259238,  #007f16);
	font-family:'Noto Sans', Arial, sans-serif;
	border:1px solid #007f16;
	color:#fff;
	font-weight:bold;
	width:110px;
	height:40px;
	line-height:40px;
	font-size:14px;
	border-radius:6px;
	opacity:1.0;
	padding:0;
	margin:10px 0 10px 190px;
	cursor:pointer;
}
form .error {
	border:1px solid #b60002;
}

div.announcement {
	width:960px;	
	margin:10px 0;
	border:1px dotted #ccc;
	background:#015965;
	color:#fff;
	font-family:'Noto Sans', Arial, sans-serif;
	padding:10px;
}
div.announcement a {
	color:#5fc0ce;	
}
#captcha {
	float:left;
	width:300px;	
}
#captcha span {
	width:auto;
}