/* Admin */

html {
	width: 100%;
	height: 100%;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fffbed url(../images/body_head.png) repeat-x center top;
	margin: 0;
}

body * {
	margin: 0;
	padding: 0;
	font-size: small;
}

img {
    border: 0;
}

ul, ol {
	list-style: none;
}

a:link, a:visited {
	color: #437e44;
	text-decoration: none;
}

a:hover, a:active {
	color: #00c303;
	text-decoration: underline;
}

div.clear {
	clear: both;
}

/* @group Header */

div#header {
	position: relative;
	width: 856px;
	height: 130px;
	margin: 0 auto;
}

div#header div.copy {
	position: absolute;
	line-height: 21px;
	top: 0;
	left: 5px;
	color: white;
	z-index: 10;
}

div#header h1 {
	position: absolute;
	top: 0;
	left: 0;
}

div#header ul.header {
	position: absolute;
	top: 34px;
	right: 3px;
}

div#header ul.header li {
	margin-left: 10px;
	float: left;
}

div#header ul.global {
	position: absolute;
	top: 77px;
	left: 133px;
}

div#header ul.global li {
	float: left;
}

/* @end */

div.contentswrapper {
	width: 858px;
	margin: 0 auto;
	background: transparent url(../images/contents_middle.png) repeat-y center center;
}

div.contentswrapper div.bgwrapper {
	padding: 0 4px;
	background: transparent url(../images/contents_top.png) no-repeat center top;
}

div.localmenu {
	position: relative;
	width: 100%;
	height: 33px;
	background: transparent url(../images/localmenu_bg.png) repeat-x center top;
	overflow: hidden;
}

div.localmenu ul {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	height: 30px;
}

div.localmenu ul li {
	margin: 0;
	padding: 0;
	float: left;
}

div.localmenu ul li a {
	display: block;
	margin: 0;
	padding: 0 20px 0 33px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	overflow: hidden;
}

div.localmenu ul li a:link,
div.localmenu ul li a:visited {
	background: transparent url(../images/localmenu_normal.png) no-repeat left top;
	color: black;
}

div.localmenu ul li a:hover,
div.localmenu ul li a:active,
div.localmenu ul li a.active:link,
div.localmenu ul li a.active:visited,
div.localmenu ul li a.active:hover,
div.localmenu ul li a.active:active {
	background: transparent url(../images/localmenu_hover.png) no-repeat left center;
	color: white;
}

/* @group Footer */

div#footer {
	border-top: 5px solid #87be51;
	background: #407d0e;
	padding: 0 0 10px;
}

div#footer div.contents {
	position: relative;
	width: 850px;
	margin: 0 auto;
	padding: 10px 0 20px;
}

div#footer ul {
	position: absolute;
}

div#footer ul li {
	margin-right: 20px;
	float: left;
}

div#footer ul li a {
	color: white;
}

div#footer address {
	display: block;
	margin: 25px 0 0;
	color: white;
	font-style: normal;
	float: right;
}



/* @end */

/* @group FAQ */

dl#faq {
	width: 700px;
	margin: 20px auto 0;
}

dl#faq dt {
	color: #33500a;
	padding: 10px 0 5px 0;
	line-height: 1.4;
}

dl#faq dd {
	padding: 0 1em 15px 1em;
	line-height: 1.4;
	background: transparent url(../images/dotted_line.png) no-repeat center bottom;
}

/* @end */