/* { margin: 0; padding: 0; }*/
body {
  background: #ececec;
  font-family: Arial, Helvetica, sans-serif;
}
h1 {
	margin:5px 0 10px 0;
	color:#990000;
	text-shadow: #999999 3px 3px 3px;
	filter: Shadow(Color=#999999, Direction=135, Strength=3,);
}
h2 {
	margin:5px 0 10px 0;
	color: #000000;
	text-shadow: #999999 3px 3px 3px;
	filter: Shadow(Color=#999999, Direction=135, Strength=3,);

}
#container {
  width: 1018px;
  margin: 0 auto;
  padding: 5px;
  position: relative;
  background-color:#FFFFFF;
}
#top{

	height:112px;
	background:#CCCCCC url(images/top_img.jpg) no-repeat;
}
#flash{
	height:300px;
	width:100%;
	background-color:#FFFFFF;
}
/* Start CSS Drop Down Menu */
#menuh-container
	{
	position: relative;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	text-shadow:#000000 3px 3px 3px;
	filter: Shadow(Color=#000000, Direction=135, Strength=3,);
	background: #990000;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.7em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background: #990000;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: black;
	background-color: white;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	font-size:16px;
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:169px;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
#main{
	padding:10px 0 40px 0;
	background-color:#FFFFFF;
}
#side{
	width:272px;
	float:left;
	padding-top:10px;
	padding-left:10px;
	background-color:#FFFFFF;
	min-height:250px;

}
#content{
	width:696px;
	float:right;
	font-size:13px;
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	min-height:250px;
}
#content_kont{
	width:980px;
	float:left;
	font-size:13px;
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	min-height:250px;
}
#bot{
	line-height:0; font-size:0; clear:both;
}
#footer{
	height:45px;
	background:#333333 url(images/footer_bg.jpg) repeat-x;
	color:#FFFFFF;
	font-size:10px;
	
}

#ttext{
	position:relative;
	width:-380px;
	height:-50px;
	font-size:16px;
	color:#FFFFFF;
	padding:77px 0 0 680px;
	text-shadow:#000000 3px 3px 3px;
	filter: Shadow(Color=#000000, Direction=135, Strength=3,);
}
#ttext a, #ttext a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
#ttext a:hover{
	text-shadow:#ffffff 3px 3px 3px;
	filter: Shadow(Color=#ffffff, Direction=135, Strength=3,);
	color:#FFFFFF;
}

