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

body {
	background-color: #006666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	overflow:auto;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration:underline;
}

a:visited:hover {
	text-decoration:none;
}

img {
	border:0;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#006666;
	font-size: 20px;
	font-weight: bold;
	margin-left:-25px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#006666;
	font-size: 14px;
	font-weight:bold;
}

h3 {
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:#006666;
}

b {
	font-weight:bold;
}

hr {
	width:100%;
	height:1px;
	border:0;
	background-color:#066;
	margin-top:-17px;
	margin-left:-27px;
}

.white {
	font-size: 12px;
	font-weight:bold;
	color:#fff;
	
}

.smaller {
	font-size:.85em;
}

.nobullets {
	list-style:none;
}

.gray {
	display:block;
	width:90%;
	font-size:.8em;
	background-color:#C5DAE7;
	padding:10px;
}

/* -------------- TABLE STYLES FOR RESTAURANT LIST ----------- */

table.dining {
	border-collapse:collapse;
}

table.dining th {
	background-color:#066;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	border:1px solid #000;
}

table.dining tr {
	border:1px solid #000;
	height:30px;
}

table.dining td {
	padding:3px 5px 3px 5px;
	border-right:1px solid #000;
}

table.dining tr.top {
	height:25px;
}

.even {
	background-color:#99CCCC;
}


/* -------------- HEADER STYLES --------------*/

#logo {
	position:absolute;
	height:130px;
	width:385px;
	left:11px;
	top:11px;
	background: url(images/oakbrooklogo.jpg) no-repeat top left;
	z-index:1;
}

#topright {
	position:absolute;
	top:11px;
	left:600px;
	width:500px;
	height:80px;
}

#topads {
	width:356px;
	height:53px;
	margin:0 auto;
}

#toplinks {
	width:353px;
	height:25px;
	text-align:center;
	margin:7px auto 0 auto;
	font-size:.8em;
	color:#9cf;
	font-family:Arial, Helvetica, sans-serif;
}

#toplinks a:link, a:active, a:visited {
	color:#9cf;
	text-decoration:underline;
}

#toplinks a:hover {
	color:#9cf;
	text-decoration:none;
}


/* ----------------- BODY STYLES -----------------*/

#container {
	position:absolute;
	top:170px;
	left:175px;
	width:700px;
	height:auto;
	border-left:1px solid #066;
	z-index: 0;
}

#navbar {
	width:700px;
	height:auto;
	font-size:2.7em;
	color:#39C;
	text-align:center;
	margin-bottom:-8px;
	padding:0;
}

#content {
	width:700px;
	height:auto;
	background-color:#fff;
	border-top:8px solid #39C;
	border-bottom:8px solid #39C;
	padding:15px 50px;
	margin-top:1px;
	z-index: 8;
}

#content a {
	color: #006666;
}

#footer {
	width:700px;
	height:50px;
	text-align:center;
	color:#FFF;
	font-size:.8em;
	z-index: 4;
	margin-top:5px;
}

.links a {
	display:block;
	padding-bottom:3px;
}

.right {
	float:right;
	margin:5px 0 10px 10px;
}

.left {
	float:left;
	margin:5px 10px 10px 0;
}

#content ul.stats {
	list-style:none;
	margin-top:0;
	margin-bottom:0;
}

/* ------------- SIDE STYLES ------------ */

#leftside {
	position:absolute;
	left:10px;
	top:215px;
	width:155px;
	height:auto;
	text-align:center;
	font-size:.9em;
	z-index: 2;
}

#leftside ul {
	list-style:none;
	width:150px;
	padding:0;
	margin:0;
}

#leftside li {
	text-align:center;
	margin:5px 0;
}

#leftside li a {
	display:block;
	width:155px;
	background-color:white;
	color:#006666;
	text-decoration:none;
	margin-left:0;
	padding:3px 5px;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}

#leftside li a:hover {
	background-color:#0099CC;
	color:#FFF;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}

#leftside .here {
	background-color:#0099CC;
	color:#fff;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}

#rightside {
	position:absolute;
	left:990px;
	top:200px;
	width:165px;
	height:auto;
	font-size:.8em;
	text-align:center;
	z-index: 5;
}

#rightside a {
	color:#FFF;
}

#rightside a img {
	text-decoration:none;
}

#rightside hr {
	border:0;
	background-color:#006666;
	width:90%;
	height:1px;
}
