/* shared styles */

	/* layout */
	body {
		margin: 0px;
		padding: 0px;
		background-color: #e4e1d3;
		background-image: url(/images/backgrounds/page_background_01.gif);
		background-repeat: repeat-x;
		text-align:center;
	}
	
	li {
		font: 11px Tahoma, Verdana, sans-serif;
	}
	
	#page {
		width:762px;
		margin:0px auto;
		text-align:left;
		padding:0px;
		border: 1px solid #D9D9D9;
		border-top: 0px;
		background-color:#fff;
	}
	
	
	/* navigation bar */
	form {
		margin: 0px;
	}
	#utility {
		height: 33px;
		width: 100%;
		text-align: right;
		padding: 8px 23px 0px 0px;
	}
	#utility #email {
		width: 110px;
		height: 16px;
		border: 1px solid #999;
		background-color: #f5f5f5;
		margin: 0px 6px 0px 6px;
		font: 10px Verdana, Tahoma, Verdana, sans-serif;
		color: #d40000;
	}
	#utility img {
		position: relative;
		top: 3px;
	}
	#nav {
		height: 40px;
	}
	#nav ul {
		margin: 0px 23px 0px 20px;
		padding: 0;
		
	}
	#nav li {
		list-style-type: none;
		display: inline;
		margin: 0px;
		padding: 0px;
		padding-top: 11px;
		float: left;
	}
	#nav li.logo {
		margin-right: 58px;
		padding-top: 0px;
	}
	
	
	
	/* content panel */
	#content {
		margin: 0px;
		padding: 0px;
		background-color: #fff;
		background-image: url(/images/backgrounds/template-c_content.gif);
		background-repeat: repeat-y;
		border-bottom: 2px solid #d40000;
		width: 761px;
	}
	#content P {
		font: 11px/17px Georgia, Times, serif;
		color: #333;
		margin: 5px;
	}
	#content a, #content a:visited {
		color: #4b0082;
		text-decoration: underline;
	}
	#content a:hover, #content a:visited:hover {
		color: #191970;
		text-decoration: none;
	}
	
	#content h4 {
    font-family: Trebuchet MS,Tahoma,Verdana,sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: rgb(212, 0, 0);
	}
	
	.contentImage {
		float: right;
		padding: 0px 0px 10px 10px;
	}
	
	
	/* left col - subnav */
	#subnav {
		width: 175px;
		float: left;
		margin: 0px;
		padding: 0px;
	}
	#subnav .content {
		margin: 0px;
		padding: 0px 0px 0px 16px;
	}
	#subnav ul {
		background-image: url(/images/backgrounds/subnav.gif);
		background-repeat: no-repeat;
		width: 151px;
		margin: 0px;
		list-style-type: none;
		padding: 7px 12px 75px 12px;
	}
	#subnav li {
			font: bold 11px/12px Trebuchet MS, Tahoma, Verdana, sans-serif;
		padding: 6px 2px 6px 2px;
		color: #666;
		width: 127px;
	}
	/*
	#subnav li.last {
		border: 0px;
	} */
	#subnav a, #subnav a:visited {
		text-decoration: none;
		color: #d40000;
	}
	#subnav a:hover, #subnav a:visited:hover {
		text-decoration: underline;
		color: #d40000;
	}
	
	/* used in sitemap and on home page */
	#content .navlist a:link, #content .navlist a:visited {
		font: bold 12px Trebuchet MS, Tahoma, Verdana, sans-serif;
		color: #d40000;
		text-decoration: none;
	}

	#content .navlist a:active, #content .navlist a:hover, #content .navlist a:visited:hover {
		font: bold 12px Trebuchet MS, Tahoma, Verdana, sans-serif;
		color: #d40000;
		text-decoration: underline;
	}
	
	/* pre-footer */
	#divider {
		padding-top: 75px;
		padding-bottom: 13px;
		background-color: #fff;
		background-image: url(/images/backgrounds/reservations-background.gif);
		background-repeat: repeat-x;
		text-align: center;
	}

	
	/* footer links */
	#footer {
		text-align: center;
		font: 11px/14px Trebuchet MS, Tahoma, Verdana, sans-serif;
		padding: 11px;
		color: #999;
	}
	#footer a, #footer a:visited {
		color: #999;
		text-decoration: none;
	}
	#footer a:hover, #footer a:visited:hover {
		color: #333;
		text-decoration: underline;
	}
.H1 {
				text-align: center;
		font: 24px Times New Roman;
		style: bold
		padding: 24px;
		color: #d40000;
		}
.H2 {
				text-align: center;
		font: 22px Times New Roman;
		style: bold
		padding: 24px;
		color: #d40000;
		}		