/* CSS Document */
/* All Code and Scripting is copyright Patrick Jungers and Digital Solutions unless otherwise
specified and cannot be used without written permission from the copyright holder */
	html	{
		border: 3px outset #999;
		}

	body	{
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color: #8E3E4E;
		font-family: "Times New Roman", Georgia, Times, serif;
		font-size: 14px;
		}
		
	.container {
		background-color: #FFF;
		margin: 0px;
		padding: 0px;
		}
		
	.topcontent {
		background: #FFF;
		margin: 0px;
		padding: 0px;
		}
	
	.tour	{
		background-color: #29616A;
		border: none;
		border-bottom: 3px solid #999;
		border-right: 3px solid #999;
		color: #FFFFFF;
		padding: 10px;
		width: 440px;
		height: 400px;
		float: left;
		}
	#movie	{
		position: absolute;
		width: 320px;
		top: 80px;
		left: 60px;
		border: 0;
		margin: 0;
		display: block;
		}
	
	#inst	{
		text-align: center;
		font-weight: bold;
		font-family: Georgia, Times, serif;
		font-size: 12px;
		}
	
	#rightframe	{
		margin: 0px;
		color: #000000;
		}
	
	#text	{
		background-image:url(../images/rightbg.jpg);
		border-bottom: 3px solid #999;
		padding: 10px;
		margin-left: 463px;
		color: #000000;
		height: 400px;
		overflow: auto;
		display: block;
		}
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #text {margin-left: 0px;}
    /* End IE5-Mac hack */
	
	#bottomcontent	{
		background-color: #FFF;
		margin-bottom: 0px;
		margin-top: 50px;
		color: #000000;
		padding: 0px;
		}
	/* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #bottomcontent {margin-top: 0px;}
    /* End IE5-Mac hack */
	
	#rooms	{
		background-image:url(../images/rightbg.jpg);
		border-bottom: 3px solid #999;
		padding: 10px;
		color: #000000;
		height: 400px;
		overflow: auto;
		display: none;
		}

	#breakfast	{
		background-image:url(../images/rightbg.jpg);
		border-bottom: 3px solid #999;
		padding: 10px;
		color: #000000;
		height: 400px;
		overflow: auto;
		display: none;
		}

	#meeting	{
		background-image:url(../images/rightbg.jpg);
		border-bottom: 3px solid #999;
		padding: 10px;
		color: #000000;
		height: 350px;
		overflow: auto;
		display: none;
		}
	
	.logo	{
		border: 0;
		margin: 0;
		}
	
	#nav	{
		background-color: #8E3E4E;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
		border: 0;
		padding: 15px;
		}
		
	#nav ul	{
		display: inline;
		}
	
	#nav ul li:first-child	{
		border: none;
		padding-left: 0;
		}
	
	#nav ul li	{
		display: inline;
		padding: 0px 5px 0px 5px;
		}
	
	#nav ul li a	{
		border: 0;
		margin: 0;
		padding: 0;
		}

	.heading	{
		font-family: Georgia, Times, serif;
		font-weight: bold;
		font-size: 20px;
		text-decoration: underline;		
		}
		
	.list	{
		font-family: "Times New Roman", Georgia, Times, serif;
		font-size: 14px;
		}
		
	.lobbytour	{
		background-color: #29616A;
		border: none;
		border-bottom: 3px solid #999;
		border-right: 3px solid #999;
		color: #FFFFFF;
		padding: 10px;
		width: 440px;
		height: 350px;
		float: left;
		display: none;
		visibility: hidden;
		}
