/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 3.0 License

Name       : Unofficial Channels
Description: A two-column, fixed-width design with a bright color scheme.
Version    : 1.0
Released   : 20120723
*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #383838;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 12pt;
	line-height: 1.8em;
	font-family: Arial, sans-serif;
	background: #dddddd;
	color: #656565;
}

br.clear {
	clear: both;
}

h1,h2,h3,h4 {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -1px;
}

h2,h3,h4 {
	margin-bottom: 1.5em;
	font-family: Arvo, serif;
	color: #000000;
}

strong {
	color: #000000;
}

p {
	margin-bottom: 1.25em;
}

ul {
	margin-bottom: 1.25em;
}


#banner {
	position: relative;
	width: 1180px;
	height: 0px;
	visibility: visible;
}

#banner .captions {
	position: absolute;
	right: 0;
	top: 105px;
	/*text-shadow: 2px 2px 0px rgba(0,0,0,1.0);*/
}

#banner .captions h2 {
	background: rgba(0,0,0,0.7);
	color: #ffffff;
	padding: 28px;
	margin: 0;
}

#banner .captions h3 {
	background: rgba(10,127,153,0.8);
	color: #ffffff;
	padding: 28px;
	margin: 0;
}


#content {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0px;
	padding: 0 0px 0 0px;
	margin: 10px 10px 20px 0;
	border: 0px;
}

#content h1 {
	color: #000000;
	font-size: 1.1em;
	font-weight:400;
}

#content p {
	color: #000000;
	font-size: 0.85em;
	font-weight:100;
}

#copyright {
	padding: 40px 0 80px 0;
	text-align: center;
	color: #777777;
}

#copyright a {
	color: #777777;
}

#fankuitext {
	
}

#fankuitextbutton {
    margin:20px 0 0 510px;
	width: 100px;
	height: 40px;
}

#header {
	position: relative;
	padding: 0px;
	height: 110px;
	background: #5ea1f0;
	color: #ffffff;
	/*text-shadow: 2px 2px 2px rgba(0,0,0,0.5);*/
	/*box-shadow: inset 0px -40px 60px 0px #005B6D;*/
	border-bottom: solid 1px #003B47;
	visibility: visible;
}

#logo {
	position: absolute;
	left: 30px;
	height: 100px;
	line-height: 100px;
	visibility: visible;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

#logo h1 {
	font-size: 3em;
	font-family: STHeiti;
}

#main {
	position: relative;
	padding: 10px 10px 30px 10px;
	visibility: visible;
	height: 698px;
}

#main ul {
	list-style: none;
}

#main ul li {
	padding: 8px 0 8px 0;
	border-top: solid 1px #d1d1d1;
}

#main ul li.first {
	padding-top: 0;
	border-top: 0;
}

#nav {
	position: static;
	/* top: 180px; */
	/* left: 0px; */
	/* padding: 0px 0px 0px 50px; */
	/* width: 1200px; */
	height: 50px;
	line-height: 50px;
	margin: 0 0 0 0;
	background: #5ea1f0;
	font-size: 1em;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	/*box-shadow: inset 0px -10px 40px 0px #005B6D;*/
	text-indent: 50px;
	visibility: visible;
}

#nav a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	display: inline;
	padding: 0px 60px 0px 0px;
}

#nav ul li.first {
	padding-left: 0;
}

#outer {
	position: relative;
	z-index: 3;
	width: 1180px;
	margin: 0px auto 0 auto;
	background: #ffffff;
	/*box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);*/
}

.btn-u {
	border: 1px solid #1ABC9C;
	cursor: pointer;
	padding: 4px 13px;
	position: relative
}

.btn-u:hover {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.btn-u{
	font-size: 30px;
	font-weight: 400;
	display: inline-block
}

.btn-u:hover {
	background: #28caad
}

