body {
  margin: 0;
  padding: 0;
  background: #ccc;
}

#header {
  background: url('images/campinn_aerial_top_bg.jpg') no-repeat;
  width: 790px;
  height: 261px;
  margin-left: auto;
  margin-right: auto;
}

#logo {
  margin-left: 13px;
  margin-top: 4px;
}

#menu {
  color: #fff;
  font-family: Verdana;
  font-weight: bold;
  position: relative;
  top: 22px;
  left: 15px;
}

#mainbodyWrapper {
  background: url('images/bg.jpg') repeat-x;
  width: 790px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
}

#mainbody {
  padding: 15px 30px 30px 30px;
  color: #ebf4dc;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
}

#footer {
  background: #162b0b;
  width: 790px;
  height: 30px;
  padding: 10px 0 10px 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  margin-bottom: 15px;
}

#footer a {
  color: #cbcbcb;
  text-decoration: none;
}

#footer a:hover {
  color: #fff;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 3;
}

#nav a {
	display: block;
	width: 9em;
	color: #ebf4dc;
	text-decoration: none;
	text-shadow: #333 -1px 1px 2px;
}

#nav a:hover {
	color: #fff;
}

#nav li { /* all list items */
	float: left;
	width: 9em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #162b0b;
	-moz-opacity:.90; filter:alpha(opacity=90); opacity:.90;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.submenu a {
  padding-left: 15px;
  line-height: 2;
  font-weight: normal;
}

.submenu a:hover {
  background: url('images/hover.jpg') no-repeat;
}

h1 {
  color: #5e9c3c;
  border-bottom: solid 3px #5e9c3c;
  font-size: 13pt;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.2;
}

h1 .hWhite {
  color: #fff;
}

a {
  text-decoration: none;
  color: #84b674;
  font-weight: normal;
}

a:hover {
  color: #ebf4dc; 
  text-decoration: underline;
}

ul { 
  list-style-image: url('images/bullet.png') 
}

.imgbord {
   /*padding:1px;*/
   border:1px solid #fff;
   /*background-color:#ff0;*/
}

#map_canvas {
   height: 400px;
   width: 100%;
   border:1px solid #fff;
}

#rates td {
   padding: 5px;
}

#disclaimer {
   width: 500px;
   border-left: 1px solid #1a370c;
   border-top: 1px solid #1a370c;
   border-right: 4px solid #1a370c;
   border-bottom: 4px solid #1a370c;
   font-size: .75em;
   padding: 5px;
   margin-top: 20px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

#subdesc {
   font-size: .7em;
}

