#contentcontainer { /* do not alter this style */
	position:absolute;
	float:left;
	left:98px;
	top:155px;
	height:445px;
	background-color:#fff;
	width:862px;
}
#contentNoahide {
	position:absolute;
	width:500px;
	height:auto;
	top:-23px;
	left:1px;
	padding:7px 10px;
	margin-left:10px;
	border:1px solid #89A5E1;
}
#jewishHolidays {
	position:absolute;
	width:500px;
	height:auto;
	top:-23px;
	left:1px;
	padding:7px 10px;
	margin-left:10px;
	border:1px solid #89A5E1;
}
.contentNohide {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
div.box {
	background-color:#EEEEEE;
	padding: 5px 5px 5px 15px;
	margin:30px 30px 40px 0;
}
#contentA, #contentB, #contentC, #contentD, #contentNoahide, #jewishHolidays {
	box-shadow: 			10px 10px 5px #888;
	-o-box-shadow:			10px 10px 5px #888;
	-moz-box-shadow:		10px 10px 5px #888;
	-webkit-box-shadow:	10px 10px 5px #888;
}
#container2 {
	width:300px;
	height:196px;
	background-color:#222;
	margin-top:10px;
	position:absolute;
	left: 15px;
	top: 46px;
}
#contentA {
	width:292px;
	height:194px;
	background-color:#DBE4F5;
 	top left repeat-x;
	position:absolute;
	left:105px;
	top:185px;
	padding:5px;
	text-align:center;
	border:1px solid #89A5E1;
}
#contentB {
	width:292px;
	height:194px;
	background-color:#FBE7D5;
 	top left repeat-x;
	position:absolute;
	left:105px;
	top:415px;
	padding:5px;
	text-align:center;
	border:1px solid #F3AF77;
}
#contentC {
	width:292px;
	height:194px;
	background-color:#9BCB90;
 	top left repeat-x;
	position:absolute;
	left:425px;
	top:185px;
	padding:5px;
	text-align:center;
	border:1px solid #5FA74F;
}
#contentD {
	width:292px;
	height:194px;
	background-color:#FDF9CF;
 	top left repeat-x;
	position:absolute;
	left:425px;
	top:415px;
	padding:5px;
	text-align:center;
	border:1px solid #F9EE6C;
}
p {
	margin:0;
	padding:3px;
	text-align:justify;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#222;
}
#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height:700px;
	background-color:#fff;
}

body {
	margin: 0; padding: 0;
	font: 10px normal Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) repeat-x;
}
#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height:600px;
	background-color:#fff;
}
#header {
	background: url(../images/Jewish_Source_heading.gif) no-repeat center top;
	padding-top: 120px;
}
#header img {
	margin: 20px 0 10px;
}
ul.topnav {
	position:relative;
	list-style: none;
	padding:0 0 0 100px;
	margin: 0 auto;
	float: left;
	width: 860px;
	background: #222;
	font-size: 1.2em;
	background: url(../images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(../images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
	z-index:1001;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
}
#sidecontainer {
	margin:0 auto;
	position:relative;
	float:left;
	background-color:#222;
	height:545px;
	width:98px;
	top:1px;
	z-index:2002;
}
ul.sidenav {
	list-style: none;
	margin: 0;
	padding:0;
	float: left;
	width: 98px;
	background: #222;
	font-size: 1.2em;
	background:#222;
	display:block;
}
ul.sidenav li {
	float: left;
	margin: -1px 0 0 0;	
	padding: 0 1px 0 0;
	border:1px #666 solid;
}
ul.sidenav li a{
	padding: 7px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	width:85px; /* 98px - 14px for padding */
}
ul.sidenav li a:hover{
	color:#181FA5;
	background:#000;
	/*border-left:1px solid #666;
	border-right:none;*/
}

.largeheading {
	font-size:18px;
	font-weight:700;
	color:#181FA5;
	padding:0 0 0 5px;
}
.mediumheading {
	font-size:14px;
	font-weight:700;
}
.smallheading {
	font-size:12px;
	font-weight:700;
}
p {
	font-size:12px;
	text-align:justify;
	padding:0;
	margin:0;
}
li{
	font-size:12px;
	text-align:justify;
	padding:0px;
	margin:2px;
}
img {
	padding:5px;
}
#outermost {
	width: 960px;
	margin-bottom:0px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	height:700px;
	background-color:#FFF;
	border:1px solid #000;
}
#footer {
	position:absolute;
	width:862px;
	height:25px;
	left:98px;
	top:660px;
	padding:15px 0px 0 0;
	background-color:#CCC;
	text-align:center;
}
