﻿body {
    margin:0;
    padding:0;
    width:100%;
    height:100%;  
    _height:100%;
}

html {
    margin:0;
    padding:0;
    width:100%;
    height:100%;  
	_height:100%;
}

body {
	direction:rtl;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	background-color:#eaf5fa;
	_height:100%;
	background-repeat: repeat-y;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#3897cf;	
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#3897cf;	
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	color:#3897cf;	
}

img {
	border:0px;
}

td {
	vertical-align: top;
}

input {
	border:1px #009cff solid;
	color:gray;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	width:75px; 
	height:15px;
}

a {
	color:#3897cf;
	text-decoration:none;
}

a:hover {
	color:blue;
	text-decoration:underline;
}


#container {
	position:relative;
	background-color:white;
	margin:auto;
	width:790px;
}

#banner {
	width:790px;
	height:96px;
	background-image:url('../images/banner_bg.jpg');
	background-repeat:repeat-x;
	background-position:left top;
}

#banner_left {
	height:96px;
	width:202px;
	float:left;
	background-image:url('../images/top_banner_bg.jpg');
	background-repeat:no-repeat;
	background-position:left top;

}

#slogan {
	width:790px;
	height:74px;
	background-image:url('../images/slogan_bg.jpg');
	background-repeat:repeat-x;
}

#slideshow {
	float:left;
	height:74px;
	width:311px;
}

#roots {
	float:right;
	height:74px;
	width:144px;
	background-image:url('../images/roots.jpg');
	background-repeat:no-repeat;
}

#main {
	background-color:#FFFFFF;
	width:790px;
	_height: 100%;
	height: 700px;
	margin: 0px;
	padding: 0px;
}

#right {
	float:right;
	width:185px;
	margin:25px 5px 5px 5px;
	background-color: #FFFFFF;
}

#left {
	float:left;
	width:585px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
}

#left_default {
	float:left;
	width:585px;
	margin:25px 0px 0px 0px;


}

#left_text {
	float:right;
	width:350px;
}

#left_scroll {
	float:left;
	width:200px;
	margin-left:10px;
}

#credits {
	width:790px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:gray;
	height: 100%;

}

#credits_right {
	background-color:white;
	float:right;
	width:185px;
	margin:5px 5px 5px 5px;
}

#credits_left {
	background-color:white;
	float:left;
	width:790px;
	text-indent: 100px;

}

a.credits {
	text-decoration:none;
	color:#3897cf;
}

a.credits:hover {
	text-decoration:none;
	color:#3897cf;
}


#navbar {
    list-style:none;
    padding:0;
    margin:0;
    font-size: 12px;
    line-height:25px;
    font-weight: bold;
    font-style:normal;
    color: #848383;
    cursor:pointer;

}

#navbar ul {
    margin: 5px 10px;
    line-height:25px;
    display:none;   
    list-style:none;
    padding:0; 
    color:#848383;  
}


#navbar a {
    text-decoration:none;
    color:#848383;
}

#marqueecontainer{
	direction:rtl;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;	
	position: relative;
	width: 200px; /*marquee width */
	height: 250px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 0px solid silver;
	padding: 2px;
	padding-left: 4px;
}

a.marquee {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;	
	text-decoration:none;
}

a.marquee:hover {
    color: #006220;
	text-decoration:none;
}
