/*** essential layout styling ***/
body {
	min-width: 876px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}
#wrap {
	width:876px;
	margin:0 auto;
	padding:0;
}
#header {
	height:106px;
}
#container {
	position:relative;
	padding-left: 177px;      /* LC fullwidth */
	padding-right: 212px;     /* RC fullwidth + CC padding */
}
#container .column {
	position: relative;
	float: left;
}
#left {
	width: 142px;             /* LC width */
	padding: 0 10px 0 20px;   /* LC padding */
	/* right: 202px;         */   /* LC fullwidth + CC padding */
	/* margin-left: -100%; */ /* -100% doesn't work when using fixed width columns with right-shift left column placement */
	margin-left:-172px;      /* LC fullwidth */
}
#center {
	padding: 0 10px 0 15px;       /* CC padding */
	width: 100%;
}
#right {
	width: 146px;             /* RC width */
	padding: 0 10px 0 10px;   /* RC padding */
	margin-right: -100%;
}
#footer {
	clear: both;
	height:52px;
}

/*** IE Fix ***/
* html #left {
	left:172px; /* LC fullwidth */
}

/*** equal-height columns ***/

#container {
	overflow: hidden;
}

#container .column {
	padding-bottom: 1001em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
}

/*** footer fix ***/

* html body {
	overflow: hidden;
}

* html #footer-wrapper {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 10010px;
	margin-bottom: -10000px;
	background: #ffffff;         /*** same as body background ***/
}

/*** visual styling ***/

body {
	margin: 0;
	padding: 0;
	background:#ffffff;
	color:#00324d;
	font-family:"Lucidia Grande",Verdana,Geneva,Arial,Helvetica,Swiss,sans-serif;
	/* font-family:Georgia,"Times New Roman",Times,serif; */
	font-size:1.0em;
	font-weight:normal;
	line-height:normal;
	text-transform:none;
}

#wrap {
	background:url(/images/styling/borders/middle_menora.gif) repeat-y #ffffff;
}
#header {
	background:url(/images/styling/borders/header_out_white.gif) no-repeat;
}
#footer {
	background:url(/images/styling/borders/footer_white.gif) no-repeat;
}
#footer_links {
	margin-right:32px;
	padding-top:10px;
	font-size:10px;
	text-align:right;
	color:#6c91aa;
}
#footer_links a, #footer_links a:link, #footer_links a:visited {
	color:#6c91aa;
	text-decoration:none;
	text-transform:lowercase;
}
#footer_links a:hover, #footer_links a:active {
	color:#cc0000;
	text-decoration:underline;
}
#footer_legal {
	padding-top:35px;
	padding-bottom:10px;
	font-size:10px;
	text-align:center;
}
#footer_legal a, #footer_legal a:link, #footer_legal a:visited {
	color:#00324d;
	text-decoration:none;
}
#footer_legal a:hover, #footer_legal a:active {
	color:#cc0000;
	text-decoration:underline;
}
#navigation {
	height:26px;
	background:url(/images/styling/borders/menu_out.gif) no-repeat;
}
#container {
	/* background:url(/images/styling/borders/middle_menora.gif) repeat-y; */
}
#left {
	/* background:inherit; */
	/* background:gray; */
	
}
#center {
	/* background:inherit; */
	/* background:#bebebe; */
}

#right {
	/* background:inherit; */
	padding-top:0.5em;
	background:#ffffff;
}

#container {
	font-size:0.75em;
}

#container .column {
	margin-top:0;
	padding-top: 0;
	text-align: justify;
}

/*** IE Fix ***/
* html #container .column {
	/* padding-top: 1em; */
}

/* top navigation bar styling */
#navbar {
	padding:0px 5px 0 12px;
	margin:0 8px;
	/* background:#002455; */
	text-align:left;
}

/* left sidebar navigation styling */
#navigation_box {
	background:#004e78;
	padding-bottom:20px;
	padding-top:10px;
}
#navigation_list {
	list-display-style:none;
	width:144px;
	font-size:12px;
	margin-left:0px;
	text-align:left;
}
.navigation_list_sub {
	list-display-style:none;
	width:131px;
	margin-left:0px;
}
.navigation_section_non_anchor_text {
	color:yellow;
}
.navigation_section {
	list-style-type:none;
	padding:6px 6px 6px 6px;
}
.navigation_section_expanded {
	list-style-type:none;
	padding:6px 6px 6px 6px;
	background-color:#429ad5;
}
.navigation_section_border {
	border-bottom:1px solid #ffffff;
}
.navigation_link, .navigation_link:link, .navigation_link:visited {
	text-decoration:none;
	color:#ffffff;
}
.navigation_link:hover, .navigation_link:active, .navigation_section:hover {
	/* text-decoration:underline; */
	background:#385e85;
}
.navigation_link_parent, .navigation_link_parent:link, .navigation_link_parent:visited {
	text-decoration:none;
	color:#ffffff;
}
.navigation_link_selected, .navigation_link_selected:link, .navigation_link_selected:visited {
	text-decoration:none;
	color:#ffffff;
	/* font-style:italic; */
}
.navigation_link_selected:hover, .navigation_link_selected:active {
	background:#385e85;
}
.navigation_sub_section {
	list-style-type:none;
	padding:2px 4px 2px 8px;
}
.navigation_sub_section_selected {
	background:#385e85;
}
.navigation_sub_section_expanded {
	color:green;
}
.navigation_sub_section:hover {
	background:#006bdc;
}
.navigation_sub_link, .navigation_sub_link:link, .navigation_sub_link:visited {
	text-decoration:none;
	color:#ffffff;
}
.navigation_sub_link:hover, .navigation_sub_link:active {
	/* text-decoration:underline; */
}
.navigation_sub_link_selected {
	color:#ffffff;
	/* text-decoration:underline; */
	/* font-style:italic; */
}
#navigation_menora_image {
	/* margin-top:20px; */
	margin-left:-13px;
	margin-bottom:-5px;
	width:169px;
	height:155px;
	background:url(/images/styling/borders/menora.gif) no-repeat left bottom;
}

/* main body content container styling */

img {border:0;}
form {margin:0;}

ul,ol {
	margin-top:0.5em;
	margin-left:1.5em;
	margin-bottom:0.5em;
}

table {
	font-family:"Lucidia Grande",Verdana,Geneva,Arial,Helvetica,Swiss,sans-serif;
	font-size:1em;
	font-weight:normal;
	line-height:normal;
	text-transform:none;
	border:0;
}

#clickback a, #clickback a:link, #clickback a:visited {
	color:#00324d;
	text-decoration:none;
}
#clickback a:hover, #clickback a:active {
	text-decoration:none;
	color:#cc0000;
}

div#body_center {
	/* font-size:0.75em; */
	padding-top:0.5em;
}
div#body_center h1 {
	font-size:1.4em;
	font-weight:normal;
	width:auto;
	/* height:auto; */
	margin:4px 0 4px 0; /* t r b l*/
}
div#clickback {
	font-size:0.8em;
}
div#body p {
	text-align:justify;
}
div#body p:first-child {
	margin-top:0;
	padding-top:0;
}
div#body h1 {
	font-size:1.4em;
	font-weight:normal;
	width:auto;
	/* height:auto; */
	margin:4px 0 4px 0; /* t r b l*/
}
h1.mir {
	margin:0; /* t r b l*/
	height:34px;
}
div#body h2 {
	font-size:12px;
	line-height:16px;
	width:auto;
	margin:0px 0px 2px 0px;
	padding:0px;
	border-bottom:1px dotted #bebebe;
	color:#384362;
	
	background-position:0px;
	background-repeat:no-repeat;
}
div#body h2.pp { /* pre-paragraph styling, reduces gap between header and paragraph */
	margin-bottom:-10px;
}
div#body h3 {
	font-size:12px;
	height:16px;
	width:auto;
	margin:0px 0px 2px 0px;
	padding:0px;
	line-height:normal;
}
div#body h4 {
	font-family:Times,"Times New Roman",serif;
	font-size:16px;
	font-style:italic;
	font-weight:normal;
	height:18px;
	width:auto;
	margin:0px 0px 2px 0px;
	padding:0px;
	line-height:normal;
}
div#body h5 {
	font-family:Times,"Times New Roman",serif;
	font-size:10px;
	font-weight:normal;
	height:14px;
	width:auto;
	margin:0px 0px 2px 0px;
	padding:0px;
	line-height:normal;
}
div#body h6 {
	font-family:Times,"Times New Roman",serif;
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	height:18px;
	width:auto;
	margin:0px 0px 2px 0px;
	padding:0px;
	line-height:normal;
}

span.gallery_title {
	font-size:0.9em;
	font-weight:bold;
}

img.gallery_closest_icon {
	border:1px solid #bebebe;
	padding:1px;
}
img.gallery_closest_icon:hover {
	border:1px solid #cc0000;
	padding:1px;
}
img.gallery_closest_icon_this {
	border:1px dotted #bebebe;
	padding:1px;
}
img.gallery_pic_thumb {
	border:1px solid #bebebe;
	padding:1px;
}
img.gallery_pic_large {
	border:1px solid #bebebe;
	padding:1px;
}
img.gallery_pic_thumb:hover {
	border:1px solid #cc0000;
	padding:1px;
}

td.table_col_light {
	vertical-align:top;
	background-color:#99ccff;
	color:#000000;
}
td.table_col_mid {
	vertical-align:top;
	background-color:#3366cc;
	color:#ffffff;
}
td.table_col_dark {
	vertical-align:top;
	background-color:#3399ff;
	color:#000000;
}

div.clear {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}

/*** body right styling ***/
div#body_right {
	margin-top:0.5em;
}

/*** url styling ***/

a.ref {color:#ffffff;text-decoration:none;}
a.ref:link a.ref:visited a.ref:active {color:#ffffff;}
a.ref:hover {color:#acbcde;}

a.link, a.link:link a.link:visited a.link:active {color:#00324d;text-decoration:none;}
a.link:hover {color:#cc0000;}

a.quicklink {color:#004188;text-decoration:none;}
a.quicklink:link a.quicklink:visited a.quicklink:active {color:#004188;}
a.quicklink:hover {color:white;}

a.copy {color:#ffffff;text-decoration:none;}
a.copy:link a.copy:visited a.copy:active {color:#ffffff;}
a.copy:hover {color:#cc0000;}

a.entry {color:#000000;text-decoration:none;}
a.entry:link a.entry:visited a.entry:active {color:#000000;}
a.entry:hover {color:#003366;}

/*** journal styling ***/

.heading_large {
	font-size:26px;
	font-weight:bold;
	font-family:helvetica,arial,sans-serif;
}
.heading_medium {
	font-size:22px;
	font-weight:bold;
	font-family:helvetica,arial,sans-serif;
}
.heading_small {
	font-size:16px;
	font-weight:bold;
	font-family:helvetica,arial,sans-serif;
}

span.journal_entry_title {
	font-size:26px;
	font-weight:bold;
	font-family:helvetica,arial,sans-serif;
}

div.journal_entry div.entry_text, div.entry_text p {
	text-align:justify;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.05em;
}

div.journal_entry div.entry_text_small, div.entry_text_small p {
	text-align:justify;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:0.9em;
}

div.news_entry div.entry_text_small, div.entry_text_small p {
	text-align:justify;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:0.9em;
}

div.no_tags {
	width:100%;
	border-top:1px dotted gray;
	padding-top:1px;
	border-bottom:3px solid gray;
	font-size:10px;
}
div.tags {
	width:100%;
	border-top:1px dotted gray;
	padding-top:4px;
	border-bottom:3px solid gray;
	padding-bottom:8px;
	font-size:10px;
}

/*** rss ticker ***/

div#rssticker {
	display:block;
	padding:5px;
	width:90%;
	height:26px;
	background:#06f;
	margin-left:auto;
	margin-right:auto;
}
div#rssbox {
	background:#06f;
	padding:2px 0 1px 0;
	margin:0;
}
.rssclass {
	width:100%;
	padding: 2px;
	font-family:Helvetica,"Lucidia Grande",Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:white;
}
.rssclass a {
	color:white;
	text-decoration: none;
}
.rssclass a:hover {
	text-decoration:underline;
}

/*** ajax slideshow ***/

div#slideshow {
	width:400px;
	height:260px;

	margin-left:auto;
	margin-right:auto;
	padding:5px;
	background:#cad3e0;
}
.slideshowclass {
	width:400px;
	height:250px;
	margin:0;
}

/*** sitemap styling ***/
.sitemap a, .sitemap a:link, .sitemap a:visited {
	color:#00324d;
	text-decoration:none;
}
.sitemap a:hover, .sitemap a:active {
	color:#cc0000;
}
#links_name {
	color:red;
}

/*** site links list styling ***/
a.links_url, a.links_url:link, a.links_url:visited {margin:0;padding:0;color:#003366;text-decoration:none;}
a.links_url:hover, a.links_url:active {color:#0a50a1;text-decoration:underline;}

div.links_item {
	/* background:#bebebe; */
	padding-bottom:4px;
}
div.links_separator {
	border-bottom:1px dotted #0a50a1;
	margin-bottom:4px;
}
div.links_description {
	padding:4px 0 0 0;
	font-size:0.90em;
}
h1.links_name {
	margin:0;
	padding:0;
	font-size:80%;
	font-style:italic;
}

/*** sidebar shabbat times styling ***/
.sidebar_shabbat_title {
	width:142px;
	height:32px;
	background:url(/images/styling/sidebar/title_shabbat_times.png) no-repeat;
}
.sidebar_shabbat_times_title {
	font-weight:bold;
}
.sidebar_shabbat_date_hebrew {
	margin-bottom:0.5em;
	font-weight:bold;
}
.sidebar_shabbat_name_column {
	position:relative;
	float:left;
	width:65px;
	font-weight:bold;
}
.sidebar_shabbat_data_column {
	position:relative;
	float:left;
	width:50px;
}
.sidebar_shabbat_sedra {
	margin-top:0.5em;
}
.sidebar_events_title {
	width:142px;
	height:32px;
	background:url(/images/styling/sidebar/title_events.png) no-repeat;
}
.sidebar_events_list {
	list-style:none;
	list-style-type:none;
	margin:0;
}
.sidebar_events_list li {
	width:110px;
	list-style-type:none;
	padding:1px;
}
.sidebar_events_list li:hover {
	/* background-color:#ffffff; */
}
.sidebar_events_list a,.sidebar_events_list a:link,.sidebar_events_list a:visited {
	color:#00324d;
	text-decoration:none;
}
.sidebar_events_list a:hover,.sidebar_events_list a:active {
	color:#ffffff;
}
.sidebar_articles_title {
	width:142px;
	height:32px;
	background:url(/images/styling/sidebar/title_latest_news.png) no-repeat;
}
.sidebar_articles_list {
	list-style:none;
	list-style-type:none;
	margin:0;
}
.sidebar_articles_list li {
	width:110px;
	list-style-type:none;
	padding:2px;
}
.sidebar_articles_list li:hover {
	/* background-color:#ffffff; */
}
.sidebar_articles_list a,.sidebar_articles_list a:link,.sidebar_articles_list a:visited {
	color:#00324d;
	text-decoration:none;
}
.sidebar_articles_list a:hover,.sidebar_articles_list a:active {
	color:#ffffff;
}