@charset "utf-8";
body {
	margin: 0px;
	background-color: #CBCDD3;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #EEE;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	list-style-position: inside;
	list-style-type: square;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
	font-weight: normal;
	color: #DFDFFF;
	font-size: 18px;
}
h2 {
	padding-left: 20px;
	font-size: 14px;
	color: #D0CADB;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
h3 {
	padding-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E1D7FF;
	font-weight: normal;
}
.board_name_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}



ul li  {
	list-style-type: square;
	color: #CBCDD3;
}
a , a:active, a:visited{
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#back {
	height: 100%;
	background-repeat: repeat-y;
	width: 772px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/struc/back.jpg);
	overflow: visible;
}

#container {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 772px;
	margin-top: 0px;
	height: 100%;
}


#top {
	margin: 0px;
	float: left;
	width: 772px;
	height: 160px;
}
#logo {
	float: left;
	height: auto;
	width: 172px;
}
#main_left {
	float: left;
	width: 518px;
	height: 300px;
}
#main_right {
	float: left;
	width: 254px;
	background-color: #ECEDF0;
	height: 300px;
}

#main_right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 4px;
}




#menu {
	float: right;
	width: 500px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 84px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: right;
	height: auto;
}
#menu a {
	clip: rect(auto,auto,auto,auto);
	color: #EAEAEA;
	text-decoration: none;
}
#menu a:hover {
	clip: rect(auto,auto,auto,auto);
	color: #000;
	text-decoration: none;
}


#menu ul li{
	list-style-type: none;
	display: inline;
	padding-right: 1em;
}
#content {
	float: left;
	width: 772px;
	margin: 0px;
}
#shabbat_times {
	background-color: #DBDBDD;
	float: left;
	width: 772px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#shabbat_times p {
	font-size: 10px;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-family: Verdana, Geneva, sans-serif;
}


.shabbat_times_title {
	float: left;
	width: 214px;
	filter: Shadow(Color=1, Direction=1);
}
.shabbat_times_items {
	float: left;
	width: 200px;
	margin: 0px;
	filter: Shadow(Color=1, Direction=1);
}
#quicklinks {
	float: left;
	width: 772px;
	margin: 0px;
}
#quicklinks p {
	font-size: 11px;
	color: #CCC;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#container #quicklinks .quicklinks_items p {
	margin: 0px;
	padding: 0px;
}
#quicklinks a{
	text-decoration: none;
	color: #CCC;
}
#quicklinks a:hover {
	text-decoration: none;
	color: #FFF;
}
#quicklinks a:active {
	text-decoration: none;
	color: #000;
}
#quicklinks a:visited {
	text-decoration: none;
	color: #CCC;
}




.quicklinks_items {
	margin: 0px;
	width: 85px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
}
#mailinglist {
	float: left;
	width: 772px;
}
#mailinglist p {
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#mailinglist_form {
	
}

#mailinglist_form input[type="text"] {
	border: 0 none;
	color: #808694;
	width: 150px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #6B7281;
	background-position: 10px 6px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
    }

#mailinglist_form input[type="text"]:focus {
	color: #000;
	width: 200px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	background-color: #fcfcfc;
	background-position: 10px 6px;
    }

.mailinglist_button {
	background-color: #CCC;
	height: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#copyright {
	width: 772px;
	background-image: url(images/struc/khhbottomback.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	height: 200px;
}


#copyright p {
	font-size: 11px;
	color: #E0E0E0;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#copyright a {
	color: #494949;
	text-decoration: none;
}
#copyright a:hover {
	color: #494949;
	text-decoration: underline;
}
#copyright a:active {
	color: #000;
	text-decoration: none;
}
#copyright a:visited {
	color: #494949;
	text-decoration: none;
}
.imagefloat_right {
	float: right;
	margin-bottom: 15px;
	margin-left: 30px;
	margin-top: 15px;
}
.hor_rule {
	border-top-width: 90%;
	border-top-style: dotted;
	border-top-color: #808694;
	background-position: center;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.imagefloat_left {
	float: left;
	margin-bottom: 15px;
	margin-right: 30px;
	margin-top: 15px;
}

.img_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #26282F;
}

.blank {
}
#article_left {
	float: left;
	width: 450px;
}
#article_right {
	float: right;
	width: 299px;
	background-color: #DFE0E3;
	margin-top: 30px;
}
.textbox {
	background-color: #C9CEDE;
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595F6A;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 0.5px dotted #CBCDD3;
}
.center_whatevs {
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
#links {
	width: 430px;
	margin-top: 25px;
	float: left;
}
#links p {
}
#links a , a:visited,a:active{
	color: #FFF;
}
#links a:hover {
	text-decoration: underline;
}

#main_textbar {
	background-color: #D4D4D4;
	float: left;
	height: 95px;
	width: 772px;
}
.main_textbar_box_back {
	margin: 0px;
	height: 95px;
	width: 257px;
	float: left;
}

.main_textbar_box_rounded_off {
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	background-color: #E4E4E4;
	padding: 7px;
	margin: 7px;
	height: 68px;
}
.main_textbar_box_rounded_off h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-shadow: #6374AB 1px 1px 3px;
}

.main_textbar_box_rounded_off p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 0px;
	line-height: 16px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-shadow: #6374AB 1px 1px 3px;
}
.main_textbar_box_rounded_off a  {
	color: #000;
}

