/* Style sheet for the Beit Am web site.
   Author: Ken Bronstein, ken.bronstein@gmail.com
   Designed for the 2008 version of the Beit Am web site
   */

body {
     background-image: url(hgrad.jpg);
	 background-repeat: repeat-y;
     }
	 
.logo
     {  /* Beit Am Logo apppears in the upper left corner */
	 position: absolute;
	 left: 0px;
	 top: 0px;
	 width:184px;
	 height:206px;
	 border: 0
     }
	  
.txtbanner 
     { /* Text Banner appears on the upper right of the page */
	 position:absolute;
	 right: 10px;
	 top: 10px;
	 background-color: #d0eaeb
	 }

.navbar	 
     {  /* Navigation Panel buttons stack vertically on the left */
	    /* If you add more buttons, it is possible the height may need to change */
		/* currently each button 26x180 pixels */
	 position: absolute;
	 left: 1px;
	 top: 206px;
	 width: 180px;
	 height: 364px;
	 }	  

.content
     {  /* Basic content for a page */
	 position: absolute;
	 left: 180px;
	 top: 60px;
	 height: 500px;
	 margin: 20px;
	 border-top: Darksalmon medium ridge;
	 padding-right: 200px;
	 }
 
 .foot
     {  /* footer containing general contact information - positioning NEEDS WORK? */
	 position: relative;
	 right: 56px;
	 padding-left: 10px;
	 background-color: #d0eaeb;
	 border: thin indigo groove;
	 margin:8px;
	 }
	 
.thermo
     { /* Thermometer appears on the right just below the text banner */
	 position:absolute;
	 right: 10px;
	 top: 2px;
	 margin: 20px;
	 background-color: #d0eaeb
	 }
	 
.indent
     {
     padding-left: 50pt;
     padding-right: 10pt;
     }
	 
.caption_text
	{	/* Caption text is used under input boxes, as explanatory text */
	font-size: 80%;
	vertical-align:text-top;
	}
	
.attn
    {
	color: red
	}
	