@charset "UTF-8";
/* CSS Document */

body {
	text-align:center;
	background-image:url(siteimgs/bg-main.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#993436;
	position:relative;
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* this font size makes 1 em = 10 pixels, 1.2 em = 12, etc */
	font-size:62.5%;
	}
.locationsBox {
	width:940px;
	margin:0px auto 10px auto;
	padding:0px 0px 5px 0px;
	font-size:1em;
	}
.locationsBox h2 {
	font-size:1.2em;
	color:#FFFFFF;
	text-decoration:underline;
	padding:5px 0px;
	margin:0px;
	}
.location p {
	text-transform:uppercase;
	margin:0px;
	line-height:1.1em;
	}
.location a {
	color:#FFFFFF;
	}
.left {
	float:left;
	text-align:left;
	}
.right {
	float:right;
	text-align:right;
	}
.flap {
	width:340px;
	left:-170px;
	margin-left:50%;
	height:200px;
	position:absolute;
	top:0px;
	z-index:20;
	
	background-position:top;
	background-repeat:no-repeat;
	}
.flap[class] {
	background-image:url(siteimgs/bg-flap.png);
	}
.flap h1 {
	padding-top:50px;
	margin-bottom:0px;
	padding-bottom:0px;
	}
.flap h3 {
	padding-top:0px;
	margin:0px;
	}
.box {
	width:970px;
	margin:0px auto 0px auto;
	min-height:620px;
	padding:5px 10px;
	}
.box[class] {
	width:970px;
	background-position:top;
	background-repeat:repeat-y;
	background-image:url(siteimgs/bg-box.png);
	}
#nav-main {
	background-image:url(siteimgs/bg-nav-main.jpg);
	background-repeat:repeat-y;
	height:16px;
	width:920px;
	margin:5px auto;
	list-style:none;
	padding:5px 10px;
	font-size:1.3em;
	}
#nav-main a {
	text-decoration:none;
	color:#603913;
	}
#nav-main li {
	display:inline;
	}
#nav-main .left {
	margin-right:25px;
	}
#nav-main .right {
	margin-left:25px;
	}
	
.feature {
	margin:10px auto 0px auto;
	min-height:120px;
	_height:120px;
	width:940px;
	}
.featuremaps {
	margin:10px auto 0px auto;
	min-height:50px;
	_height:50px;
	width:940px;
	}
.half {
	width:460px;
	min-height:120px;
	_height:120px;
	background-position:top;
	background-repeat:no-repeat;
	}
.feature .half.left, .feature .half.right {
	background-color:#5e8d23;
	}
.feature .half.left {
	background-image:url(siteimgs/bg-menupick-L.jpg);
	color:#FFFFCC;
	font-size:1.4em;
	}
.feature .half.right {
	background-image:url(siteimgs/bg-menupick-R.jpg);
	color:#FFFFCC;
	font-size:1.4em;
	}
.half p {	
	margin:20px;
	}
.content a {color:#009900; text-decoration:none;}
.content a:hover { text-decoration:underline; }
.content a:active { color:#006600;}
.currentSub {
	height:122px;
	}
.third {
	width:313px;
	}
.feature .half.left strong, .feature .half.right strong {
	font-size:18px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.subMenuOakPark {
	float:right;
	height:45px;
	width:460px;
	background:#5e8d23;
	margin:0px 0px 20px 0px;
	padding:0px;
	}
.subMenuChicago {
	float:left;
	height:45px;
	width:460px;
	background:#5e8d23;
	margin:0px 0px 20px 0px;
	padding:0px;
	}
.subMenuOakPark a {
	text-decoration:none;
	color:#FFFFFF;
	height:16px;
	width:24%;
	font-size:1em;
	float:left;
	padding:6px 0px;
	}
.subMenuOakPark a:hover {
	text-decoration:underline;
	}
.subMenuOakPark li {
	display:inline;
	}
	
.subMenuChicago a {
	text-decoration:none;
	color:#FFFFFF;
	height:16px;
	width:24%;
	font-size:1em;
	float:left;
	padding:6px 0px;
	}
.subMenuChicago a:hover {
	text-decoration:underline;
	}
.subMenuChicago li {
	display:inline;
	}
	
.content {
	text-align:left;
	margin:10px auto;
	width:940px;
	font-size:1.2em;
	}
.menu {
	margin:0px 20px;
	padding:10px;
	}
.menu p {
	background:#fffde6;
	border:1px solid #f5e9d2;
	width:430px;
	padding:10px;
	}
.menu strong {
	border-bottom:1px dotted #990000;
	width:100%;
	display:block;
	}
.menu .price {
	float:right;
	}
.menu .wPic {
	border-right:none;
	width:444px;
	position:relative;
	z-index:10;
	}
.pic {
	float:right;
	width:414px;
	background:#fffde6;
	border:1px solid #f5e9d2;
	position:relative;
	z-index:5;
	text-align:center;
	padding:10px 0px;
	}
.pic img {
	border:1px solid #f5e9d2;
	}
	
#foot {
	color:#FFFFFF;
	background-image:url(siteimgs/bg-foot.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:960px;
	margin:0px auto;
	padding:10px 5px;
	clear:both;
	}
#foot strong {
	color:#000000;
	}
.footbox {
	width:420px;
	font-size:1.1em;
	}
.footbox a {
	color:#330000;
	text-decoration:none;
	}
.footbox a:hover {
	text-decoration:underline;
	}
	

