body {
	margin: 15px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #F9EEDE;
}
.accessibility {
	position: absolute;
	width: 0px;
	height: 0px;
	top: -3000px;
}
#wrapper {
	width: 800px;
	position: relative;
	left: 50%;
	margin: 10px 0 0px -400px;
	background: url('/images/left_col_bck.gif') repeat-y top left;
	background-color: #FFFFFF;
	border: solid 1px #3762A7;
}
#header {
	width: 100%;
	height: 135px;
	background: url('/images/header.jpg') no-repeat top left;
	background-color: #FFFFFF;
	border-bottom: solid #3762A7 1px;
}
#donate {
	float: right;
	width: 245px;
	height: 100px;
	border-left: solid 1px #3762A7;
	background: url('/images/donate_bck.jpg') no-repeat top right;
	background-color: #FDF9F2;
}
#donate_btn {
	font-size:18px;
}

#calendar_btn {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #3762A7;
	padding:5px 10px;
}

#calendar_btn img {
 float:left;
}

#nav {
	clear: both;
	margin: 0;
	padding: 0 0 0 10px;
	border-top: solid 1px #3762A7;
}
#nav ul {
	margin: 0;
	padding: 8px 0 0 0px;
	list-style: none;
	font-size:14px;
	font-weight:bold;
}
#nav ul li {
	float: left;
	margin: 0;
}
#top_nav {
	clear: both;
	margin: 0 auto;
	padding: 0 0 0 10px;
	width: 800px;
	height:10px;
}
#top_nav ul {
	margin: 0;
	padding: 4px 0 0 0px;
	list-style: none;
	font-size:11px;
	width:305px;
	float:right;
}
#top_nav ul li {
	float: left;
	margin: 0;
}
#content {
	clear: both;
	width: 100%px;
}
#left_col {
	float: left;
	width: 176px;
}
#right_col {
	float: right;
	width: 623px;
	/*background: url('/images/content-back.gif') repeat-x top;*/
}

#footer {
	clear: both;
	padding: 4px 0;
	text-align: center;
	background-color: #3762A7;
	color: #FFFFFF;
}

#footer2 {
	width: 800px;
	position: relative;
	margin: 0px auto;
	color: #3762A7;
	font-size: 10px;
}
#footer2 div {
	margin-top: 5px;
}

.first {
	padding: 0 8px 0 0;
}
.bullet {
	padding: 0 11px 0 15px;
	background: url('/images/bullet.gif') no-repeat left;
}

.content {
	padding: 5px;
}

.border {
	border: solid #3762A7 1px;
}

#images {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
#images li {
	/*float: left;*/
	margin: 6px;
	padding: 0 0 0 200px;
	width: 390px;
	height: 250px;
	/*text-align: center;*/
	font-weight: bold;
	font-size: 13px;
}

#images #canoeing {
	background: url('/activities/images/canoeing.jpg') no-repeat top left;
}
#images #cycling {
	background: url('/activities/images/cycling.jpg') no-repeat top left;
}
#images #social {
	background: url('/activities/images/social.jpg') no-repeat top left;
}
#images #snowshoeing {
	background: url('/activities/images/snowshoeing.jpg') no-repeat top left;
}
#images #skiing {
	background: url('/activities/images/skiing.jpg') no-repeat top left;
}
#images #hiking {
	background: url('/activities/images/hiking.jpg') no-repeat top left;
}
#images #climbing {
	background: url('/activities/images/climbing.jpg') no-repeat top left;
}
#images #fishing {
	background: url('/activities/images/fishing.jpg') no-repeat top left;
}
/* Destination Specific Formating*/

#images4 {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}

#images4 li {
	float: left;
	margin: 15px 10px 15px 10px;
	padding: 0 0 0 0;
	width: 170px;
}	

#images5 {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}

#images5 li {
	float: left;
	margin: 3px;
	padding: 10px 0 10px 50px;
	width: 200px;
}	

#glacier-header {
	width: 623px;
	height: 199px;
	background: url('/destinations/images/glacier-header.jpg') no-repeat;
}

#yellowstone-header {
	width: 623px;
	height: 199px;
	background: url('/destinations/images/yellowstone-header.jpg') no-repeat;
}

#zion-header {
	width: 623px;
	height: 199px;
	background: url('/destinations/images/zion-header.jpg') no-repeat;
}
#dogsledding-header {
	width: 623px;
	height: 199px;
	background: url('/destinations/images/dogsledding-header.jpg') no-repeat;
}

#grand-canyon-header {
	width: 623px;
	height: 199px;
	background: url('/destinations/images/grand-canyon-header.jpg') no-repeat;
}

#grand-teton-header {
	width: 623px;
	height: 199px;
	background: url('/destinations/images/grand-teton-header.jpg') no-repeat;
}

#mesa-verde-header {
	width: 623px;
	height: 199px;
	background: url('/destinations/images/mesa-verde-header.jpg') no-repeat;
}

#canyonlands-header {
	width: 623px;
	height: 199px;
	background: url('/destinations/images/canyonlands-header.jpg') no-repeat;
}

.destination-content {
	width: 580px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 10px;
}

#destination-nav {
	background-color: #3762a7;
	width:100%;
	height:25px;
	
}

#destination-nav ul {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align:center;
	font-size:12px;
	
}

#destination-nav ul li {
	padding:0 3px 0 3px;
	margin: 0px;
	color: white;
	display: inline;
	
}

#destination-nav ul li a {
	color: white;

}

#destination-header {
	width: 623px;
	height: 150px;
	background: url('/destinations/images/header.jpg') no-repeat;
}

.bold-text {
	font-weight: bold;
}
/*End Destination Formating*/


#images2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
#images2 li {
	float: left;
	margin: 6px;
	padding: 0;
	width: 185px;
	text-align: center;
}


/** = index specific formatting **/

#home_main_image {
	width: 623px;
	height: 250px;
	background: url('/images/home_main_image.jpg') no-repeat;
	border-bottom: solid 1px #3762A7;
}

#americorp {
	padding-top: 10px;
	padding-left: 65px;
	background: url('/images/americorp.gif') no-repeat left;
}

#ds_usa {
	margin-top:20px;
	padding: 100px 20px 20px 0;
	
	background: url('/images/ds_usa_logo.jpg') no-repeat center;
	
	
}

#fundraisers {
	clear: both;
	padding-top: 40px;
	/*height: 150px;*/
	text-align: center;
	vertical-align: middle;
	border-top: solid 1px #3762A7;
	background: url('/images/fund_title.gif') no-repeat top;
}
#fundraisers span{
	float: left;
	padding: 0 14px;
	text-align: center;
}
#fundraisers img {
	margin: 0 10px;
}

#rei {
	position: relative;
	margin: 10px auto;
	padding: 2px 0;
	height: 61px;
	width: 512px;
	background-color: #000;
	font-size: 11px;
	color: #fff;
}
#rei a {
	color: #fff;
}
#rei .img {
	float: left;
	display: inline;
	margin: 0px 8px;
	width: 80px;
	overflow: hidden;
	text-indent: -88px;
}
#rei .p1 {
	float: left;
	display: inline;
	margin: 8px;
	width: 190px;
}
#rei .p2 {
	float: right;
	display: inline;
	margin: 8px;
	width: 190px;
}

/** = text formatting **/

a {
	color: #3762A7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h2 {
	margin: 15px 0 40px 0;
	padding: 0;
	color: #3762A7;
	font-size: 1.5em;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

.header {
	color: #3762A7;
}

#donate .content div {
	margin: 2px 0 0 2px;
	/*font-size: 1.25em;*/
	text-align: center;
	font-weight: bold;
	color: #3762A7;
}

.heading {
	padding: 3px;
	text-align: left;
	background-color: #3762A7;
	color: #FDF9F2;
}

.auction li {
	margin: 15px 0;
}

ul.paragraphStyle {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.paragraphStyle li {
	padding: 6px 0;
}

.float-right {
	float: right;
}

#contact {
	border: 0px;
	padding: 0px;
	margin: 0 0 0 20px;
}
#contact legend {
	margin: 0 0 0 20px;
}
#contact ol {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
#contact ol li {
	padding: 3px 0;
}
#contact ol li label {
	padding:  0 10px 0 0;
	width: 75px;
	display: block;
	float: left;
}

.button {
	margin: 10px 0 0 0;
	border: solid #3762A7 1px;
	color: #3762A7;
	background-color: #FFFFFF;
	cursor: pointer;
}


/**************************** CALENDAR APP *********************************************/
.phpc-navbar a {
  background-color: #FFFFFF;
  color: #3762A7;
  border: 1px solid #3762A7;
}

.phpc-navbar a:hover {
  background-color: #3762A7;
  color: #FFFFFF;
}

.phpc-navbar {
  margin: 1em 0 2em 0;
  /*text-align: center;*/
}

.phpc-navbar a {
  font-size: 90%;
  text-decoration: none;
  margin: 0;
  padding: 2px;
}

.phpc-main {
  font-size: 90%;
  border-collapse: collapse;
  color: #000000;
  background-color: #DFE7F3;
	/*border: solid #3762A7 1px;*/
}

table.phpc-main {
	border: solid #3762A7 1px;
  width: 100%;
}

table.phpc-main td {
	padding: 5px;
}

.phpc-main h2 {
  margin: 0;
  text-align: left;
	font-size: 105%;
  background-color: #3762A7;
	color: #FFFFFF;
  padding: .25em; 
  /*border-color: #3762A7;
  border-style: solid;
  border-width: 0 0 1px 0;*/
}

.phpc-main div {
  margin: .5em;
  font-weight: normal;
}

.phpc-main p {
  /*border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #000000;*/
  padding: .5em;
  margin: 0;
  text-align: justify;
}

caption {
  font-size: 150%;
  color: #3762A7;
  background-color: #FFFFFF;
  padding: 2px;
  font-weight: bolder;
}

thead th {
  background-color: #3762A7;
  color: #FFFFFF;
}

thead {
  border: 1px solid #3762A7;
}

thead, tfoot {
  text-align: center;
}

#calendar td, #calendar th {
  border-style: solid;
  border-collapse: collapse;
  border-color: #3762A7;
  border-width: 1px;
  padding: .5em;
}

table.phpc-main tbody th {
  text-align: right;
}

#calendar {
  table-layout: fixed;
}

#calendar td {
  text-align: left;
  height: 80px;
  overflow: hidden;
}

td.past {
  background-color: #DFE7F3;
  color: inherit;
}

td.future {
  background-color: white;
  color: inherit;
}

td.none {
  background-color: #BECEE6;
  color: inherit;
}

table.phpc-main ul {
  margin: 2px;
  padding: 0;
  list-style-type: none;
  /*border-color: #000000;
  border-style: solid;
  border-width: 1px 1px 0 1px;*/
}

table.phpc-main li {
  font-size: 80%;
  font-weight: normal;
  padding: 0;
  /*border-color: #000000;
  border-style: solid;
  border-width: 0 0 1px 0;*/
  margin: 0;
}

table.phpc-main li a {
  display: block;
  text-decoration: none;
  padding: 2px;
}

table.phpc-main li a:hover {
  background-color: #7F9CCB;
  color: #FFFFFF;
}

.phpc-list {
	padding: 3px;
	background-color: #DFE7F3;
  border: 1px solid #3762A7;
}

.phpc-footer {
  text-align: center;
}
.phpc-button {
  text-align: center;
}
.phpc-add {
  float: right;
  text-align: right;
}
#river-trip-header {
	width: 623px;
	height: 200px;
	background: url('/images/river_trip_header.jpg') no-repeat;
}
.popup {
	display: none;
	position: absolute;
	left:270px;
	margin: 0px auto;
	padding: 0px;
	z-index: 99;
	
}

.popup div {
 margin: 0 0 0 20px;
 padding: 0px;
 border: solid #CCCCCC 1px;
 background-color: #ffffff;
 font-size: 12px;
 width: 340px;
 height: 310px;
 text-align:center;
 
}

#video_link {
	margin: 0 0 10px 230px;
	background:url(images/small_logo.gif) no-repeat;
	background-position:left;
	height:34px;
	width:170px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:1em;
	padding:10px 0 0 0;
}
.small_text	{
	font-size:9px;
}

/* \*/ /*/
  #calendar {table-layout: auto;}
/* */