@charset "utf-8";
/* CSS Document */
html{ min-height:101%;}

body {
  margin: 0;
  padding: 0;
  background-image:url(images/body_bg.gif);
}

#container{
width: 1024px;
margin-left: auto ;
margin-right: auto ;


}
#content {
	width: 1024px;
	background-image:url(images/content_bg_03.png);
	background-position: top;
	background-repeat: repeat-y;
	margin: 0px auto;
	height: auto;
}
#text {
	float: left;
	width: 750px;
	text-align:left;
	margin-right: 10px;
	margin-left:30px;
	margin-top: 24px;
}

#nav {
	float:right;
	margin-right: 30px;
	margin-top: 24px;
	width: 165px;
	height: auto;
	border:solid 2px #4b6580;
	text-align: center;
	
}
#footer {
	background-image:url(images/footer_03.png);
	background-position: top;
	background-repeat:no-repeat;
	text-align: center;
	position:relative;
	width: 100%;
	height:37px;
	clear: both; 
}
#text h2 {
	font-family: Tw Cen MT, Tahoma, sans-serif;
	color:#FFFFFF;
	font-size: 24px;
	}
#text a {
	text-decoration: none;
	color:#FFFFFF;
	}
	
#text h4 {
	font-family: Tw Cen MT, Tahoma, sans-serif;
	color:#FFFFFF;
	font-size: 18px;
	text-decoration:underline;	
	}
#text PRE {
	margin-left: 20px;
	margin-right: 20px;
	color:#FFFFFF;
	font-size: 15px;
	font-family: Tw Cen MT, Tahoma, sans-serif;
	line-height: 20px;
	letter-spacing: 1px;
}
#content p {
	color:#FFFFFF;
	font-size: 15px;
	font-family: Tw Cen MT, Verdana, sans-serif;
	line-height: 20px;
	letter-spacing: 1px;
	}

#footer p {
	font-family: Sylfaen, Tahoma, sans-serif;
	font-size: 11px;
	color:#09253a;
}
/*****************************************************************************************************
	NAVIGOINTI
*******************************************************************************************************/

	#nav p{
	margin-left: 25px;
	margin-right: 30px;
	margin-bottom:10px;
	text-align:center;
	left: 50%;
	
}
	#nav h1{
	margin-top: 5px;
	font-family: Tw Cen MT, Tahoma, sans-serif;
	color:#FFFFFF;
	text-align:center;
	font-size: 18px;
	border-bottom: solid 4px #4b6580;
	left: 50%; 
	margin-left: 25px;
	margin-right: 25px;
}
	#nav li{
		list-style-type:none;
		position:relative;
	}
	#nav ul{
		margin:0px;
		padding:0px;
		position:relative;

	}
	#nav .slMenuItem_depth2{
		margin-top:1px;
		font-size: 13px;
		font-style:italic;
	}	
	#nav a {
	font-family: Tw Cen MT, Tahoma, sans-serif;
	font-size: 17px;
	color:#FFFFFF;
	text-decoration:none;}
	
	#nav a:hover{
	text-decoration:underline;
	}
	
/*****************************************************************************************************
	ACCORDIAN
*******************************************************************************************************/
#basic-accordian{
	width:800px;
	position:relative;

}
.accordion_headings{
	margin-top: 0em;
	margin-right: 1.5em;
	margin-bottom: 0em;
	margin-left: 1.5em;
	cursor:pointer;
	color:#FFFFFF;
	font-size: 15px;
	font-family: Tw Cen MT, Tahoma, sans-serif;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	border-right:  solid 4px #4b6580;

}
.accordion_headings:hover{
	text-decoration:underline;
}

.accordion_child{
	margin-left: 20px;
	margin-right: 20px;
	color:#FFFFFF;
	font-size: 15px;
	font-family: Tw Cen MT, Tahoma, sans-serif;
	line-height: 20px;
	letter-spacing: 1px;

}
/*****************************************************************************************************
	SEARCH
*******************************************************************************************************/
.form{
	background-color:#4b6580;
	color:#FFFFFF;
	font-size: 15px;
	font-family: Tw Cen MT, Tahoma, sans-serif;
}