﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-container-two-column 
{
   background: url('../../heb/pictures/background/bg-content-side.png') repeat-y left;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 728px;
    border: 1px solid #818181;
    position: relative;
}

#content-main-two-column {
    width: 540px;
	float:right;
}

#content-side-two-column {
	float:left;
    width:160px;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container 
{
    padding: 0;
    margin: 20px 0 10px 0;
    position: relative;
}

#three-column-side1 {
	float:right;
	width:30%;
	}
#three-column-side2 {
	float:left;
	width:30%;
	}
#three-column-middle {
	width:30%;
	margin:0px 35% 0px 32%;
	}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-container-three-column
{
    background-repeat: repeat-y;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 728px;
    border: 1px solid #818181;
    background: url('../../heb/pictures/background/bg-three-column-main.png');
    direction: rtl;
    position: relative;
}
#content-main-three-column {
	width:355px;
	float:right;
	margin-right:25px;
	direction:rtl;
	}

#content-side2-three-column,
#content-side1-three-column {
	width:160px;
	font-size:.9em;
	direction:rtl;
	}
	
#content-side2-three-column {
	float:left;
	}

#content-side1-three-column {
	float:right;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    css-master

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/




body {
	margin:0px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
    color:#666666;
	direction:rtl;

}
p {
	margin-top:10px;
	margin-right:0;
	direction:rtl;
	}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	direction:rtl;
	}
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	_margin:10px 0;
	direction:rtl;
	}
blockquote
{
    padding:0 12px 0 0;
    margin: 12px 0 0 0;
    background-image: url('../../heb/pictures/background/bg-quote.png');
    background-repeat: no-repeat;
    background-position-x:right;
    direction:rtl;
}

blockquote p {
	margin:2px 0;
	direction:rtl;
	}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link {
	color:#d61719;
	text-decoration:none;
	direction:rtl;
}

a:visited {
	color:#980000;
	text-decoration:none;
	direction:rtl;
}

a:hover {
	text-decoration:none;
	direction:rtl;
}

a:active {
	color:#980000;
	direction:rtl;
}

#content-side-two-column a:link,
#content-side2-three-column a:link,
#content-side1-three-column a:link,
#content-side-two-column a:visited,
#content-side2-three-column a:visited,
#content-side1-three-column a:visited {
	text-decoration:none;
	direction:rtl;
}

#content-side-two-column a:hover,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover {
	text-decoration:underline;
	direction:rtl;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#top_div
{
	height:4.5em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	color:#999999;
	font-size:.85em;
	position:relative;
	width:760px;
	direction:rtl;
    top: 0px;
    right: 0px;
}
.none 
{
    display:none;
}
#nav-main 
{
    background: url('../../heb/pictures/background/hb-bg-nav.png') no-repeat top right;
    margin-left: auto;
    margin-right: auto;
    width: 740px;
    height:25px;
    padding: .8em 20px 1em 0;
    position: relative;
    font-weight: bold;
    direction: rtl;
    font-size:1.2em;
}
#nav-main div {
    background: url('../../heb/pictures/background/hb-bg-nav-side.png') no-repeat left top;
    width: 25%;
    _width: 25.5%;
    height:25px;
    position: absolute;
    top: 0px;
    left:0px;
    padding: .8em 0 1em 0;
    direction: rtl;
}

#nav-main ul {
	margin:0;
	padding:0 20% 0 0;
	}
	
#nav-main li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#nav-main a:link,
#nav-main a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#nav-main a:hover {
/*	color:#D4E7F8;*/
    color:#800050;
	text-decoration:underline;
}

#nav-main a:active {
	color:#FFFFFF;
}

#nav-main li.current a:link,
#nav-main li.current a:visited {
	text-decoration:underline;
}

#nav-main li.current a:hover {
	/*color:#D4E7F8;*/
	color:#800050;
	text-decoration:underline;
}

#nav-main li.current a:active {
	color:#FFFFFF;
}

/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link,
#nav-main a.StaticSelectedStyle:visited {
	/*color:#D4E7F8;*/
	color:#800050;
	text-decoration:underline;
}


#footer 
{
    background: url('../../heb/pictures/background/hb-bg-nav.png') no-repeat bottom right;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 740px;
    height:25px;
    padding: .8em 0 1em 20px;
    position: relative;
    color: #a9c0db;
    font-size: .8em;
}
#footer div {
    background: url('../../heb/pictures/background/hb-bg-nav-side.png') no-repeat bottom left;
    width: 25%;
    _width: 25.5%;
    height:25px;
    position: absolute;
    top: 0;
    left: 0;
    padding: .8em 0 1em 0;
    direction: rtl;
}


	


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
	direction:rtl;
}

h1 {
	margin-bottom:0;
	color:Silver;
	direction:rtl;
}

h1, h2 {
	margin-top:0px;
	direction:rtl;
}

h2 {
	font-size:1.3em;
	direction:rtl;
}

h3 {
	font-size:1.1em;
	direction:rtl;
}

h3.small {
	font-size:1.2em;
	direction:rtl;
}

h4 {
	font-size:1.1em;
	direction:rtl;
}

h5 {
	font-size:1.1em;
	direction:rtl;
}

h6 {
	font-size:1em;
	direction:rtl;
}
.clear
{
    clear:both;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	width:720px;
	background-color:#719926;
	position:relative;
	color:#d5ffe8;
	font-size: large;
	padding:.5em 20px .7em 20px;
	}
	/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/




img {
	border:none;
	}

.photo-border {
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 top repeat-x;
	margin-bottom:5px;
	display:block;
    height: 93px;
    width: 151px;
}

.photo-float-right {
	float:right;
	margin-left:10px;
	}

.image-border-none {
	border:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#testimonialstyle
{
    background-color: #e4e7ea;
    border-bottom:1px dotted #B2B2B2;
    font-size:11px;
    padding-left:75;
    direction:rtl;
}
#testimonialstyle2
{
    border-bottom:1px dotted #B2B2B2;
    font-size:11px;
    padding-left:75;
    direction:rtl;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

 Tree View

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.TreeView
{
   border-bottom:1px dotted #B2B2B2 !important;
}
.RootNodeStyle
{
    border-bottom:1px dotted #B2B2B2;
}
.LeafNodeStyle
{
   border-bottom:1px dotted #B2B2B2;
} 
a.SelectedNode
{
    border-bottom:1px dotted #B2B2B2;
}

.logopic
{
     height: 50%;
            width: 50%;
            top: 10px;
            right: 15px;
}
