
body {
	font-size:62.5% ; /* Sets all fonts to 10px to make resize calculations simple */
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	margin:0 0 15px 0;
	background-color:#f25100;
	background-image:url(../images/background.gif);
	background-position:top;
	background-repeat:repeat-x;
	overflow-x:hidden;
}

#container {
	width:714px;
	margin:0 auto;
	position:relative;
}

h1 {
	padding:0;
	margin:0;
}

#top_image {
	background-image:url(../top_images/rotate.php);
	width:714px;
	height:187px;
	text-indent:-9999px;
	padding:0;
	margin:0;
}


/*** Main Menu **********************/
#menu {
	height:110px;
	width:621px;
	margin:0 auto;
}

#menu ul {
	padding:0;
	margin:0;
}

#menu li {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	height:90px;
	width:69px;
	text-indent:-9999px;
}

#menu li a {
	height:90px;
	width:69px;
	display:block;
	padding:0;
	margin:0;
	background-position:top; /* Forces all anchors in #menu to have thier background position at the top */
}

#menu li a:hover {
	background-position:bottom; /* Forces all anchors in #menu to have thier background position at the bottom on hover */
}

#menu .home a {
	background-image:url(../images/button_home.gif)
}


#menu .general a {
	background-image:url(../images/button_general.gif)
}

#menu .education a {
	background-image:url(../images/button_education.gif)
}

#menu .yeshiva a {
	background-image:url(../images/button_yeshiva.gif)
}

#menu .shule a {
	background-image:url(../images/button_shule.gif)
}

#menu .community a {
	background-image:url(../images/button_community.gif)
}

#menu .events a {
	background-image:url(../images/button_events.gif)
}

#menu .media a {
	background-image:url(../images/button_media.gif)
}

#menu .links a {
	background-image:url(../images/button_links.gif)
}


/*** HOME Field **********************/
#home {
	width:198px;
	height:26px;
	background-position:top left;
	background-repeat:no-repeat;
	padding:9px 0 0 12px;
	font-size:1.1em;
	position:relative;
	top:-38px;
	right:0px;
	float:left;
}


/*** Search Field **********************/
#search {
	width:198px;
	height:26px;
	background-color:#353535;
	background-image:url(../images/background_search.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:9px 0 0 12px;
	font-size:1.1em;
	position:absolute;
	top:150px;
	right:20px;
}

#search form {
	padding:0;
	margin:0;
}

#search img {
	padding:0;
	margin:-2px 0 0 4px;
	border:none;
}

.search_field {
	float:left;
	padding:0;
	margin:0 10px 0 0;
	height:18px;
	width:135px;
	border:none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#003366;	
}

/*** Middle Area **********************/
#middle {
	width:714px;
	margin:0;
	color:#333;
	font-size:1.1em;
	padding:0 0 1px 0;
}

#middle div {
	margin:0 0 15px 0;
}

#middle li {
	list-style-type:disc;
	color:#333;
}

#middle a {
	color:#333;
}

#middle a:hover {
	color:#fff;
	background-color:#333;
	text-decoration:none;
}

#middle strong {
	color:#0e7e0e;
}

#middle img {
	float:left;
}

.middle_right {
	background-color:#ffba3a;
	width:260px;
	padding:10px;
	float:right;
}

/*** Content Area **********************/
#content {
	background-image:url(../images/content_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:0;
	margin:20px 0 0 0;	
	width:714px;
	color:#666;
	font-size:1.1em;
}

#content_left {
	float:left;
	width:390px;
	margin:10px 0 0 20px;
}

#content_wide {
	float:left;
	width:670px;
	margin:10px 0 0 20px;
}

.content_right {
	float:right;
	width:240px;
	margin:10px 25px 0 0;
}

.content_right a {
	color:#666;
}

.content_right a:hover {
	color:#fff;
	background-color:#666;
	text-decoration:none;
}

#content h2 {
	color:#ff8f11;
	padding:0px;
	margin:0px;	
}

#content p {
	padding-left:5px;
	padding-right:5px;
	margin-top:0;
	margin-bottom:6px;
	background-color:#fff;
}

#content a {
	color:#666;
}

#content a:hover {
	color:#fff;
	background-color:#666;
	text-decoration:none;
}

#content strong a {
	color:#0e7e0e;
}

#content strong a:hover {
	background-color:#0e7e0e;
	text-decoration:none;
	color:#fff;
}

#content img {
	border:none;
}

#content .icon_people {
	height:37px;
	background-image:url(../images/icon_people.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:15px 0 0 50px;
}

#content .icon_news {
	height:37px;
	background-image:url(../images/0t2.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding:15px 0 0 50px;
}

#content .icon_speech {
	height:37px;
	background-image:url(../images/icon_speech.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:15px 0 0 50px;
}

#content .icon_exclaim {
	height:37px;
	background-image:url(../images/icon_exclaim.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:15px 0 0 50px;
}


/*** Misc **********************/
.arrow_right {
	float:right;
}

hr {
	height:1px;
	border:1px solid #ccc;
}

.content_lower {
	background-image:url(../images/content_lower.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:64px;
}

.white_box {
	background-color:#fff;
}

.white_box img {
	float:left;
	margin:0 12px 0 0;
}

.white_box a {
	color:#666;
}

.white_box a:hover {
	color:#fff;
	background-color:#666;
	text-decoration:none;
}

.clear {
	clear:both;
}

.float_right {
	float:right;
	margin:0 0 0 10px;
}


/*** Footer **********************/

#footer {
	background-image:url(../images/background_footer.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:40px;
	text-align:center;
	color:#fff;
	padding-top:20px;
}

#footer a {
	color:#fff;
}

#footer a:hover {
	color:#f25100;
	background-color:#fff;
	text-decoration:none;
}











/************ EPOCH STYLES ***************/
table.calendar {
	border-collapse: collapse;
	background-color: white;
	border: solid #999999 1px;
	background-color: white;
	width: 200px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
	font-size: 10px;
}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
table.caldayheading td {
	border: solid #CCCCCC 1px;
	text-align: left;
	color: #0054E3;
	font-weight: bold;
	width: 22px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
	border-right: double #CCCCCC 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
}
table.calcells td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 22px;
	height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
}
table.calcells td.wkday {
	background-color: #DDDDDD;
}
table.calcells td.wkend {
	background-color: #DDDDDD;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}
table.calcells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #999999;
}



table {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
