@charset "utf-8";
.body {
	background-color: white;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
.topbox {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 750px;
	background: url(image/full_background.jpg);
	margin-top: 0px;
	padding: 0px;
	position: relative;
}
.toptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	height: 40px;
	position: relative;
	margin-bottom: 10px;
	padding-top: 60px;
}
#promo {
	display: none;
	position: absolute;
	cursor: default;
	left: 100px;
	top: 50px;
	background-color: white;
	border: 1px solid black;
	width: 340px;
	height: 140px;
	text-align: center;
	z-index: 1;
}
.middlebox {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	height: 190px;
	background-color: white;
	margin-top: 20px;
	padding: 10px;
}
.middletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	width: 210px;
	float: left;
	padding: 10px;
}
.bottombox {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	height: 120px;
	background-color: white;
	margin-top: 20px;
	padding: 10px;
	margin-bottom: 25px;
}
.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 10px;
}
.main_content {
	background: url(image/content_bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 395px;
	width: 881px;
	margin: auto;
	padding: 0px;
}
.content {
	position: relative;
}
.menu_container {
	width: 97%;
	margin: auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 60px;
}
ul.menu, ul.menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	cursor: default;
}
ul.menu li {
	padding: 6px;
	position: relative;
	float: left;
	z-index: 1;
}
ul.menu li a {
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	display: block;
	height: 45px;
}
ul.menu li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 50px;
	z-index: 5;
	width: 450px;
}
ul.menu li ul li {
	padding: 8px;
	text-align: center;
}
ul.menu li ul li a {
	font-size: 9px;
	font-weight: bold;
	display: block;
}
ul.menu li a:hover {
	color: black;
	font-weight: bold;
}
ul.menu li:hover ul {
	display: block;
}
#f1 {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
#f1 label {
	display: -moz-inline-box;
	display: inline-block;
	width: 100px;
	vertical-align: top;
}
#f1 div {
	padding: 2px;
}
#f1 .input_width {
	width: 250px;
}
#f1 .area_height {
	height: 60px;
}
#f1 textarea {
	overflow: auto;
}
#news {
	margin: 5px 60px;
	padding: 2px 10px 2px 160px;
	width: 300px;
	height: 40px;
	background: url(image/news.jpg);
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
}
#news .headline {
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0px;
}
#news .teaser {
	font-size: 14px;
	font-style: italic;
}
#news_story {
	padding:  0px 10px;
	height: 320px;
	overflow: auto;
}
#news_story .headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	padding-bottom: 10px;
}
#news_story .story {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
#news_story .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-top: 10px;
}