/* CSS Document */

*{
	margin:0;
	padding:0;
	color:#666666;
}

body{
	font-family:helvetica,arial,sans-serif;
	text-align:center;
	font-size: 90%;
}

h2 {
	padding-top: 8px;
	font-size: 130%;
}

p {
	padding: 8px 0;
	line-height: 1.3em;
}

ul, ol {
	margin: 12px 0;
	/* rtl */
	padding-right: 40px;
	
	/* ie6 only */
	/* rtl */
	/*_padding-right: 20px;*/
}
ul li {
	/* rtl */
	list-style-image: url(../../images/he_li_bullet.gif);
	
	/* ie6 only */
	_list-style: none;
	_list-style-image: none;
	_background-repeat: no-repeat;
	
	/* rtl */
	_background-position: right 0.25em;
	_background-image: url(../../images/he_li_bullet.gif);
	_padding-right: 20px;
}


/*
 *	BASIC LAYOUT
 */
#wrapper {
	padding-top: 10px;
	width:578px;
	margin: 0 auto;
	text-align:center;
}




/*
 *	BLOCKS
 */
 
.block {
	/* rtl */
	direction: rtl;
	width:409px;
}



/* titles */
.block h1 {
	background-image: url(../../images/blocks/he_top_normal.gif);
	background-repeat: no-repeat;
	
	/* rtl */
	text-align: right;
	padding: 5px 35px 0 0;
	background-position: top right;
	
	margin-bottom: -5px;
	color: white;
	font-size: 15px;
	font-weight: bold;
	height: 29px;
}

.block .content {
	background-image: url(../../images/blocks/he_middle_normal.gif);
	background-repeat: repeat-y;
	
	/* rtl */
	background-position: right top;
	text-align: right;
	padding: 10px 20px 0 20px;
}


.block .bottom {
	background-image: url(../../images/blocks/he_bottom_normal.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 21px;
} 
 
 
.news-item {
	
	width: 381px;
}


/* titles */
.news-item h1 {
	background-repeat: no-repeat;
	margin-bottom: -5px;
	color: white;
	font-size: 15px;
	font-weight: bold;
	height: 29px;

	/* rtl */
	background-image: url(../../images/blocks/he_top_fcontent.gif);
	text-align: right;
	padding: 5px 35px 0 0;
	background-position: top right;
}





.news-item .content {
	background-repeat: repeat-y;

	/* rtl */
	background-image: url(../../images/blocks/he_middle_fcontent.gif);
	background-position: right top;
	text-align: right;
	padding: 10px 20px 0 20px;
}

.news-item .bottom {
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 21px;
	/* rtl */
	background-image: url(../../images/blocks/he_bottom_fcontent.gif);	
}

/* block-links */
ul.block-links {
	display: block;
	height: 15px;
	overflow: visible;
	padding: 0px;
	
	/* rtl */
	margin: 5px 5px 0 10px;
}
ul.block-links li {
	list-style: none;
	display: inline;
	padding: 0px;
	background: none;
	
	/* rtl */
	float: right;
	margin-left: 10px;
	
}
ul.block-links li a, ul.block-links li a:link, ul.block-links li a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #9a7223;
	background-repeat: no-repeat;
	
	/* *** */
	background-image: url(../../images/blocks/he_links_bullet.gif);
	background-position: left 50%;
	padding-left: 15px;
}



/* inline styles */
span.underline {
	text-decoration: underline;
}








/* block sub menu */
ul.sub-menu {
	display: block;
	margin-top: 0;
	margin-bottom: 20px;
	
	/* rtl */
	text-align: left;
}
ul.sub-menu li{
	display: block;
	background: none;
	padding: 0 5px;
	
	/* rtl */
	float: left;
	border-right: 1px solid #bb0075;
	
}
ul.sub-menu li.first{
	/* rtl */
	padding-left: 0;
}
ul.sub-menu li.last{
	border: none;
}
ul.sub-menu li.current {
	color: #bb0075;
	font-weight: bold;
}
ul.sub-menu li a {
	text-decoration: none;
	font-weight: bold;
}




.strong {
	color: #bb0075;
}
div.clear {
	clear: both;
}
span.fixer {
	display: block;
	height: 1px;
	
	_display: inline;
	_height: auto;
}