/* CSS Document */
* {
	margin: 0;
	padding: 0;
	}
body {
	font-family: verdana, helvetica, arial, sans-serif;
	text-align: center;
	}
a {
	font-family: Garamond,Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}
#Container{
	height: 575px;
	width: 700px;
	margin: 5 auto;
	text-align: left;
	}
#Header{
	height: 100px;
	width: 700px;
	}
#NavBar {
	height: 35px;
	width: 700px;
	}
.NavBarTable {
	width: 140px;
	height: 35px;
	text-align: center;
	font-color: white;
	font-size: 75%;
	}
.NavBarTable A {
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
.NavBarTable A:hover{
	color: #990000;
	font-weight: bold;
	}
.NavBarTable A:visited{
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
#ImageBar{
	height: 75px;
	width: 700px;
	border-bottom: solid #006699 3px;
	background-color: #E6E6CE;
	}
#AvailBar {
	
	padding-top: 5;
	height: 30px;
	width: 700px;
	font-size: 70%;
	background-color: #999966;
	text-align: center;
	}
#f_date_a {
	border: 1px solid #000000; 
	background-color: #F5F5F5;
	font-size: 80%; 
	} 

input.submit { 
	border: 1px solid #000000;
	background-color: #CCCCB3;
	font-size: 80%;
	text-align: center;
	width: 95px;
	} 
#numNts { 
	border: 1px solid #000000; 
	font-size: 80%; 
	} 
#numGst { 
	border: 1px solid #000000; 
	font-size: 80%; 
	}
#SubContainer1{
	padding: 10;
	}
#Content1{
	height: 320px;
	width: 200px;
	position: relative;
	top: 10;
	font-size: 80%;
	font-weight: bold;
	text-align: justify;
	}
#Content1 ul a{
	color: blue;
	text-decoration: none;
	}
#Content1 ul a:visited{
	color: blue;
	text-decoration: none;
	}
#Content1 h1 {
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	}
#Content2{
	height: 270px;
	width: 490px;
	top: -310;
	left: 210;
	position: relative;
	border-left: solid #CCCCCC 2px;
	padding-left: 30px;
	}
#Content2 h1 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	}
#Content2.subheading {
	font-size: 80%;
	}
.CalendarMain {
	text-align: center;
	}
#output h2 {
	font-size: 90%
	}
#output h3 {
	font-size: 80%
	}
#Footer{
	height: 15px;
	width: 700px;
	top: -250;
	position: relative;
	border-top: solid #006699 3px;
	font-size: 50%;
	text-align: center;
	}
.MoreLI {
	text-align: right;
	list-style-image: url(images/bullet.gif);
	}
.BasicLI {
	list-style: disc left none;
	text-align: left;
	font-size: 70%;
	}
#AvailPanel {
	padding-top: 25;
	height: 300px;
	width: 205px;
	border-right: solid #CCCCCC 2px;
	font-size: 70%;
	}
.AvailPnlTbl {
	font-size: 95%;
	}	
#AvailDetail {
	position: relative;
	top: -285;
	left: 205;
	padding-top 10;
	padding-left: 15;
	height: 300px;
	width: 495px;
	font-size: 85%;
	}
.ContactDetail {
	font-size: 85%;
	}
#Rates {
	font-size: 75%;
	}
#ContactForm {
	visibility: hidden;
	position: relative;
	/*left: 300px;
	top: 20px;
	*/
	top: -820;
	left: 165;
	height: 300px;
	width: 200px;
	padding: .5em;
	z-index: 1;
	border: solid black 1px;
	background-color: white;
	}
#ContactForm td {
	font-size: 75%;
	}
#ContactForm fieldset {
	padding: 1em;
	}
#ContactForm legend {
	font-size: 85%;
	padding-left: .5em;
	padding-right: .5em;
	}
.closebutton a {
	font-size: 110%;
	color: darkred;
	text-decoration: none;
	}
#InqConfirm {
	visibility: hidden;
	position: relative;
	left: 220px;
	top: -1170px;
	height: 125px;
	width: 300px;
	padding: 2em 1em 1em 1em;
	z-index: 3;
	border-bottom: solid #535337 2px;
	border-right: solid #535337 2px;
	border-top: solid #CCCCB3 2px;
	border-left: solid #CCCCB3 2px;
	background-color: #999966; 
	font-size: 70%;
	}
#InqConfirm td {
	font-size: 85%;
	}
	