/* CSS Document */
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	margin: 0;
	margin-left: 1em;
	color: #555;
	height: 100%;
}

span {
	font-size: 3.5em;
	color: #ff9900;
	z-index: -1;
}

cite {
	text-decoration: none;
	font-style: normal;
	font-size: 14px;
}

.changelang {
	font-size: 18px;
	color: #ff9900;
	padding: 4px;
	text-decoration: none;
}

a.changelang:link {
	color: #000;
	text-decoration: none;
}

a.changelang:hover {
	color: #ff9900;
	text-decoration: none;
}

#pagetext {
	line-height: 130%;
}

#titleAdv {
	font-size: 5em;
	color: #ff9900;
	font-family: "Tw Cen MT Condensed", Arial;
}

#titlePub {
	font-size: 5em;
	color: #ff9900;
	font-family: "Tw Cen MT Condensed", Arial;
}

#box {
	width: 980px;
	border: 1px solid #DDD;
	padding-top: 10px;
	padding-bottom: 10px;
}

A:link {
	color: #555;
}

A:visited {
	color: #555;
}

A:hover {
	color: #ff9900;
}

#page {
	margin: 0px auto;
	position: relative;
	width: 980px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#header-block {
	width: 980px;
	border-bottom: 0px solid #DDD;
	border-top: 1px solid #DDD;
	clear: both;
	margin: 7px 0px 17px;
	padding: 10px 0px 0px 4px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	color: #000;
	text-decoration: none;
}

.menulink {
	text-decoration: none;
	padding-right: 0px;
	font-family: "Tw Cen MT Condensed", Arial;
	z-index: 512;
	cursor: pointer; cursor: hand;
    font-size: 20px;

}

.menulink2 {
font-size: 22px;
	font-family: "Tw Cen MT Condensed", Arial;
	z-index: 512;
}

.loginformText {
	width: 100px;
	height: 18px;
	font-size: 16px;
	font-weight: bold;
	background: #F2F2F2;
	padding: 7px;
	border: solid 1px #ccc;
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.loginformBut {
	width: 100px;
	height: 14px;
	font-size: 14px;
	background: #ff9900;
	color: #fff;
	padding: 7px;
	border: solid 2px #ff9900;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.transparent {
	opacity: 0.50;
	filter: Alpha(Opacity =       50);
	-moz-opacity: 0.50;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 10000;
	visibility: hidden;
	/* IE */
	-khtml-opacity: 0.5; /*older Safari*/
}

#captchaform {
	background: #fff;
	color: #333333;
	text-align: center;
	padding: 25px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
	position: fixed;
	z-index: 100000;
	width: 300px;
	visibility: hidden;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	/*--CSS3 Box Shadows--*/
	box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	/* filter: progid:DXImageTransform.Microsoft.dropShadow(color='#000000', offX='20', offY='20'); */
}

ul.menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	z-index: 512;
}

ul.menu * {
	margin: 0px;
	padding: 0px;
	z-index: 512;
}

ul.menu a {
	display: block;
	color: #000;
	text-decoration: none;
	padding-right: 50px;
	z-index: 512;
}

ul.menu a:hover {
	color: #0e4d82;
}

ul.menu li {
	position: relative;
	float: left;
	margin-right: 2px;
	z-index: 512;
}

ul.menu ul {
	position: absolute;
	top: 33px;
	left: 0;
	background: #fff;
	display: none;
	opacity: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
	z-index: 512;
}

ul.menu ul li {
	position: relative;
	border-left: 1px solid #ccc;
	border-top: none;
	border-right: 1px solid #ccc;
	width: 220px;
	margin: 0;
	z-index: 512;
}

ul.menu ul li a {
	display: block;
	padding: 7px 5px 7px;
	background: #F2F2F2;
	color: #000;
	border-top: 1px solid #ccc;
	z-index: 512;
}

ul.menu ul li a:hover {
	color: #ff9900;
	background: #FFF;
	z-index: 512;
}

ul.menu ul ul {
	left: 148px;
	top: -1px;
	z-index: 512;
}

.cufon-loading {
	visibility: hidden;
}

div.news {
	padding-top: 20px;
}

div.news ul {
	top: 0px;
	margin-top: -10px;
}

.pagetitle {
	display: block;
	overflow: hidden;
	clear: both;
	border-bottom: none;
	position: relative;
	padding-bottom: 0.5em;
}