@charset "utf-8";
/* CSS Document */

body {
	background: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #464646;
}
html, body, div, ul, li, p, h1, h2, h3, h4, img {
	margin: 0;
	padding: 0;
	border: 0;
}
header, nav, article, aside, section, footer {
	display: block;
}
a {
	color: #009DE0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: ".";
	clear: both;
	height: 0;
}
.clearfix {
	zoom: 1;
}
h1, h2, h3, h4, p {
	margin: 0 0 15px 0;
}
p {
	line-height: 21px;
}
h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	line-height: 24px;
}
h1 {
	font-size: 22px;
}
h2, h3 {
	font-size: 20px;
}
.container {
	width: 1140px;
	margin: 0 auto;
}
header {
	background: #253944;
	padding: 20px 0;
}
#logo {
	float: left;
}
nav {
	float: right;
}
nav ul {
	margin-top: 13px;
}
nav ul li {
	display: inline;
}
nav ul li a {
	color: #FFF;
	display: inline-block;
	padding: 6px 10px;
}
#page {
	background-color: #D28A62;
	padding: 25px 0;
}
.bg {
	background: url(bg.png) repeat-y;
}
span {
	color: #ff6600;
}
article {
	padding: 25px 30px;
	float: left;
	width: 760px;
	background: #FFF;
}
section {
	overflow: hidden;
	padding: 15px 0;
	border-top: 1px dashed #797979;
}
.imgleft {
	float: left;
	margin: 0 10px 5px 0;
	padding: 5px;
	border: 1px solid #CCC;
}
article ul {
	margin: 0 0 15px 25px;
}
article li {
	padding: 3px 0;
	line-height: 21px;
}
aside {
	padding: 25px;
	float: right;
	width: 270px;
	background: #2C3E50;
}
aside h3 {
	color: #FFF;
}
aside ul {
	list-style: none;
	margin-bottom: 20px;
}
.link li {
	padding: 8px 0 8px 12px;
	border-bottom: 1px dashed #415161;
	background: url(dot.png) no-repeat 0 50%;
}
aside li a {
	color: #1ABC9C;
}
footer {
	background: #253944;
	padding: 18px 0;
}
footer p {
	margin: 0;
	text-align: center;
	color: #fff;
}
.button {
	float: right;
	margin-top: -39px;
}
.button a {
	display: inline-block;
	color: #333;
	text-shadow: 1px 1px 0px #fe6;
	-moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
	box-shadow: inset 0px 1px 0px 0px #fff6af;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background: -moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	background-color: #ffec64;
	border: 1px solid #fa2;
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 15px 5px;
	text-decoration: none;
}
.button a:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background: -moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	background-color: #ffab23
}
@media screen and (max-width:767px) {
.container {
	width: auto;
}
header, #page, footer {
	padding: 15px;
}
#page {
	background: #FFF;
}
#logo, nav, article, aside, .imgleft, .button {
	float: none;
}
img {
	max-width: 100%;
}
article, aside {
	width: 100%;
	padding: 0;
	background: #FFF;
}
aside h3 {
	color: #464646;
}
.imgleft {
	margin: 0 0 10px 0;
	display: block;
	padding: 0;
	border: none;
}
.button {
	margin: 10px 0;
}
}
