
.clearfix:after {/*this will help the menu to push its container down and not overlapping it in firefox*/
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body {
	
	margin:0 auto 30px auto;
	padding: 0 ;
	background: #fff ;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0D6928;
}

/* Page */
#page_wrapper{
	width: 900px;
	margin: 0 auto;
	padding:0  0 7px 0;
	
	
	}
#page {
direction:rtl;
	width: 900px;
	margin: 0 auto;
	padding:0 0 10px 0;
	position:relative;
	border-bottom:5px solid #F2F2F2;
}

#sidebar {
    display:block;
	float: right;
	width: 171px;
}
#sidebar img{
    border:none;
}
#header {
    display:block;
	width: 720px;
	margin: 0;
	float:left;
	background:#fff url('../parts/header.jpg') no-repeat top left;
	
}
#footer {
    display:block;
	width: 900px;
	height: 33px;
	margin: 18px auto 15px auto;
	padding:5px 0 0 0;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	
}
#footer a{
	text-decoration:none;
	font-size:12px;
	margin:0 5px 0 0;
	padding:0;
	
}
#top_nav{
display:block;
width:700px;
	color:#A2A2A2;
	margin:7px 0 2px -5px;
	padding:0;
	float:right;
	line-height:16px;
	
	
}
#top_nav li{
	color:#A2A2A2;
	margin:3px 10px 2px 10px;
	padding:0;
	float:right;
	display:block;
	line-height:16px;
}
#top_nav a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	
	
}
#foot_nav{
	margin:7px 0 2px -5px;
	padding:0;
	line-height:16px;
	
}
#foot_nav li{
	margin:0 0 2px 5px;
	padding:0;
	display:inline;
	line-height:16px;
}
#foot_nav li a{
	color:#016A32;
}
#foot_nav em{
	background:#fff;
	position:relative;
	left:-5px;
	white-space:nowrap;
	
}
#credits p{
color:#7E7E7E;
margin:0;
font-size:12px;
}
#credits a{
color:#7E7E7E;
margin:0;
font-size:12px;
}

/* Logo */
#logo {
	display:block;
	height:200px;
	width:240px;
}
#logo a {
display:block;
width:240px;
height:200px;
text-decoration:none;
margin:0;
}
#content_wrap {
display:block;
	float: left;
	width: 720px;
	padding:0;
	margin:0;
	color:#4E4E4E;
	
	
	
	
}
#content {
	float: right;
	width: 460px;
	margin:0 0 0 0;
	padding:30px 40px 0 0 ;
	
	
	
}
#content img{border:none;}


#content p{
padding: 0;
margin:0 0 10px 0;
font-size:1.1em;
line-height:1.4em;

}
#left_col{
	float: left;
	width: 170px;
	margin:0;
	padding:0;
	
}

#top_menu{
display:block;
width:700px;
height:40px;
background:#006A32;
float:left;
position:relative;
}
#search_bar{
position:absolute;
left:5px;
top:5px;
}
#rss{
position:absolute;
left:250px;
top:10px;
}
#banner{
display:block;
width:700px;
float:left;
margin:5px 0 0 0;
}
#bottom_banner{
display:block;
width:700px;

}
#bottom_banner img{
border:none;
}


/****************************************************************************
								menu
*****************************************************************************/

#nav { /* all lists */
	display:block;
	width:142px;
	background:transparent ;
	padding:0;
	margin:20px 10px 0 0 ;
    text-align:right;
	list-style: none;
	
}

#nav li { /* all list items */
	
	width:120px;
	position:relative;
	list-style:none;
	margin:0;
	padding:3px  27px 8px 0;
	color:#38514E;
	background: #fff url('../parts/menu_bg.jpg') no-repeat top right;
	
}
#nav li ul { /* second-level lists */
	position: absolute;
	top: 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    background: #fff;
	width: 130px;
	}

#nav li ul li {
    
    width:150px;
	position:relative;
   	background: #fff url('../parts/menu_bg.jpg') no-repeat 30px 0;
	font-size:1em;
	padding:3px 10px 8px 0px;
	margin:0;
	text-align:right;
	
}

#nav li ul ul { /* third-and-above-level lists */
	margin: 0;
	padding:0 0 0 0;
	width:150px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	 left: -150px;
	  width:150px;
	 margin:0 ;
	 padding:0  0 0 0;
}
 #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	 left: -150px;
	  width:150px;
	 margin:0 ;
	 padding:0 0 0 0;
}
#nav  a{

font-family:"WinSoft Pro", arial;
text-decoration:none;
color:#38514E;
font-weight:bold;
font-size:1em;
 width:130px;

 
}
#nav  a:hover{
text-decoration:underline;
color:#000;
}
li.arrow {
background:transparent /*url('../parts/arrow.gif') no-repeat 15px center*/;
padding:0 ;
}
#nav li ul li.arrow{
  background:#EDC77E /*url('../parts/arrow.gif') no-repeat 15px center*/;
padding:0 10px 0 0px;
}
/* scroll box*/
text_roll{

}
#pscroller1{
width: 150px;
height: 160px;
border: none;
padding:5px 10px 0px 2px;
margin:2px 0 0 0;
background-color: transparent;
font-size:0.9em;
}
#newspscroller1{
width: 150px;
height: 160px;
border: none;
padding:5px 10px 0px 2px;
margin:2px 0 0 0;
background-color: transparent;
font-size:0.9em;
}
 #am_pscroller1{
width: 165px;
height: 420px;
border: none;
padding:5px 0 0px 2px;
margin:2px 0 0 0;
background-color: transparent;
font-size:0.9em;
}
#am_pscroller1 a{
font-size:0.9em;
text-decoration: none;
}
#pscroller1 a{
text-decoration:underline;
}

/****************************************************************************
								styles
*****************************************************************************/
#page #header img, #page #left_col img{border:none;}
h1{
	color: #006A32;
	font-size:26px;
	padding:0;
	margin:0 0 10px 0;
}
h2, h3, h4, h5, h6{
	color: #006A32;
	border-bottom:1px solid #ccc;
	font-size:16px;
	padding:0 ;
	margin:20px 0 5px 0;
}
h2 a{ text-decoration:none;}
a{color:#006A32;}
span.black{ color:#000;}
h4.small{color: #006A32; font-size:14px; border:none; margin:5px 0;}
/*************************************************************************************
                                   forms
*************************************************************************************/
.contact_form{
display:block;
padding:10px;

}
contact_form form{
padding:0;
margin:0;
font-size:0.9em;
}
.contact_form form br{
clear:both;
}
.contact_form label{
width: 120px;
float: right;
margin:  2px 0;
display: inline-block;
vertical-align: top;
}
.contact_form label.long{
width: 350px;
}
.contact_form input{
    width: 160px;
	margin: 2px 0;
}
.contact_form input.radio{
    width: 16px;
	margin: 2px 0;
}
input.button1{
   width:80px;
   height:21px;
   background:#4DA246;
   outline: none;
   border:none;
   text-align:center;
   line-height:120%;
   color:#ffffff;
   font-weight:bold;
   cursor:pointer;
   font-size:12px;
   margin:10px 0 0 0;
}
.contact_form textarea{
    width: 280px;
	height:80px;
	margin: 5px 0;
	overflow:auto;
}
.contact_form select{
width: 165px;
	margin: 2px 0;
}
p.error, span.red{
color:#CC0033;
display:block;

}
.error span.green{
color:#009933;
}
form.reg{
padding:0;
margin:10px;
}
input.reg_text{
width:140px;
margin:2px 0;
color:#999999;
}
input.reg_but{
 width:50px;
   height:21px;
   background:#787878;
   outline: none;
   border:none;
   text-align:center;
   line-height:120%;
   color:#ffffff;
   font-weight:bold;
   cursor:pointer;
   font-size:12px;
   margin:10px 0 0 0;
}
input.reg_but:hover{
 background:#9E9E9E;
}

/*************************************************************************************
                                   images
*************************************************************************************/
.image_cont{
display:block;
width:500px;

}
.thumbs{
display:block;
width:100px;
height:120px;
margin:5px;
padding:5px;
background:#000;
text-align:center;
color:#fff;
float:right;

}
#page .thumbs img{
border:2px solid #000;
}
#page img.hover{
border:2px solid #fff;
}

/*************************************************************************************
                                   video player
*************************************************************************************/
.video_cont
{
display:block;
width:480px;
float:left;
background:#eee;

}
.video_player{
background: #000 none repeat scroll 0% 0%;
-moz-background-clip: -moz-initial;
-moz-background-origin: -moz-initial;
-moz-background-inline-policy: -moz-initial;
float:right;
margin:0 0 10px 10px;
}
.grey_box{
display:block;
width:171px;
margin:0 0 10px 0;
padding:5px 0 0 0;
background:#eee url('../parts/grey_box1.jpg') no-repeat top left;
}
.grey_box em.bottom{
display:block;
width:171px;
height:10px;
margin:0;
padding:0;
background:#eee url('../parts/grey_box1.jpg') no-repeat -179px 0;
}
.green_box{
display:block;
width:171px;
margin:0 0 10px 0;
padding:5px 0 0 0;
background:#EAF3ED url('../parts/green_box1.jpg') no-repeat top left;
}
.green_box em.bottom{
display:block;
width:171px;
height:10px;
margin:0;
padding:0;
background:#EAF3ED url('../parts/green_box1.jpg') no-repeat -173px 0;
}
.grey_box p ,.green_box p{
margin:0;
padding:5px;
color:#374D50;
}
.grey_box a,.green_box a{
line-height:20px;
text-decoration:underline;
color:#006A32;
}
#master0{
display:block;
background:#000;
padding:20px;
}
.projects_home{
border-bottom:1px solid #ccc;
margin:0 0 10px 0;
min-height:100px;
}
.projects_img{
display:block;
float:right;
margin:0 5px;
}
.projects_home_content{
display:block;
margin:0 0 5px 0;
color:#374D50;
}
.home_news{
display:block;
width:450px;
padding:5px;
margin:0 0 10px 0;
background:#F2F2F2;
color:#016A32;
float:left;
}
.home_news_img{
float:left;
margin:0 5px;

}
/*************************************************************************************
                                   blogs
*************************************************************************************/
#content img.blogs_img{
float:right;
margin: 5px 0 5px 5px;
height:50px;

}
h3.blog_header{
border:none;

}
.amuta{
display:block;
min-height:120px;
border-bottom:2px solid #eee;
margin:0 0 10px 0;
}
.rssclass .rsstitle{
font-weight: bold;
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

