@charset "utf-8";

	/* HE CSS */

body {
	background-color:#ffffff;
	background-image:url('../images/bg.jpg');
	color:#000000;
	margin:0px;
	padding:0px;
	
	line-height:24px;	
	font-family:Arial, Helvetica, sans-serif;
}

table {
	border-collapse:collapse;
	border:0;
	border-spacing:0;
}

td, th {
	padding:0;
	margin:0;
}

table.main {
	background-color:#ffffff;
}

td.topouterborder {
	background-color:#000066;
}

td.bottomouterborder {
	background-color:#9999c2;
}

td.innerborder {
	background-color:#c7c9c8;
}

#logo {
	width:778px; height:120px;
	line-height:80px;
	overflow:hidden;
	position: relative;
	text-align:right;
	margin:0; padding:0;
}

#logo span {
	display:block;
	position:absolute; top:0px; right:0px; z-index:1;
	width:778px; height:120px;
	margin:0; padding:0;
	background:url('../images/he/logo.jpg') repeat-x right top;
}

td.menu {
	direction:ltr;
	background:url('../images/menu-inactive.jpg') repeat-x left top;
	height:40px;
}

#menu {
	padding:0px;
	margin:0px;
}

#menu li.current {
	background:url('../images/menu-active.jpg') repeat-x left top;
}

/* fix the damn menu for firefox.. */

html>body #menu li {
	background:url('../images/menu-inactive.jpg') repeat-x left top;
	padding-right:0px;
	padding-left:0px;
	float:right;
	padding-bottom:0px;
	margin:0px;
	padding-top:8px;
	list-style-type:none;
	height:32px;
}

html>body #menu li a {
	padding-right:15px;
	display:inline-block;
	padding-left:15px;
	padding-top:0px;
	font-weight:bold;
	font-size:16px;
	color: #000066;
	border-top-style:none;
	line-height:20px;
	border-right-style:none;
	border-left-style:none;
	position:relative;
	height:30px;
	text-align:center;
	text-decoration:none;
	border-bottom-style:none;
}

html>body #menu li a:hover {
	background:none;
}

html>body #menu li:hover {
	background:url('../images/menu-active.jpg') repeat-x left top;
	border-top-style:none;
	border-right-style:none;
	border-left-style:none;
	text-decoration:none;
	border-bottom-style:none
}

/* end of menu fixing */

#sidebar-cell {
	padding:0;
	margin:0;
	vertical-align:top;
	background-color:#ffffff;
}

#sidebar {
	width:177px; height:360px;
	overflow:hidden;
	position: relative;
	text-align:center;
	margin:0; padding:0;
}

#sidebar span {
	display:block;
	position:absolute; top:0px; right:0px; z-index:1;
	width:177px; height:360px;
	margin:0; padding:0;
	background:url('../images/he/sidebar.jpg') repeat-x right top;
}



td.content {
	width:560px;
	background-color:#ffffff;
	background:url('../images/content-bg.jpg') no-repeat center top;
}

#contentdiv {
	padding-top:20px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:15px;
	direction:rtl;
	vertical-align:top;
	text-align:justify;
	/*height:290px;*/
	height:auto;
	width:565px;
	
	font-size:14px;
	
	overflow:auto;
	
	scrollbar-arrow-color: #000066;
	scrollbar-base-color: #e6e6e6;
	scrollbar-face-color: #e0e0e0;
	scrollbar-highlight-color: #f0f0f0;
	scrollbar-shadow-color: #d8d8d8;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-track-color: #f0f0f0;
	scrollbar-darkshadow-color: #d0d0d0;
}

ul.content {
	direction:rtl;
	text-align:justify;
	list-style-type:square;
	color:#000066;
}

table.content {
	direction:rtl;
	width:550px;
}

font.bold {
	font-size:16px;
	font-weight:bold;
	color:#000066;
}

font.normal {
	color:#000000;
}

font.listfooter1 {
	color:#000000;
	padding-left: 200px;
}

font.listfooter2 {
	color:#000000;
	padding-left: 160px;
}

img.logo-16 {
	vertical-align:middle;
	height:16px;
	width:260px;
}

img.logo-18 {
	vertical-align:middle;
	height:18px;
	width:293px;
}

img.logo-26 {
	vertical-align:middle;
	height:24px;
	width:421px;
}

#map-thumb {
	height:125px;
	width:200px;
	position:absolute;
	margin-top:-140px;
	margin-right:340px;
	border:solid #aaaaaa thin;
}

font.somewhat-a-title {
	font-size:22px;
	margin: 0 1em 0 1em;
	color:#000066;
}

font.semi-bold {
	font-weight:bold;
	color:#000066;
}

ul.none {
	direction:rtl;
	list-style-type:none;
	margin:10px;
	padding:0;
}

ul.inner-none {
	direction:rtl;
	list-style-type:none;
}

a.project-link {
	font-weight:bold;
}