/*-------------------------------------------
	TITLE: Paterson Farmers Market
	CREATED: 8/30/2007

--
Footer Stays on bottom
--

-------------------------------------------*/
#container-content a {color: #cc9028; text-decoration:none; outline: none;}
#container-content a:hover{color: #3d6517; text-decoration:underline; }
:focus {-moz-outline-style: none;}
a img {border: 0px;}

#foot a {color: #e4ceab; text-decoration: none; }
#foot a:hover {color: #e4ceab; text-decoration: underline;}

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
  background-image:url(../images/body_bg.jpg);
  background-position:center top;
  margin: 0px;
}

body {
  font-size: 12px;
  text-align: center;
}

h1 {
	margin: 0px 0px 0px 45px;
}

h1 a {
	background-image:url(../images/75thlogo.jpg);
	width: 715px; /* without annivesary 629 */
	height: 199px;
	display: block;
	text-indent: -9999px;
}

h2 {
  background-image:url(../images/h2_bg.jpg);
  background-repeat: no-repeat;
  height: 59px;
  margin: 25px 0px 0px 0px;
  color: #1f1300;
  font-family:Georgia, "Times New Roman", Times, serif;
  padding: 10px 0px 0px 74px;
  font-size: 20px;  
}

#container-page {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-head {
width: 804px;
margin: 0px auto;
}

#head {
}

#container-content {
  width: 804px;
  margin: auto;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-left {
  width: 491px;
  float: left;
  background-image: url(../images/left_content_bg.jpg);
  margin-top: 15px;
  padding:0px;
}

#content-left p {
	color: #33322c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.9em;
	padding: 0px 25px 20px 25px;
}

#content-left-bottom {
  clear:left;
  width: 491px;
  float: left;
  background-image:url(../images/left_content_bottom_bg.jpg);
  background-repeat:no-repeat;
  height: 5px;
  padding-bottom: 70px;
}

#content-right {
  width: 313px;
  float: right;
  margin-top: 15px;
  text-align: right;
  padding:0px;
}

#content-sec ul,#content-sec ul li {
  list-style: none none;
}

#container-foot {
  width: 100%;
  background-image:url(../images/footer_bg.jpg);
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 53px;
}

#foot {
	margin: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	padding-top: 22px;
	color: #e4ceab;
}


/*-------------------------------------------
	- HEADER MENU
-------------------------------------------*/
#menu {background-image: url(../images/menu_bg.jpg); width: 800px; height: 37px; margin-top: 0px;}
#menu ul {list-style-type:none; margin: 0px; padding: 0px;}
#menu li {height: 37px; float: left;}
#menu a {display:block; height: 37px; text-indent: -9999px; border-bottom: none;}

	/*- offstate -*/

#menu li.list1 {background:transparent url(../images/home_btn.jpg); background-repeat:no-repeat; width: 66px;}
#menu li.list2 {background:transparent url(../images/aboutus_btn.jpg); background-repeat:no-repeat; width:  82px;}
#menu li.list3 {background:transparent url(../images/storesvendors_btn.jpg); background-repeat:no-repeat; width:  114px;}
#menu li.list4 {background:transparent url(../images/whatyoullfind_btn.jpg); background-repeat:no-repeat; width:  127px; margin-left: 245px;}
#menu li.list5 {background:transparent url(../images/findus_btn.jpg); background-repeat:no-repeat; width:  72px;}
#menu li.list6 {background:transparent url(../images/contactus_btn.jpg); background-repeat:no-repeat; width:  93px;}

#menu li.list1_2 {background:transparent url(../images/home_btn.jpg); background-repeat:no-repeat; width: 66px; background-position:0px -37px; z-index:50;}
#menu li.list2_2 {background:transparent url(../images/aboutus_btn.jpg); background-repeat:no-repeat; width:  82px; background-position:0px -37px; z-index:50;}
#menu li.list3_2 {background:transparent url(../images/storesvendors_btn.jpg); background-repeat:no-repeat; width:  114px; background-position:0px -37px; z-index:50;}
#menu li.list4_2 {background:transparent url(../images/whatyoullfind_btn.jpg); background-repeat:no-repeat; width:  127px; background-position:0px -37px; z-index:50;}
#menu li.list5_2 {background:transparent url(../images/findus_btn.jpg); background-repeat:no-repeat; width:  72px; background-position:0px -37px; z-index:50;}
#menu li.list6_2 {background:transparent url(../images/contactus_btn.jpg); background-repeat:no-repeat; width:  93px; background-position:0px -37px; z-index:50;}

	/*- hovering items -*/

#menu a#item1 {background:transparent url(../images/home_btn.jpg) no-repeat;}
#menu a#item2 {background:transparent url(../images/aboutus_btn.jpg) no-repeat;}
#menu a#item3 {background:transparent url(../images/storesvendors_btn.jpg) no-repeat;}
#menu a#item4 {background:transparent url(../images/whatyoullfind_btn.jpg) no-repeat;}
#menu a#item5 {background:transparent url(../images/findus_btn.jpg) no-repeat;}
#menu a#item6 {background:transparent url(../images/contactus_btn.jpg) no-repeat;}

#menu a#item1:hover {background-position:0px -37px; z-index:50;}
#menu a#item2:hover {background-position:0px -37px; z-index:50;}
#menu a#item3:hover {background-position:0px -37px; z-index:50;}
#menu a#item4:hover {background-position:0px -37px; z-index:50;}
#menu a#item5:hover {background-position:0px -37px; z-index:50;}
#menu a#item6:hover {background-position:0px -37px; z-index:50;}

div.hr {
  height: 11px;
  width:486px;
  background: url(../images/hr.jpg) no-repeat scroll center;
  padding-bottom:20px;
  margin: -20px 0px 0px 0px;
}
div.hr hr {
  display: none;
}

.facebook {
	text-align: center;	
	margin-top: 10px;
}