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

body {
	background-color: #006666;
	margin:0;
	padding:0;
	font-size:1em;
	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;
}

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;
}

/*h4 is for "whats happening" headings*/

h4 {
	width:100%;
	height:20px;
	line-height:100%;
	font-size:1.4em;
	font-style:italic;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	background-color:#066;
}

b {
	font-weight:bold;
}

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

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

.nobullets {
	list-style:none;
}

/* -------------- TABLE STYLES FOR DINING GUIDE ----------- */

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:.65em;
	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:950px;
	height:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	z-index: 0;
}

#content {
	width:700px;
	height:auto;
	background-color:#fff;
	padding:15px;
	margin-top:1px;
	z-index: 8;
}

#content a {
	color: #006666;
}

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

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

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


/* ------------- NAVIGATION BAR STYLES -------------- */

#navbar {
	height:25px;
	width:728px;
	margin:0;
	padding:0;
	z-index: 10;
}

#navbar ul.mainNav {
	padding-left:0px;
	margin:0;
	list-style:none;
}

#navbar li {
	list-style: none;
	float: left;
	width:auto;
	background: url(images/navimages/tab_right.jpg) no-repeat right top;
	margin-right: 0px;
}

#navbar a {
	display: block;
	width:auto;
	height:15px;
	padding: 7px 15px 4px 15px;
	background: url(images/navimages/tab_left.jpg) no-repeat left top;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}

#navbar a:hover {
	color:#066;
}

#navbar li.current {
	background: url(images/navimages/tab_right_here.jpg) no-repeat right top;
}

#navbar a.current {
	background: url(images/navimages/tab_left_here.jpg) no-repeat left top;
	color: #066;
}

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

#leftside {
	position:absolute;
	left:25px;
	top:195px;
	width:135px;
	height:auto;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	z-index: 2;
}

#leftside a {
	color:#9cf
}

#rightside {
	position:absolute;
	left:920px;
	top:200px;
	width:165px;
	height:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	text-align:center;
	z-index: 5;
}

#rightside a {
	color:#9cf
}

#rightside hr {
	border:0;
	height:1px;
	background-color:#FFF;
	width:100%;
	margin:10px 0;
}