/* $Id: styles.css 604 2008-02-11 09:15:23Z rodi $ */
@import url("content.css");
* {
	font-family: verdana, trebuchet, arial, sans-serif;
}
body {
	background: url(../images/body_bg.jpg) repeat-y top center;
	background-color: #E8F1F4;
	padding: 0;
	margin: 0;
}

#wrap {
	margin: 0 auto;
	width: 789px;
	background-color: transparent;
}

#header {
	width: 789px;
	height: 159px;
	border-top: 5px solid #fff;
	background:	#fff url(../images/header.jpg) no-repeat top center;
}

#left {
	width: 163px;
	float: left;
	margin-right: 10px;
}
#right {
	width: 163px;
	margin-left: 10px;
	float: right;	
}
#content {
	float: left;
	width: 440px;
	margin-top: 10px;
}
/****************************/
/* menu 					*/
/****************************/
#menu {
	margin:0;
	padding:0;
	width: 163px;
	font-size:10px;
}

#menu ul.level1, #menu ul.level2, #menu ul.level3 {
	margin: 0;
	padding:0;
}

#menu li {
	list-style:none;
	padding:0;
	margin:0;
}

/* reverse solution for IE bug */
html>body #menu a:link, html>body #menu a:visited  {
	height:auto;
}

#menu li a, #menu li.act a, #menu li.cur a, h3#highlights  {
	display:block;
	padding:0.4em 0.1em 0.4em 0.7em;
	margin:0;
	text-decoration:none;
	background:url(../images/nav_bg.jpg) repeat-x bottom #E8E8E8;
	border-bottom:1px solid #9A9A9A;
	color:#494949;
}
h3#highlights {
	font-size: 10px;
	font-weight: normal;
}
#menu li.act a, #menu li.cur a, #menu li a:hover {
	background:url(../images/nav_bg_act.jpg) repeat-x bottom #4B6077;	
	color:#fff;
}

#menu .level2 li a, #menu .level2 li.act a, #menu .level2 li.cur a  {
	display:block;
	padding:0.4em 0.1em 0.4em 1em;
	margin:0;
	text-decoration:none;
	background:0;
	border-bottom:1px solid #9A9A9A;
	color: #666666;
}

#menu .level2 li.act a, #menu .level2 li.cur a, #menu .level2 li a:hover {
	background-color:#E8F1F4;
	color:#4B6077;
	border-bottom:1px solid #9A9A9A;
}

#search {
	height: 34px;
	margin: 0;
	padding: 0;
	background:url(../images/search_bg.jpg) repeat-x bottom #E8E8E8; 
	border-bottom:1px solid #9A9A9A;	 
}
#search fieldset {
	border: none;
	padding: 6px 10px;
	margin: 0;
	vertical-align: top;
}
#search legend {
	display: none;
}
#search-word {
	width: 100px;
	border: 1px solid #666;
	margin: 0 5px 0 0;
	padding: 2px;
	font-size: 10px;
	color: #999;
}
#search-button {
	background:transparent url(../images/zoom.jpg) no-repeat center top;
	border:0pt none;
	cursor:pointer;
	height:19px;
	width: 21px;
	vertical-align: middle;
}
#search-button span {
	display:none;
}
/* highlight images on the right */
#right .img-highlight {
	text-align: center;
	vertical-align: middle;
	padding: 9px;
	background: none;
	border:1px solid #9a9a9a;
	border-width: 0 1px 1px 1px;
	background-color: #f0f0f0;
	
}
#right .img-highlight img {
	border: 0;
}