/* CSS Document */

body {
	background:#ddd;
	padding:0px;
	margin:0px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#frame, #logo {
	width:955px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	background-image: url(/images/backgroundpg.gif);
	}
#contentleft, #contentcenter, #contentright {
	border-top: solid #fff 1px;
	}

#contentleft, #mastleft {
	width:204px;
	padding:0px;
	float:left;
	background:transparent;
	}


#contentcenter, #mastcenter {
	width:598px;
	padding:0px;
	float:left;
	background:transparent;
	}

#contentright, #mastright {
	width:153px;
	padding:0px;
	float:left;
	background:transparent;
	}

#mastleft, #mastcenter, #mastright {
	text-align: center;
	background: #fff;
	height: 179px;
	border-bottom: solid #CFCD73 5px;
}
#mastleft img {
	margin-top: 10px;
	border: none none 0px;
}
#mastright img {
	margin-top: 25px;
}

#mastcenter {
	background-image: url(/images/mastcenter.jpg);
	background-repeat: no-repeat;
	background-position: 0px -19px;
	margin: 0;
	padding: 0;
}


p, pre {
	margin:0px 10px 10px 10px;
	}
h1 {
	font-size:14px;
	font-weight: bold;
	color: #336666;
	}
	
pre {
	font-size:11px;
	color:blue;
	}
.imgleft {
	padding-top: 20px;
	float: left;
}
.blueboxright {
	background-color: #CCDDD1;
	height: 171px;
	border-bottom: solid white 4px;
}
.mlleftten {
	margin-left: 10px;
}

#contentheader {
	width: 100%;
	background-color: #29674D;
	float: left;
	border-top: solid #EBEAC4 2px;
	}
#contentheader h1 {
	font-size:14px;
	padding:10px;
	margin:0px;
	}

/* top nav in contentheader div */

#contentheader ul li {
	display: inline;
}

#contentheader ul
{
	margin: 0;
	padding: 0 0 0 7%;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#contentheader ul li a
{
	/* padding: 0.2em 16px; */
padding: 0.2em 16px;
	background-color: #29674D;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
/* border-right: 1px solid #94B473; */
}

#contentheader ul li a:hover
{
color: #FFFFFF;
	background-image: url(/images/pointer.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
}
#contentleft h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding-left: 30px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	padding-top: 25px;
}
#contentleft ul {
	width: 90%;
	padding-top: 2px;
}
#contentleft li {
	display: block;
	margin-left: 30px;
	/* changed 7-28-08  was m-b 5px */
	margin-bottom: 0px;
	padding: 0;
	width: 90%;
}

#contentleft li a {
	color: #FFFFFF;
	text-decoration: none;
	border: solid #959D76 1px;
	/* changed 7-28-08 added display block and padding-left */
	display: block;
	padding-left: 0.1em;
	padding-bottom: 0.2em;
	margin-top: 4px;
	padding-top: .2em;
}
#contentleft li a:hover {
	border: solid #fff 1px;
}
#contentleft ul li ul {
	width: 100%;
	margin-top: 0px;
	padding-top: 1px;
}
#contentleft ul li ul li {
	padding: 0;
	/* fix for pseudo padding and bad rendering
	in IE6 */
	width: 82%;
}
#contentcenter h1 {
	padding: 25px 0px 10px 10px;
}



#contentcenter p {
	line-height: 1.4em;
}

/* end contentheader nav */
#contentright p { font-size:10px}
#frm1 {
	text-align: center;
}
#frm1 table {
	width: 498px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #E7EFE9;
	border-style: solid;
	border-width: 20px;
	border-color: #E7EFE9;
}
#frm1 th, #frm1 td {
	text-align: left;
	padding: 3;
}
#frm1 .sbmt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 2em;
}



#checkrates {
	float: right;
	width: 430px;
	background-color: #004B2C;
	padding: 10px 10px 10px 10px;
}
#checkrates form {
	margin: 10px 10px 10px 10px;
	text-align: center;
}
#checkrates input {
	width: 150px;
}
#checkrates input.sbmt {
	width: 4em;
	font-size: 11px;
}

#checkrates select {
	width: 3em;
	text-align: center;
}
#checkrates select option {
	text-align: center;
	display: block;
}
#checkrates  table {
	border: outset 2px #DEB78E;
	background-color: #959D76;
	padding: 5px 5px 5px 5px;
}

#checkrates  table caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 3px;
}
#checkrates  table th {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
#checkrates table td {
	text-align: center;
}



#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004B2C;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 10px;
}
#logo {
	position: relative;
	top: -130px;
	right: -60px;
	background-image: url(none);
}
.ctr {
	text-align: center;
}
#credit {
	text-align: left;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#credit a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#credit a:hover {
	color: #0099CC;
	text-decoration: underline;
}
#foodmenu {
	background-color: #F5F5E3;
	width: 470px;
	margin-right: auto;
	margin-left: auto;
	color: #666633;
}
.objectzero {
	z-index: 0;
	border: solid white 0px;
	margin: 0;
	padding: 0;
	top: -5px;
	margin-top: 0px;
}

/*  popup calendar styles TO BE REMOVED
#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#FFF;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #336;
  border-right: 1px solid #336;
}

#CalendarControl th {
  font-weight: normal;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
  background-color: #336;
}

#CalendarControl .weekday {
  background-color: #DDD;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #FFC;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #339;
  background-color: #336;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #FFF;
  background-color: #336;
  border: 1px solid #999;
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#CalendarControl .empty {
  background-color: #CCC;
  border: 1px solid #FFF;
}
 end popup calendar styles */
