@charset "UTF-8";
/* CSS Document */

/* STYLE RESET (Globals) ________________________________________________________________________________________________________*/
* {
	margin:0;
	padding: 0;
	font-family: verdana;
}
img {
	line-height:1px;
}
a img {
	border:0;
}
img.border {
	border:solid 4px #a8b1b8;
	padding:1px;
}
img.sidebar {
	margin-top:3px;	
}

img.footerlogo {
	margin-top:2px;	
	margin-right:5px;	
	}

img.right {	
float:right;
margin: 15px 0 5px 5px;
}
a {	color:#2995dd;
	text-decoration:none;
	outline: none;
}
a:visited {
	color:#CC99CC
	}
p {
	margin:8px 0 8px 0;
	line-height:15px;
}
ul, ol {
	margin:8px 0 8px 15px;
	line-height:15px;
}
body {
    /* overflow-x: hidden;  hide horiz scroller -- causes issue in IE*/
	font-size:82%;
	background:url('../img/body-bg.jpg') repeat-x #394C5A;
	color: #FFF;
}
br.clear {
	clear:both;
	line-height:1px;
}

/* END STYLE RESET (Globals) ________________________________________________________________________________________________________*/

h1 {
	color: #E4701D;
	font-family: Georgia;
	font-size: 29px;
	/*font-style: italic;*/
}

#header {
	width: 1031px;
	height: 85px;
	margin: 0 0 0 25px;
	background: url('../img/header_bg.gif') no-repeat;
}

#logo {
	float: left;
	position: relative;
	top: 5px;
	left: 57px;
	width: 300px;
}

#nav {
	float: left;
	position: relative;
	left: 100px;
	top: 23px;
	height: 60px;
	width: 645px;
}
#top {
	width: 1031px;
	height: 255px;
	margin: 0 0 0 25px;
	background: url('../img/top_bg.gif') no-repeat;
}

.top_text {
	/*float: right;*/
	margin-left: 480px;
	position: relative;
	top: 216px;
	right: 54px;
}

#container {
	width: 1031px;
	margin: 0 0 0 25px;
}

.footer {
	background:url('../img/footer-bg.jpg') repeat-x;
	height: 95px;
	/*margin: 15px 0 0 0;*/
	min-width: 1069px;
	width: 100%;
}

#footercontainer {
	width: 1031px;
	margin: 2px 0 0 25px;
	height: 60px;
	padding-top: 15px;
}

#footerleft {
	float: left;
	width: 398px;
	}

#footerright {
	float: left;
	width: 623px;
}

#left {
	float: left;
	width: 398px;
	background: url('../img/left_bg.gif') no-repeat 40px 0;
}

#left .inner {
	width: 290px;
	margin-left: 65px;
}

#left .inner h4 {
	margin-top:6px;
	padding: 0;
	font-family: Georgia;
	font-size: 15px;
	border-bottom: 2px dotted #E36F1E;
}

#left .inner p {
	margin: 5px 0 40px 0;
}

#left .readmore {
	margin: -17px 0 0 200px;
}

#right {
	float: left;
	margin-top: 15px;
	width: 623px;
}

#right p {
	margin-bottom: 20px;
}

#right h1 {
	font-size: 21px;
	font-weight: normal;
	font-style: normal;
}

#right .inner h4 {
	margin-top: 12px;
	padding: 0;
	font-family: Georgia;
	font-size: 14px;
	border-bottom: 2px dotted #E36F1E;
}

#right h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia;
	font-size: 15px;
	text-decoration:underline
	}
	
.sidebar {
	list-style-type: none;
}

.sidebar a {
	font-family: Georgia;
	color: #FFF;
}

.sidebar a.current {
	color: #E36F1E;
}

.sidebar a:hover {
	color: #E36F1E;
}

.sidebar li {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
}

.sidebar li ul {
	list-style-type: none;
	margin-top: 8px;
}

.sidebar li ul li {
	font-weight: normal;
	font-size: 12px;
	margin-left: 12px;
}

.events tr td {
	padding: 3px 20px 3px 0;
	border-bottom: 1px solid #A8B1B8;
}

.mark_events {
	margin: 5px 0 10px 0;
}

.errors {
	margin: 10px 0 0 0;
	padding: 10px;
	background-color: #F8DDCA;
	color: #333;
	border: 1px solid #14262F;
}

.apply {
	margin-top: 10px;
}

.apply tr td {
	padding: 3px 20px 3px 0;
}

.rabbi {
	margin-bottom: 10px;
}

.rabbi div {
	margin-bottom: 5px;
}