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

body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #212F54;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	padding: 10px 0 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 146px;
	background-color: #FFFFFF;
}

.oneColFixCtrHdr #header img {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border: 0;
}

.oneColFixCtrHdr #headerLinks {
	float: right;
	width: 400px;
	text-align: right;
	padding-right: 100px;
}

.oneColFixCtrHdr #headerLinks li {
	list-style-type: none;
	display: inline;
}

.oneColFixCtrHdr #headerLinks a {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #000000;
	text-decoration: none;
	padding: 20px 10px 0 0;
	text-align: right;
}

.oneColFixCtrHdr #headerLinks a:hover {
	text-decoration: underline;
}

.oneColFixCtrHdr #mainContent {
	margin: 0;
	padding: 10px 30px;
	width: 860px;
	float: left;
	background-image: url(extras/content.png);
	background-repeat: repeat-y;
	font-size: 80%;
}

.oneColFixCtrHdr #mainContent p {
	padding-right: 10px;
}

.oneColFixCtrHdr #mainContent a {
	text-decoration: none;
}

.oneColFixCtrHdr #mainContent a:hover {
	text-decoration: underline;
}

.oneColFixCtrHdr #mainContent img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 30px;
	border: 3px solid #98B5C2;
}

.oneColFixCtrHdr #welcome {
	width: 850px;
	margin-bottom: 20px;
}

.oneColFixCtrHdr #mainPosts {
	border: 1px solid #98B5C2;
	width: 450px;
	padding: 10px;
	background-color: #FFFFFF;
	margin: 0 30px 10px 10px;
	float: left;
}

.oneColFixCtrHdr #homeSubNews {
	width: 280px;
	float: right;
	margin-right: 38px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #98B5C2;
}

.oneColFixCtrHdr #updates {
	width: 300px;
	margin-bottom: 10px;
	float: right;
	margin-right: 38px;
}

.oneColFixCtrHdr #updatesHeading {
	margin: 0px;
	height: 55px;
	padding: 0px 0px 0px 10px;
	background-image: url(extras/updatesTab.gif);
}

.oneColFixCtrHdr #updatesHeading h2{
	margin: 0px;
	padding: 15px 0px 0px;
	color: #212F54;
}
	
.oneColFixCtrHdr #updatesContent {
	margin:  0px;
	padding: 0px 0px 5px 10px;
	border-top: 8px solid #98B5C2;
	border-right: 3px solid #B19E72;
	border-bottom: 3px solid #B19E72;
	border-left: 3px solid #B19E72;
	background-color: #FFFFFF;
}


.oneColFixCtrHdr #updatesContent hr {
	border-bottom: 1px solid #E2E2E2;
	width: 250px;
}

.oneColFixCtrHdr #updates h3{
	color: #30447A;
}

.oneColFixCtrHdr #homePhotos {
	float:right;
}

.oneColFixCtrHdr #factBox {
	padding: 5px;
	border: 2px solid #98B5C2;
	width: 600px;
}

.oneColFixCtrHdr #music {
	border: 1px solid #98B5C2;
	padding: 5px;
	width: auto;
}

.oneColFixCtrHdr #BRIC_updates2 {
	border: 1px solid #98B5C2;
	padding: 5px;
	width: 800px;
}

.oneColFixCtrHdr #thumbContainer {
	width: auto;
}

.oneColFixCtrHdr #btmContent {
	margin: 0px 0px 15px 0px;
	padding: 0 /*20px*/;
	height: 15px;
	width: 900px;
	float: left;
}

.oneColFixCtrHdr #footer-wrap {
	clear: both;
	width: 900px;
	float: left;
	background-image: url(extras/content.png);
	margin: 0px;
}

.oneColFixCtrHdr #footer-wrap ul.links {
	margin: 0px 0px 0px 10px;
	padding: 0px 20px 0px 10px;
	float: left;
	text-align: left;
}

.oneColFixCtrHdr  #footer-wrap .title {
	font-weight: bold;
	padding-bottom: 5px;
}

.oneColFixCtrHdr #footer-wrap li {
	font-size: 80%;
	list-style: none;
}

.oneColFixCtrHdr #footer-wrap a {
	text-decoration: none;
}

.oneColFixCtrHdr #footer-wrap a:hover {
	text-decoration: underline;
}

.oneColFixCtrHdr #footer-design {
	margin-top: 10px;
}
.oneColFixCtrHdr #footer-design a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 80%;
}

.oneColFixCtrHdr #footer-design a:hover {
	text-decoration: underline;
}

.oneColFixCtrHdr #mainContent .JewishHolidayTable {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

.oneColFixCtrHdr #mainContent .JewishHolidayTable td {
	padding: 5px;
}

.oneColFixCtrHdr #openHouse {
	border: 3px solid #98B5C2;
	padding: 10px;
	width: 820px;
}

.oneColFixCtrHdr #winterDrive {
	padding: 10px;
	float: right;
	width: 375px;
	margin-right: 15px;
	border: 2px solid #98B5C2;
}

/*on BRIC FAQ page*/.oneColFixCtrHdr #print {
	width: 400px;
}

.oneColFixCtrHdr #container #print img {
	border-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

h1 {
	color: #212F54;
}


h2, h3 {
	color: #212F54;
}

/*on Rabbi's page*/
#rabbi_events {
	padding: 10px;
	width: 750px;
	border: 3px solid #98B5C2;
}

#passover_photos {
	width: 250px;
	float: left;
}

/*on secure page in secure folder*/.oneColFixCtrHdr #container .adobeReader {
	float: left;
}
.oneColFixCtrHdr #header .logo {
	margin-left: 40px;
}


.oneColFixCtrHdr .video {
	border: 3px solid #98B5C2;
}
