* {
	padding: 0px;
	margin: 0px;
}
.clear{clear:both;}
body {
	line-height: 1.5em;
	font-size: 0.75em;
	font-family: Verdana, Arial, "Lucida Grande", sans-serif;
	background-repeat: repeat;
	background-image: url(images/bg_wallpaper2.gif);
	text-align: center;
}

#container {
	margin: 0 auto 1em auto;
	position: absolute;
	width: 906px;
}
p
{
	margin-bottom: 10px;
}
h1 {
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(images/balmer_building.png);
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: large;
	background-position: center top;
	margin-right: auto;
	margin-left: -9999px;
}
#buildingDIV {
	background-image: url(images/balmer_building.png);
	background-repeat: no-repeat;
	background-position:left top;
	height:335px;
	width:944px;
	position:absolute;
	z-index: 10;
	left:0px;
}
#tagDIV {
	background-image: url(images/tag.png);
	background-repeat: no-repeat;
	background-position:left top;
	width:219px;
	height:154px;
	position:absolute;
	z-index:11;
	left:0px;
}
#header_logoDIV
{
	left:190px;
	margin-top: 412px;
	position: absolute;
	background-image: url(images/logo_content_head.png);
	background-position:left top;
	background-repeat: no-repeat;
	z-index: 8;
	height:176px;
	width:414px;
}

#header {
	height: 231px;
	width:944px;
	margin:0px auto;
	position: relative;
	z-index:12;
}
#content {
	clear: both;
	text-align: left;
	background-image: url(images/content_bg.png);
	background-repeat:repeat;
	background-position:left top;
	width: 906px;
	height: auto;
	margin:0px auto;
}
#content_main {
	float: left;
	width: 668px;
	background-color: #ffffff;
}

#content_main_fullpage {
	float: left;
	width: 668px;
	background-color: #ffffff;
	margin-top: 100px;
}

#sidebar_left {
	margin-top: 50px;
	                 
	margin-top: 65px;
	height: auto;
	width: 171px;
	float: left;
	z-index: 9;
}

#sidebar-contact {
	margin-bottom: 25px;
}

#sidebar-contact a{
	color: #fdbf57;
}

#sidebar-contact a:hover{
	color: #fdbf57;
	text-decoration: underline;
}


#contentbox_left {
	border-right-width: 1px;
	border-right-color: #c53b00;
	padding-right: 15px;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-top: 50px;
	float: left;
	width: 55%;
	border-right-style: dotted;
	height:auto;
	min-height: 800px;
}

#contentbox_left_fullpage {
	padding-right: 15px;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-top: 50px;
	float: left;
	width: 95%;
	height:auto;
}

#sidebar_right {

}

#contentbox_right {
	margin-right: 40px;
	float: right;
	width: 30%;
	height:auto;
}

#contentbox_right img
{
	margin-top: 10px;
	position: relative;
	display: block;
}

#content_header
{
	position: relative;
	left: 35px;
	float: left;
	background-repeat: no-repeat;
	width: 612px;
	height: 294px;
	display: block;
	background-position: left top;
	z-index: 3;
	background-image: url(images/sunset_pic.jpg);
}

#logo_sidebar {
	margin:0px 0px 10px -18px;
	background-repeat: no-repeat;
	background-image: url(images/logo_sidebar.png);
	background-position:left top;
	width:186px;
	height:124px;
	z-index:1000;
}

/*
********************** BUTTONS **************************
*/

#image1
{
	position: relative;
	margin-top: 30px;
}

#image_last
{
	position: relative;
	margin-bottom: 20px;
}

#sidebar_left span, #buildingDIV span
{
  display: none;
}

#home
{
  background:url(images/buttons/home2.png) no-repeat 0px 0px;
  width: 171px;
  height: 46px;
  z-index: 999;
  display:block;
}

#home:hover
{ 
  background: url(images/buttons/home2.png) no-repeat -171px 0px;
  width: 171px;
  height: 46px;
  z-index: 1000;
}

#lounge
{
  margin-top: 5px;
  position: relative;
  display: block;
  width: 171px;
  height: 46px;
  background: url("images/buttons/lounge.png") no-repeat 0px 0px;
  z-index: 999;
  
}
#lounge:hover
{ 
  background: url("images/buttons/lounge.png") no-repeat -171px 0px;
  width: 171px;
  height: 46px;
  z-index: 1000;
}

#gift-cards
{
  margin-top: 5px;
  position: relative;
  display: block;
  width: 171px;
  height: 46px;
  background: url("images/buttons/gift-cards.png") no-repeat 0px 0px;
  z-index: 999;
  
}
#gift-cards:hover
{ 
  background: url("images/buttons/gift-cards.png") no-repeat -171px 0px;
  width: 171px;
  height: 46px;
  z-index: 1000;
}

#special-events
{
  margin-top: 5px;
  position: relative;
  display: block;
  width: 171px;
  height: 46px;
  background: url("images/buttons/special-events.png") no-repeat 0px 0px;
  z-index: 999;
  
}
#special-events:hover
{ 
  background: url("images/buttons/special-events.png") no-repeat -171px 0px;
  width: 171px;
  height: 46px;
  z-index: 1000;
}

#employment
{
  margin-top: 5px;
  position: relative;
  display: block;
  width: 171px;
  height: 46px;
  background: url("images/buttons/employment.png") no-repeat 0px 0px;
  z-index: 999;
  
}
#employment:hover
{ 
  background: url("images/buttons/employment.png") no-repeat -171px 0px;
  width: 171px;
  height: 46px;
  z-index: 1000;
}

#redlake
{
  margin-top: 5px;
  display: block;
  width: 171px;
  height: 46px;
  background: url("images/buttons/redlake2.png") no-repeat 0px 0px;
  z-index: 999;
}
#redlake:hover
{                 
  background: url("images/buttons/redlake2.png") no-repeat -171px 0px;
  width: 171px;
  height: 46px;
  z-index: 1000;
}

#menu
{
  margin-top: 5px;
  display: block;
  width: 171px;
  height: 46px;
  background: url("images/buttons/menu2.png") no-repeat 0px 0px;
  z-index: 999;
}
#menu:hover
{                 
  background: url("images/buttons/menu2.png") no-repeat -171px 0px;
  width: 171px;
  height: 46px;
  z-index: 1000;
}

#location
{
  margin-top: 5px;
  display: block;
  width: 171px;
  height: 46px;
  background: url("images/buttons/location2.png") no-repeat 0px 0px;
  z-index: 999;
}
#location:hover
{ 
  z-index: 999; 
  background: url("images/buttons/location2.png") no-repeat -171px 0px;
  width: 171px;
  height: 46px;
  z-index: 1000;
}

#rooms
{
  margin-top: 5px;
  display: block;
  width: 171px;
  height: 46px;
  background: url("images/buttons/rooms.png") no-repeat 0px 0px;
  z-index: 999;
}
#rooms:hover
{ 
	background: url("images/buttons/rooms.png") no-repeat -171px 0px;
  width: 171px;
  height: 46px;
  z-index: 1000;
}

#contact
{	
  margin-left: -10px;	
  margin-bottom: 0;	
  margin-right: 0;	
  margin-top: 5px;	
  position: relative;
  display: block;
  width: 198px;
  height: 146px;
  background: url("images/buttons/contact.png") no-repeat 0 0;
  z-index: 1000;
}

#facebook
{	
  margin-left: 30px;	
  margin-bottom: 0;	
  margin-right: 0;	
  margin-top: 30px;	
  position: relative;
  display: block;
  width: 112px;
  height: 53px;
  background: url("images/facebook.jpg") no-repeat 0 0;
  z-index: 1000;
}

#comment-card
{	
  margin-left: 10px;	
  margin-bottom: 0;	
  margin-right: 0;	
  margin-top: 30px;	
  position: relative;
  display: block;
  width: 150px;
  height: 113px;
  background: url("images/comment-card.png") no-repeat 0 0;
  z-index: 1000;
}

ul#logo {
	text-align: left;
	color: #b60700;
	line-height: 2.5em;
	font-size: 1em;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	list-style-type:none;
	margin:0px;
	padding:0px 0px 25px 5px;
}

ul#logo li {
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #b60700;
	line-height: 1.5em;
	font-size: 1em;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	list-style-position: outside;
	background-image:url(images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin:0px;
	padding:0px 0px 6px 50px;
}

ul.column {
	float: left;
}

li.column {
	float: left;
	width: 100px;
}

#contentbox_left img{
	margin: 5px 0 5px 0;
	}
	
a{
	color: #8b0b04;
	margin-bottom: 20px;
	text-decoration: none;
	}
	
a:hover{
	color: #fdbf57;
	text-decoration: underline;
	}
	
a.links {
	cursor: pointer;
	}
	
a.contact{
	font-size: 1.5em;
	color: #8b0b04;
	margin-bottom: 20px;
	text-decoration: none;
	}
	
a.contact:hover{
	font-size: 1.5em;
	color: #fdbf57;
	text-decoration: underline;
	}
	
	
h2{
	color: #fdbf57;
	margin-bottom: 1em;
	margin-top: 1.5em;
	}
	
h3{
	color: #8b0f04;
	font-size: 2em;
	margin-top: 1em;
	margin-bottom: .5em;
	}
	
h4{
	color: #fdbf57;
	font-size: 1.2em;
	margin-bottom: .5em;
	}
	
h5{
	color: #fdbf57;
}

h6{
	color: #8b0f04;
	font-family: 'Skranji', cursive;
	text-align: center;
	font-size: 1.75em;
	line-height: 1.2em;
	font-weight: 700;
	margin-top: 50px;
}
	
h2.first {
	color: #fdbf57;
	margin-top: 0;
	margin-bottom: 1em;
	}
	
h2.space {
	margin-top: 15px;
	}
	
b{
	color: #8b0b04;
	}
	
b.none{
	color: black;
	}
	
a.anchor{
	margin-top: 0;
	}
	
#menu-items {
	float: left;
	width: 50%;
	text-align: center;
}

p:last-child:after {
       content: "\2615"; /* Here comes the ivy leaf */
       font-size: 150%; /* Makes the leaf larger than the normal text */
       padding-left: 10px; /* Leaf won't clash with the last letter of the text */
       float: right; /* Horizontal position is set to the right edge of the column */
       position: relative; /* This is just an homage to Albert Einstein */
       top: 15px /*Vertical distance from the last line of text */
}