*{
  margin: 0;
  padding: 0;
}

body {
	font-size: 100%;
	font-family: Arial, san-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(/images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #abb9ac;
	color: #666;
}

a{
	color: #679fa0;
	text-decoration: none;
}
a:hover{
	color: #abb9ac;
	text-decoration: underline;
}
img {
	border: 0;
	}
#page {
	clear: both;
	width: 780px;
	margin: 0 auto;
}
#content {
	text-align: left;

}
#header {
	width: 100%;
	height: 100px;
	background-color: #fff;
	float: left;
}

#header img {
	margin-top: 30px;
	margin-left: 8px;
}

/*IE sucks!!!*/
*html #header img {
	margin-bottom: -3px;
}

h1{
  width: 100%;
  background-color: #679fa0;
  color: #fff;
  font-size: 125%;
  margin: 0;
  text-indent: 8px;
  text-transform: uppercase;
  font-weight: normal;
}
h1 a{
  color: #fff;
  }

#container{
  float: left;
  clear: both;
  width: 780px;
 	background-image: url(/images/container_bg.gif);
 	background-repeat: repeat-y;
  }
#mainCell {
  float: left;
  width: 340px;
  margin-bottom: 20px;
}
#mainCell font{
	font-family: Arial, san-serif !important;
}
#main{
	margin: 6px;
	font-size: 70%;
}

#main p, #main li {
  margin-bottom: 12px;
}

#icon{
  float: right;
  clear: both;
  border: 0 !important;
  }


#rightCell{
  float: left;
  background-color: #fff;
  width: 440px;
}

#logos{
  float: left;
  clear: both;
  width: 780px;
  text-align: right;
}
#logos img{
  margin-right: 6px;
}
#logoLeft{
  width: 340px;
  float: left;
  background-color: #f5f1e5;
}

#logoRight{
  width: 440px;
  float: left;
  background-color: #fff;
}

#menuCell {
	width: 100%;
	float: left;
	background-color: #abb9ac;
	color: #fff;
	height: 25px;
	}

.menu {
	font-size: 75%;
	margin-top: 4px;
}
.menuItem{
  padding: 0 8px;
}
#menuCell a{
	color: #fff;
	}

#on1 a, #on a,#menu li a:hover,#menu li a:hover {
	color: #fff !important;
	text-decoration: none;
}

#footer {
	border-top: 25px solid #679fa0;
	clear: both;
	text-align: center !important;
}

.sitemap {
	font-size: 80%;
}
.sitemap img {
	border: 0;
	display: inline;
}
.sitemap li {
	margin-top: 5px;
	margin-left: 12px;
	list-style: none;
}
.sitemap img{
  border: 0 !important;
}
.calendar{
  font-size: 11px;
  background-color: #eee !important;
  border: 0;
}
.calendar img{
  border: 0 !important;
}
.calendar th{
  color: #4b5d67;
  border: 1px solid #a0aab3;
  background-color: #d8e4f0;
  padding: 1px 4px;
}
.calendar td{
  color: #4b5d67;
  border: 1px solid #a0aab3;
  background-color: #eef3f9;
  text-align: center;
  padding: 1px 4px;
}
.calendar-month{
  background-color: #4b5d67;
  color: #fff;
}
.calendar-next a,.calendar-prev a{
  color: #821c1a;
  text-decoration: none;
  font-weight: bold;
  }
.pn{
  background-color: #d8e4f0 !important;
}
tr.booked td{
   background-color: #efa6ad !important;
}
td.booked{
   background-color: #efa6ad !important;
}
#booking {
  float: left;
  }
#cal{
  float: left;
  width: 325px;
}
#cal table{
  float: left;
}
#bookingForm{
  float: right;
  width: 150px;
  text-align: right;
}
#bookingForm p, #bookingForm form{
  margin: 0;
  padding: 0;
}
#bookingForm select{
  width: 70px !important;
  font-size: 11px;
  border: 1px solid #666;
}
#bookingForm input{
  width: 120px !important;
  font-size: 11px;
  border: 1px solid #666;
}
#curBooked{
  margin-top: 10px;
  height: 17px;
  color: #333;
  clear: left;
  }
#curBooked img{
  float: left;
  margin-right: 12px;
  
}

#mainCell form {
	margin: 10px;
}
.radio {
	border: 0 ! important;
	margin: 0 ! important;
	padding: 0;
	width: 25px ! important;
}
#mainCell input {
	border: 1px solid #679fa0;
	margin: 2px 0 6px 0;
	width: 250px;
}
#mainCell select {
	border: 1px solid #679fa0;
	width: 85px;
}
#mainCell textarea {
	border: 1px solid #679fa0;
	width: 250px;
}
#mainCell img {
	border: 1px solid #679fa0;
}
#mainCell h1 img {
	border: 0;
}
.button {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #679fa0;
	border: 1px solid #ffffff ! important; 

	font-family: Verdana;
	padding: 1px 8px;
}
.button:hover {
	border: 1px solid #679fa0 ! important;
}
.imageEd{
  width: 250px;
  margin-left: 20px;

}
.imageEd input{
  border: 1px solid #333;
}
.thumb{
  float: left;
  margin: 4px;
}