@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background:#efe3c1 url('../images/background.jpg') repeat-y center center;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}

a img { 
	border: none;
}

a {
	color: #565656;
	outline:none;
}


.container {
	text-align:center;
	width: 1000px;
	margin: 0 auto; 
}

.header {
	width: 960px;
	margin: 0 auto;
	padding-top:20px;
}

.content {
	padding: 10px 0;
}

.contentMain {
	height:500px;
}

.contentHeader {
	height:250px;
	clear:both;
}

#contentCopyHeader{
	width: 960px;
	margin: 0 auto;
	position:absolute;
	top:420px;
}

#contentMenuHeader{
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}

#contentCopy{
	width: 750px;
	margin:20px 100px;
	position:absolute;
	top:450px;
}

#contentCopy p{
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#565656;
}
#contentMenu{
	width: 750px;
	margin:20px 100px;
	position:absolute;
	top:450px;
}

#contentMenu p{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#565656;
	padding:15px 0;
}
#topnav {
	padding-top:20px;
}

#socialBtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#565656;
	float:right;
	padding:10px;
	clear:both;
}

.popLink {
	padding:10px;
}

/* ~~ The footer ~~ */
.footer, .footer a {
	font:10px Verdana, Geneva, sans-serif;
	color:#833624;
	clear:both;
}


	

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Slider */

#slider {
    position:relative;
    width:900px; /* Change this to your images width */
    height:480px; /* Change this to your images height */
    background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}



/* for Menu */

.menu {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	width:929px;
	margin:0 auto;
	z-index:20;
}

ul#topnav {
	margin: 0; padding: 20px 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 20px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.weddings {
	background: url(../images/weddings.png) no-repeat;
	width: 104px; 
}
ul#topnav a.mitzvahs {
	background: url(../images/mitzvahs.png) no-repeat;
	width: 155px; 
}
ul#topnav a.events {
	background: url(../images/events.png) no-repeat;
	width: 150px; 
}
ul#topnav a.gallery {
	background: url(../images/gallery.png) no-repeat;
	width: 131px; 
}
ul#topnav a.menus {
	background: url(../images/menus.png) no-repeat;
	width: 79px; 
}
ul#topnav a.directions {
	background: url(../images/directions.png) no-repeat;
	width: 108px; 
}
ul#topnav a.contact {
	background: url(../images/contact.png) no-repeat;
	width: 195px; 
}


ul#topnav li .sub {
	position: absolute;	
	top: 20px; left: 0;
	background: #731b15 url(../images/sub_bg.png) repeat-x;
	padding: 10px 10px 10px;
	float: left;
	/*--Top right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	z-index:20000;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {color: #ddd; background-position: 5px 12px ;}


/*Dynamic Buttons */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 14px arial, sans-serif;
    height: 32px;
    margin: 20px 20px 20px 0;
    padding-right: 21px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 16px;
    padding: 8px 0 8px 21px;
} 

a.button:hover {
    background-position: bottom right;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 8px 0 8px 21px; /* push text down 1px */
} 


/* Gallery */

