@charset "utf-8";
/* CSS Document */

html {
	background: #fff;
}
#wrapper {
	background: url(../images/bg_sub.gif) repeat-x;
	overflow: hidden;
}
#container {
	width: 960px;
	margin: 0 auto;
}
.wrap {
	padding: 10px;
}
#header {
	position: relative;
	height: 109px;
}
#logo {
	width: 304px;
	height: 66px;
	padding: 20px 0 0 0;
}
#logo h1 {
	display: block;
	text-indent: -9999px;
}
#serverStatus {
	width: 426px;
	height: 33px;
	position: absolute;
	right: 0px;
	top: 20px;
	background:url(../images/serverStatus_bg.jpg) no-repeat;
}
.statusWrap {
	padding: 0 0 3px 35px;
	font-style: italic;
	font-size: 12px;
	word-spacing: -0.8pt;
}
.green {
	color: #8dc63f;
}
.red {
	color: #ed1c24;
}

/* Text Style */
h1 {}

h2 {
	font-size: 16px;
	padding: 20px 0 10px 0;
}
p { padding: 0 0 20px 0; }
blockquote { padding: 5px 0 10px 30px; border-left: 5px solid #87CEFA; background: #F0F8FF; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; }

.image { border: 1px solid #999; margin: 10px; }

/* Navigation */
#navigation {
	height: 32px;
	width: 560px;
	margin-left:400px
}
.nav li {
	display: inline;
	float: left;
	margin-top: 10px;
}
.nav li a {
	display:block;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	padding: .25em 1em;
	font-weight: bold;
	margin-left: 10px;
}
.nav li a:hover {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background: #71b1e0;
	color: #fff;
}
li.current {
	display:block;
	font-size: 15px;
	background: #71b1e0;
	color: #fff;
	text-decoration: none;
	padding: .25em 1em;
	font-weight: bold;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	text-shadow: 0 1px 2px #4e84ab;
}
#banner {
	height: 207px;
	position: relative;
}
.welcome_title {
	position: absolute;
	width: 600px;
	right: 20px;
	top: 40px;
}

#content {
	margin: 40px 10px 0 10px;
}
#left_content {
	width: 620px;
	float: left;
	display: inline;
	margin-right: 20px;
}
#left_content ul {
	list-style: disc;
	color: #1E90FF;
	padding: 10px 0 10px 20px;
}
#left_content ul li span {
	color: #000;
}
#sidebar {
	width: 280px;
	float: left;
	display: inline;
	padding: 0 10px;
}
#sidebar ul {

}

#sidebar ul li {
	border-bottom: 1px dotted #cccccc;
}

#sidebar ul li a {
	display: block;
		padding: 5px 15px;
}
#sidebar ul li a:hover {
	text-decoration: none;
	background: #71b1e0;
}
#footer {
	background: #2f2f2f;
	border-top: 1px solid #4d4d4d;
	height: 40px;
	margin-top: 10px;
}
#footerContent {
	font-size: 11px;
	color: #fff;
	width: 960px;
	margin: 0 auto;
}
.footerLeft {
	width: 800px;
}
.footerRight {
	width: 100px;
}
.footerRight a {
	color: #f1be1d;
}