@charset "UTF-8";
/* CSS Document */


body { font: 12px 'Calibri', Arial, "Lucida Grande", "Arial Hebrew", "Trebuchet MS", Verdana, Geneva, sans-serif; margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ padding: 0; text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ background-color: #000000; }
.nephesh_english #container {
	width: 722px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	position: relative;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}
#navigation_english {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #navigation_english instead of text, you may want to remove the padding. */
	height: 52px;
}
#navigation_english h1 {
	margin: 0; /* zeroing the margin of the last element in the #navigation_english div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.nephesh_english #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.centered_div {
	width:722px;
	position:absolute;
	top:20%;
	left:50%;
	margin-left:-361px;
	margin-top:-50px;
	overflow: visible;
}
.innerpage_div {
	width:722px;
	overflow: visible;
	background: url(../images/background_image.gif);
	margin: 20px auto 0px;
	color: white;
	text-align: left;
}
.innerpage_top {
	width:722px;
	margin: 0 auto;
	overflow: visible;
	background: url(../images/innerpage_en_top.jpg) no-repeat center top;
	height: 57px;
	padding: 50px 0px 0px 0px;
	text-align: right;
}
.innerpage_top a {
	color: red;
	text-decoration: none;
}
.innerpage_top a:hover {
	color: #FFFF00;
}


.innerpage_hebrew_top {
	width:722px;
	margin: 0 auto;
	overflow: visible;
	background: url(../images/innerpage_hebrew_en_top.jpg) no-repeat center top;
	height: 57px;
	padding: 50px 0px 0px 0px;
	text-align: right;
}
.innerpage_hebrew_top a {
	color: red;
	text-decoration: none;
}
.innerpage_hebrew_top a:hover {
	color: #FFFF00;
}

#flash {
	height: 457px; color:#FFF;
}

.innerpage_div_text
{
	width: 672px;
	margin: 0 auto;
	margin-top: 20px;
}

.innerpage_div_text p {
	line-height:18px;
	font-size: 13px;
	word-spacing: normal;
	text-align: left;
	overflow: visible;
}

.innerpage_div_text a {
	color:yellow;
	text-decoration: none;
}
.innerpage_div_text a:hover {color:red;}




.innerpage_hebrew_div_text
{
	width: 672px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: right;
}

.innerpage_hebrew_div_text p {
	line-height:18px;
	font-size: 13px;
	word-spacing: normal;
	text-align: right;
	overflow: visible;
}

.innerpage_hebrew_div_text a {
	color:yellow;
	text-decoration: none;
}
.innerpage_hebrew_div_text a:hover {color:red;}







.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.address
{
	background: #FFFFFF;
	border: 2px dotted #FFFF00;
	width: 400px;
	float: left;
	color: black;
}

#home
{
	width: 80px;
	height: 20px;
	float: left;
}
#home_hebrew
{
	height: 20px;
	position: relative;
	float: right;
	padding-right: 100px;
}


#hebrew
{
	width: 80px;
	height: 20px;
	float: right;
	text-align:left;
}


#english
{
	width: 80px;
	height: 20px;
	float: left;
	text-align:right;
}



.news_div_text
{
	width: 572px;
	margin: 0 auto 20px;
	border: 4px dotted #FFFF00;
	color:#333333;
	padding: 10px 10px 10px 60px;
	background: white url(../images/news.gif) no-repeat left -5px;
}


.news_div_text_hebrew
{ width: 90%; border: 4px dotted #FFFF00; color:#333333; float: right; margin: 0 auto 20px auto; padding: 10px 50px 10px 10px; background: white url(../images/hadashot.gif) no-repeat right 20px; }

.news_div_text p { line-height:15px; font-size: 13px; word-spacing: normal; text-align: left; overflow: visible; color: #333333; font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; margin-top: 13px; }
.news_div_text_hebrew p { line-height:15px; font-size: 13px; word-spacing: normal; text-align: right; overflow: visible; color: #333333; font-family: 'Arial Hebrew', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; }

.news_div_text a {
	color:#F60;
	text-decoration: none;
}.news_div_text_hebrew a { color:#F60; text-decoration: underline; }
.news_div_text a:hover {color:yellow;}


.news_div_text_hebrew a:hover {color:yellow;}

.red
{
	color: #FF0000;
}


.berachot
{ height: 170px; width: 74px; text-align: center; margin-top: -50px; margin-left: 60px; position: relative; float: left; }


.nemesis
{ height: 170px; width: 220px; text-align: center; margin-top: -50px; margin-left: 10px; position: relative; float: left; }


.divreipeticha
{ float: left; height: 170px; width: 100px; text-align: center; margin-top: -50px; margin-left: 10px; }

.redbox
{
	background: #DE1921;
	padding: 2px;
	border: 1px solid #FFFF99;
}
.wider .news_div_text.cushycms ul li { list-style: disc inside; font-size: 14px; line-height: 15px; text-align: left; white-space: normal; margin-top: 10px; text-indent: 10px; }
