/*
		Styles by gavjof
		www.gavjof.com
		
	\\ SCREEN.CSS (for Front End Styles) //
*/

body { 
	font-family: Arial;
	font-size: 14px;
	color:#463E3F;
	/*background-color: #555;*/
	margin: 0;
    padding: 0;
    line-height: 140%;
    direction:RTL;
}
img
{
border:0px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #7ea73f;
	text-decoration: none;
}
a:hover {
	color: #7ec79f;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #FFFFFF;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #7ea73f;font-weight:normal;font-family:arial;}
h1  	{font-size:16px;font-weight: bold;}
h2  	{font-size:1.8em;}
h3  	{font-size:1.3em;}
p
{
margin: 0px;
}

form {margin: 0;}

blockquote 	{
	font-family:arial;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}

abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 900px;
	margin: 20px auto 0 auto;
	padding: 0;
	background: #fff;
}
#extras {  /* objects outside main page (powered by etc) */
	width:750px ;
	margin: 0 auto;
	padding-bottom:10px;
	font-family:arial;
	font-size: 80%;
	color: #666;
	padding:0;
	color:#eee;
}

#tophead
{
padding: 0;
margin: 0;
   /* border:1px solid aqua;*/
    text-align: center;
    height:179px;
    background: transparent url('images/banner.jpg') top no-repeat;
}

#banner {
    /*height:173px;*/
    /*padding-top:173px;*/
	text-align: right;
	background: #666;
	font-weight: bold;
    width:900px;
    /*background: transparent url('images/gh_01.jpg') top left no-repeat;*/
}
#banner a, #banner h1, #banner h2, .toph1	{color: #fff; margin:0;padding:0;}
* html #banner {clear:both;height:70px;} /* ie6 misbehaves again */

#banner h1	{font-size: 3em;padding-top:6px;} /* WEBSITE_TITLE */
#banner h2	{ /* PAGE_HEADER */
	font-size: 0.8em;
	text-transform:uppercase;
	letter-spacing:8px;
	margin-top:-20px;
	padding-right:8px;
	font-family:arial;
}

#sideColumn { /* Currently holds the login box */
	float: right;
	width: 180px;
	margin: 10px;
	margin-top: 3px;
}
#content { /* main content from the WYSIWYG goes in here */
	margin-right: 200px;
	margin-top:0px;
	padding: 4px 10px 14px 10px;
	text-align: justify;
	clear: left;
}
* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 100%;} /* ie6 fix to stop tables being pushed below floats */

#footer { 
	font-family:arial;
	font-size: 90%;
	background: transparent url('images/footer.jpg') top left repeat-x;
	/*padding: 10px 5px 10px 5px;*/
	clear: both;
	/*background: #e7efda;*/
    height:30px
}
#footer h3
{
    font-size: 12px;
    font-weight: bold;
    color:#7ea73f;
}
#footer .block1,.block2,.block3 ,.block4
{
    width:24%;
    float:right;
    border-left:1px solid #666666;
    clear: left;
}

#baker_footer	{font-style:italic;font-size: 12px;} /* Pulls information from PAGE_FOOTER */
#powered_by, #coding 	{text-align:left;font-size: 10px;}
#powered_by a, #coding a {color:#ddd; text-decoration:none; border-bottom: 1px dashed #ddd;font-size: 12px;}
#powered_by a:hover, #coding a:hover {color:#fff; border-bottom: 1px dashed #fff;font-size: 12px;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in banner */
#search_box {
	color: #fff;
	text-align: center;
}
#search_box {
	float: left;
	clear: right;
	width: 200px;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 150px;
	height: 18px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px inset #ccc;
}
#search_submit {
	width: 33px;
	height: 24px;
	/*font-size: 90%;*/
	/*vertical-align: middle;*/
	/*padding: 0 0 4px 0;*/
    background: transparent url('images/search.jpg') top left no-repeat;
    border:none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#navContainer 
{
    width: 100%;
    height:27px;
   /* padding-top: 10px;
    padding-left : 20px*/
    display:block;
    clear:both;
    border:1px solid #000;
    text-align:center;
    direction:LTR;
    margin-top:100px;
    /*margin-top: 5px;*/
}
#nav_left
{
    float:right;
    background: url("images/menu_left.jpg");
    height:33px;
    width:13px;    
}
#nav_right
{
    float:right;
    background: url("images/menu_right.jpg");                           
    height:33px;
    width:13px;
}
/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;background:#555;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 1.68em;
	/*background: #666;*/
	/*background: url("images/menu_mid.jpg") repeat-x;*-*/
    height:27px;
    width: 980px;
	padding:0px;
    /*width:95%;*/
    float:right;
    /*background-color: #555555;*/
    /*border:1px solid yellow;*/
    
}
#nav ul {
	list-style-type: none; 
	/*margin-top: 5; */
	padding: 0; 
	font-size: 81%; 
	text-transform: uppercase;
	width: 734px;
    margin-right: 50px;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: right; color: #000; text-align: center; font-weight: normal;font-size: 14px;}
#nav ul li a 
{
    display: block; 
    color:#FFFFFF;/*background: #666; */
    padding: 25px 10px; 
    padding-bottom: 4px; 
    border-left: 1px solid #DDDDDD; 
    /*border-right: 1px solid #000; */
    /*color: #000; */
    text-decoration: none;

}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {/*background: #d1d2d4;*/ border-color: #FFFFFF; color: #FFFFFF;}
#nav li a:active, #nav ul li a.active {/*background: #d1d2d4;*/ border-color: #FFFFFF; color: #FFFFFF;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #3c3c3c; color: #ffffff;}
#nav li.menu-current a		{font-weight: normal;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 1px solid #000; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: right; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #4b4c4d; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #666; border: 0; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
 .b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#d9d9d9; margin:0 5px;}
.b2h, .b2bh {height:1px; background:#d9d9d9; border-right:2px solid #d9d9d9; border-left:2px solid #d9d9d9; margin:0 3px;}
.b3h, .b3bh {height:1px; background:#d9d9d9; border-right:1px solid #d9d9d9; border-left:1px solid #d9d9d9; margin:0 2px;}
.b4h, .b4bh {height:2px; background:#d9d9d9; border-right:1px solid #d9d9d9; border-left:1px solid #d9d9d9; margin:0 1px;}
.b2bh, .b3bh, .b4bh {background: #fff;}
.headh {}
.headh h3 
{
    /*margin: 0px 10px 0px 10px; */
    /*padding-bottom: 3px;*/
    /*font-family: arial;*/
    /*font-family: arial;*/
    font-size: 16px;
    color:#313131
}

.contenth {background: #fff; /*border-right:1px solid #d9d9d9; border-left:1px solid #d9d9d9;*/}
/*.contenth div {margin-left: 12px; padding-top: 5px;}*/
.contenth td {padding:px;width:50%;vertical-align: top;}
.contenth ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
} 
.contenth ul li 
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-right:10px;
    background: url("images/arrow.jpg") right top no-repeat;
    /*margin-bottom: 3px;*/
    border-bottom: 1px solid #aeaeae;
}
.contenth ul li a {color:#76923d;padding-right: 5px};

.full_border
{
    border: 1px dashed  #666;;
}
.left_border
{
    border-left: 1px dashed  #666666;
    /*background: aqua;*/
}
.bottom_border
{                                                 
    border-bottom: 1px dashed  #666666;
}

/*//////////////////////////////////*/

/* Customise the Login Box */
#login-box { background: #eee; text-align: center;	line-height: 140%; margin: 1em 0 0.3em 0; border: 1px solid #ddd;}
#login-box fieldset {border:0;text-align:center;}
#login-box legend		{
	font-size: 90%;
	text-transform: uppercase;
	font-family:arial;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */



/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family:arial; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}

.rightbox
{
    width:179px;
    float:right;
    /*border:1px solid #3c3c3c;*/
    /*text-align: justify;*/
    /*margin-right: 35px;*/
    /*padding:5px;*/
}
.midbox
{
    width:179px;
    float:right;
    /*border:1px solid #3c3c3c;*/
    /*text-align: justify;*/
    margin-right: 50px;
    /*padding:5px;*/
}
.leftbox
{
    width:179px;
    float:left;
    /*border:1px solid #3c3c3c;*/
    /*text-align: justify;*/
   /* margin-right: 30px;*/
    /*padding:5px;*/
}
.upbox
{
    /*width:179px;*/
    float:right;
    /*border:1px solid #3c3c3c;*/
    text-align: justify;
    margin-right: 40px; 
    /*padding:5px;*/
}
.heightclass
{
    height:20px;
}
.boxclass
{
    float:left;
}
.nbox
{
    background: url("images/box.jpg") no-repeat;
    width:207px;
    height:400px;
    /*margin-right: 40px;*/
    vertical-align: top;
    /*border: 1px solid red;*/
}


.rbox
{
    background: url("images/rbox.jpg");
    width:203px;
    height:464px;
    margin-right: 40px;
    vertical-align: top;
    /*border: 1px solid red;*/
}
.rbox table
{
    margin-right: 00px;
    margin-top:0px;
}
.rbox label
{
    font-size: 18px;
    font-weight: bold;
    color:#7ea73f
}

.rbox #field12,.rbox #field13 
{
 width:180px;
 margin-top: 5px;
}

.post_short a
{
    float:left;
    color:#7ea73f;
}

.read_more_link { text-align: left;}
.read_more_link   a { color:#76923d;}

/****************************************/
.main_table
{
border:1px solid 555555;
margin: 0;
padding: 0;
margin: auto;
}
.hp_box
{
    padding-right:5px;
    width: 32%;
}
.post_title, .post_date {
    /*border-bottom: 1px solid #DDDDDD;*/
}

.post_title a{
    font-weight: bold;
    font-size: 16px;
    color: #7ea73f;
}

.post_date {
    text-align: left;
    font-weight: bold;
}

.post_short {
    text-align: justify;
    padding-bottom: 5px;
}

.comment_title {
    font-weight: bold;
}

.comment_text {
    font-weight: bold;
    background-color: #FDFDFD;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 15px;
}

.comment_title, .comment_text {
    border-right: 1px solid #DDDDDD;
}

.comment_info {
    text-align: left;
    border-left: 1px solid #DDDDDD;
}

.comment_title, .comment_info {
    border-top: 1px solid #DDDDDD;
    background-color: #EEEEEE;
}

.selected_group_title { 
    font-size: 14px;
    text-align: center;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
    display:none;
}
/*****/
.left_mid_table
{
    border:1px solid green;
    padding: 0;
    /*width:95%;*/
    text-align: right;
    
}

.footer-block,.footer-block-last
{
    width:130px;
    height:170px;
    float:right;
    /*border:1px solid blue;*/
    padding-right: 15px;

}
.footer-block
{
        /*border-left: 1px dashed grey;*/
}


.footer-block-last ul,.footer-block ul
{
    padding: 0;
} 
.footer-block ul li,.footer-block-last ul li
{
    padding-right:5px;
    list-style:none;
   /* margin-bottom: 3px;*/
    width:90%;
    border-collapse: separate;
    border-bottom: 1px solid #ADA96E;     
}
.footer-block ul li a,.footer-block-last ul li a
{
    color: #222222;
    padding-right: 1px;

}

.footer-block h4,.footer-block-last h4
{
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}

.footer-block a
{
    color:#000000;
    border-bottom: 1px dotted #cccccc;
    border-collapse: collapse;
}
/*
.footer-block-last ul li
{
    list-style: none;
    margin-right: 0;
}
.footer-block-last ul li a
{
    margin-right: 0;
    color: #222222;
}
.footer-block-last  h4
{
    list-style: square;
    margin-right: 5px;
} */
.checkbox_label
{
    font-size: 16px;
    font-weight: bold;
    color:red;
}
.input-title
{
    color:#7ea73f;
    /*float:right;*/
    font-size: 16px;
    font-weight: bold;
    
    
}
.input-desc
{
    font-size:12px;
    color:#222222;
    font-weight: normal;
    /*text-align: right;*/
    text-align: justify;
    height:20px;
    vertical-align: top;
}
.textfield ,.email
{
    margin-right: auto;
    margin-left: auto;
    size: 180px;
    margin-top: 5px;
}

.input-title-text
{
    font-size:14px;
    color:#7ea73f;
    font-weight: normal;    
}
.field_checkbox
{
    float:right;
}

.form2-submit
{
    color:#FFFFFF;
    border:none;
    background: transparent url('images/sign.jpg') top left no-repeat;
    width:93px;
    height:22px;
    /*margin-right: 80px;*/
    /*margin-left: 10px;*/
    float:left;
    margin-top:5px;
    /*background-image: url();*/
}

.hr-f2
{
    background-color: green;
    border:5px;
}
.f2-table
{
    /*border:1px solid #000000;*/
    width:100%;
    padding: 0;
    margin: 0;
}
#checkImage8,#checkImage7,#checkImage6,#checkImage5
{
float:right;
}

.hrform2
{
    border-color: gray;
    padding-top: 2px;
    padding-bottom: 2px;
}

/*----------------------------------*/
#navbar 
{ 
clear: both; 
float: right; 
width: 840px; 
height: 18px; _height: 45px; 
margin-top: 157px;
/*background-color:#FFFFFF;*//* url(images/bg.jpg) repeat-x; */
}

ul.menu { float: right; margin: 0;/* padding: 0 15px;*/ list-style-type: none; }
ul.menu li { float: left; border-left:1px solid #333333;}
ul.menu li a 
{ 
float: left; 
display: block; 
height: 18px;
/*width:65px;*/
padding: 0 16px 0 17px; 
line-height: 18px; 
color: #FFFFFF;
text-transform:uppercase;
text-align: center; 
}
ul.menu li a:link, ul.menu li a:visited { color: #FFFFFF; background: none; text-decoration: none; }
ul.menu li a:hover, ul.menu li a:active 
{ 
color: #FFFFFF; 
background-color:#82aa38 /*transparent url(images/bgover.jpg) repeat-x 0 0*/; 
text-decoration: none; }

ul.menu li.current_page_item a:link,
ul.menu li.current_page_item a:visited,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_item a:active { color: #FFFFFF; font-weight: normal; background-color:#82aa38; text-decoration: none; }

.field_title
{
   /* height:15px;*/
    width:100px;
    /*border:1px solid red;*/
}
.field_input
{
    /*height:15px;*/
    margin-top:auto;
    margin-bottom: auto;
    /*border:1px solid red;   */
}

.textfield , .email
{
    margin-right: auto;
    margin-left: auto;
    size: 180px;
    margin-bottom : 1px;
}
.textarea
{
margin-top: 2px;
}
.captcha_table
{
width:300px;
}
