
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	color: #CCCCCC;
}
#flashcontent {
	width: 100%;
	height: 100%;
}
h1 {
	font-size: 1.8em;
	text-align: left;
	text-indent: -9999px;
	color: #3399CC; /*----------------------------------------------------------------------- */
}
.hrheading {
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 0px;
	border-top: #CCCCCC 1px dashed;
	margin-bottom: 20px;
}
.hrblue {
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 0px;
	border-top: #3399CC 1px solid; /*----------------------------------------------------------------------- */
}

h2 {
	font-weight: normal;
	font-size: 1.5em;
	margin-top: 0;
}
h3 {
	color: #3399CC; /*----------------------------------------------------------------------- */
	font-size: 1em;
}
#bgimage {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	min-width: 50%;
	min-height: 50%;
	overflow:hidden;
}
#bgimage img {
	-ms-interpolation-mode: bicubic;
}
.w100pc {
	width: 100%;
}
.h100pc {
	height: 100%;
}
#page {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}


#logo {
	position: absolute;
	top: 90px;
	left: 14px;
}

/* main navigation */
#navigation {
	width: 100%;
	text-align: center;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation ul li {
	float: left;
}
#navigation ul li:hover {
	background-position: 0px -30px;
}
#mainnav {
	width: 100%;
	height: 30px;
	background: #3399CC; /*----------------------------------------------------------------------- */
}
#mainlinks {
	width: 800px; /*----------------------------------------------------------------------- */
	margin: 0 auto;
	text-align: left;
	padding-top: 9px;
	font-size: 0.85em;
	font-weight: bold;
}
#mainlinks a {
	color: #000000;
	text-decoration: none;
	padding-right: 30px;
	display: block;
}
#mainlinks a:hover {
	color: #FFFFFF;
}
#mainlinks a.current {
	color: #FFFFFF;
}

/* subnavigation */
.subnav {
	width: 100%;
	height: 22px;
	background: url(../data/img/tint.png);
}
.subnav ul li {
	margin-top: 5px;
}
.sublinks {
	font-size: 0.85em;
	font-weight: bold;
	clear: both;
	height: 22px;
	border-bottom: #3399CC 1px solid; /*----------------------------------------------------------------------- */
}
.sublinksinner {
	width: 800px; /*----------------------------------------------------------------------- */
	margin: 0 auto;
	text-align: left;
}
.sublinks a {
	color: #999999;
	text-decoration: none;
	padding-right: 30px;
	display: block;
}
.sublinks a.current {
	color: #FFFFFF;
}

#content {
	width: 800px; /*----------------------------------------------------------------------- */
	margin: 0 auto;
	margin-top: 120px;
	position: relative;
	text-align: left;
	overflow: hidden;
/*
	background: url(../data/img/tint.png);
*/
	border: #3399CC 1px solid; /*----------------------------------------------------------------------- */
}
#tint {
	background-color: #000000;
	opacity: 80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 2000px;
}
.innercontent {
	padding: 20px;
	position: relative;
	z-index: 5;
}

#content a {
	color: #3399CC; /*----------------------------------------------------------------------- */
}
#content a:hover {
	color: #FFFFFF; /*----------------------------------------------------------------------- */
}

#pagetextnarrow {
	width: 560px; /*----------------------------------------------------------------------- */
	float: left;
}
#sidetext {
	width: 175px; /*----------------------------------------------------------------------- */
	float: left;
	border-left: #3399CC 1px solid; /*----------------------------------------------------------------------- */
}
#sidetextinner {
	padding-left: 10px;
}
a.sidenews {
	text-decoration: none;
}
a.sidenews:hover {
	text-decoration: underline;
}

#closebutton, #openbutton {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 6;
}

#hiddencontainer {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 60px;
}
#hiddencontent {
	width: 800px; /*----------------------------------------------------------------------- */
	margin: 0 auto;
	text-align: left;
	height: 60px;
	position: relative;
	background: url(../data/img/tint.png);
	border: #3399CC 1px solid; /*----------------------------------------------------------------------- */
}

#heading, #hiddenheading {
	text-align: right;
}

#gallerytn {
	margin-top: 10px;
}
#gallerytn img {
	margin-right: 10px;
	border: #3399CC 1px solid; /*----------------------------------------------------------------------- */
}

/* news */
a.newslink {
	color: #FFFFFF ! important; 
}
a.newslink:hover {
	color: #3399CC ! important; /*----------------------------------------------------------------------- */
}

.hidden {
	display: none;
}
.visible {
	display: block;
}
.transparent {
	visibility: hidden;
}
.clearboth {
	clear: both;
}
.vdivider10 {
	width: 10px;
	height: 100px;
	float: left;
}
.vdivider20 {
	width: 20px;
	height: 100px;
	float: left;
}
.op60 {
	filter: alpha(opacity=60);
	opacity: 60;
	-moz-opacity: 0.6;
}