      
/********** 2. Reset **********/
/* Adapted from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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, 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;
}
body {
  line-height: 1;
}
ol, ul {list-style: none;}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
  q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* End Reset */

body
{ 
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
  font-size: 10pt;
  line-height: normal;
}
    
h1
{
  font-size: 20pt;
  /*	font-family: Georgia, “Times New Roman”, Times, serif;*/
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

h3
{
  display: inline;
  font-size: 12pt;
  font-weight: bold;
}

p
{
  margin: 13px 0px 13px 0px;
}
    
a
{
  color: white;
  text-decoration: underline;
}
    
a:hover
{
  text-decoration: none;
}
    
a.anchor
{
  visibility: hidden;
}

#header
    {
      position: absolute;
      height: 300px;
      width: 800px;
      top: 0px;
      left: 200px;	
    }
    
#header img
    {
      border: 0px;
    }
    
#menu
    {
      position: absolute;
      top: 300px;
      left: 0px;
    }
    
    
    
    
#menu a
    {
      display: block;

      background: url("images/navigationSprite2010.png") no-repeat;
      color: white;

      left: 0px;
      height: 30px;
      width: 250px;

      padding: 0px;
      text-decoration: none;
    }
    
/*    #menu ul
      {
      list-style: none;
      left: 0px;	
      margin-top: 0px;
      padding-left: 0px;
      }
*/    
#menu li
    {
      left: 0px;	
      text-indent: -9999px;
      height: 30px;
      padding-left: 0px;
      padding-bottom: 15px;
    }
    
    
a#menu_whatislimmudfest       { background-position: 0px 0px; }
a#menu_whatislimmudfest:hover { background-position: -250px  0px; }

a#menu_presenters       { background-position: 0px -30px; }
a#menu_presenters:hover { background-position: -250px  -30px; }

/*
a#menu_whatsgoingon       { background-position: 0px -60px; }
a#menu_whatsgoingon:hover { background-position: -250px  -60px; }
*/

a#menu_bookinginfo       { background-position: 0px -90px; }
a#menu_bookinginfo:hover { background-position: -250px  -90px; }

a#menu_applynow       { background-position: 0px -120px; }
a#menu_applynow:hover { background-position: -250px  -120px; }

a#menu_practicaldetails       { background-position: 0px -150px; }
a#menu_practicaldetails:hover { background-position: -250px  -150px; }
    
a#menu_festbyanymeans      { background-position: 0px -180px; }
a#menu_festbyanymeans:hover { background-position: -250px  -180px; }

a#menu_shabbat       { background-position: 0px -210px; }
a#menu_shabbat:hover { background-position: -250px  -210px; }

a#menu_welovefamilies {       background-position: 0px -240px; }
a#menu_welovefamilies:hover { background-position: -250px  -240px; }
    
a#menu_yad       { background-position: 0px -270px; }
a#menu_yad:hover { background-position: -250px  -270px; }

a#menu_onyourown       { background-position: 0px -300px; }
a#menu_onyourown:hover { background-position: -250px  -300px; }

a#menu_makingithappen       { background-position: 0px -330px; }
a#menu_makingithappen:hover { background-position: -250px  -330px; }

a#menu_backtomain {
  height: 60px;
  background-position: 0px -360px; }
a#menu_backtomain:hover { background-position: -250px  -360px; }

    
#main
    {
      position: absolute;
      top: 300px;
      width: 800px;
      left: 200px;	
	
      padding: 0;
      margin: 0;
    }
    
    
#main_inside
    {

      background: #f68313;
      color: white;

      padding: 20px;
    }
    
.bodytext
{
  width: 500px;
}
    
    

.callout
{
  background:#fedfbe;
  color: black;

  /*background: #f8a114;*/
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
  margin: 30px;
}

.callout > p:first-child
{
  margin-top: 0;
}

    
    
.footer {
  font-size: 8pt;
  clear: both;
      border-top: 1px solid black;
      padding-top: 4px;
 }
    

.back_to_top_link
{
  position: absolute; 
  left: 0px;
}

img.noborder
{
  border: 0px;
}
    

.side_image
{
  background: url("images/swarm_boot.png") no-repeat;
}

div.side_presenters
{
  background: url("images/swarm_aleph.png") no-repeat;
}

div.side_yads
{
  background: url("images/swarm_boot.png") no-repeat;
}


#side_image
    {
      height: 555px; /*515 */
      width: 244px;
      float: right;
    }
    
    
/* min-height hack */
.prop {
  display:none;
  height:600px;
      float:right;
      /*    width:1px;*/
 }
    
.clear {
  clear:both;
  height:1px;
      overflow:hidden;
 }
    
.footer_links
{
  margin-top: 5px;
  float: right;
}

.footer_links a
{
  color: #502e91;
}

.footer a
{
  color: #502E91;
}
    
.heading
{
  font-size: 20pt;
  font-weight: bold;
}
    
.practical_icon
{
  float: left;
	
}
    
.comment {
  border-bottom:1px white dashed;
  padding-bottom:3px;
 }

