/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

html, body {
	background-color: #030;
	color: #CCC;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
h2 {
  font: 18px Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  margin: 20px 10px 10px 0;
  border-bottom: dotted #040 4px;
}
a, a:visited {
	text-decoration: none;
	color: #F63;
}
a:active {
  color: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
p {
	margin: 10px 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}

/** general **/
#menu ul {
  background: #040;
  line-height: 30px;
}
#menu li {
  display: inline;
  background: url(images/spacer.gif) left no-repeat;
  padding: 2px 2px 2px 8px;
  margin-left: 4px;
}
#banner {
  width: 100%;
  margin-top: 20px;
  background: #004D00;
}

/** home page **/
#home-content {
  margin: 100px auto 0 auto;
  height: 375px;
  width: 728px;
}
#section-1, #section-2, #section-3 {
  float: left;
  height: 375px;
  margin-right: 1px;
}
#section-1 {
  width: 300px;
}
#section-2 {
  width: 180px;
}
#section-3 {
  width: 245px;
}
.photoshow {
  display: absolute; /* if js is off, they just pile up in same place*/
  display: none;
}
#photoset-1 {
  height: 150px;
  margin-bottom:1px;
}
#photoset-2 {
  height: 226px;
}
#photoset-3 {
  width: 145px;
  height: 180px;
}
#photoset-4 {
}
#homemenu {
  height: 222px;
  padding-top: 8px;
  background: #004400;
  margin-bottom: 1px;
}
#homemenu li {
  background: url(images/spacer.gif) center bottom no-repeat;
  text-align: center;
  padding: 2px 0 6px 0;
}
#homemenu li:last-child {
  background: none;
}
#home #logo {
  width: 245px;
  height: 230px;
  background: #004D00 url(images/logo_nu_30.gif) center no-repeat;
  margin-bottom:1px;
}
#home #logo img {
  margin: 40px 20px;
}
#footer p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
#footer ul li {
  margin-left: 10px;
  float: right;
}

/** sub pages **/
#banner {
  display: block;
  height: 130px;
  text-indent:-9999em;
}
#dining #banner {
  background: #004D00 url(i/dining-banner-bg_30.jpg) left no-repeat;
}
#story #banner {
  background: #004D00 url(i/story-banner-bg_30.jpg) left no-repeat;
}
#events #banner {
  background: #004D00 url(i/events-banner-bg_30.jpg) left no-repeat;
}
#employment #banner {
  background: #004D00 url(i/employment-banner-bg_30.jpg) left no-repeat;
}
#contact #banner {
  background: #004D00 url(i/contact-banner-bg_30.jpg) left no-repeat;
}
#sidebar {
	font-size: 11px;
	float: left;
	width: 150px;
	border: solid 1px #040;
	margin: 10px;
}
#sidebar ul li {
	list-style-type: none;
	padding: 10px;
}
.alt {
  background: #004d00;
}
#sidebar h2 {
  margin: 30px 10px 0 10px;
}
#content {
  float: left;
  width: 540px;
  margin: 10px 0;
  padding: 10px;
  border: solid 1px #040;
}
.right {
  float: right;
  clear: right;
  margin: 0 0 10px 10px;
}
.left {
  float: left;
  clear: left;
  margin: 0 10px 10px 0;
}
