@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}
#top_set {
	width: 100%;
	background-color: #262262;
	height: 420px;
	margin: 0px;
	padding: 0px;
}
#top {
	height: 400px;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
}
#menu {
	height: 45px;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 330px;
	padding-bottom: 0px;
}
.menu {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
}
.menu li {
	display: inline;
	line-height: 28px;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	float: left;
}
.nav:link, .nav:visited {
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding: 0px;
	height: 28px;
	width: 150px;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.nav_selected:link, .nav_selected:visited {
	color: #262262;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 0px;
	float: left;
	height: 28px;
	width: 150px;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	background-image: url(../images/menu_bg.png);
}
.nav:hover {
	text-decoration: none;
	color: #262262;
	background-image: url(../images/menu_back.png);
}
#main_container {
	height: 900px;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 0px;
	background-image: url(../images/wtmk.png);
}
h2 {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}

#content {
	height: 780px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 0px;
}
#form1 {
	color: #FFF;
	height: 620px;
	width: 900px;
	padding-top: 20px;
}
label {
	color: #262262;
	float: left;
	font-size: 14px;
	line-height: 18px;
	padding-top: 6px;
	text-align: right;
	width: 150px;
}
label, input, select, textarea  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	color: #262262;
}
input, textarea, select  {
	-moz-border-radius: 3px 3px 3px 3px;
	border: 1px solid #262262;
	color: #262262;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 20px;
	padding: 4px;
	width: 600px;
}
select {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.input select {
	font-size: 14px;
}

form .input {
	margin-left: 180px;
}

form .line {
	margin-bottom: 20px;
}
#bottom {
	height: 350px;
	width: 100%;
	background-color: #262262;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#info {
	height: 280px;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFF;
}
#about {
	height: 70px;
	width: 980px;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 0px;
}
#visit {
	font-size: 13px;
	height: 190px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #FFF;
}
#visit a {
	text-decoration: none;
	color: #FFF;
}
#visit p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	height: 40px;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	font-size: 14px;
}
#footer p {
	padding-left: 10px;
}
#footer p em a {
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
}
