* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Arial Black, Verdana;
	font-size: 14px;
	background-color: #dcf4d1;
}
.page {
	position: relative;
	width: 960px;
	margin: auto;
	overflow: hidden;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #ffffff;
}
.banner {
	width: 960px;
	height: 200px;
	background-color: #ffffff;
	border-bottom: 2px solid #ffffff;
}
.banner .logo {
	float: left;
	margin-left: 50px;
	margin-top: 30px;
}
.banner .fb {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
.menu {
	font-family: Signika Negative, Arial;
	position: relative;
	z-index: 2;
	background-color: #7dcb4d;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	height: 50px;
	padding: 0px 40px;
	box-shadow: 0px 2px 5px 1px #999999;
	line-height: 50px;
}
.menu .item {
	height: 24px;
	color: #28582a;
	cursor: pointer;
	text-align: center;
}
.menu .item a {
	text-decoration: none;
	color: #28582a;
}
.menu .item.last {
}
.menu .item:hover, .menu .item.last:hover, .menu .item a:hover {
	color: #ea6900;
}
.menu > .submenu {
	width: 960px;
	height: auto;
	position: absolute;
	top: 50px;
	left: 0px;
	display: none;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 3px 5px 1px #CCCCCC;
	color: #498D81;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
}
.menu > .submenu a {
	color: #498D81;
	text-decoration: none;
}
.menu > .submenu a:hover {
	color: #99BDB1;
}
.menu > .submenu  .column {
	float: left;
	width: 440px;
	margin: 20px;
}
.menu > .submenu  .column .header {
	font-weight: bold;
	line-height: 20px;
}
.menu > .submenu  .column .subitem {
	line-height: 20px;
}
.content {
	position: relative;
	z-index: 1;
	float: left;
	width: 600px;
	min-height: 600px;
	padding: 30px 30px;
}
.content > .header {
	color: #ff8b00;
	font-size: 22px;
	margin-bottom: 20px;
}
.content > .text {
	color: #666666;
}
.contact {
	font-family: Signika Negative, Arial;
	position: relative;
	z-index: 1;
	float: right;
	width: 250px;
	min-height: 900px;
	background-image: url('images/contact.png');
	color: #ffffff;
	padding: 30px 25px;
}
.contact > .header {
	font-size: 22px;
	font-weight: bold;
}
.contact > .phone {
	margin-top: 20px;
	font-size: 22px;
}
.contact > .email {
	font-size: 18px;
}
.contact > .location {
	margin-top: 20px;
	font-size: 24px;
}
.contact > .map {
	margin-top: 10px;
}
.contact .facebook {
	margin-top: 40px;
	padding-bottom: 30px;
	border-bottom: 2px solid #ffffff;
	margin-bottom: 30px;
}
.contact .facebook .header {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.contact .contact-form {
	margin-top: 40px;
	padding-bottom: 30px;
	border-bottom: 2px solid #ffffff;
	margin-bottom: 30px;
}
.contact .contact-form .header {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.contact .contact-form .message {
	border: 1px solid #b8c3da;
	width: 234px;
	height: 234px;
	border-radius: 8px;
	padding: 8px;
	color: #eb7128;
	font-size: 18px;
	font-family: Arial;
	resize: vertical;
}
.contact .contact-form .author {
	border: 1px solid #b8c3da;
	width: 234px;
	height: 24px;
	border-radius: 8px;
	padding: 5px 8px;
	color: #eb7128;
	font-size: 18px;
	font-family: Arial;
	margin-top: 10px;
}
.contact .contact-form .contact-confirm {
	border: 0px;
	width: 250px;
	height: 34px;
	border-radius: 8px;
	padding: 5px 8px;
	color: #ffffff;
	font-size: 18px;
	font-family: Arial;
	margin-top: 10px;
	background-color: #eb7128;
	font-weight: bold;
	cursor: pointer;
}
.contact .newsletter-form {
	padding-bottom: 30px;
	border-bottom: 2px solid #ffffff;
}
.contact .newsletter-form .header {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.contact .newsletter-form .email {
	border: 1px solid #b8c3da;
	width: 234px;
	height: 24px;
	border-radius: 8px;
	padding: 5px 8px;
	color: #eb7128;
	font-size: 18px;
	font-family: Arial;
	margin-top: 10px;
}
.contact .newsletter-form .newsletter-confirm {
	border: 0px;
	width: 250px;
	height: 34px;
	border-radius: 8px;
	padding: 5px 8px;
	color: #ffffff;
	font-size: 18px;
	font-family: Arial;
	margin-top: 10px;
	background-color: #eb7128;
	font-weight: bold;
	cursor: pointer;
}
.contact .newsletter-form .info {
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
p {
	margin-bottom: 10px;
	text-align: justify;
}
/* news */
.news {
	clear: both;
	width: 100%;
	height: auto;
}
.news .title {
	float: left;
	width: 450px;
	font-weight: bold;
	margin-bottom: 10px;
}
.news .time {
	float: right;
	width: 150px;
	margin-bottom: 10px;
	text-align: right;
	font-style: italic;
}
.news .text {
	clear: both;
	float: none;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	line-height: 1.3;
}
.upload-box {
	margin: 20px auto;
	float: none;
}
.user-banner {
	position: relative;
	float: none;
	width: 600px;
	height: 300px;
	overflow: hidden;
	margin-bottom: 20px;
}
.banners .picture {
	margin-bottom: 20px;
}
.user-banner .picture {
	width: 600px;
	height: 300px;
	float: left;
}
.user-banner .picture a {
	display: block;
	width: 100%;
	height: 100%;
}
.user-banner .picture img {
	display: block;
	float: none;
	margin: 0px auto;
}
.user-banner .banner-line {
	width: 10000px;
	height: 300px;
}
.user-banner .dotted-line {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 600px;
	text-align: center;
}
.user-banner .dotted-line .dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #ffffff;
	border-radius: 8px;
	margin: 0px 5px;
	cursor: pointer;
	color: #ffffff;
	background-color: none;
}
.user-banner .dotted-line .dot.selected {
	background-color: #ffffff;
}
.fb-widget {
	position: fixed;
	width: 282px;
	height: 32px;
	top: 50%;
	right: -250px;
	margin-top: -200px;
	z-index: 10;
}
.fb-widget > img {
	float: left;
}
.fb-widget > div {
	float: right;
}
.cookie-info {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #888888;
	box-shadow: 0px 0px 5px 2px #888888;
	z-index: 11;
}
.cookie-info .message {
	margin: 10px;
	font-size: 14px;
}
.cookie-info .read-confirm {
	margin: 10px;
	background-color: #cccccc;
	border-radius: 5px;
	float: right;
	text-align: center;
	width: 60px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}
.cookie-info .read-confirm:hover {
	background-color: #eeeeee;
}
.content > .others {
	margin-top: 10px;
	border-top: 1px solid #dddddd;
	padding-top: 10px;
}
.content > .others > .header {
	color: #444444;
	font-weight: bold;
	padding-bottom: 5px;
}
.content > .others > .subitem a {
	color: #666666;
	line-height: 18px;
}
.content > .others > .subitem a:hover {
	color: #999999;
}