/* jhal.css
	CSS file for Jewish Home Assisted Living
	Created by Dan Grabon, www.handspunweb.com
	2007 */
	

/* Basic structure selectors, including sidebar and content areas */

body
{
	background: #005a53;
	margin: 0px;
	color: white;
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
	font-size: 13px;
}

div#banner
{
	width: 770px;
	height: 50px;
}

div#nav
{
	float: left;
	margin: 0;
	border-bottom: 2px solid #005a53;
	background-color: #ccdede;
	line-height: 140%;
	width: 770px;
	clear: both;
	height: 18px;
	z-index: 100;
}

div#main
{
	float: left;
	background: url(i/sidebar-bg.gif) repeat-y left top;
	width: 770px;
	margin: 0 0 0 0;
	padding: 0;
}

div#footer
{
	clear: both;
	color: white;
	text-align: right;
	width: 770px;
}

div#sidebar
{
	width: 250px;
	background-color: #d5d3bf;
	float: left;
	margin: 0;
	padding: 0;
} 

div#content
{
	margin: 0;
	float: right;
	background-color: #f0f0e9;   /* 35% screen of sidebar color */
/*	background-color: #f4f4ef; */ /* 20% screen of sidebar color */
/*	background-color: white;  */
	color: black;
	padding-bottom: 20px;
	line-height: 1.5em;
	width: 515px;
	min-height: 520px;
}

/* Banner selectors */

img#logo
{
	position: absolute;
	left: 0px;
}

img#tour
{
	position: absolute;
	left: 500px;
}

img#tour2
{
	position: absolute;
	left: 550px;
}

img#video
{
	position: absolute;
	left: 440px;
}

img#jhf
{
	position: absolute;
	left: 660px;
}

/* Nav (drop-down menu) selectors */

div#nav ul
{
	margin: 0;
	padding: 0;
	border: 0px;
	background-color: #ccdede;
}

div#nav li
{
	float: left;
	position: relative;
	list-style-type: none;
	width: 109px;
	margin: 0px;
	color: #005a53;
	background-color: #ccdede;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

div#nav ul li
{
	width: 109px;
	border-color: #005a53;
	border-width: 0px 0px 0px 1px;
	border-style: none none none dotted;
	text-indent: 5px;
}	

div#nav>ul>li:first-child
{
	width: 110px;
	border: 0;
}

div#nav ul li:hover
{
	background-color: #d5d3bf;
	color: 005a53;
}

div#nav ul li a
{
	display: block;
	padding: 0.25em 0 0 0;
	text-decoration: none;
	color: #005a53;
}

div#nav>ul>li>a:hover 
{ 
	background-color: #d5d3bf;
	color: #005a53;  
}

div#nav ul li ul
{
	position: absolute;
	top: 1.5em;
	left: -1px;
	margin-top: 0px;
	width: 125px;
	border-right: 0;
	z-index: 101;
}

/* make the drop-down display as the menu is rolled over */
div#nav ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#nav ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */


div#nav ul li ul li
{
	height: auto;
	width: 100%;
	text-indent: 0px;
	padding: 0;
	border-color: #005a53;
	border-width: 0 1px 1px 1px;
	border-style: none dotted dotted dotted;
	z-index: 102;
}

div#nav ul li ul li:first-child
{
	border-top: 1px dotted #005a53;
}

div#nav ul li ul li a
{
	display: block;
	margin: 0;
	padding: 0.25em 8px 0 8px;
}

#this {}  /* Menu heading for current section of site*/


/* Footer selectors */

div#footer p
{
	font-size: 90%;
	font-family: Georgia, serif;
	margin: 0.5em 0px 0.5em 0px;
	padding: 0;
	line-height: normal;
}

div#footer a
{
	color: #d5d3bf;
	text-decoration: none;
	border-bottom: 1px dotted #d5d3bf;
}

div#footer a:hover, div#footer a:focus, div#footer a:active
{
	color: #d5d3bf;
	text-decoration: none;
	border-bottom: 1px solid #d5d3bf;
}


/* Sidebar selectors */

#photopanel1
{
	width: 250px;
	height: 170px;
	margin: 0;
	padding: 0;
	border: 0;
}

#textpanel
{
	width: 250px;
	height: 175px;
	margin: 0;
	padding: 0;
	border: 0;
}

#textpanel p
{
	padding: 5px 30px 10px 30px;
	color: #66644D;
	font-style: italic;
	line-height: 1.75em;
}

#photopanel2
{
	width: 250px;
	height: 170px;
	margin: 0;
	padding: 0;
	border: 0;
}


/* Content selectors */

#content h1 
{
	height: 113px;
	width: 500px;
	margin: 0 0 5px 0;
/*	padding: 50px 20px 50px 20px;  use this one if text */
}

#content h1 span { display: none; }

#content p, #content ul, #content h2, #content dl, #content ol
{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 1.75em;
}

#content h2 
{
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #66644d;
	margin-top: 2.5em;
}

#content ul {}

#content li { margin-bottom: 1em; }

#content a, #content a:link, #content a:visited 
{
	color: #00267f;
	text-decoration: none;
	border-bottom: 1px dotted #00267f;
}

#content a:hover, #content a:focus, #content a:active 
{
	color: #00267f;
	text-decoration: none;
	border-bottom: 1px solid #00267f;
}

#content dt
{
	color: #005a53;
	font-weight: bold;
	padding-top: 1em;
}

#content dd
{
	margin-left: 2em;
}

/* Global special formatting selectors */

.contact
{
	color: #005a53;
	font-weight: bold;
}

.email
{
	color: #00267f;
}