@charset "utf-8";
/* Oseh Shalom Css Definitions */
/* Copyright 2008 			   */
/* Created by: The Connextion  */

/* Generic Definitions */
* { outline: none; margin: 0; padding: 0; font: 12px/1.5em Arial, Helvetica, sans-serif; }
body { background: #587eb0 url(/img/bg.jpg) no-repeat top center; }
img { border: 0px; padding: 0px; }

h1 { font: 20px Helvetica; margin-bottom: 8px; }
h2 { font: 18px Helvetica; margin-bottom: 8px;}
h3 { font: 16px Helvetica; margin-bottom: 8px;}
p { margin-bottom: 8px; margin-top: 2px; }

strong { font-weight: bold; }
em { font-style: italic; }

dt { margin-left: 15px; }

div.inner_content p { font-family: Verdana; }
div.inner_content p img { margin-top: 5px; }
div.inner_content h1 { font: 20px Helvetica; margin: 14px; }
div.inner_content h2 { font: 18px Helvetica; margin: 14px;}
div.inner_content h3 { font: 16px Helvetica; margin: 14px;}
div.inner_content p { margin: 14px; }

div.inner_content ul, div.inner_content ol { margin-left: 35px; }
div.inner_content ul ul { margin-left: 50px; }
div.inner_content ul ul ul { margin-left: 65px; }

div.inner_content img { margin: 15px; }

div.inner_content a { color: royalblue; }
div.inner_content a:hover { color: blue; }

.clear-both { clear: both; }
.clear-right { clear: right; }
.clear-left { clear: left; }
a:link { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color: #000; }
a:active { text-decoration: none; color: #000; }

hr.footer_ruler { color: #fff; border: 1px solid white; background: #fff; margin-top: 3px; }

/* Layout Definitions */
.wrapper { width: 898px; margin: 0 auto; padding: 80px 0 0 0; }
.mainbar { height: 191px; background: url(/img/main_img.jpg) no-repeat top left; }
.list { margin: 0px 25px; padding-top: 3px; font-family: "Times New Roman", Times, serif; }
.list li { background: url(../img/sod-icon.png) no-repeat left; list-style: none; padding: 10px 30px; font: 18px/1.3em "Times New Roman", Times, serif; letter-spacing: .3em; }
.list li a { font: 18px/1.3em "Times New Roman", Times, serif; letter-spacing: .3em;  }
.tourButton { width: 238px; height: 47px; margin: 0px 0px; }
.content { }
.inner_content { margin-top: 5px; margin-bottom: 5px; padding: 5px; background-color: white; }
.shalom { width: 610px; height: 94px; background: url(/img/welcome_bg.jpg) no-repeat top left; margin: 6px 0px; float: left; }
.shalom h1 { font: 22px/1.4em "Times New Roman", Times, serif; margin: -1px 0px 0px 12px; letter-spacing: .3em; }
.shalom p { font: 12px/1.6em Arial, Helvetica, sans-serif; padding: 0px 12px; }
.events { width: 443px; height: 157px; background: url(/img/events_bg.jpg) no-repeat top left; float: left; }
.events h1 { font: 18px/1.7em "Times New Roman", Times, serif; padding: 1px 12px; letter-spacing: .3em; }
.calendarLink { font-size: 16px; letter-spacing: .2em; margin-left: 20px;}
/* .eventsHeadBar { padding: 0px 12px; } */
.eventsDisplay { padding-left: 10px; margin-right: 7px; overflow: auto; height: 105px; }
.pictures { float: right; width: 286px; height: 256px; background: #fff url(/img/pics_bg.jpg) no-repeat top left; margin-top: 6px; }
.pictureDisplay { width: 238px; height: 178px; margin: 21px 20px 20px 24px; }
.pictureTxt { text-align: center; }
.welcomeMsg { width: 159px; height: 157px; margin: 0px 5px; float: left; }
.footer { padding: 0px; color: white; }
.footerLeft { float: left; }
.footerLeft p { letter-spacing: .2em; line-height: 1.4em; font-size: 11px; }
.footerLeft a:link { letter-spacing: .2em; line-height: 1.4em; font-size: 11px; text-decoration: none; color: #fff; }
.footerLeft a:visited { letter-spacing: .2em; line-height: 1.4em; font-size: 11px; text-decoration: none; color: #fff; }
.footerLeft a:hover { letter-spacing: .2em; line-height: 1.4em; font-size: 11px; text-decoration: underline; color: #fff; }
.footerLeft a:active { letter-spacing: .2em; line-height: 1.4em; font-size: 11px; text-decoration: none; color: #fff; }

/* Navigation Definitions */
.nav { background: url(/img/menu.jpg) no-repeat top left; height: 24px; padding: 1px 0px 4px 0px; }
/* More Navigation Definitions found in /css/navigation.css */

a.oseh_button img, a.mini_oseh_button img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

a.oseh_button {
	font-size: 14px;
	border: 1px solid #dddddd;
	padding: 10px;
	background: url('/img/btn_gradient.jpg') top left repeat-x;
	text-decoration: none;	
}

a.oseh_button:hover {
	border: 1px solid #bbbbbb;
	background: url('/img/btn_gradient.jpg') bottom left repeat-x;	
}

a.mini_oseh_button {
	font-size: 11px;
	border: 1px solid #dddddd;
	padding: 5px;
	background: url('/img/btn_gradient.jpg') top left repeat-x;
	text-decoration: none;	
}

a.mini_oseh_button:hover {
	border: 1px solid #bbbbbb;
	background: url('/img/btn_gradient.jpg') bottom left repeat-x;	
}