@import "content.css";

body, html {
	background-color: #000;
	color: #fff;
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	margin: 0
}

h1 { font-size: 20px; line-height: 20px }
h2 { font-size: 16px }
h3 { font-size: 14px }

a {
	color: #30b9e0;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

img { border: 0 }

hr { color: #eee }

#content ul {
    padding: 0;
    margin: 0;
}

#content ul li {
    list-style: none;
    background-image: url(i/arrowb.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding-left: 12px;
}

#header {
	background-color: #18222d;
	color: #fff;
	border-top: 8px solid #30b9e0;
	height: 74px;
	border-bottom: 1px solid #000
}

#header .layout>a {
    float: left;
    padding-top: 22px;
    padding-right: 44px;
}
.layout {
	width: 930px;
	margin: 0 auto 0 auto;
    position: relative;
}

.narrow .layout {
	width: 473px;
}

.navilist {
    padding: 0;
    margin: 0;
}

.navilist li {
    display: block;
    float: left;
    text-align: center;
    height: 32px;
    padding: 42px 3px 0 3px;
    margin: 0 3px 0 3px;
}

.navilist li.selected { background-color: #30b9e0 }

.navilist a {
    color: #fff;
    text-decoration: none
}

#subnavi {
	clear: left;
    background-color: #32c5e8;
    background-image: url(i/subnavibg.png);
    background-repeat: repeat-x;
    height: 22px;
    font-size: 11px
}

#subnavi ul {
	padding: 0 0 0 505px;
	width: 930px;
    margin: 0 auto 0 auto
}

#subnavi li {
	display: block;
	float: left;
	height: 22px;
	line-height: 26px;
	padding-left: 12px;
	text-transform: uppercase
}

#subnavi a { color: #fff; white-space: nowrap }

#subnavi .selected a, #subnavi a:hover { color: #000 }

#newsbar {
	clear: both;
	height: 70px;
	background-color: #18222d;
	border-top: 1px solid #313741;
    font-size: 11px;
}

#newsbar .layout>div {
    padding-top: 22px;
    padding-top: 22px;
    float: right;
}

#newsbar .col {
    height: 40px;
    float: left;
    padding-left: 1em;
    padding-right: 1em;
    border-right: 1px solid #313741;
    border-left: 1px solid #000
}
#newsbar .col:first-child { border-left: 0 }
#newsbar .col:last-child { border-right: 0 }

#newsbar .col>div { padding-bottom: 1em }

#newsbar .readmore { background-image: url(i/arrow.png); }

#newsbar p {
    margin: 0;
    padding-left: 12px;
}

#newsbar p:first-child {
    background-image: url(i/arrow.png);
    background-repeat: no-repeat;
    background-position: 2px 3px;
}

#newsbar p:first-child a { color: #30b9e0 }

#newsbar p a { color: #fff }

#content {
	clear: both;
	background: url(i/background.png);
	background-repeat: repeat-x;
}

#content h1 {
	margin-top: 1em;
	color: #2fb8e0
}

#content0 {
	background-image: url(i/hehku.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 728px
}

#content1 {
    width: 930px;
    margin: 0 auto 0 auto;
    padding: 0 54px 0 54px;
    background-image: url(i/shadowl.png);
    background-repeat: repeat-y;
}

#content2 {
	width: 930px;
	padding-right: 54px;
	background-image: url(i/shadowr.png);
    background-repeat: repeat-y;
    background-position: right top
}

.narrow #content1, .narrow #content2 { width: 532px }

#content .layout {
	background-color: #fff;
	color: #000;
	padding: 12px;
	width: 904px
}

.narrow #content .layout { width: 504px }

#bottom {
	margin: 0 auto 0 auto;
	padding: 22px 54px 0 56px;
	height: 42px;
	width: 930px;
	background-image: url(i/bottom.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 10px 
}

.narrow #bottom {
	width: 528px;
	background-image: url(i/narrow_bottom.png);
}

#cornertl, #cornertr {
    width: 15px;
    height: 14px;
    position: absolute;
    top: 0;
}

#cornertl { background-image: url(i/corner_tl.png); left: 0; }
#cornertr { background-image: url(i/corner_tr.png); right: 0; }

.pager .selected {
	font-weight: bold;
	color: #000;
	text-decoration: underline
}

.contactform td { padding-right: 1em }
.contactform table { width: 30em }

.contactform input[type=text] {
	font-family: arial;
	font-size: 12px;
	width: 14em;
}

.contactform #aihe { width: 30em }

.contactform textarea  {
	font-family: arial;
	font-size: 12px;
	width: 30em;
	height: 8em
}
.simplecontactform input[type=text] { width: 230px }
