body {
  background: url('images/background.jpg');
  margin: 0;
  font-family: helvetica, Arial;
  font-size: 12px;
  text-align: center;
}

input, textarea {
  font-family: helvetica, Arial;
  line-height: 1.6em;
  color: #FFF;	
  padding: 0.5em;
  background-color: #fd9519;
}

#mainHeader {
  text-align: left;
  background: url('images/ugs_header_bg.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  height: 209px;
  clear: both;
}

#mainContent {
  width: 861px;
  max-width: 861px;
  background: #f0e4d4;
  margin-left: auto;
  margin-right: auto;
}

#navigation table {
  width: 100%;
  height: 31px;
  padding: 0px;
}

#navigation table tr {
  vertical-align: center;
}

#navigation table td {
  text-align: center;
  background: url('images/nav_bg.jpg');
  border-right: 2px solid #fe8b01;
  cursor: pointer;
}

#navigation table td.active {
  background: url('images/nav_active.jpg');
  background-repeat: repeat-x;
  background-position: center left;
  cursor: pointer;
}

#navigation table td.last {
  border-right: 0px;
}

#navigation table td.navCell {
  cursor: pointer;
}

#navigation a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 8pt;
  text-decoration: none;
  font-weight: bold;
}

 
.maillingListForm,
#maillingListForm {
  width: 300px;
  float: right;
  margin: 0 20px 0 0;
}

#body {
  color: #874a02;
  padding: 10px 50px 50px 50px;
  line-height: 1.6em;
  clear: both;
  text-align: left;
}

.body404 {
  background: #e5b472;
  padding: 8px;
}

.title404 {
  font-size: 16pt;
  border-bottom: 2px solid #fe8b01;
  color: #fe8b01;
  font-weight: bold;
}

span.light {
  color: #aeaeae;
}

td.borderRight {
  border-right: 2px solid #e5e5e5;
  padding: 5px 10px;
}

.error {
	color: #900;
	font-weight: bold;
	text-align:center;
}

img.align_right {
	float: right;
	padding: 0 0 10px 10px;
}

img.align_left {
	float: left;
	padding: 0 10px 10px 0;
}

input[type=file] {
	background-color: transparent;
	color: #fd9519;
}
input[type=submit], input[type=button] {
	color: #FFF;
	background-color: #fd9519;
}
input[type=submit]:hover, input[type=button]:hover {
	color: #FFF;
	background-color: #fb2f9b;
}
input[type=text], input[type=password] {
	color: #874a02;
	background-color: #fff9e8;
}
input[type=text]:focus {
	color: #666;
	background-color: #FFF;
}
textarea {
	color: #874a02;
	background-color: #fff9e8;
}
textarea:focus {
	color: #666;
	background-color: #FFF;
}


a, a:link {
	color: #fb2f9b;
	text-decoration: none;
}
a:hover, a:active {
	color: #be6e0e;
	text-decoration: none;
}

#container {
  clear: both;
}

#theMission {
  width: 375px;
  padding-top: 38px;
  background: url('./images/main_the_mission.jpg') #f0e4d4;
  background-repeat: no-repeat;
  background-position: top left;
  float: left;
  clear: left;
  margin-bottom: 30px;
}
#theMission div {
  background: #e4b371;
  padding: 20px;
  line-height: 150%;
  color: #864a02;
}

#recentHighlights {
  padding-top: 38px;
  background: url('./images/main_recent_highlights.jpg') #f0e4d4;
  background-repeat: no-repeat;
  background-position: top left;
  float: left;
  clear: left;
  width: 375px;
}
#recentHighlights div {
  background: #e4b371;
  padding: 5px;
  line-height: 150%;
  color: #864a02;
}

#upcomingEvents {
  float: right;
  clear: right;
  width: 325px;
  padding-top: 38px;
  background: url('./images/main_upcoming_events.jpg') #f0e4d4;
  background-repeat: no-repeat;
  background-position: top left;
}
#upcomingEvents div {
  background: #e4b371;
  padding: 10px 10px 0 10px;
  color: #864a02;
}

#clearDiv { clear: both; }

div.eventHeading {
  clear: both;
  color: #864a02;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
}
div.eventHeading img {
  padding: 0 0 10px 0;
}
div.eventHeading a {
  color: #bd6e0f;
  text-decoration: none;
}

div.eventHeading a:hover {
  text-decoration: underline;
}
div.eventHeading span.lighter {
  color: #be6e0d;
  line-height: 1.2em;
}

div.eventDescription {
  color: #bd6e0f;
  clear:both;
  line-height: 1.4em;
}

div.event {
  cursor: pointer;
}

div.shareMe {
	margin: 0 0 1em 0;
}

div.rule {
	border-bottom: 1px solid #FFF;
	margin: 0 0 1em 0;
}

#maillistFooter {
  background: #FFF;
  margin-left: auto;
  margin-right: auto;
}

td.bordered {
	border: 1px solid #caac83;
}


/* EVENTS */

.titleLine, td .titleLine {
  font-size: 14px;
  font-weight: bold;
  color: #8c530e;
  line-height: 1.2em;
  padding: 0 0 5px 0;
}

.dateLine {
  font-size: 14px;
  font-weight: bold;
  color: #bf741a;
  line-height: 1.2em;
  padding: 0 0 5px 0;
}

.soldOut {
  font-weight: bold;
  color: #ff0000;
  padding: 10px 0;
}

.eventCell {
  padding: 15px 0;
  line-height: 1.3em;
  font-size: 13px;
}

.dim {
	font-size: 11px;
	color: #bc9d74;
}

/* PHOTO GALLERIES */

img.gallery_list_thumb {
	float: left;
	margin: 0 10px 0 0;
}

.album_title {
	font-size: 14px;
	font-weight: bold;
	color: #8c530e;
	line-height: 1.4em;
}

.album_container {
	clear: both;
	padding: 30px 0;
}

/* cart CSS rules */
table.cart {
  margin: 10px auto 10px auto;
  width: 80%;
}
table.cart td {
  padding: 5px 0 5px 0;
  text-align: center;
  vertical-align: center;
  font-size: 12pt;
  /*
  border-left: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
  */
}
table.cart td.done {
  /* background: url('./images/nav_bg.jpg');
  background-position: bottom left;
  background-repeat: repeat-x; */
  color: #c6ad8c;
}
table.cart td.here {
  /* background: url('./images/nav_active.jpg');
  background-position: bottom left;
  background-repeat: repeat-x; */
  color: #5f3f14;
  font-weight: bold;
}
table.cart td.right {
  color: #c6ad8c;
}

#cartContainer {
  background: #DECAAF;
  width: 164px;
  float: right;
  font-weight: bold;
  padding: 15px;
}
#cartContainer table {
  margin: 0 0 5px 0;
}
#cartContainer table td {
  font-weight: bold;
  padding: 5px 0 5px 0;
}
#cartContainer table td.price {
  white-space: nowrap;
  text-align: right;
}
#cartContainer .title {
  border-bottom: 2px solid #8c530e;
  text-transform: uppercase;
  font-size: 14pt;
  margin: 0 0 5px 0;
}

#security_badge {
	width: 300px;
	margin: 0 auto;
	padding: 50px 0 0 0;
	text-align: center;
}

.lowerRightAnchor {
  position: fixed;
  right: 0px;
  bottom: 0px;
  max-height: 400px;
  overflow: auto;
  max-width; 200px;
  width: 200px;
  color: #ffffff;
  text-align: left;
  font-size: 8pt;
  font-family: monospace;
  padding-bottom: 10px;
}
body > .lowerRightAnchor {
  position: fixed;
}

#theMission div.white {
	background-image: none;
	background-color: #a1753d;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	margin: 5px 0;
}

#theMission div.white:hover {
	background-image: none;
	background-color: #874a02;
}

#theMission div.white a, #theMission div.white a:link {
	color: #FFF;
}

div.quotation {
	border: dashed 2px #ed0f92;
	padding: 20px;
	font-size: 15px;
	color: #492c05;
	line-height: 1.3em;
	font-style: italic;
	width: 225px;
	margin: 0 0 20px 0;
}


div.quotation a, div.quotation a:link {
	padding: 20px 0;
	font-size: 13px;
	font-weight: bold;
}

div.quotation div.author {
	text-align:right;
	font-size: 12px;
}

#quotation_holder {
	float: right;
	width: 250px;
	margin: 0 0 0 20px;
}

#quotation_holder_horizontal {
	margin: 20px 0 0 0;
}

#quotation_holder_horizontal div.quotation {
	float: left;
	width: 195px;
	margin: 0 10px 0 0;
}

ul.press {
	list-style: none;
	padding: 0;
	
}

ul.press li {
	margin: 15px 0;
	line-height: 1.3em;
}


a.credit, a.credit:link {
	color: #FFF;
}

a.credit:hover, a.credit:active {
	color: #fb2f9b;
}

.momsbody {
 
}

#momsJoinList {
	padding: 15px 0 15px 0;
}

img.right_align {
  float: right;
  margin: 0 0 0 10px;
}

img.left_align {
  float: left;
}

img.eventImage {
  padding: 0 20px 0px 0;
  float: left;
}
