@import "reset.css";
@import "screen.frame.css";

/* cleaner */
.cleaner {display: block;height: 0px;overflow: hidden;clear: both;}
.cleaner * {display: none;}

/* clearfix */
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}



html {
	width: 100%;
	height: 100%;
}

body {
	font-size:62.5%;
	width: 100%;
	font-family: sans-serif,Arial,Helvetica,sans;
	line-height: 1.8em;
}

ul {
	list-style: disc;
}

#wrapper {
	width: 100%;
	text-align: center;
	font-size: 1.2em;
}

#content {
	margin: 0 auto;
	width: 979px;
	text-align: left;
}

#head {
	width: 100%;
	height: 140px;
	position: relative;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 246px;
	height: 140px;
}

#logo span {
	display: none;
}

#intro {
	position: absolute;
	top: 0;
	left: 246px;
	width: 513px;
	height: 83px;
}

#intro h1, 
#intro h4 {
	display: none;
}

#login {
	position: absolute;
	z-index: 1;
	top: 17px;
	right: 20px;
}

#search {
	position: absolute;
	top: 0;
	left: 759px;
	width: 220px;
	height: 83px;
}

#search span {
	display: none;
}

#search input.text {
	position: absolute;
	left: 35px;
	top: 40px;
	background: transparent;
	border: none;
	width: 140px;
	float: none;
	margin: 0;
}

#search input.submit {
	position: absolute;
	left: 175px;
	top: 40px;
	background: transparent;
	width: 25px; 
	height: 20px;
	border: 0px;
	text-indent: -2000px;
	line-height: 0px;
	cursor: pointer; 
	cursor: hand;
}

#menu {
	position: absolute;
	top: 83px;
	left: 246px;
	margin: 0;
}

#menu li {
	float: left;
	height: 57px;
	margin: 0;
}

#menu li a {
	display: block;
	height: 100%;
}

#menu li a span {
	display: none;
}

#menu li a:hover {
	background-position: left center;
}

#menu li a.selected {
	background-position: left bottom;
}

#menu1 a {
	width: 237px;
}

#menu2 a {
	width: 154px;
}

#menu3 a {
	width: 111px;
}

#menu4 a {
	width: 135px;
}

#submenu {
	float: left;
	width: 200px;
	margin-top: 5px;
}

#submenu h2,
#submenu ul {
	margin: 1em 0 0.5em 1em;
}

#submenu h2 {
	margin: 1.5em 0 0.5em 1em;
	font-weight: bold;
	font-size: 1.3em;
}

#submenu .main {
	font-weight: bold;
}

#submenu .main li {
	list-style: none;
	margin: 0;
}

#submenu li {
	margin: 0 0 0 1em;
}

#iframeBody {
	float: left;
	width: 760px;
}

#pageContent {
	float: left;
	width: 760px;
	margin: 20px 0;
}

#footer {
	width: 100%;
	height: 67px;
	clear: both;
	text-align: center;
	padding: 20px 0 0 0;
}

#footer p {
	text-indent: 0;
	text-align: center;
	margin: 0;
}