@charset "utf-8";
body  {
	font: 100% Verdana, 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: #FFFFFF;
	background-color: #FFFFFF;
}
.home #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
	background-image: url(images/bg.jpg);
} 
.home #header {
	height: 216px;
	background-image: url(images/header.jpg);
} 
#logo {
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.home #nav {
	height: 46px;
	width: 920px;
	position: inherit;
	display: inline;
}
#home
{
	display: block;
	width: 102px;
	height: 46px;
	background: url("images/home.png") no-repeat 0 0;
	float: left;
}

#home:hover
{ 
  background-position: 0 -46px;
}

#home span
{
  display: none;
}
#about
{
	display: block;
	width: 110px;
	height: 46px;
	background: url("images/about.png") no-repeat 0 0;
	float: left;
}

#about:hover
{ 
  background-position: 0 -46px;
}

#about span
{
  display: none;
}

#services
{
	display: block;
	width: 229px;
	height: 46px;
	background: url("images/services.png") no-repeat 0 0;
	float: left;
}

#services:hover
{ 
  background-position: 0 -46px;
}

#services span
{
  display: none;
}

#gallery
{
	display: block;
	width: 144px;
	height: 46px;
	background: url("images/gallery.png") no-repeat 0 0;
	float: left;
}

#gallery:hover
{ 
  background-position: 0 -46px;
}

#gallery span
{
  display: none;
}

#venue
{
	display: block;
	width: 144px;
	height: 46px;
	background: url("images/venue.png") no-repeat 0 0;
	float: left;
}

#venue:hover
{ 
  background-position: 0 -46px;
}

#venue span
{
  display: none;
}

#contact
{
	display: block;
	width: 191px;
	height: 46px;
	background: url("images/contact.png") no-repeat 0 0;
	float: left;
}

#contact:hover
{ 
  background-position: 0 -46px;
}

#contact span
{
  display: none;
}
#testimonials
{
	display: block;
	width: 147px;
	height: 41px;
	background: url("images/testimonials.png") no-repeat 0 0;
	float: left;
}

#testimonials:hover
{ 
  background-position: 0 -41px;
}

#testimonials span
{
  display: none;
}
#sample
{
	display: block;
	width: 147px;
	height: 41px;
	background: url("images/sampleMenu.png") no-repeat 0 0;
	float: left;
}

#sample:hover
{ 
  background-position: 0 -41px;
}

#sample span
{
  display: none;
}
.home #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.home #mainContent {
	margin: 0px;
	float: left;
	width: 900px;
	margin-left: 10px;
	background-repeat: repeat-x;
	margin-right: 10px;
	height: 1200px;
	color: #000000;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	font-variant: normal;
	background-color: #FFFFFF;
} 
.home #footer {
	height: 212px;
	background-image: url(images/footer.jpg);
} 
.home #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#siteLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #C7A371;
	text-decoration: none;
	height: 35px;
	width: 920px;
	text-align: center;
	background-color: #FFFFFF;
}
#siteLinks a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #C39E6A;
	text-decoration: none;
}
#contentHeader {
	background-image: url(images/bodyHeader.jpg);
	float: left;
	height: 88px;
	width: 920px;
}
.mainContentimg {
	margin-right: 35px;
	float: left;
}
#innerBox {
	float: right;
	height: 220px;
	width: 166px;
	margin-left: 25px;
	clear: none;
	position: static;
}
.home #container #mainContent #homeText {
	float: left;
	height: 214px;
	width: 680px;
}
#homeButtons {
	float: left;
	height: 50px;
	width: 500px;
	margin-left: 195px;
	margin-top: 5px;
}
#homeButtons2 {
	height: 41px;
	width: auto;
	margin-left: 175px;
}
#contactBlock {
	width: 240px;
	float: left;
	height: 28px;
	margin-top: 5px;
	margin-left: 15px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: left;
	color: #FFFFFF;
}
#quickContact {
	float: right;
	height: 160px;
	width: 219px;
	margin-right: 18px;
	margin-top: 40px;
}#serviceTitle {
	float: left;
	height: 245px;
	width: 900px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/contentBgs.png);
	background-repeat: repeat-x;
}
#serviceTitle2 {
	float: left;
	height: 96px;
	width: 900px;
	background-image: url(images/venueTitle.png);
	margin-top: 10px;
}
#serviceTitle3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left: 25px;
	float: left;
	width: 300px;
	padding-right: 25px;
	margin-top: 0px;
}
#serviceTitle4 {
	float: left;
	height: 90px;
	width: 350px;
	margin-top: 5px;
	margin-left: 25px;
}
#main2 {
	float: none;
	height: 500px;
	width: 900px;
}

#logos {
	float: right;
	height: 140px;
	width: 259px;
	margin-right: 53px;
	margin-top: 17px;
}
#vendorButton {
	float: left;
	height: 41px;
	width: 225px;
	margin-top: 57px;
	margin-left: 388px;
}
#vendor
{
	display: block;
	width: 225px;
	height: 41px;
	background: url("images/bottomButtom.png") no-repeat 0 0;
	float: left;
	margin-left: 50px;
	margin-top: 10px;
}

#vendor:hover
{ 
  background-position: 0 -41px;
}

#vendor span
{
  display: none;
}
#serviceTitle5 {
	float: right;
	height: 95px;
	width: 500px;
	background-image: url(images/servicesList.png);
}
#infoNext {
	height: auto;
	width: 700px;
	float: left;
	margin-top: 10px;
	margin-left: 90px;
	background-color: #E3D1B9;
	border-color: #9E6614;
	border-style: solid;
	padding: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-width: 3px;
}
.home #container #mainContent #infoNext img {
	margin: 0;
}
.home #container #mainContent #infoNext #hcText {
	float: left;
	height: 100px;
	width: 263px;
	margin-left: 18px;
	margin-top: 87px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
}
#hcInfo {
	background-image: url(images/hcInfo.png);
	float: left;
	height: 380px;
	width: 300px;
	background-repeat: no-repeat;
}
#baInfo {
	background-image: url(images/baInfo.png);
	float: left;
	height: 380px;
	width: 300px;
	background-repeat: no-repeat;
}
#kosherInfo {
	background-image: url(images/kosherInfo.png);
	float: left;
	height: 380px;
	width: 300px;
	background-repeat: no-repeat;
}
#vendorsList {
	float: left;
	height: 150px;
	width: 900px;
	background-image: url(images/vendorBG.png);
	background-repeat: repeat-x;
	margin-top: 15px;
}
#vendorTitle {
	float: left;
	height: 31px;
	width: 267px;
	background-image: url(images/vendorTitle.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 15px;
}
#food2 {
	background-image: url(images/food5.jpg);
	float: left;
	height: 136px;
	width: 900px;
	margin-top: -30px;
}
#location {
	background-color: #FFFFFF;
	height: 150px;
	width: 700px;
	margin-bottom: 10px;
}
#pic1 {
	height: 124px;
	width: 194px;
	margin: 10px;
	float: left;
	margin-right: 0px;
	background-color: #336600;
	border-color: #9E6614;
	border-style: solid;
	border-width: 3px;
}
#pic2 {
	background-image: url(images/temple2.gif);
	height: 124px;
	width: 194px;
	margin: 10px;
	float: left;
	margin-right: 0px;
	background-color: #336600;
	border-color: #9E6614;
	border-style: solid;
	border-width: 3px;
}
#info {
	margin: 10px;
	height: 130px;
	width: 470px;
	float: right;
}
#info2 {
	float: right;
	height: 130px;
	width: 220px;
	font-size: 12px;
}
#info22 {
	float: right;
	height: 130px;
	width: 265px;
	font-size: 12px;
}
#info3 {
	float: left;
	height: auto;
	width: 250px;
}
#info33 {
	float: left;
	height: auto;
	width: 200px;
}
#venueInfo {
	float: left;
	height: 80px;
	width: 720px;
	margin-left: 90px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
#location1 {
	background-color: #FFFFFF;
	height: 240px;
	width: 700px;
	margin-bottom: 10px;
}
