body {
	background: #80b8b5;
	color: #06185C;
	font-family: Papyrus, Georgia, serif; /* Verdana, Arial, sans-serif;*/
	font-size: .9em;
	line-height: 1.3em;
	letter-spacing: 1px;
}

/* Simply loads a background image overlay */
#background {
	background: #80b8b5; /*transparent url('../images/bg.jpg') repeat-x; */
}

/* sets the width of where content can go, and loads header image */
#container {	
	background: #80b8b5; /*transparent url(../images/header.jpg) no-repeat scroll left top; */
	position: relative;
	margin: 0 0 0 200px;
	width: 800px;
}

#header {
	text-align: center;	
}

/* Holds all the text and stuff below the header */
#content {
	position: relative;
	height:100%;
}

/* Full width, all the way across the content area */
#sectionFull {
	position: relative;
	width: 100%;
}

/* Right-hand content, primary body area */
#sectionRight {
	position: relative;
	margin: 0 0 0 200px;
	width: 580px;
}

/* Left-hand content, for menu */
#sectionLeft {
	position: absolute;
	top: 0;
	left: 10px;
	width: 170px;
}

#footer {
	position: relative;
	margin: 20px 0 0 0;
	width: 731px;
	/*background: url('../images/left-top-corner-box.jpg') no-repeat top left;*/
}


/* Default Link styles ----------------------------------------------------------------- */

a, a:link {
	text-decoration: none;
	font-weight: bold;
	color: #003399;
}

a img {
	border: none;
}

a:hover {
	text-decoration: none;
	color: #6699CC;
}

/* Floats ----------------------------------------------------------------- */

.floatLeft {
	float: left;
	margin: 0 5px 0 0;
}

.floatRight {
	float: right;
	margin: 0 0 0 5px;
}

/* Indents ----------------------------------------------------------------- */

.indentRight {
	margin: 0 0 0 40px;
}

.indentLeft {
	margin: 0 40px 0 0;
}

.indentBoth {
	margin: 0 40px;
}

/* Padding ----------------------------------------------------------------- */

.margin10_lr { margin: 0 10px 0 10px; }
.margin15_l { margin: 0 0 0 15px; }
.margin15_lb { margin: 0 0 15px 15px; }



/* Spacers ----------------------------------------------------------------- */

.spacerVertical {
	height: 500px;
	width: 1px;
	background: transparent;
	float: left;
}

.spacerClear {
	clear: both;
}

/* Nice Borders ----------------------------------------------------------------- */

.borderSilverRidge_tb {
	border-top: 3px silver outset;	
	border-bottom: 3px silver inset;	
}

.borderSilverRidge_all {
	border: 3px silver outset;	
}

/* Headers ----------------------------------------------------------------- */

h1 {
	color: #06185C;
	font-family: Georgia, "Trebuchet MS", arial, sans-serif;
	font-size: 170%;
	/*font-weight: lighter;*/
	line-height: 1em;
	margin: 0 0 1em 0;
}

h2 {
	color: #06185C;
	font-family: Georgia, "Trebuchet MS", arial, sans-serif;
	font-size: 150%;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 1em 0;
}

h3 {
	font-weight: bold;
	font-size: 130%;
	font-family: tahoma, arial, sans-serif;
	font-variant: small-caps;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: #333;
	margin: 0 0 .5em 0;
}

/* Basic List ----------------------------------------------------------------- */

ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin:0 0 0 1em;
}

/* Text on the navigation section */

.navText {
	font-size: 10px;
	font-family: verdana, Arial, sans-serif;	
	line-height: 12px;
}

/* Menu Primary ----------------------------------------------------------------- */

#menuPrimary ul {
	display: inline;	
}

#menuPrimary ul li {
	/* do not use display:block; makes discs dissapear */
	margin: 0 0 5px 0;
	list-style-type:none;
}

#menuPrimary ul li ul li {
	list-style: disc inside;
	margin: 5px 0 0 15px; 
}


#menuPrimary ul li a {
	text-transform: small-caps;
	font-size: 110%;
	font-family: Papyrus, Georgia, serif;
}

/* BOXes */

.boxRez {
	font-size: 80%;
	font-family: Arial, sans-serif;
	width: 290px;
}

.boxMessage {
	display: none;
	margin: 0 0 1em 0;
	font-weight: bold;
}

.boxSubnav {
	margin: 1em 0;
}

/* Tableless Forms ----------------------------------------------------------------- */

#formReservation label {
	text-align: right;
	width: 130px;
	padding-right: 10px;
}

#formReservation label, #formReservation input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

#formReservation input {
	width: 135px;
}

#formReservation input.submit {
	display: block;
	width: 130px;
	float: left;
	margin: 0 0 10px 140px;
}

#formReservation textarea {
	text-align: left;
	width: 140px;
	margin-bottom: 10px;
}

#formReservation br {
	clear: left;
}

/* Misc ----------------------------------------------------------------- */

p {margin: 0 0 1em 0;}

pre {
	font-family: courier-new, monospace;
	font-size: 120%;
}

.justify {
	text-align: justify;
}


/* OLD ----------------------------------------------------------------- */


#sectionWrapper {width: 900px; margin: 20px 0 0 0; }
	#sectionWrapper .shad0 {border-left: 2px solid #dfdfdf; border-right: 2px solid #dfdfdf; border-bottom: 2px solid #dfdfdf; border-top: 2px solid #dfdfdf;}
	#sectionWrapper .shad3 {border-left: 2px solid #ddd; border-right: 2px solid #ddd; border-bottom: 2px solid #ddd; border-top: 2px solid #ddd;}
	#sectionWrapper .shad2 {border-left: 2px solid #ccc; border-right: 2px solid #ccc; border-bottom: 2px solid #ccc; border-top: 2px solid #ccc;}
	#sectionWrapper .shad1 {border-left: 2px solid #afafaf; border-right: 2px solid #afafaf; border-bottom: 2px solid #afafaf; border-top: 2px solid #afafaf;}

#sectionContainer {
	background-color: #fff; 
	border-top: 0px;
	border: 1px solid silver;
	position: relative;
}

#sectionHeader {
	background: #E6E6E6;
}

#sectionContent {
	margin: 0 10px 20px 10px;	
	width: 650px;
	font-family: Georgia, Times New Roman serif;
	color: #333;
	font-size: 110%;
	font-weight: lighter;

}

#sectionFooter {
	background: url('../images/bg-sectionFooter.gif');
	height: 30px;
	border-top: 1px solid silver;
	line-height: 25px;
}

/* Sidebars ----------------------------------------------------------------- */

#sectionSidebar {
	position: absolute;
	top: 170px;
	left: 670px;
	width: 170px;
	background: #E7E7E7;
	margin: 0 10px;
	font-size: 90%;
	padding: 10px;
}

#sectionSidebar h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-family: Calibri,"Trebuchet MS",arial,sans-serif;
	font-size: 130%;
	letter-spacing: 1px;
}

#sectionSidebar ul {margin-left:2em;}
#sectionSidebar ul li {list-style:disc outside;}

/* Menu Top (Horizontal) ----------------------------------------------------------------- */

#menuTop {
	background: url('../images/bg-sectionContent.gif') repeat-x #fff;
	text-align: right;
	height: 30px;
}

#menuTop ul {
	display: inline;	
}

#menuTop ul li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0 10px;
}

#menuTop ul li a {
	text-transform: uppercase;
	font-size: 9px;
	font-family: Verdana, sans-serif;
}

/* Menu Footer ----------------------------------------------------------------- */

#menuFooter {
	text-align: left;
}

#menuFooter ul {
	display: inline;	
}

#menuFooter ul li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0 10px;
}

#menuFooter ul li a {
	text-transform: uppercase;
	font-size: 9px;
	font-family: Verdana, sans-serif;
}

