@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
#borders {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #619455;
	border-bottom-color: #619455;
	width: 100%;
	margin-top: 50px;
	position: relative;
}
#bg_image {
	background-image: url(images/bg_graphics.jpg);
	height: 648px;
	background-position: center top;
	position: relative;
	width: 100%;	
}
/*#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_graphics.jpg);
	height: 648px;
	background-position: center top;
} */
#aka {
	height: 40px;
	width: 338px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 9px;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #c0d1bd;
	text-align: center;
	margin-top: 15px;
}
#navigation {
	position: relative;
	padding-top: 320px;
	z-index: 100;
}
#navigation ul {
	background-image: url(images/ul_bg.png);
	background-repeat: no-repeat;
	height: 329px;
	width: 738px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 115px;
	z-index: 10;
}
#navigation ul .register {
	margin-left: 15px;
	margin-right: 30px;
	z-index: 10;
}

#navigation ul li {
	display: inline;
	float: left;
}
#navigation ul .old {
	margin-top: 15px;
	margin-left: 100px;
}
#navigation ul .contact {
	margin-top: 15px;
	z-index: 10;
}


#apDiv1 {
	position:absolute;
	width:100%;
	height:58px;
	
	background-image: url(images/banner.png);
	background-repeat: repeat-x;
	top: 337px;
}



/* override the arrow image of the tooltip */
/*.tooltip.bottom {
	padding-top:40px;
	height:55px;
	background-image: url(images/black_arrow_bottom.png);
}

.tooltip.bottom {
	background-image: url(images/black_arrow_bottom.png);
}

#dyna img {
	border:0;
	cursor:pointer;
}

.tooltip {
	width:169px;
	background-image: url(images/black_arrow_bottom.png);
	height: 100px;
	background-repeat: no-repeat;
	z-index: 10;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFF;
	display: none;
}

*/


/* tooltip styling */
.tooltip {
	display:none;
	height:148px;
	width:310px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFF;
	z-index: 100;
	background-image: url(images/black_arrow_big.png);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	text-decoration: none;
}
.tooltip a:hover {
	color:#ad4;
	text-decoration: underline;
}

