/*
Resets defualt browser settings
reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; direction:rtl;}
:focus { outline:0;
}
a:active { outline:none;
}
body { line-height:1; color:black; background:white; direction:rtl;
}
ul { list-style:none; direction:rtl;}
table { border-collapse:separate; border-spacing:0; direction:rtl;
}
caption,th,td { text-align:right; font-weight:normal; vertical-align:middle; direction:rtl;
}
blockquote:before,blockquote:after,q:before,q:after { content:""; direction:rtl;
}
blockquote,q { quotes:"" ""; direction:rtl;
}
/*End Resets*/
/*basic style*/
html,body
{
	margin:0px;
	padding:0px;
	width:100%;
	background-color:white;
	font-family:tahoma;
	font-size:10pt;
	line-height:1.3;
	word-wrap: break-word;
}
body
{
	background:#fefefe;
	color:#000000;
}
div
{
	display:block;
	padding:0px;
	margin:0px;
	border:none;
}
input,textarea,select
{
	text-align:right;
	direction:rtl;
	color:#000000;
}
sup {
	vertical-align: super;
	font-size: 7pt;
}
ol li
{
	margin-right:20px;
}
table th,table th label
{
        vertical-align: top;
	font-weight:900;
}
.ui-autocomplete {
		max-height: 100px;
		overflow-y: auto;
		overflow-x: hidden;
		padding-right: 20px;
		padding-left: 20px;
	}
.body
{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-color:#fefefe;
}
.wrapper
{
	margin:auto;
	width:980px;
	background-color:#fefefe;
}
.header
{
	position:relative;
	width:980px;
	height:85px;
	background:transparent url('images/header.png');
}
.header .call_us
{
	position: absolute;
	top:40px;
	left:15px;
	width:110px;
	height: 20px;
	color: white;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}
.errormessage
{
	color:white;
	font-weight:bold;
	background-color:red;
	padding:5px;
	border:1px solid white;
}
.topmenu
{
	position:relative;
	width:980px;
	height:48px;
	margin:auto;
	margin-bottom: 2px;
	background:transparent url('images/menu_bg.png');
}
.topmenu-ul
{
	width:980px;
	height:48px;
	text-align:center;
}
.topmenu-ul li
{
	display:block;
	float:right;
	height:48px;
}
.topmenu-ul li.sep
{
	height:48px;
	width: 7px;
	padding-top: 0px;
	background:transparent url('images/menu_sep.png') no-repeat;
}
.topmenu-ul li a
{
	display:block;
	height: 48px;
	text-decoration:none;
	color:#c0fcc0;
	font-weight:900;
	font-family:arial;
	font-size:12pt;
}
.topmenu-ul li a:hover,.topmenu-ul li a.current
{
	background:transparent url('images/menu_active.png');
}
.photo_slider
{
    position: relative;
    margin-bottom: 12px;
    height: 488px;
    width: 980px;
}
.photo_slider .anythingSlider
{
	padding: 0px;
	margin: 0px;
	border:none;
}
.photo_slider .anythingSlider-default .anythingWindow
{
	padding: 0px;
	margin: 0px;
	border:none;
}
.photo_slider .photo_slider_window
{
    width: 980px;
    height: 488px;
}
.photo_slider .next,.photo_slider .prev
{
    position: absolute;
    width:41px;
    height: 36px;
    top: 226px;
}
.photo_slider .next
{
    right: 12px;
    background-image: url('images/photo_slider_next.png');
}
.photo_slider .prev
{
    left: 12px;
    background-image: url('images/photo_slider_prev.png');
}
.photo_slider .next a,.photo_slider .prev a
{
    display: block;
    width:41px;
    height: 34px;
}
.photoslider_image
{
        width:100%;
        height:100%;
}

.photoslider_title
{
        position:absolute;
        bottom:0px;
        width:940px;
        padding-right:40px;
        padding-top:20px;
        height:50px;
        font-weight: bold;
        font-size: 20pt;
        color: #ffffff;
        background:url('images/photoslider_title.png');
}
.site_bar
{
	width: 980px;
	height: 39px;
	margin-bottom: 14px;
}
.news_bar
{
	float: right;
	width:678px;
	height:44px;
	background: #424d43;
}
.news_bar a
{
	color: #ffffff;
	text-decoration: none;
}
.news_bar_title
{
	float: right;
	width: 98px;
	height: 39px;
	background: url('images/news_bar_title.png');
}
.news_strip
{
	display: block;
	float: right;
	width: 580px;
	padding-top: 9px;
	height: 32px;
	color: white;
	font-size: 16px;
}
.search_bar
{
	position: relative;
	float: right;
	width:302px;
	height:	44px;
	background: #0a6913;
}
.search_bar .search_bar_text
{
	position: absolute;
	top: 8px;
	right: 112px;
	border: 1px solid #dae9dc;
	border-left: none;
	padding-right: 2px;
	width: 79px;
	height: 20px;
}
.search_bar .search_bar_button
{
	display: block;
	position: absolute;
	width: 29px;
	height: 24px;
	top: 8px;
	right: 193px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: url('images/search_bar_button.png');

}
.more
{
	display: block;
	width: 42px;
	height: 19px;
	background: url('images/more.png');
}
.group_1
{
	width: 980px;
	height: 284px;
	margin-bottom: 18px;
}
.about
{
	position: relative;
	float: right;
	width: 642px;
	height: 284px;
	margin-left: 36px;
	background:#e9e8e3;
}
.about_content
{
	width: 600px;
	height: 210px;
	margin: auto;
	margin-top: 20px;
	overflow: hidden;
}
.about_content img
{
	float: right;
	width: 200px;
	height: 195px;
	margin-left: 16px;
}
.about_content p
{
	float: right;
	display: block;
	width: 380px;
}
.latest_video,.events,.videos_list,.lessons_calender,.online_lessons,.articles
{
	position: relative;
	float: right;
	width: 302px;
	height: 284px;
	background:#e9e8e3;
}
.latest_video .more,.events .more,.videos_list .more,.about .more.online_lessons .more,.articles .more
{
	position: absolute;
	bottom: 12px;
	left: 0px;
}
.latest_video .video_image
{
	display: block;
	margin: auto;
	margin-top: 15px;
	width:268px;
	height:180px;
}
.group_2
{
	width: 980px;
	height: 264px;
	margin-bottom: 24px;
}
.events,.videos_list,.online_lessons,.articles
{
	margin-top: 5px;
	margin-left: 37px;
	height: 264px;
	background: transparent;
}
.events .eventblock,.videos_list .videoblock,.lib_items .lib_itemblock,.online_lessons .online_lessonblock,.articles .articleblock
{
	width: 261px;
	height: 83px;
	border-bottom: 1px dotted #669e02;
}
.events .eventblock img,.videos_list .videoblock img,.lib_items .lib_itemblock img,.online_lessons .online_lessonblock img,.articles .articleblock img
{
	float: right;
	margin-top: 8px;
	margin-left: 23px;
	width: 83px;
	height: 70px;
}
.events .eventblock .event_title,.videos_list .videoblock .video_title,.lib_items .lib_itemblock .lib_item_title,.online_lessons .online_lessonblock .online_lesson_title,.articles .articleblock .article_title
{
	margin-top: 8px;
	color: #669e02;
	font-weight: bold;
}
.events .eventblock .event_cont,.videos_list .videoblock .video_cont,.lib_items .lib_itemblock .lib_item_cont,.online_lessons .online_lessonblock .online_lesson_cont,.articles .articleblock .article_cont
{
	width: 155px;
	overflow: hidden;
}
.events .eventblock .event_cont .details,.videos_list .videoblock .video_cont .details,.lib_items .lib_itemblock .lib_item_cont .details,.online_lessons .online_lessonblock .online_lesson_cont .details,.articles .articleblock .article_cont .details
{
	color: #669e02;
	font-weight: bold;
	text-decoration: none;
}
.largeeventblock,.largenewsblock,.largevideoblock,.largelib_itemblock,.largeonline_lessonblock,.largearticleblock
{
	border-bottom: 1px dotted #669e02;
}
.largeeventblock img,.largenewsblock img,.largevideoblock img,.largelib_itemblock img,.largeonline_lessonblock img,.largearticleblock img
{
	float: right;
	margin-top: 8px;
	margin-left: 23px;
	margin-bottom: 8px;
	width: 150px;
	height: 150px;
}
.largeeventblock .event_title,.largenewsblock .news_title,.largevideoblock .video_title,.largelib_itemblock .lib_item_title,.largeonline_lessonblock .online_lesson_title,.largearticleblock .article_title
{
	float: right;
	width: 453px;
	margin-top: 20px;
	color: #669e02;
	font-weight: bold;
}
.largeeventblock .event_cont,.largenewsblock .news_cont,.largevideoblock .video_cont,.largelib_itemblock .lib_item_cont,.largeonline_lessonblock .online_lesson_cont,.largearticleblock .article_cont
{
	float: right;
	width: 453px;
}
.largeeventblock .event_cont .details,
.largenewsblock .news_cont .details,
.largevideoblock .video_cont .details,
.largelib_itemblock .lib_item_cont .details,
.largeonline_lessonblock .online_lesson_cont .details,
.largearticleblock .article_cont .details
{
	color: #669e02;
	font-weight: bold;
	text-decoration: none;
}

.lessons_calender
{
	height: 264px;
	background:url('images/home_titles_5.png');
}
.lessons_calender table
{
	display: block;
	width:291px;
	height: 157px;
	color: #4e5148;
	padding: 0px;
	margin: 0px;
	border: 0px;
	margin-top:68px;
	margin-right:5px;
	font-size: 13px;
}
.lessons_calender table tr
{
	width: 291px;
	height: 26px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.lessons_calender table td
{
	height: 26px;
	padding-right: 5px;
}
.group_3
{
	width: 980px;
	height: 155px;
	margin-bottom: 19px;
}
.latest_photo
{
	float: right;
	position: relative;
	width: 642px;
	height: 155px;
	background:#e9e8e3;
}
.latest_photo.inner
{
	width: 760px;
}
.latest_photo .more
{
	position: absolute;
	bottom: 45px;
	left: 0px;
}
.latest_photo .imageblock
{
	float: right;
	cursor: pointer;
	width: 134px;
	height: 90px;
	margin: 8px;
	text-align: center;
	margin-bottom: 0px;
}
.latest_photo .imageblock img
{
	width:134px;
	height:65px;
	margin-bottom: 3px;
}

.subscribe
{
	position: relative;
	float: left;
	width: 302px;
	height: 90px;
	margin-bottom: 25px;
	background:url('images/subscribe_bg.png');
}
.subscribe .subscribe_email
{
	display: block;
	direction: ltr;
	position: absolute;
	top: 46px;
	right: 118px;
	border: 0px;
	border-left: none;
	padding-right: 2px;
	width: 115px;
	height: 26px;
}
.subscribe .subscribe_button
{
	display: block;
	position: absolute;
	width: 48px;
	height: 22px;
	top: 49px;
	right: 242px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: transparent;

}
.subscribe.inner
{
	float: none;
	width: 175px;
	height: 77px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	background:url('images/subscribe_inner_bg.png');
}
.subscribe.inner .subscribe_email
{
	display: block;
	direction: ltr;
	position: absolute;
	top: 40px;
	right: 16px;
	border: 0px;
	padding:0px;
	padding-right:2px;
	margin:0px;
	width: 98px;
	height: 22px;
	background: transparent;
}
.subscribe.inner .subscribe_button
{
	display: block;
	position: absolute;
	width: 41px;
	height: 20px;
	top: 40px;
	right: 123px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: transparent;

}

.bank_account
{
	float: left;
	width: 302px;
	height: 20px;
	padding-top:20px;
	color: white;
	text-align: center;
	background:url('images/bank_account_bg.png');
}
.bank_account.inner
{
	float: none;
	width:184px;
	height: 32px;
	padding-top: 50px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background:url('images/bank_account_inner_bg.png');
}
.group_4
{
	width: 980px;
	height: 225px;
	margin-bottom: 20px;
}
.help_us
{
	float: right;
	width: 641px;
	height: 223px;
	color: white;
	margin-left: 37px;
	background:url('images/home_titles_7.png');
}
.help_us_text
{
	width: 320px;
	margin-right: 270px;
	margin-top: 85px;
	text-align: center;
}
.facebook_blugin
{
	float: right;
	width: 300px;
	padding-right: 2px;
	height: 223px;
	color: white;
	background:#e9e8e3;
}
.facebook_blugin.inner
{
	width:180px;
	height: 189px;
	padding-right: 10px;
	padding-top: 10px;
}
.fb-like-box
{
	background: white;
	margin-top: 2px;
	margin-right: 2px;
}
.footer
{
	width:980px;
	height:59px;
	background:url('images/footer.png');
}
.footer_menu
{
	min-width: 250px;
	max-width: 350px;
	height: 29px;
	margin: auto;
}
.footer_menu ul li,.footer_menu ul li a
{
	display: block;
	float: right;
}
.footer_menu ul li a
{
	display: block;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 7px;
	border-left: 1px solid #000000;
}
.footer_menu ul li a.no-border
{
	border: 0px;
}
.credits
{
	width: 940px;
        height:30px;
	margin: auto;
        color: white;
	font-size: 12px;
}
.copyright
{
	float: right;
        height:22px;
        width:400px;
        padding-top:8px;
}
.credit
{
	float: left;
        text-align:left;
        height:22px;
        width:400px;
        padding-top:8px;
}
.right_col
{
	float: right;
	width: 190px;
	height: 630px;
	margin-left: 30px;
	margin-bottom: 40px;
}
.right_col .container
{
	width:190px;
	height: 180px;
	padding-top:15px;
	background: #16761f;
}
.side_menu
{
	position:relative;
	width:178px;
	height:auto;
	margin:auto;
	border:6px solid #16761f;
	border-bottom: 0px;
	margin-bottom: 2px;
	background:#02590a;
	min-height: 225px;
}
.side_menu-ul
{
	width:178px;
	height:auto;
	text-align: right;
}
.side_menu-ul li
{
	display:block;
	float:right;
	width:178px;
	height:25px;
	border: 0px;
	border-top:1px solid #57991c;
	border-bottom:1px solid #277512;
}
.side_menu-ul li .menu_arrow
{
	display: block;
	float: right;
	margin:5px;
	margin-top:10px;
}
.side_menu-ul li.first-child
{
	border-top:0px;
}
.side_menu-ul li.last-child
{
	border-bottom:0px;
}
.side_menu-ul li a
{
	display:block;
	width:178px;
	height:20px;
	padding-top: 5px;
	text-decoration:none;
	color:white;
	font-weight:900;
	font-family:arial;
	font-size:10pt;
}
.side_menu-ul li a:hover,.side_menu-ul li a.current
{
	background:#1c8226;
}

.content
{
	float: right;
	width:760px;
	min-height: 630px;
	margin-bottom: 40px;
}
.content .wide
{
	width: 980px;
}
.content .content_img
{
	width: 756px;
	height: 230px;
	margin-bottom: 10px;
	border: 2px solid #c6c5c5;
}
.pagetitle
{
	color: white;
	font-size: 24px;
	width: 974px;
	height: 40px;
	padding-top: 4px;
	padding-right: 6px;
	background: #424d43;
	margin-bottom: 2px;
}
.pagetitle a
{
	color: white;
	text-decoration: none;
}
.subtitle
{
	width: 754px;
	height: 35px;
	color: white;
	font-size: 20px;
	padding-top: 4px;
	padding-right: 6px;
	margin-bottom: 12px;
	background: url(images/subtitle.png);
}
.page_content
{
	float:left;
	width:760px;
	margin:0px;
	margin-right:12px;
}
.error_content
{
	width:980px;
	margin-right:18px;
	margin-top:10px;
	min-height:250px;
}
.form_table
{
	color:#5b2a01;
}
.form_table th
{
	white-space:nowrap;
}
.form_table th,.form_table td
{
	padding:5px;
	vertical-align:top;
}
.form_table .inputtext
{
	width:153px;
	background-color:#ffffff;
	border:1px solid #85bb26;
}
.form_table select.inputtext
{
	width:155px;
}
.fileuploader
{
	position:relative;
}
.fileuploader .fakefileupload,.fileuploader .realfileupload
{
	text-align:center;
	cursor: pointer;
	width:73px;
	margin-right:25px;
	height:24px;
	background-color:#85bb26;
	/*background-image:url('images/smallbutton.png');*/
	font-family:arial;
	font-weight:lighter;
	font-size:12pt;
	color:#ffffff;
	border:none;
}
.fileuploader .realfileupload
{
	display:block;
	position:absolute;
	top:-4000px;
}
.error label
{
	font-style:italic;
	color:red;
	display:block;
}
.admin_tree
{
	float:left;
	width:182px;
	min-height:490px;
	padding-right:10px;
	padding-top:10px;
	font-size:9pt;
	color:#bd6d3b;
	text-align:right;
	border:1px solid #8B3C13;
}
.admin_tree a
{
	color: black;
	text-decoration: none;
	background-color:transparent;
}
.admin_tree a.current
{
	color: red;
}
.admin_tree a span
{
	background-color:transparent;
}
.datatable
{
	background-color:#e9e8e3;
	width:626px;
	border-collapse: collapse;
}
.datatable td,.datatable th
{
	padding:5px;
	color:#989793;
	text-align:center;
	vertical-align:top;
}
.datatable th
{
	font-weight:bolder;
	color:#618f61;
	background-color:#e9e8e3;
}
.datatable tr.odd
{
	background-color:#e9e8e3;
}
.datatable tr.even
{
	background-color:#dad9d3;
}
.datatable td img
{
	width: 100px;
	height: 100px;
}
.list_albums
{
	width: 626px;
	padding-right: 4px;
}
.list_albums .albumblock
{
	float: right;
	cursor: pointer;
	width: 200px;
	height: 170px;
	margin-left: 8px;
	margin-top: 8px;
	background: #d5f2a2;
	text-align: center;
}
.list_albums .album_title
{
	font-size:24px;
	color: #2a8d33;
	font-weight: bold;
}
.list_albums .albumblock img
{
	width:200px;
	height:130px;
}

.navigation
{
	position:relative;
	height:40px;
	text-align:center;
}
.navigation ul
{
	position:relative;
	display:block;
	height:40px;
	list-style:none;
}
.navigation ul li
{
	position:relative;
	float:right;
	cursor:pointer;
	padding:10px;
	color:#174D17;
}
.navigation ul li:hover
{
	color:red;
	font-size:10pt;
}
.navigation ul li:hover.no_largen
{
	font-size:10pt;
}
.navigation ul li.current
{
	color:red;
}
.navigation ul li.current:hover
{
	color:#174D17;
}
.navigation ul li.sleep
{
	color:#174D17;
}
.navigation ul li.current:hover
{
	color:#174D17;
}
.small_button
{
	display:block;
	cursor: pointer;
	text-decoration:none;
	width:74px;
	height:21px;
	border:none;
	padding:0px;
	font-size:12pt;
	font-family:arial;
	font-weight:lighter;
	text-align:center;
	color:#ffffff;
	background:transparent url('images/small_button.png');
}
.big_button
{
	display:block;
	cursor: pointer;
	text-decoration:none;
	width:150px;
	height:24px;
	border:none;
	padding:0px;
	font-size:12pt;
	font-family:arial;
	font-weight:lighter;
	text-align:center;
	color:#ffffff;
	background:transparent url('images/bigbutton.png');
}
.social_buttons
{
        position: fixed;
        z-index: 10;
        right:10px;
        top:175px;
        height:175px;
        width:50px;
        background-color:#aaaaaa;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
}
.social_button
{
        display: block;
        width:32px;
        height: 32px;
        margin: auto;
        margin-top: 10px;
}
.social_button.facebook
{
        background-image: url('images/facebook.png')
}
.social_button.twitter
{
        background-image: url('images/twitter.png')
}
.social_button.youtube
{
        background-image: url('images/youtube.png')
}
.social_button.skype
{
        background-image: url('images/skype.png')
}