@charset "UTF-8";

/*
   ---- BLUE ----
      #007dc7 * logo
      #0066a2
	  #00A2FF     bright
   ---- GREEN ----
      #acc314 * logo
      #78850c

   ---- BROWN ----
      #3c2011 * logo
*/

/*    -----   ALL   -----    */
body  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border: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: #3c2011;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
a:link {
	color:#78850c;
	}
a:visited {
	color:#acc314;
	}
a:hover, a:active {
	color:#007dc7;
	}
.localdining {
	display: block;
	font-weight:bold;
	background:url(images/food_local_sm.jpg) left top no-repeat;
	padding-left:60px;
	}
.twoColFixLtHdr #container {
	position: absolute; top:0; left:0;
	width: 943px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	margin: 0 20px 0 0;
	float: left;
	background-image: url(images/_cont_bg.gif);
	background-repeat: repeat-y;
	} 
.twoColFixLtHdr #header {
	background-color: #ffffff;
	padding: 0;
	} 
.twoColFixLtHdr #footer {
	background-color: #000000;
	background-image: url(images/_ft_bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding:20px;
	color:#acc314;
	text-align:center;
	font-weight:normal;
	font-size:90%;
	}
.twoColFixLtHdr #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;
	}
h1, .h1, h2, .h2, h3, .h3 {
	color:#78850c;
	text-align:left;
	}
#nav1 {
	position:absolute; top:0px; left:44px;
	z-index:1000;
	width:172;
	background:url(images/_nav1_bg.gif) repeat-y;
	}
a:link.nav1, a:visited.nav1 {
	display:block;
	font-weight:strong;
	text-align:center;
	color:#ffffff;
	padding:5px 0;
	text-decoration:none;
	}
a:hover.nav1, a:active.nav1 {
	color:#3c2011;
	background:url(images/_nav1_bg2.gif) repeat-y;
	}

/*    -----   HOME layout1   -----    */
#homenavtext {
	padding-left: 20px;
	padding-right: 40px;
	}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	padding: 0;
	margin: 0 0 0 24px;
	position: absolute; left: 0px; top: 316px;
	}
#sidebar1text {
	padding-left: 25px;
	background: #ffffff;
	text-align:justify;
	}
.twoColFixLtHdr #homenav {
	margin: 0 20px 0 328px;
	padding: 0;
	} 

/*    -----   INSIDE layout2  -----    */
.twoColFixLtHdr #content2 {
	padding: 0;
	margin: 20px 259px 0 24px;
	}
#content2text {
	padding-left: 25px;
	background: #ffffff;
	}
.twoColFixLtHdr #nav2 {
	position: absolute; top: 296px; left: 700px;
	width: 188px;
	padding: 0 55px 0 0;
	} 

