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

/* sets the direction of hebrew text on the page for hebrew */
html {
	direction:rtl;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #869cb4; /* body background blue */
	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 */
	color: #000000;
}

/* sets the direction of hebrew text for any inline tag using a class */
.twoColFixLtHdr .my-rtl {
    direction:rtl;
	unicode-bidi:embed;
}


.twoColFixLtHdr #container {  /* modified for ie6 */
	width: 940px;
	height: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #23588d; *//* background blue */
	text-align: right; /* this overrides the text-align: center on the body element. */
	background-color: #fef3de; /* light cream */
	background-image: url(../images/hblue-nav-stripe.gif);
	background-repeat: repeat-y;
	background-position: right top;
} 
.twoColFixLtHdr #container #header {
	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 #header instead of text, you may want to remove the padding. */
	background-color: #ffffff;
	background-image: url(../images/hbanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 162px;
} 
.twoColFixLtHdr #container #header #translation { 
	width: 120px; 
	height: 40px;
	margin: 0;
}
.twoColFixLtHdr #container #header ul {
    padding:80px 0 0 0;
	margin:0;
    font-size:12px;
	letter-spacing: 0px;
	/*font-weight:bold;*/
}
.twoColFixLtHdr #container #header ul li {  /* modified for ie7 */
    list-style:none;
	margin:0 0 10px 0;
}
.twoColFixLtHdr #container #header ul li a:link {
    color:#fef3de; /* light cream */
	text-decoration:none;
}
.twoColFixLtHdr #container #header ul li a:visited {
    color:#fef3de; /* light cream */
	text-decoration:none;
}
.twoColFixLtHdr #container #header ul li a:hover {
   	color:#cdb07a; /* tan */
	text-decoration:none;
}.twoColFixLtHdr #container #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 144px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin-bottom:-11px;
}

.thrColFixHdr #sidebar1 #translation { 
	width: 100px; 
	height: 40px;
	padding: 0 0 6px 0;
	margin: 0 8px 10px 0;
	border-bottom: solid 1px #fef3de; /* light cream */
}


.twoColFixLtHdr #container #sidebar1 ul {
    padding:0;
	margin:20px 10px 30px 0;
    font-size:12px;
	letter-spacing: 0px;
	/*font-weight:bold;*/
}
.twoColFixLtHdr #container #sidebar1 ul li {  /* modified for ie7 */
    list-style:none;
	margin:0 0 10px 0;
}
.twoColFixLtHdr #container #sidebar1 ul li a:link {
    color:#fef3de; /* light cream */
	text-decoration:none;
}
.twoColFixLtHdr #container #sidebar1 ul li a:visited {
    color:#fef3de; /* light cream */
	text-decoration:none;
}
.twoColFixLtHdr #container #sidebar1 ul li a:hover {
   	color:#cdb07a; /* tan */
	text-decoration:none;
}

/* this is for the donate button that is commented out 
.twoColFixLtHdr #container #sidebar1 #donate {
	margin: -5px 0 0 5px;
}
*/

.twoColFixLtHdr #mainContent {
    position: relative;
	margin: 0 144px 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContent div.invitation {
    position: absolute;
	top: 0px;
	right: 0px;
	/* border: solid 1px #ff0000;*/  /* for troubleshooting only */
}
.twoColFixLtHdr #mainContent img.hands {
    position: absolute;
	top: 0px;
	right: 461px;
}
 
.twoColFixLtHdr #mainContent #students {
    position: absolute;
	top: 400px;
	right: 40px;
}
.twoColFixLtHdr #mainContent #parents {
    position: absolute;
	top: 400px;
	right: 183px;
}
.twoColFixLtHdr #mainContent #clergy {
    position: absolute;
	top: 400px;
	right: 326px;
}
.twoColFixLtHdr #mainContent #educators {
    position: absolute;
	top: 400px;
	right: 469px;
}
.twoColFixLtHdr #mainContent #teens {
    position: absolute;
	top: 400px;
	right: 612px;
}


.twoColFixLtHdr #mainContent #name {
    position: absolute;
	top: 222px;
	right: 40px;
	width: 345px;
	height: 60px;
	background-color: #23588d; /* background blue */
	border: solid 2px #a07321; /* tan gold */
	text-align:center;
}
.twoColFixLtHdr #mainContent #name p { /* modified for ie6 and ie7 */ 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#fef3de; /* light cream */
	padding: 0 10px 10px 10px;
}
.twoColFixLtHdr #mainContent #name p a:link {
    color:#fef3de; /* light cream */
	text-decoration:none;
}
.twoColFixLtHdr #mainContent #name p a:visited {
    color:#fef3de; /* light cream */
	text-decoration:none;
}
.twoColFixLtHdr #mainContent #name p a:hover {
   	color:#cdb07a; /* tan */
	text-decoration:none;
}


.twoColFixLtHdr #mainContent #donate {
    position: absolute;
	top: 312px;
	right: 240px;
	width: 300px;
	height: 60px;
	background-color: #23588d; /* background blue */
	border: solid 2px #a07321; /* tan gold */
	text-align:center;
}
.twoColFixLtHdr #mainContent #donate p { /* modified for ie6 and ie7 */ 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#fef3de; /* light cream */
	padding: 0 10px 10px 10px;
	margin: 21px 0 0 0;
}
.twoColFixLtHdr #mainContent #donate p a:link {
    color:#fef3de; /* light cream */
	text-decoration:none;
}
.twoColFixLtHdr #mainContent #donate p a:visited {
    color:#fef3de; /* light cream */
	text-decoration:none;
}
.twoColFixLtHdr #mainContent #donate p a:hover {
   	color:#cdb07a; /* tan */
	text-decoration:none;
}


.twoColFixLtHdr #mainContent #register {
    position: absolute;
	top: 222px;
	right: 400px;
	width: 345px;
	height: 60px;
	background-color: #23588d; /* background blue */
	border: solid 2px #a07321; /* tan gold */
	text-align:center;
}
.twoColFixLtHdr #mainContent #register p { /* modified for ie6 and ie7 */ 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#fef3de; /* light cream */
	padding: 0 10px 10px 10px;
}
.twoColFixLtHdr #mainContent #register p a:link {
    color:#fef3de; /* light cream */
	text-decoration:none;
}
.twoColFixLtHdr #mainContent #register p a:visited {
    color:#fef3de; /* light cream */
	text-decoration:none;
}
.twoColFixLtHdr #mainContent #register p a:hover {
   	color:#cdb07a; /* tan */
	text-decoration:none;
}





.twoColFixLtHdr #mainContent img.pic {  /* modified for ie6 and ie7 */
    border: solid 2px #a07321;
	float:right;
}
.twoColFixLtHdr #mainContent img.caption {
    border: none;
	float:right;
	clear:both;
}

.twoColFixLtHdr #footer {
	position:relative;
	top: 50px;
	height: 122px;
	background-color:#cdb07a; /* tan gold */
	background-image: url(../images/hfooter-stripe-home.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}


.twoColFixLtHdr #footer div#footer-nav { /* modified for ie6 and ie7 */
    margin: 0 130px 0 0;
}
.twoColFixLtHdr #footer div#footer-nav ul#footer-nav-content-upper {
    margin: 0;
	padding-top: 10px;
	width: 700px;
}

.twoColFixLtHdr #footer div#footer-nav ul#footer-nav-content-upper li {
	list-style-type: none;
	float:right;
	margin-right: 15px;
}

.twoColFixLtHdr #footer div#footer-nav ul#footer-nav-content-lower {  /* modified for ie7 */
	margin: 0;
	padding-top: 3px;
	width: 700px;
	float:right;
}
.twoColFixLtHdr #footer div#footer-nav ul#footer-nav-content-lower li {   /* modified for ie6 */
	list-style-type: none;
	float:right;
	margin: 0 15px 0 0;
}

.twoColFixLtHdr #footer div#footer-nav ul li a:link {
	color: #23588d; /* background blue */
	text-decoration: none;
	font-size: 9px;
	line-height: 12px;
}
.twoColFixLtHdr #footer div#footer-nav ul li a:visited {
	color: #23588d; /* background blue */
	text-decoration: none;
	font-size: 9px;
	line-height: 12px;
}
.twoColFixLtHdr #footer div#footer-nav ul li a:hover {
	color:#fef3de; /* light cream */
	text-decoration: none;
    font-size: 9px;
	line-height: 12px;
}

.twoColFixLtHdr #footer div#copy {  /* modified for ie6 and ie7 */
    margin: 0 185px 0 0;
	padding: 20px 0 0 0;
	font-size: 9px;
	line-height: 12px;
	color: #23588d; /* background blue */
	width: 700px;
}

.twoColFixLtHdr #footer div#copy span#email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
}
.twoColFixLtHdr #footer div#copy span#email a:link {
	color:#fef3de; /* light cream */
	text-decoration: none;
}
.twoColFixLtHdr #footer div#copy span#email a:visited {
	color:#fef3de; /* light cream */
	text-decoration: none;
}
.twoColFixLtHdr #footer div#copy span#email a:hover {
	color: #23588d; /* background blue */
	text-decoration: none;
}


.twoColFixLtHdr #footer div#copy span#credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
}
.twoColFixLtHdr #footer div#copy span#credit a:link {
	color:#fef3de; /* light cream */
	text-decoration: none;
}
.twoColFixLtHdr #footer div#copy span#credit a:visited {
	color:#fef3de; /* light cream */
	text-decoration: none;
}
.twoColFixLtHdr #footer div#copy span#credit a:hover {
	color: #23588d; /* background blue */
	text-decoration: none;
}



.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;
}


