/* Base CSS */
@import url(reset.css);
@import url(fonts.css);
@import url(base.css);
html, body { height: 100%; direction:rtl}
body { direction: rtl; font: normal 12px arial;  }
/* Sticky footer. The height for #footer and #push, and the negative bottom margin for the #wrapper must be the same! */
#wrapper {width: 899px;  margin: 0 auto -120px;}
#footer, #push { height: 120px; margin: auto; }
img { border: 0; vertical-align: middle; }
.clear { clear:both;}
#footer { width: 899px;}
table{ border-collapse:collapse; border-spacing:0; }
td { vertical-align:top; padding:0; }
.left { float:left; }
.right { float:right; }
a:hover { text-decoration:none;}	
a { color: #009eff; }

#footer { background: #ccc; }
/* Your CSS goes here! */
html {
  background-color: #c8d7dc;
}

body {
  background: url(../images/roadBehind_02.gif) top repeat-x;
}

#postWrapper {
  width: 1199px;
  background: url(../images/Upperleft.jpg) left top no-repeat;
  margin: 0 auto;

}

#postWrapper1 {
  width: 1199px;
  background: url(../images/Upperright.jpg) right top no-repeat;
  margin: auto;

}

#header {
  height: 126px;
  background: #000 url(../images/header.gif) right top repeat-x;
}

#pro
{
	float: left;
	background: url(../images/pro.jpg) right top no-repeat;
	height: 68px;
	width: 150px;
	margin-left: 13px;
	margin-top: 12px;
	padding-right: 15px;
	padding-top: 15px;
	z-index: 0;
}

#pro .pro_bottom
{
	background: url(../images/spriteZK.gif) right top no-repeat;
	height: 46px;
	width: 120px;
	cursor: pointer;
}

#pro .pro_bottom:hover
{
	background-position: 0px -46px;
}

#menu {
  height: 46px;
  background: url(../images/bg_menu.gif) right top repeat-x;
}

#menu ul {
  direction: ltr;
  margin-left: 21px;
}

#menu li {
  list-style: none;
  float: left;
}

#menu ul li a {
  color: #fff;
  font-size: 16px;
  padding: 7px 20px 0 20px;
  display: block;
  height: 38px;
}

 #menu ul li div {
    padding-right:4px;
}

/*------------------------------Hover--------------------------*/
#menu ul li div:hover a{
  color: #000;
  background: url(../images/shad_03.gif) left top repeat-y;
}

 #menu ul li div:hover {
  background: url(../images/menu_sR_11.gif) right top no-repeat;
}

/*--------------------------------------------------------*/
.logo {
	width: 190px;
    margin-right: 38px; 
	z-index: 0;
	display: block;
	float: right;
}

.logo img {
	position: absolute;
}

#road {
  width: 899px;
   height: 302px;
  background: url(../images/roadMid.jpg) right top no-repeat
}

#road img {
	opacity:0.0;
	filter:alpha(Opacity=0);
	position: absolute;
}

#bluePart {
  height: 173px;
  background: #dae7ee url(../images/bgHelp.gif) right top repeat-x;
}

#bluePart .how_image {
	margin-right: 28px;
	margin-top: -5px;
}

#bluePart .how_space {
	background: #dae7ee url(../images/homePage_28.jpg) right top no-repeat;
	width: 2px;
	height: 118px;
	float: right;
}

#actions .activity_image {
	margin-top: 17px;
	margin-right: 28px;
	padding-bottom: 25px;
}

.how {
  color: #176e9f;
  font-size: 18px;
  float: right;
  margin-right: 52px;
  _margin-right: 26px;
  margin-top: 15px;

}

.donation {
  width: 228px;
  height: 120px;
  float: right;
  padding-left: 18px;
  padding-right: 42px;
  padding-top: 12px;
}
.donation p {
  color: #00466d;
  line-height: 16px;
  height: 58px;

}
.donation a {
  color: #007abd;
white-space: nowrap;
}

.title_r {
	color: #176e9f;
    padding-bottom: 5px;

}

#actions {
  background: #FFFFFF url(../images/actbg_16.gif) repeat-x scroll right bottom;
  height: 243px;
}

.act {
  color: #6d6d6d;
  font-size: 18px;
  float: right;
  margin-right: 52px;
  _margin-right: 26px;
  margin-top: 15px;
}
#all_acts {
  margin-right: 21px;
}


.action1 {
  width:279px;
  height: 159px;
  float: right;

}
.action1:hover .descr2 {
display:block;
}
.action1:hover .icn1 {
  background-position:   0 -105px;
}

.action1:hover .icn2 {
  background-position:  0 -105px;
}

.action1:hover .icn3 {
  background-position: 0 -105px;
}


.icn1 {
  width:279px;
  height: 99px;
  background: url(../images/icn_02.jpg) center top no-repeat;
  display: block;
  text-decoration: none;
}

.icn2 {
  width:279px;
  height: 99px;
  background: url(../images/icn_07.jpg) center top no-repeat;
  display: block;
  text-decoration: none;
}

.icn3 {
  width:279px;
  height: 99px;
  background: url(../images/icn_05.jpg) center top no-repeat;
  display: block;
  text-decoration: none;
}

.descr {
  width: 279px;
  height: 35px;
  margin-top: 10px;
  *margin-top: 15px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: relative;
}

.descr2 {
  width: 279px;
  margin-top:-10px;
  *margin-top:-15px;
  height: 38px;
  padding: 6px 10px 2px 10px;
  background: white;
  font-size: 12px;
  color: black;
  text-align: center;
  position: absolute;
  top: 0;
  right:0;
  display: none;
}
.descr2 p {
  height: 30px;
  color: #4b4b4b;
  overflow: hidden;
}

#foot {
  width: 899px;
  height: 135px;
  background: #fff url(../images/footBg_26.gif) right bottom repeat-x;
  padding-top: 0px;
}

#menu_footer {
	padding: 40px 0 0 22px;

}


#menu_footer ul li {
  float: left;
  list-style: none;
}

#menu_footer ul li a {
  color: #4b4b4b;
  border-left: 1px solid;
  padding: 0 12px;
}

#menu_footer #last {
  border: none;
}


#menu_footer ul li:hover a {
  color: #000;
}

#logokcs {
  background: url(../images/Logokcs.gif) left top no-repeat;
  color: #4b4b4b;
  width:175px;
  margin-left: 28px;
  margin-top: 20px;
  float: left;
  text-align: left;
  padding-left: 40px;
}
#logokcs a {
  font-family: Tahoma;
  font-size: 11px;
}

#logomini {
  background: url(../images/miniLogo_03.gif) right top no-repeat;
  color: #4b4b4b;
  height: 45px;
  margin-top: 20px;
  margin-right:28px;
  text-align: right;
  padding-right: 40px;
}

/*---------------INNER PAGE-------------------------INNER PAGE ------------------INNER PAGE---------------------------------*/
 .innerb {
  background: url(../images/InnerroadBhind.jpg) top repeat-x;
}

#in_postWrapper {
  width: 1199px;
  background: url(../images/InnerPageLeft.jpg) left top no-repeat;
  margin: 0 auto;
}

#in_postWrapper1 {
  width: 1199px;
  background: url(../images/InnerPageRight.jpg) right top no-repeat;
  margin: auto;
}
#road_inner {
  width: 899px;
  height: 92px;
  margin-top: -2px;
  background: url(../images/InnerPageRoad.jpg) right top no-repeat;
  z-index: 5;
  position: relative;
}

#road_inner h1 {
  color: #FFFFFF;
  padding: 28px 55px 0 0;
  font-size: 24px;
  font-weight: lighter;
}
#page {
  width: 899px;
  background-color: #fff;
  clear: both;
  overflow:hidden;
}

/*---------------right side-------------------------------------------------*/
#right_clm {
  width: 534px;
  background: #fff;
  padding-right: 55px;
  padding-left: 25px;
}

#right_clm h2 {
  font-size: 20px;
  font-weight: lighter;
  color: #525252;
  padding-bottom: 10px;
}

#right_clm h1, #right_clm h2, #right_clm h3, #right_clm h4, #right_clm h5, #right_clm h6 
{
  color: #525252;
}

.promotxt {
  line-height: 22px;
  font-size: 14px;
  color: #373737;
  padding-bottom: 15px;
}
.txt_bx {
  border-bottom: #c6c6c6 solid 1px;
  margin-top: 15px;
  line-height: 18px;
  color: #373737;
  padding-bottom: 30px
}
.txt_bx .more {
  float: left;
}



 .categ {
  float: right;
  color: #373737;
  padding-left: 10px;
  font-size: 14px;

}


.pic1 {
  float: right;
  margin: 0 0 5px 5px;
}



/*---------------left side-------------------------------------------------*/
#left_clm {
  width: 254px;
  margin-left: 28px;
  _margin-left: 14px;
  background: url(../images/SidebarBG.gif) right top repeat-y;
  border-bottom: 1px solid #d0d4d5;
  float: left;
  min-height: 725px; _height: auto !important; _height: 725px;
  clear: both;
  position: relative;
}
.leftTitle {
  color: #373737;
  margin-top: 4px;
  padding-right: 24px;
}


#leftGallery {
  margin-right: 10px;
  _ margin-right: 5px;
}


#leftGallery .thumb_img {
  margin: 10px 10px;
  _margin: 10px 9px;
  float: right;
  border: 1px solid #7a8688;
}
#leftGallery .thumb_img:hover {
  border: 1px solid #ffd737;
}
#leftGallery .thumb_img img {
	width: 55px;
	height: 55px;
}

#leftGallery .cont{
	float: left;
    padding-left: 20px;
}

.sideArticle {
  margin: 10px 0;
  padding:0 24px;
  color: #373737;
}

.sideArticle h3 {
  color: #373737;
  padding-bottom: 8px;
  background: url(../images/headline_03.gif) left top no-repeat;
  *background: url(../images/headline_03.gif) 40px top no-repeat;
  padding-top: 14px;
  clear: both;
  
}
.sideArticle a{
	float: left;
    padding-top: 0px;
    *padding-left: 20px;
	padding-bottom: 7px;
	text-align: left;
	width: 235px;
}

.inner_text
{
	color: #373737;
}

.inner_text ol, .inner_text ul
{
	padding: 5px 0;
}

.inner_text ul li
 {
	padding: 2px 0;
	margin-right: 25px;
	*margin-right: 29px;
 }

.inner_text ol li
{
	padding: 2px 0;
	margin-right: 35px;
	*margin-right: 39px;
}

.inner_text img
{
	float: right;
	padding: 0 0 5px 5px;
}

#global_det td
{
	padding: 5px 0;
}

#global_det .det_text
{
	width: 50px;
}


#donation_form, #volunteering_form, #activity_form, #relationship_form, #other_form
{
	padding: 10px 0;
	position: absolute;
	display: none;
}

#donation_form td, #volunteering_form td, #activity_form td, #relationship_form td, #other_form td
{
	padding: 5px 0 5px 5px;
}

#donation_form textarea , #volunteering_form textarea , #activity_form textarea , #relationship_form textarea , #other_form textarea 
{
	width: 250px;
	height: 150px;
}

#donation_form form , #volunteering_form form , #activity_form form , #relationship_form form , #other_form form 
{
	margin-top: -25px;
	*margin-top: -10px;
}

.sideArticleTwitter
{
	margin-top: -5px;
}

.sideArticleTwitter h3
{
	padding-bottom: 15px;
}

.twitter 
{

}

.twitter .tweet_date 
{
	padding-bottom:8px;
	clear: both;
}

.twitter .tweet_text
{
	padding-bottom:12px;
	clear: both;
}
.twitter .tweet_link 
{
	clear: both;
	float: left;
	*margin-left: -23px;
	margin-top: 5px;
}
.hr_line, .hr_line1
{
	background: url(../images/zkSep_03.gif) no-repeat scroll center;
	height: 1px;
	clear: both;
	padding-top: 3px;
	padding: 20px 0;
}

.hr_line1
{
	padding: 10px 0;

}

#global_det
{
	margin-bottom: 15px;
	margin-right: 150px;
	margin-top: 30px;
	text-align: center;
}

#contact_mmenu ul
{
	width: 603px;
	margin-right: -45px;
	background: url(../images/tabsBaseline_03.gif) repeat-x scroll bottom right;
	height: 37px;
	padding-right: 40px;
}

#contact_mmenu ul li
{
	list-style-type: none;
	width: 101px;
	height: 29px;
	float: right;
	margin: 0;
	margin-left: 4px;
	background: url(../images/ZkdimaTab_03.gif) no-repeat;
	text-align: center;
	font-size: 16px;
	padding-top: 11px;
	cursor: pointer;
}

#contact_mmenu ul .active
{
	background: url(../images/ZkdimaTab_05.gif) no-repeat;	
}

.submit_form
{
	text-align: center;
}

.submit_form input
{
	background: url(../images/btn_03.gif) no-repeat;
	height: 43px;
	width: 70px;
	border: 0;
	cursor: pointer;
	margin-top: 9px;
}

.submit_form input:hover
{
	background: url(../images/btnhov_03.gif) no-repeat;	
}

.formbuilderform #m3fbrp__19
{
	width: 155px;
}

/*07.07.09*/

.NewsSummary
{
	padding-bottom: 20px;
}

.NewsSummary .NewsSummaryImage img
{
	max-width: 100px; width: auto !important; width: 100px;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

#NewsPostDetailTitle
{

}

.clear_right {
  clear: right;
}
#customers_talk {
	margin-top: 10px;
}
.fixed_width_index {
	display: inline;
	width: 120px;
/*	float:right;*/
	color:#00466D;
}
.donation .fixed_width_index {
}

/*News letter*/

#news_l
{
	padding-bottom: 16px;
	height: 82px;
	width: 600px;
	float: left;
	background: url(../images/news_l.jpg) no-repeat;
}

#news_l .news_l_text
{
	padding-right: 310px;
	padding-top: 6px;
}

#news_l .news_l_text .formbuilderform div
{
	width: 185px;
	float: right;
	padding: 3px 0;
	*padding: 0;
}

#news_l .news_l_text .formbuilderform .submit_form
{
	float: left;
	margin-top: -72px;
	width: 110px;
}

#news_l .news_l_text .formbuilderform input[type=text]
{
	direction: ltr;
	text-align: left;
	width: 175px;
}

#news_l .news_l_text .formbuilderform label
{
	color: #21678e;
	font-size: 11px;
}

#news_l .news_l_text .thanks
{
	color: #21678e;
	font-size: 11px;
	margin-top: 28px;
	text-align: center;
}

#news_l .news_l_text .error_message
{
	height: 15px;
	color: #21678e;
	font-size: 11px;
}

#actions .activity_image
{
	float: right;
}