* {
    margin: 0;
    padding: 0;
    border:none;
    outline:none;
}
body {
	background:#e1e1e1 url(../images/backgrounds/bg-site.jpg) top center no-repeat;
	background-attachment:fixed;
	color: #333;
	margin:30px 0;
	text-align:center;
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
}




/*/////////////////////////////////// GENERIC LINKS ///////////////////////////////////*/
a {
	color:#300;
	text-decoration:underline;
	outline:none;
}
a:hover {
	color:#000;
	text-decoration:none;
	outline:none;
}
a:active {
	color:#333;
	text-decoration:none;
	outline:none;
}


a.more {
	color:#300;
	background-image:url(../images/icons/more-arrow.gif);
	background-repeat:no-repeat;
	background-position: right -30px;
	padding-right:10px;
}
a.more:hover {
	color:#000;
	background-position: right 0;
}
a.more:active {
	color:#333;
	background-position: right -60px;
}



/*/////////////////////////////////// IMAGES ///////////////////////////////////*/
img, a img {
	border:0;
} 
.PixLeft {
	margin-right:15px;
	margin-bottom:10px;
	float:left;
}
.PixRight {
	margin-left:15px;
	margin-bottom:10px;
	float:right;
}




/*/////////////////////////////////// ACCESSIBILITY ///////////////////////////////////*/
.hiddenItems {
	display:none;
	text-align:left;
}
.clear {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0; 
	clear:both; 
	height:0;
	overflow: hidden;
}





/*/////////////////////////////////// LAYOUT ///////////////////////////////////*/
#edge {
	width:980px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	clear:both;
	height:10px;
}
.top {
	background: url(../images/backgrounds/bg-content-top.png) 0 0 no-repeat;
}
.bottom {
	background: url(../images/backgrounds/bg-content-bottom.png) 0 0 no-repeat;
}
#wrapper {
	width:980px;
	margin:0 auto;
	background: url(../images/backgrounds/bg-content.png) 0 0 repeat-y;
	clear:both;
}
#info {
	width:960px;
	margin:0 auto;
	padding:12px 0;
	background: #300;
	clear:both;
	color:#fff;
	font-weight:normal;
	font-size:1.3em;
	line-height:100%;
	letter-spacing:0.05em;
}
#info a {color:#fff; text-decoration:underline;}
#info a:hover {color:#fff; text-decoration:none;}
#header {
	clear:both;
	margin:0 auto;
	height:77px;
	width:900px;
	border-top:20px solid #fff;
}
#flashArea {
	width:900px;
	font-size:2em;
	clear:both;
	height:270px;
	margin:0 auto;
	/*background:#e1e1e1;*/
}
body#home #flashArea {
	height:460px;
}



/*///////////////////////////////////  SITE HEADER ///////////////////////////////////*/
#header h1 {
	margin:0;
	padding:0;
	width:504px;
	height:77px;
	background:url(../images/logos/kabbalah-london-logo.gif) top left no-repeat;
	float:left;
}
#header h1 a, #header h1 a:hover {
	font-size:0.1em;
	text-indent:-9999px;
	text-decoration:none;
	display:block;
	width:504px;
	height:77px;
}


#header h2 {
	float:right;
	margin-top:12px;
	width:211px;
	height:38px;
}





/*/////////////////////////////////// MENU ///////////////////////////////////*/
#navigation {
	width:900px;
	height:51px;
	margin:20px auto 30px auto;
	clear:both;
	background:#e1dcd9;
}




/*///////////////////////////////////  CONTENT ///////////////////////////////////*/
#Content {
	width:840px;
	clear:both;
	padding:30px 0 0 0;
	margin:0 auto;
	text-align:center;
	background:#fff;
}
body#home #Content {
	display:none;	
}
body.calender #Content {
	padding:0;	
}
#Content iframe {
	background:#fff;
	margin:0 auto;
	text-align:center;
	width:700px;
	height:532px;
	overflow:hidden;
}
#LeftCol {
	float:left;
	text-align:left;
	margin:0;
	padding:0;
	width:600px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#RightCol {
	float:right;
	margin: 0;
	text-align:left;
	padding:0;
	width:210px;
}
div.Row {
	clear:both;
	margin-bottom:20px;
}
div.Row div.Box {
	float:left;
	width:290px;
	margin:0 20px 0 0;
}
div.Row div.Box img {
	margin-right:10px;
	float:left;
}

#LeftCol h2 {
	font-size:2.4em;
	font-weight:normal;
	padding:0;
	color:#300;
	margin:0 0 1em 0;
	line-height:120%;
}
#RightCol h2 {
	font-size:1.6em;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:0 0 15px 0;
	line-height:110%;
	border-bottom:1px solid #565c6c;
}



h3 {
	margin:0 0 1em 0;
	line-height:100%;
	font-size:1.6em;
	font-weight:bold;
	color:#300;
}



#Content p.LeadPara {
	font-size:1.6em;
}
#Content p {
	font-size:1.4em;
	margin:0 0 1em 0;
	line-height:130%;
}
#Content ul li {
	font-size:1.4em;
	margin:0 0 0.8em 1.4em;
	line-height:130%;
	padding-left:0;
}


/*
h4 {
	color:#fff;
	text-transform:uppercase;
	margin:0 0 .5em 0;
	font-size:2em;
	line-height:110%;
	font-weight:normal;
}

h5 {
	font-weight:bold;
	margin:0 0 .5em;
	font-size:1.6em;
	color:#fff;
}

h6 {
	font-weight:bold;
	margin:0 0 .25em 0;
	clear:both;
	font-size:1.4em;
}
*/


#Content ol {
	list-style:upper-latin;
}
#Content ul {
	list-style:square;
	margin:0;
	padding:0 0 0 13px;
}
#Content li {
	font-size:1.3em;
	line-height:130%;
}
#Content ul ul {
	margin-left:15px;
}
#Content li li {
	font-size:1em;
}




div.sideBox {
	clear:both;
	width:208px;
	height:148px;
	border:1px solid #ccc;
	margin-bottom:20px;
}




/* expanding jquery lists */
.toggleHide { display:none; }
caption { display:none; }


#Content ul.Expandable {
	height:auto;
	width:100%;
	clear:both;
	padding:0;
	margin:0;
	list-style:none !important;
}
#Content ul.Expandable li {
	margin:0 0 15px 0;
	width:100%;
	padding:0 !important;
	text-align:left;
}
#Content ul.Expandable li a.slick-toggle {
	display:block;
	font-size:1.25em;
	font-weight:bold;
	padding-left:14px;
	background:url(../images/icons/more-arrow.gif) 0 0 no-repeat;
	text-decoration:none;
}
#Content ul.Expandable li a.slick-toggle:hover {
	color:#000;
	
	background:url(../images/icons/more-arrow.gif) 0 -30px no-repeat;
}
#Content ul.Expandable li div {
	padding:0 0 0 14px;
	margin:0 0 0 0;
}
#Content ul.Expandable li div p {
	font-size:1.05em !important;
	margin: 1em 0 0 0;
}




/*///////////////////////////////////  GENERAL ///////////////////////////////////*/
#Content .indent {
	text-align:left;
	float:right;
	width:50%
}
#Content .Center {
	text-align:center;
}
#Content .Credit {
	font-size:.8em;
	line-height:.8em;
}
#Content .Right {
	text-align:right;
	float:right;
	font-weight:normal;
	text-transform:none;
}
#Content .Last {
	border:none;
	margin:0;
	padding:0;
}
#Content .date {
	font-size:45%;
}
#Content .bold {
	font-weight:bold;
}
#Content .Note {
	font-size:0.85em;
	font-style:italic;
	margin:0;
	line-height:120%;
}
#Content .space {
	height:30px;
}





/*///////////////////////////////////  FOOTER ///////////////////////////////////*/
#Footer {
	color:#565c6d;
	margin:0 auto;
	width:960px;
	font-size:1em;
	padding:10px 0 20px 0;
	clear:both;
}
#Footer a {}
#Footer a:hover {}
#Footer #FootLinks {}
#Footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#Footer ul li {
	border-right:1px solid #565c6d;
	margin:0 5px 0 0;
	padding:0 5px 0 0;
	display:inline;
}
#Footer ul li.Last {
	border:none;
	margin:0;
	padding:0;
}