/* some changes made dd 1-12-2005, after discussion with Bill Brown
- removed absolute positioning on the content; makes demo more useful
+ added 1px top-border on body and positioned it -1px upwards, to prevent margin-collapsing
+ explicitly added z-index:0 to body for Mozilla
*/

/* styles for background-image */
html {
	height: 100%;
	overflow:hidden;
	margin-bottom:1px;
}

body{
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	height: 100%;
	border-top: 1px transparent solid;
	margin-top: -1px;
	z-index:0;
	position:relative;
}

img {
	border:none;
}

/* Links */

a {
	font-size:100%;
}

a:link {
	color:#666666;
}

a:visited {
	color:#666666;
}

a:hover {
	color:#000000;
} 

a:active {
	color:#ff9900;
}

/* Paragraphs */

P	{
	font-size: 12pt;
	margin:0 0 1.2em 0;
	line-height:1.5em;
}

.bigger {
	font-size:120%;
}

/* Separators */

HR
	{ color:#745497; background-color:#745497; height:2px; margin:0 0 .4em 0; padding:0; border-style:none; overflow:hidden }
	
HTML>BODY HR
	{ margin:1em 0 }

/* Headers */

h1, h2, h3, h4, h5, h6 {
	color:#c44d1e;
	margin:0 0 .6em 0;
	padding:0;
	line-height:1em
}

h1	{
	margin:0px 0px 10px 0px;
	font-family:verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size:30pt;
	color:#745497;
}


h2	{
	font-size:20pt;
	color:#745497;
	margin-top:30pt;
}

h3	{
	font-size:110%;
	color:#009abc;
}

h4, h5, h6
{ font-size:100% }

h6
{ margin-bottom:.2em }


/* Primary Nav Links */

#navP a {
	color:#c8bad4;
	font-size:120%;
}

#navP a:link {
	color:#c8bad4;
}

#navP a:visited {
	color:#c8bad4;
}

#navP a:hover {
	color:#fff;
} 

#navP a:active {
	color:#c8bad4;
}

#wrapper-navP a.Home-current, #wrapper-navP a.Menu-current, #wrapper-navP a.Location-current, #wrapper-navP a.About-current, #wrapper-navP a.News-current, #wrapper-navP a.Reservations-current, #wrapper-navP a.Facebook-current {
	color:#ffffff;
	cursor:default;
}



/* Tables */

table.list {
	width:680px;
}

table.list td {
	vertical-align:top;
	padding:5px 0 5px 0;
}

table.list td.price {
	text-align:right;
}

table.list td.indentation {
	font-style:italic;
	padding-left:25px;
}

.price {
	padding:0 0 0 15px;
}


