/* -------- Sprite Navigation ---------- */

#header {
	width:700px;
	height:125px;
	padding:0;
	margin:0 0 0 0;
	text-align:left;
	float:left;
	background: url(images/titlebar.jpg);
	}


/* Sets <div> properties */
#nav {
  width: 130px; height: 125px;
  margin: 0; padding: 0;
  position: relative;
  float:right;
  background-image:url(images/titlebar.jpg);}

/* Hides link text (use <span></span> in html)*/
#nav span {display:none;}

/* List Item properties */
#nav li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

/* Size for links */
#nav a {width:130px; height: 125px; display:block;}

/* Positioning the links */
#link1 {background: url(images/titlebar.jpg) -570px 0px no-repeat;}

/* Positioning the Hover Image */
#link1 a:hover {background: url(images/titlebar.jpg) -570px -125px no-repeat;}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

.lodge_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
}
.lodge_text_lrg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
.lodge_text_XL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
}
.lodge_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.lodge_text_blk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
#greenContent {
	margin: 0px;
	border: 1px solid #996633;
	background-color: #c2c483;
	margin-bottom: 20px;
	margin-top: 1em;
}
#yellowContent {
	margin: 0px;
	border: 1px solid #996633;
	background-color: #fff09e;
	margin-bottom: 20px;
	margin-top: 1em;
	border:#996633;
}

img{
	border: 0;
}