﻿body 
{
  font-family:Verdana, Tahoma, Arial, sans-serif; 	
}
/* this is here because the rich text editor created a dark background.  note the not-ie css where we add body for ff*/
body .mydiv
{
  background-image:url('/PublishingImages/SM_backgroundBottom.jpg'); 
  background-repeat:repeat-x;
  background-color:#384C29;
  background-attachment:fixed;  
  	
}

.black-link 
{
  color:black		
}

.shlomo-breadcrumb
{
   padding:2px 3px 3px 11px;
   border-left:1px solid #ffffff;
   border-top:1px solid #ffffff;
   font-size: 10px;
   color: #999999;
   text-decoration: none;
   font-family: Arial;

}
.shlomo-breadcrumb a
{
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-family: Arial;
}



/*  top navigation  */




.shlomo-topNavContainer
{
	background-image:url('../../PublishingImages/SM_topNavigationBackground.gif');
	background-repeat:repeat-x;
	height:66px;
}
.shlomo-topNav
{
    *position:relative;
    *top:-1px;
}


.shlomo-topNavItem
{
	background: none; /*height: 42px;*/
	border: none;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	font-size: 11pt;
	color: black;
	text-transform: uppercase;

}

.shlomo-topNavItem a
{

	display:block;
	padding:20px 34px 2px 32px;
	margin-left:0px;

    background: url('../../PublishingImages/navdiv.jpg') transparent  no-repeat ;
    background-position:0px 24px;
}
#yellowed table.shlomo-topNav> TBODY > TR TD:first-child table.shlomo-topNavItem {
	background-image: none;
}


.shlomo-topNavSelected, .shlomo-topNavHover
{
	background: none;
    /*height: 42px; */
    border:none;
	color: black;
}
.shlomo-topNavHover a, .shlomo-topNavSelected a
{
	/*display:block;
	padding:20px 20px 2px 20px; */

}




.shlomo-topNavFlyOuts
{
	border-top:1px #CBD1E0 solid;
}
.shlomo-topNavFlyOutsItem
{	
	font-family: tahoma; 
	font-size: 8pt; 
	background-color: #ECEFF3;
	border:1px #CBD1E0 solid;
	border-top-style: none;
	color:#3A4663; 
	width:150px;
	min-width:150px;
}
.shlomo-topNavFlyOutsItem a
{
    display:block;
    padding:4px 5px 4px 5px;
}
.shlomo-topNavFlyOutsHover
{
	background-color: #B2BCD3;
}
.shlomo-topNavRoundLeft, .shlomo-topNavRoundRight
{
    width:30px;
}
