
/* ----- global----- */

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 40px 0 0 0;
  padding: 0;
  background: #202020 url(../images/bgtop.jpg) no-repeat top center;
  font: 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
  color: #4D3012;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;	
}

/* Malarkey Image Replacement */
.mir { letter-spacing : -1000em; }
/* MIR just for IE */
* html h1.mir, * html h2.mir, * html h3.mir, * html p.mir, * html ul.mir { text-indent: -999em; }
/* MIR just for Opera, but hide from MacIE */ 
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 


/* ----- links ----- */

a, a:link {
  text-decoration: none;
  border-bottom: 1px dotted;
}

a:hover {
  border-bottom: 1px solid;
}

#header a {
  border: none;
}

#content-main a { color: #000; }
#content-main a:hover {
  border-bottom: 1px solid;
  color: #828200;
}

#footer a { color: #000; }


/* ----- container ----- */

#container {
	background: #69686D url(../images/bgcontainer.gif) repeat-x bottom;
}

#wrapper {
  margin: 0 auto;
  width: 770px;
  text-align: left;
  background: #8F5C38 url(../images/bgbody.jpg) repeat-y center;
}


/* ----- header ----- */

#header {
  width: 770px;
  height: 100px;
  background: url(../images/bgheader.jpg) no-repeat top center;
  position: relative;
}

#header h1 {
  margin: 37px 0 0 22px;
  width: 136px;
  height: 51px;
  position: absolute;
}

#header h1 a {
  width: 136px;
  height: 51px;
  display: block;
  xbackground: url(../images/JSClogo.gif) no-repeat;
}


/* ----- navigation ----- */

#nav {
	height: 22px;
	font: 11px/1.5em Georgia, "Times New Roman", Times, serif;
	background: none;
	margin: 1px 0 0 0;
	padding: 2px 0 0 0;
	position: absolute;
	top: 34px;
	left: 188px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	height: 20px;
	color: #fff;
}

#nav li {
	float: left;
	margin: 0;
	height: 20px;
	padding: 0 0 0 6px;
}

#nav a {
	float: left;
	display: block;
	width: .1em;
	padding: 3px 12px 3px 14px;
	text-decoration: none;
	margin: 0;
	font-weight: bold;
	height: 17px;
	color: #fff;
}

#nav a:hover {
	color: #C77B35;
}

#nav > ul a {
	width: auto;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {
	float: none;
}
/* End IE5-Mac hack */


/* ----- content ----- */

#content {
  
}

.hide { display: none; }

.col-1 {
  margin: 0 144px 50px 0;
  width: 410px;
  float: right;
  display: inline;
}

.col-2 {
  margin: 5px 0 50px 8px;
  width: 160px;
  float: left;
  display: inline;
  text-align: right;
}

#otherDining {
  display: block;
  position: absolute;
  text-align: center;
  top: 160px;
  margin-left: 624px;
}

#otherDining a {
	border: none;
}


/* ----- content-main ----- */

#content-main {
  padding: 0 0 60px 0;
  width: 742px;
  float: left;
}

#content-main h1 {
  margin-bottom: 4px;
  font: 26px/1em Georgia, "Times New Roman", Times, serif;
  letter-spacing: -1px;
  font-style: italic;
  color: #4F433A;
}

#content-main h2 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #000;
}

#content-main h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #A05F23;
}

#content-main p {
  margin-bottom: 12px;
}

#content-main p.feature {
  margin: -4px 0 30px 0;
  padding: 11px;
  background: #828200;
  color: #000;
}

#content-main div.hr {
  background: url(../images/hr.gif) no-repeat scroll center;
  width: 377px;
  height: 9px;
  margin-bottom: 15px;
  text-align: center;
  border: none;
}

#content-main div.hr hr {
  display: none;
}

#content-main blockquote {
  margin-top: 3px;
  padding: 5px 12px;
  border-left: 3px solid #828200;
  font-size: 11px;
  background: #A2AD34;
  color: #454500;
}


/* ----- col-1 styles ----- */

#content-main .col-1 ul {
  padding: 0 0 20px 0; 
  list-style-type: circle;
}

#content-main .col-1 li {
  margin-left: 15px;
}

/* ----- col-2 styles ----- */

#content-main .col-2 p {
  font: 13px/1.4em Arial, Helvetica, sans-serif;
  color: #ddd;
}


/* ----- footer ----- */

#footer {
  padding: 6px 40px 14px 40px;
  font-size: 9px;
  line-height: 1.3em;
  text-align: center;
  color: #999;
  clear: both;
  background: #202020 url(../images/bgfooter.jpg) no-repeat top center;
}

#footer p {
  margin-bottom: 12px;
}

#ag a {
	border: 0;
}