/* Style sheet for Alpenglow Photography Site */

/*Version 2.0 with Pine Tree outer wrapper and black page background */

/*======================= Color Guide ==========================================
#000 : Black | All backgrounds
#fff : White | All fonts, borders */


/*========================= Style Sheet TOC ===================================
To jump to specific section, search for unique character pair at front of each TOC section
<<<<Tip, Highlight the special character and use shortcut for Find Selection Ctr+Shift + G>>>>> 

	^1 CSS Reset
	^2 Global Classes
	^3 Home Page Layout
	^4 Trip Travelogue, Maps Landing, Family
	^5 Trip Landing
	^6 Travelogue Landing
	^7 Travel Photography
	^8 Journal Days Layout
	^9 Slideshows Layout
	^10 Google Earth Layout
	^11 Maps Landing Layout
	^12 Map Pages Layout
	^13 Popups
	^14 Popup Video Layout
	^15 Photo Notes Layout & RV Notes Layout & Wildflower & Wildlife Checklists
	^16 Campgrounds Layout
	^17 Graphics Layout
	^18 Print
	^19 Buttons
	^20 Josephine Pages
	^21 Kira & Jayden


	

/*^1 ========================== CSS Reset ==================================*/
* {
	vertical-align: baseline;
	font: inherit;
	font-weight:inherit;
	font-family:inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	margin: 0;
	padding-left: 0px;
}


/*^2 ============================= Global Classes =================================*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned 
	default in the #container selector */
	color: #fff;
}
.PhotoNotesSubhead {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	line-height: normal;
}
.journalDaySubhead {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	line-height: normal;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must 
precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
table {
	/*	border: 1px solid white;*/
	cellpadding: 0;
	cellspacing: 0;
	align: left;
	border-collapse:collapse;
	text-align: left;
	width:100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.checklistTable {
	padding-top: 10px;
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
	align: left;
	border-collapse:collapse;
	text-align: left;
	width:98%;
}				
				]
td {
	vertical-align:top;
	align:left;
	padding:0;
	text-align: left;
	
}


th {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:10px 0 0 0;
}

.GraphicCentered {
	border-style: none;
	margin: 0px auto;
	display: block;
	float: none;
}
.textCentered {
	margin:0 auto;
	display: block;
	color:white;
	width:240px;
}

.centeredCaption {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-bottom:10px;
}

.leftCaption {
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-bottom:10px;
	padding-left:9px;
}

.rightCaption {
	text-align:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-bottom:10px;
	padding-right:9px;
}
.GraphicLeft {
	border-style: none;
	border-color: #000;
	vertical-align: bottom;
	float: left;
	margin-right: 10px;
}

.GraphicRight {
	float:right;
	border-style: none;
	border-color: #000;
	padding-left:10px;
}
.centered-image-list {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    width: 100%;
    text-align: center;
}
.centered-image-list ul {
    margin: 0 auto;
    padding: 0;
    width: 92%;
}
.centered-image-list li {
   list-style: none;
   float: left;
   margin: 0;
   padding: 0;
   width: 25%;
}
.centered-image-list li img {
   width: 200px;
   height: 200px;
   border: 0;
   margin: 0 auto;
}
/* Use above centering CSS for coding below. May have to adj image size
<div  class="centered-image-list">
        <ul>
            <li><img src="image1.jpg" alt="Image 1" /></li>
            <li><img src="image2.jpg" alt="Image 2" /></li>
            <li><img src="image3.jpg" alt="Image 3" /></li>
            <li><img src="image4.jpg" alt="Image 4" /> </li>
        </ul>
    </div>*/

/*a:visited {
	font-weight: normal;
	color: #999;
	text-decoration: underline;
}

a:link {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
	padding: 0px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}*/

/*^3 ================================== Home Page Layout ==============================*/
.homePage {
	margin:0;
	padding:0;
}
.homePage #outerWrapper {
	margin: 0;
	/*background: url(images/Nav/SilverPinePattern.png);*/
/*	background: url(images/Nav/DarkBlueHorizontalGradient_1920x1500b.jpg) repeat;*/
	background-color:black;
	height: 1500px;
}
.homePage #container {
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 3px 3px 0;
	border: 1px solid #000;
} 

/* ========================================= homePage Header CSS ============================================ */
.homePage #header {
	background: #000;
	width: 745px;
	margin: 0 auto 0 220px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. 
	If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
} 
.homePage #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin 
	collapse - an unexplainable space between divs. 
	If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.homePage #header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float:left;
	position:absolute;
	right:0px;
	bottom:0px;
}

.homePage #header li {
	float: left;
}
.homePage #header li a:link {
	background:#bcb3a9;
	padding:.2em .5em;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#2d61a6;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
}

.homePage #header li a:visited {
	background:#968f87;
	padding:.2em .5em;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#2d61a6;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
}

.homePage #header li a:hover {
	color:#000;
	background:#fff;
}
.homePage #header li a.current, .homePage li a.current:hover, .homePage #header li.current:active {
	color:#2d61a6;
	background:#fff;
	cursor:default;
}

.homePage #header #center700Img {
	width:700px;
	margin:0 auto;
	padding: 0 0 0 15px;
}

/* ========================================= homePage leftNav CSS ============================================ */
/*.homePage #leftNav {
	float: left;  since this element is floated, a width must be given 
	width: 200px;  the actual width of this div, in standards-compliant browsers, or standards mode 
	in Internet Explorer will include the padding and border in addition to the width 
	background: #000;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0;
}
.homePage #leftNav p{
	text-align:left;
}

.homePage #leftNav H1 {
	font-family: 'Droid Serif', serif;
/*	font-family: Verdana, Geneva, sans-serif;*/
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom:10px;
}
.homePage #leftNav ul {
	margin:0;
	padding:0 0 0 18px;
	list-style:none;
}
.homePage #leftNav ul li {
	margin:0;
	padding:0;
	background:url(public_html/images/Nav/NavBackground_25.png) no-repeat left center;
}
.homePage #leftNav ul a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#fff;
	text-decoration:none;
	line-height:30px;
	margin:0;
	border-bottom:1px solid #fff;
	display:block;
	width:130px;
	padding-left:70px;
	background: url(public_html/images/Nav/LeftNavBackground_MoraineHome2.png) no-repeat left center;
}
.homePage #leftNav ul a:hover {
	background-position:-200px;
	color:#000;
}
.homePage #leftNav ul a.current {
	background-position:right top;
	color:#602e0c;
	cursor:default;
}
.homePage #leftNav ul a.last {
	border-bottom:none;
}
.homePage #leftNav #Subhead {
	border: 1.2px solid #FFF;
	text-decoration: none;
	height: 1.6em;
	text-align: left;
	padding-top: 6px;
	padding-left: 4px;
	overflow: auto;
	font-size:12px;
}

/* ========================================= homePage maintContent CSS ============================================ */
.homePage #mainContent {
	width: 725px;
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - 
	no matter how much content the sidebar1 div contains, 
	the column space will remain. You can remove this margin if you want the #mainContent div's text to fill 
	the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 25px 3px 22px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#fff;
	text-align: left;
	background: #000;
	border: 2px solid #fff;
	font-size: 12px;
	height: 100%;
}
.homePage #mainContent p {
	padding: 0 60px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.homePage #mainContent #muirQuote {
	margin: 0px auto;
	width: 435px;
	padding: 0;
	height: 55px;
}
.homePage #mainContent #welcomeMessage {
	padding: 10px 0 5px 0;
	width:500px;
	margin: 0 auto;
	font-size: 14px;
}
.homePage #container #mainContent  img {
	padding: 0px;
	padding-left: 14px;
}

.homePage #container #mainContent .largeImage600 {
	text-align: center;
	width: 600px;
	margin: 0 auto;
}


/* ========================================= homePage footer CSS ============================================ */
.homePage #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	width:1015px;
	color:#fff;
} 
.homePage #footer p {
	color:#fff;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/*=============================================================================================================================================================*/




/*^4 ==================================== Trip Travelogue Layouts ================================*/
.tripTravelogue {
	margin:0;
	padding:0;
}
.tripTravelogue #outerWrapper {
/*	margin: 0 auto;	*/
/*	background: url(images/Nav/DarkBlueHorizontalGradient_1920x2500.jpg) repeat;*/
	background:#0x543815;
/*	background-color:#404040;*/
/*	height: 100%;
	width:100%;
	position:absolute:
	top:0
	left:0*/
	height: auto !important;
	min-height:1000px;
	height:100%
	width:100%
	position:absolute;
	background-color:#404040;
	top:0;
	left:0;
}
.tripTravelogue #container {
	/*width: 995px;  using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 955px;
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
/*<!--	border: 1px solid #000;-->*/
	border: 3px solid white;
} 

/* ========================================= tripTravelogue Header CSS ============================================ */
.tripTravelogue #header {
	background: #000;
	/*width: 745px;*/
	width:700px;
	margin: 0 auto 0 220px;
	padding: 0 10px 0 10px;
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. 
	If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
} 
.tripTravelogue #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin 
	collapse - an unexplainable space between divs. 
	If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.tripTravelogue #header ul {
	margin: 0px;
	padding-right:50px;
	list-style: none;
	float:left;
	position:absolute;
	right:0px;
	bottom:0px;
}

.tripTravelogue #header li {
	float: left;
}
.tripTravelogue #header li a:link {
	background:#bcb3a9;
	padding:.2em .5em;
	display:block;
/*	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:14px;
	color:white;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	min-width:80px;
	text-align:center;
}


.tripTravelogue #header li a:visited {
	background:#968f87;
	padding:.2em .5em;
	display:block;
/*	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:14px;
	color:white;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	min-width:80px;
	text-align:center;
}

.tripTravelogue #header li a:hover {
	color:black;
	background:#fff;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	min-width:80px;
	text-align:center;
}
.tripTravelogue #header li a.current, .tripTravelogue #header li a.current:hover, .tripTravelogue #header li.current:active {
	color:#2d61a6;
	background:#fff;
	cursor:default;
}

.tripTravelogue #header #center700Img {
	width:700px;
	margin:0 auto;
	padding: 0 0 0 15px;
}

/* ========================================= tripTravelogue leftNav CSS ============================================ */
.tripTravelogue #leftNav {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode 
	in Internet Explorer will include the padding and border in addition to the width */
	background: #000 20px;
	margin: 0;
}

.tripTravelogue #leftNav p{
	text-align:left;
}

.tripTravelogue #leftNav H1 {
	font-family: 'Droid Serif', serif;
	font-size: 22px;
	font-weight: 700;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom:10px;
	background:#bcb3a9;
	color:white;
	line-height:24px;
}
.tripTravelogue #leftNav h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#fff;
	padding: 10px 0px 0px 15px;
}

.tripTravelogue #leftNav ul {
	margin:0;
	padding:0;
	list-style:none;
}
.tripTravelogue #leftNav ul li {
	margin:0;
	padding:0;
	background:url(public_html/images/Nav/LeftNavBackground_450.png) no-repeat left center;
}
.tripTravelogue #leftNav ul a {
/*	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size:0.75em;
	font-weight:300;
	color:white;
	text-decoration:none;
	line-height:2em;
	margin:0;
	border-bottom:1px solid #fff;
	display:block;
	width:135px;
	padding-left:15px;
	background:url(public_html/images/Nav/LeftNavBackground_450.png) no-repeat left center;
}
.tripTravelogue #leftNav ul a:hover {
	background-position:-150px;
	color:#000;
}
.tripTravelogue #leftNav ul a.current {
	background-position:right top;
	color:#602e0c;
	cursor:default;
}
.tripTravelogue #leftNav ul a.last {
	border-bottom:none;
}
.tripTravelogue #leftNav #Subhead {
	border: 1.2px solid #FFF;
	text-decoration: none;
	height: 1.6em;
	text-align: left;
	padding-top: 6px;
	padding-left: 4px;
	overflow: auto;
	font-size:12px;
}

/* ========================================= tripTravelogue maintContent CSS ============================================ */
.tripTravelogue #mainContent {
	/*width: 725px;*/
	width:715px;
	margin: 0 0 0 175px; /* the left margin on this div element creates the column down the left side 
	of the page - no matter how much content the sidebar1 div contains, the column space will remain. 
	You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space 
	when the content in #sidebar1 ends. */
	padding:0;
	/*padding: 0 25px 3px 22px;  remember that padding is the space inside the div box and margin 
	is the space outside the div box */
	color:#fff;
	text-align: left;
	background: #000;
	border: 2px solid #fff;
	font-size: 12px;
	height: 100%;
}
.tripTravelogue #mainContent p {
	padding: 7px 7px 7px 7px;
/*	margin: 7px 0 7px 0;*/
}

.tripTravelogue #container #mainContent img {
	/*padding: 0px;
	padding-left: 14px;*/
	padding: 0;
}

.tripTravelogue #container #mainContent .largeImage600 {
	text-align: center;
	width: 600px;
	margin: 0 auto;
}

/* ========================================= tripTravelogue Right Sidebar =========================================*/
.tripTravelogue #rightSidebar {
	margin:0 auto;
	padding:0;
	width:50px;
	float:right;
}

.tripTravelogue #rightSidebar img {
	padding: 10px 0 10px 3px;
}

/* ========================================= tripTravelogue footer CSS ============================================ */

.tripTravelogue #footer { 
	padding: 0 10px 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	width:880px;
	color:#fff;
	height:50px;
} 
.tripTravelogue #footer #backButton {
	float:right;
	padding:10px 68px 0 0;
}

.tripTravelogue #footer p {
	color:#fff;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - 
	a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.tripTravelogue #footer ul {
	margin:0;
	padding:0 0 10px 35px;
	list-style:none;
	border: none;
}
.tripTravelogue #footer ul li {
	float:left;
	border: 1px solid white;
}
.tripTravelogue #footer li a:link, .tripTravelogue #footer li a:visited {
	/*background:#bcb3a9;*/
	padding:.75em 1em;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:1.2em;
	margin-right:1em;
	margin-left:13em;
	border-style: none;
}
.tripTravelogue #footer img {
	border:none;
}
/*==========================================================================================================================================================*/



/*^5 ===================================================================== Trip Landing ==================================================================*/
.tripLanding {
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.tripLanding #outerWrapper {
	margin: 0;
/*	background: url(images/Nav/DarkBlueHorizontalGradient_1920x1500b.jpg) repeat;*/
	background-color:#404040;
	height: 1500px;
}
.tripLanding #container {
	/*width: 995px;  using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 995px;
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	/*border: 1px solid #000;*/
	border: 3px solid white;
} 

/* ========================================= tripLanding Header CSS ============================================ */
.tripLanding #header {
	background: #000;
	/*width: 745px;*/
	width:700px;
	margin: 0 auto 0 238px;
	padding: 0 10px 0 10px;
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. 
	If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
} 

.tripLanding #slideHeader {
	background: #000;
	/*width: 745px;*/
	width:700px;
	margin: 0 auto 0 220px;
	padding: 0 10px 0 10px;
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. 
	If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
}

.tripLanding #slideHeader h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin 
	collapse - an unexplainable space between divs. 
	If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.tripLanding #slideHeader ul {
	margin: 0px;
	padding-right:25px;
	list-style: none;
	float:left;
	position:absolute;
	right:0px;
	bottom:0px;
}
.tripLanding #slideHeader li {
	float: left;
}
.tripLanding #header li {
	float: left;
}
.tripLanding #slideHeader li a:link, .tripLanding #slideHeader li a:visited {
	background:#bcb3a9;
	padding:.2em .5em;
	display:block;
/*	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	color:white;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	min-width:80px;
	text-align:center;
}
.tripLanding #slideHeader li a:hover {
	color:#000;
	background:#fff;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	min-width:80px;
	text-align:center;
}
.tripLanding #slideHeader li a.current, .tripLanding #slideHeader li a.current:hover, .tripLanding #slideHeader li.current:active {
	color:#2d61a6;
	background:#fff;
	cursor:default;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	min-width:80px;
	text-align:center;
}

.tripLanding #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin 
	collapse - an unexplainable space between divs. 
	If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.tripLanding #header ul {
	margin: 0px;
	padding-right:50px;
	list-style: none;
	float:left;
	position:absolute;
	right:0px;
	bottom:0px;
}

.tripLanding #header li {
	float: left;
}
.tripLanding #header li a:link {
	background:#bcb3a9;
	padding:.2em .5em;
	display:block;
/*	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	color:white;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	min-width:80px;
	text-align:center;
}

.tripLanding #header li a:visited {
	background:#968f87;
	padding:.2em .5em;
	display:block;
/*	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	color:white;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	min-width:80px;
	text-align:center;
}


.tripLanding #header li a:hover {
	color:#000;
	background:#fff;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	min-width:80px;
	text-align:center;
}
.tripLanding #header li a.current, .tripLanding #header li a.current:hover, .tripLanding #header li.current:active {
	color:#2d61a6;
	background:#fff;
	cursor:default;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	min-width:80px;
	text-align:center;
}

.tripLanding #header #center700Img {
	width:700px;
	margin:0 auto;
	padding: 0 0 0 15px;
}

/* ========================================= tripLanding leftNav CSS ============================================ */
.tripLanding #leftNav {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding 
	and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
/*	padding: 0 0 0 20px;*/
	padding: 0 5px 0 15px;
	margin: 0;
}
.tripLanding #familyLeftNav {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding 
	and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 20px;
	margin: 0;
}
.tripLanding #leftSubtitle {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding 
	and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 20px;
	margin: 0;
}

.tripLanding #leftSubtitle p{
	text-align:left;
}
.tripLanding #leftSubtitle H1 {
	font-family: 'Droid Serif', serif;
	font-size: 22px;
	font-weight: 700;
	padding: 5px 0 7px 10px;
	color:#fff;
	background:#bcb3a9;
	line-height:24px;
}
.tripLanding #leftSubtitle h2 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color:#fff;
	padding: 10px 0px 10px 15px;
	background:#265C8F;
}
.tripLanding #leftNav p{
	text-align:left;
}

.tripLanding #leftNav H1 {
	font-family: 'Droid Serif', serif;
	font-size: 22px;
	font-weight: 700;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom:10px;
	color:white;
	background:#bcb3a9;
	line-height:24px;
}
.tripLanding #familyLeftNav H1 {
	font-family: 'Italianno', cursive;
	font-size: 28px;
	font-weight: 400;
	padding: 7px 0 10px 14px;
	color:white;
	background:#bcb3a9;
	line-height:28px;
}
.tripLanding #familyLeftNav h2 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color:#fff;
	padding: 10px 0px 10px 15px;
	background:#265C8F;
}
.tripLanding #leftNav h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#fff;
	padding: 10px 0px 0px 15px;
}

.tripLanding #leftNav ul {
	margin:0;
	padding:0;
	list-style:none;
}
.tripLanding #leftNav ul li {
	margin:0;
	padding:0;
	background:url(public_html/images/Nav/LeftNavBackground_450.png) no-repeat left center;
}
.tripLanding #leftNav ul a {
	font-family: 'Roboto', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:0.75em;
	color:#fff;
	text-decoration:none;
	line-height:2em;
	margin:0;
	border-bottom:1px solid #fff;
	display:block;
	width:135px;
	padding-left:15px;
	background:url(public_html/images/Nav/LeftNavBackground_450.png) no-repeat left center;
}

.tripLanding #familyLeftNav ul {
	margin:0;
	padding:0;
	list-style:none;
}
.tripLanding #familyLeftNav ul li {
	margin:0;
	padding:0;
	background:url(public_html/images/Nav/LeftNavBackground_450.png) no-repeat left center;
}
.tripLanding #familyLeftNav ul a {
	font-family: 'Roboto', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:0.75em;
	color:#fff;
	text-decoration:none;
	line-height:1em;
	margin:0;
	border-bottom:1px solid #fff;
	display:block;
	width:135px;
	padding-left:15px;
	padding-top:10px;
	background:url(public_html/images/Nav/LeftNavBackground_450.png) no-repeat left center;
}
.tripLanding #familyLeftNav ul a:hover {
	background-position:-150px;
	color:#000;
}
.tripLanding #familyLeftNav ul a.current {
	background-position:right top;
	color:#602e0c;
	cursor:default;
}
*/.tripLanding #leftNav ul a:hover {
	background-position:-150px;
	color:#000;
}
.tripLanding #leftNav ul a.current {
	background-position:right top;
	color:#602e0c;
	cursor:default;
}
.tripLanding #leftNav ul a.last {
	border-bottom:none;
	line-height:1.25em;
	padding:7px 0 7px 15px;
}
.tripLanding #leftNav #Subhead {
	border: 1.2px solid #FFF;
	text-decoration: none;
	height: 1.6em;
	text-align: left;
	padding-top: 6px;
	padding-left: 4px;
	overflow: auto;
	font-size:12px;
}

/* ========================================= tripLanding maintContent CSS ============================================ */
.tripLanding #mainContent {
	width: 720px;
	margin: 0 0 0 178px; 
	/* the left margin on this div element creates the column down the left side 
	of the page - no matter how much content the sidebar1 div contains, the column space will remain. 
	You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space 
	when the content in #sidebar1 ends. */
	padding: 15px 25px 15px 13px;
/*	padding:9px 7px 9px 7px;*/
/*padding: 0 25px 3px 22px;  remember that padding is the space inside the div box and margin 
	is the space outside the div box */
	color:#fff;
	text-align: left;
	background: #000;
	border: 2px solid #fff;
	font-size: 12px;
	height: 100%;
}

.tripLanding #mainContentOLD {
	width: 720px;
	margin: 0 0 0 178px; 
	/* the left margin on this div element creates the column down the left side 
	of the page - no matter how much content the sidebar1 div contains, the column space will remain. 
	You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space 
	when the content in #sidebar1 ends. */
	padding:9px 7px 9px 7px;
/*padding: 0 25px 3px 22px;  remember that padding is the space inside the div box and margin 
	is the space outside the div box */
	color:#fff;
	text-align: left;
	background: #000;
	border: 2px solid #fff;
	font-size: 12px;
	height: 100%;
}

.tripLanding #slideShow {
	/*width: 725px;*/
	width:720px;
	margin: 0 0 0 178px;
	/* the left margin on this div element creates the column down the left side 
	of the page - no matter how much content the sidebar1 div contains, the column space will remain. 
	You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space 
	when the content in #sidebar1 ends. */
	padding:9px 7px 5px 7px;
	/*padding: 0 25px 3px 22px;  remember that padding is the space inside the div box and margin 
	is the space outside the div box */
	color:#fff;
	text-align: center;
	background: #000;
	border: 2px solid #fff;
	font-size: 12px;
	height: 100%;
}
.tripLanding #mainContent p {
	padding: 0 0 0 5px;
	margin: 7px 0 7px 0;
}

.tripLanding #container #mainContent  img {
	padding: 0px;
	padding-left: 14px;
/*	padding: 0;*/
}

.tripLanding #container #slideshow  img {
	/*padding: 0px;
	padding-left: 14px;*/
	padding: 0;
}
.tripLanding #container #mainContent .largeImage600 {
	text-align: center;
	width: 600px;
	margin: 0 auto;
}

.tripLanding #container #slideShow .largeImage600 {
	text-align: center;
	width: 600px;
	margin: 0 auto;
}
/* ========================================= tripLanding Right Sidebar =========================================*/
.tripLanding #rightSidebar {
	margin:0 auto 0 auto;
	padding:0;
	width:50px;
	float:right;
}

.tripLanding #rightSidebar img {
	padding: 10px 0 10px 3px;
}

/* ========================================= tripLanding footer CSS ============================================ */

.tripLanding #footer { 

	padding: 0 10px 0 20px;  /*this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	width:925px;
	color:#fff;
	height:50px;
} 
.tripLanding #footer #backButton {
	float:right;
	padding:0 68px 0 0;
}
.tripLanding #footer #showButton {
	float:right;
	padding:0 40px 0 0;
}

.tripLanding #footer p {
	color:#fff;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - 
	a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.tripLanding #footer ul {
	margin:0;
	padding:0 0 0 35px;
	list-style:none;
	border: none;
}
.tripLanding #footer ul li {
	float:left;
}
.tripLanding #footer li a:link, .tripLanding #footer li a:visited {
	/*background:#bcb3a9;*/
	padding:.75em 1em;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:1.2em;
	margin-right:1em;
	margin-left:13em;
	border-style: none;
}
.tripLanding #footer img {
	border:none;
}
/*=============================================================================================================================================================
===============================================================================================================================================================*/



/*^6 ======================================= Travelogue Landing ======================================*/
.TravelogueLanding {
	margin:0;
	padding:0;
}
.TravelogueLanding #outerWrapper {
	margin: 0;
/*	background: url(images/Nav/DarkBlueHorizontalGradient_1920x1500b.jpg) repeat;*/
	background-color:black;
	height: 1000px;
}
.TravelogueLanding #container {
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 3px 3px 0;
	border: 1px solid #000;
} 

/* ========================================= Header CSS ============================================ */
.TravelogueLanding #header {
	background: #000;
	width: 745px;
	margin: 0 auto 0 220px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. 
	If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
} 
.TravelogueLanding #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. 
	If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.TravelogueLanding #header ul {
	margin: 0px;
	padding: 0 30px 0 0;
	list-style: none;
	float:left;
	position:absolute;
	right:0px;
	bottom:0px;
}

.TravelogueLanding #header li {
	float: left;
}
.TravelogueLanding #header li a:link {
	background:#bcb3a9;
	padding:.2em .5em;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#2d61a6;
	text-decoration:none;
	line-height:1.2em;
	margin-right:1em;
}

.TravelogueLanding #header li a:visited {
	background:#968f87;
	padding:.2em .5em;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#2d61a6;
	text-decoration:none;
	line-height:1.2em;
	margin-right:1em;
}


.TravelogueLanding #header li a:hover {
	color:#000;
	background:#fff;
}
.TravelogueLanding #header li a.current, .TravelogueLanding #header li a.current:hover, .TravelogueLanding #header li.current:active {
	color:#2d61a6;
	background:#fff;
	cursor:default;
}

.TravelogueLanding #header #center700Img {
	width:700px;
	margin:0 auto;
	padding: 0 0 0 15px;
}

/* ========================================= leftNav CSS ============================================ */
.TravelogueLanding #leftNav {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer 
	will include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0;
	margin: 0 0 0 30px;
}
.TravelogueLanding #leftNav p{
	text-align:left;
}

.TravelogueLanding #leftNav H1 {
	font-family: 'Droid Serif', serif;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom:10px;
}
.TravelogueLanding #leftNav ul {
	margin:0;
	padding:0;
	list-style:none;

}
.TravelogueLanding #leftNav ul li {
	margin:0;
	padding:0;
	background:url(public_html/images/Nav/LeftNavBackground600_Plain.gif) no-repeat left center;
	/*background:url(images/Nav/NavBackground_25.png) no-repeat left center;*/
}
.TravelogueLanding #leftNav ul a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#fff;
	text-decoration:none;
	line-height:30px;
	margin:0;
	border-bottom:1px solid #fff;
	display:block;
	width:135px;
	padding-left:45px;
	background:url(public_html/images/Nav/LeftNavBackground600_Plain.gif) no-repeat left center;
	/*background: url(images/Nav/LeftNavBackground_MoraineHome2.png) no-repeat left center;*/
}
.TravelogueLanding #leftNav ul a:hover {
	background-position:-200px;
	color:#000;
}
.TravelogueLanding #leftNav ul a.current {
	background-position:right top;
	color:#602e0c;
	cursor:default;
}
.TravelogueLanding #leftNav ul a.last {
	border-bottom:none;
}

.TravelogueLanding  #leftNav img {
	padding-left:0;
}
.TravelogueLanding #leftNav #Subhead {
	border: 1.2px solid #FFF;
	text-decoration: none;
	height: 1.6em;
	text-align: left;
	padding-top: 6px;
	padding-left: 4px;
	overflow: auto;
	font-size:12px;
}

/* ========================================= maintContent CSS ============================================ */
.TravelogueLanding #mainContent {
	width: 725px;
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - 
	no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin 
	if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#fff;
	text-align: left;
	background: #000;
	border: 2px solid #fff;
	font-size: 12px;
	height: 100%;
}
.TravelogueLanding #mainContent p {
	padding: 0 60px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.TravelogueLanding #mainContent #muirQuote {
	margin: 0px auto;
	width: 435px;
	padding: 0;
	height: 55px;
}
.TravelogueLanding #mainContent #welcomeMessage {
	padding: 20px 0;
	width:500px;
	margin: 0 auto;
	font-size: 14px;
}
.TravelogueLanding #container #mainContent  img {
	padding: 0px;
	padding-left: 14px;
}

.TravelogueLanding #container #mainContent .largeImage600 {
	text-align: center;
	width: 600px;
	margin: 0 auto;
}


/* ========================================= footer CSS ============================================ */
.TravelogueLanding #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	width:950px;
	color:#fff;
	height:50px;
} 
.TravelogueLanding #footer p {
	color:#fff;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float:right;
	background:#99F;
	text-decoration:none;
}
.TravelogueLanding #backButton {
	float:right;
	padding:0 35px 0 500px;
}


/*^7 ======================================= Travel Photography ======================================*/
.TravelPhotog {
	margin:0;
	padding:0;
}

.TravelPhotog #textCentered {
	color:white;
}


.TravelPhotog #outerWrapper {
	margin: 0;
	background-color:#272727;
/*	background: url(images/Nav/DarkBlueHorizontalGradient_1920x1500b.jpg) repeat;*/
	/*background: url(images/Nav/SilverPinePattern.png);*/
/*	height: 1000px;*/
	height: 1350px;
}
.TravelPhotog #container {
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
/*	padding: 0 3px 3px 0;*/
	padding: 0 3px 5px 0;
	border: 1px solid #000;
} 

/* ========================================= Header CSS ============================================ */
.TravelPhotog #header {
	background: #000;
	width: 745px;
	margin: 0 auto 0 220px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. 
	If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
} 
.TravelPhotog #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. 
	If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.TravelPhotog #header ul {
	margin: 0px;
	padding: 0 30px 0 0;
	list-style: none;
	float:left;
	position:absolute;
	right:0px;
	bottom:0px;
}

.TravelPhotog #header li {
	float: left;
}
.TravelPhotog #header li a:link{
	background:#bcb3a9;
	padding:.2em .5em;
	display:block;
/*	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	color:white;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	min-width:80px;
	text-align:center; 
}

.TravelPhotog #header li a:visited {
	background:#968f87;
	padding:.2em .5em;
	display:block;
/*	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	color:white;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	min-width:80px;
	text-align:center; 
}

.TravelPhotog #header li a:hover {
	color:#000;
	background:#fff;
}
.TravelPhotog #header li a.current, .TravelPhotog #header li a.current:hover, .TravelPhotog #header li.current:active {
	color:#2d61a6;
	background:#fff;
	cursor:default;
}

.TravelPhotog #header #center700Img {
	width:700px;
	margin:0 auto;
	padding: 0 0 0 15px;
}

/* ========================================= leftNav CSS ============================================ */
.TravelPhotog #leftNav {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer 
	will include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0;
/*	margin: 0 0 0 30px;*/
	margin: 0 0 30px 30px;
}
.TravelPhotog #leftNav p{
	text-align:left;
}

.TravelPhotog #leftNav H1 {
	font-family: 'Droid Serif', serif;
	font-size: 22px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom:10px;
	color:white;
	background:#bcb3a9;
	line-height:24px;
}
.TravelPhotog #leftNav ul {
	margin:0;
	padding:0;
	list-style:none;

}
.TravelPhotog #leftNav ul li {
	margin:0;
	padding:0;
	border-bottom:1px solid #fff;
	background:url(public_html/images/Nav/LeftNavBackground600_Plain.gif) no-repeat left center;
	/*background:url(images/Nav/NavBackground_25.png) no-repeat left center;*/
}
.TravelPhotog #leftNav ul a {
/*	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:0.75em;
	color:#fff;
	text-decoration:none;
	line-height:25px;
	margin:0;
	display:block;
	width:135px;
	padding-left:30px;
	background:url(public_html/images/Nav/LeftNavBackground600_Plain.gif) no-repeat left center;
	/*background: url(images/Nav/LeftNavBackground_MoraineHome2.png) no-repeat left center;*/
}
.TravelPhotog #leftNav ul a:hover {
	background-position:-200px;
	color:#000;
}
.TravelPhotog #leftNav ul a.current {
	background-position:right top;
	color:#602e0c;
	cursor:default;
}
.TravelPhotog #leftNav ul a.last {
	border-bottom:none;
}

.TravelPhotog  #leftNav img {
	padding-left:0;
}
.TravelPhotog #leftNav #Subhead {
	border: 1.2px solid #FFF;
	text-decoration: none;
	height: 1.6em;
	text-align: left;
	padding-top: 6px;
	padding-left: 4px;
	overflow: auto;
	font-size:12px;
}

/* ========================================= maintContent CSS ============================================ */
.TravelPhotog #mainContent {
	width: 727px;
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - 
	no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin 
	if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#fff;
	text-align: left;
	background: #000;
	border: 6px ridge white;
/*	border: 2px solid #fff;*/
	font-size: 12px;
	height: 100%;
}
.TravelPhotog #mainContent p {
	padding: 0 15px 5px 0;
	margin-top: 1em;
	margin-bottom: 1em;
}

.TravelPhotog #container #mainContent  img {
	padding: 0px;
	padding-left: 14px;
}

.TravelPhotog #container #mainContent .largeImage600 {
	text-align: center;
	width: 600px;
	margin: 0 auto;
}


/* ========================================= footer CSS ============================================ */
.TravelPhotog #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	width:950px;
	color:#fff;
	height:50px;
} 
.TravelPhotog #footer p {
	color:#fff;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float:right;
	background:#99F;
	text-decoration:none;
}
.TravelPhotog #backButton {
	float:right;
	padding:0 35px 0 500px;
}


/*^8 ======================================== Journal Days Layout =====================================*/
.journalDay {
	margin:0;
	padding:3px 0 0 0;
}
.journalDay #outerWrapper {
/*	margin: 0;*/
/*	background: url(images/Nav/dark-blue-hd-backgrounds_1920x20.jpg) repeat;*/
	height: auto !important;
	min-height:1200px;
	height:100%
	width:100%
	position:absolute;
	background-color:#404040;
	top:0;
	left:0;
/*	overflow:hidden;*/
}
.journalDay #container {
	width: 1060px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: black;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 20px 3px 0;
	border: 1px solid #000;
} 

/* ========================================= journalDay Header CSS ============================================ */
.journalDay #header {
	background: #000;
	width: 650px;
	margin: 0 auto 0 290px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. 
	If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
} 

.journalDay #header h1 {
	margin: 0;  /*zeroing the margin of the last element in the #header div will avoid margin collapse - 
	an unexplainable space between divs. 
	If the div has a border around it, this is not necessary as that also avoids the margin collapse*/ 
	padding: 10px 0;  /*using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.journalDay #header ul {
	margin: 0px;
	padding: 0px;
	float:left;
	position:absolute;
	right:0px;
	bottom:0px;
	list-style:none
}

.journalDay #header li {
	float: left;
}
.journalDay #header li a:link, .journalDay #header li a:visited {
	background:#bcb3a9;
	padding:.2em .5em;
	display:block;
	font-family: 'Roboto', sans-serif;
/*	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-size:14px;
	font-weight:300;
	color:white;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	min-width:80px;
	text-align:center;
}
.journalDay #header li a:hover {
	color:#000;
	background:#fff;
		-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	min-width:80px;
	text-align:center;
}
.journalDay #header li a.current, .journalDay #header li a.current:hover, .journalDay #header li.current:active {
	color:#2d61a6;
	background:#fff;
	cursor:default;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	min-width:80px;
	text-align:center;
}

.journalDay #header #center700Img {
	width:700px;
	margin:0 auto;
	padding: 0 0 0 15px;
}

/* ========================================= journalDay leftNav CSS ============================================ */
.journalDay #leftNav {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will 
	include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 20px;
	margin: 0;
}

.journalDay #leftNav H1 {
	font-family: 'Droid Serif', serif;
	font-size: 22px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom:10px;
	color:white;
	background:#bcb3a9;
	line-height:32px;
}
.journalDay #leftNav p{
	text-align:left;
	background:#5B9ED9;
	color:#fff;
	font-size:12px;
	padding-left:16px;
}
.journalDay #leftNav ul {
	margin:0;
	padding:0;
	list-style:none;
}
/*.journalDay #leftNav ul li {
	margin:0;
	padding:0;
	background:url(../images/Nav/NavBackground_25.png) no-repeat left center;
}
.journalDay #leftNav ul a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#fff;
	text-decoration:none;
	line-height:30px;
	margin:0;
	border-bottom:1px solid #fff;
	display:block;
	width:130px;
	padding-left:70px;
	background: url(../images/Nav/LeftNavBackground_MoraineHome2.png) no-repeat left center;
}
.journalDay #leftNav ul a:hover {
	background-position:-200px;
	color:#000;
}*/

.journalDay #leftNav ul a.current {
	background-position:right top;
	color#602e0c;
	cursor:default;
}
*/
.journalDay #leftNav ul a.last {
	border-bottom:none;
}
.journalDay #leftNav #Date {
	background:#5b9ED9;
	padding: 0 0 7px 5px;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	font-weight:300;
	line-height:1.2em;
}
.journalDay #leftNav #Subhead {
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:400;
	background:#5b9ED9;
	color:#FFF;
	text-align: left;
	padding:10px 0 10px 10px;
	overflow: auto;
	line-height:1em;
}
/* ========================================= journalDay rightSidebar CSS ============================================ */
.journalDay #rightSidebar {
	margin:0;
	padding:0;
	float:right;
	width:50px;
	background:000;
}

.journalDay #rightSidebar img {
	padding-left:3px;
	padding-top:10px;
}
/* ========================================= journalDay maintContent CSS ============================================ */
.journalDay #mainContent {
	width: 745px;
	margin: 0 0 0 227px; /* the left margin on this div element creates the column down the left side of the page - 
	no matter how much content 
	the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent 
	div's text to fill the #sidebar1 
	space when the content in #sidebar1 ends. */
	padding: 0 15px 3px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#fff;
	text-align: left;
	background: black;
	border: 1px solid #fff;
	font-size: 12px;
	min-height:400px;
}
.journalDay #mainContent ul li {
	margin-left: 50px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.journalDay #mainContent a {
	color:#fff;
	border:none;
}
.journalDay #mainContent p {
	font-family:Verdana, Geneva, sans-serif;      
	margin-top: 1em;
	margin-bottom: 1em
	font-size: 12px;
	text-align:left;
}

.journalDay #mainContent h1 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 4px;
	padding-left:0;
}
.journalDay #mainContent table th {
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:12px;
	font-weight:normal;
}
.journalDay #centeredCaption {
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:11px;
	font-weight:normal;
}
.journalDay #container #mainContent img #leftFloat{
	padding: 0 10px 5px 0px;
	float:left
}
.journalDay #container #mainContent img #rightFloat {
	padding:0 0 5px 10px;
	float:right;
}
.journalDay #container #mainContent img #rightFloatTop {
	padding:10px 0 5px 10px;
	float:right;
}
.journalDay #container #mainContent .largeImage600 {
	text-align: center;
	width: 600px;
	margin: 0 auto;
}
.journalDay #mainContent td p {
	padding:0 5px 0 5px;
	text-align: left;
}
.journalDay #mainContent tr {
	padding:0;
	margin:0;
	vertical-align:top;
}
/*.journalDay #container #mainContent table tr {
	margin: 0px auto;
}*/

.journalDay #container #mainContent td img {
	margin: 0 auto;
	border-style: none;
	padding: 10px;
}
.journalDay #poemCentered {
	width:240px;
	display: block;
	margin:0 auto;
	color:white;
	font-style:italic
}

.journalDay #mainContent .videoPlayerPortrait {
/*	height: 480px;*/
	width:320px;
/*	margin:0 auto;*/
	padding: 0 0 0 200px;
/*	background:blue;*/
	display: block;	
}

.journalDay #mainContent .videoPlayerLand {
		padding: 0 0 0 10px;
		margin: 0 auto;
		border:2px groove grey;
}

/* ========================================= journalDay footer CSS ============================================ */
.journalDay #footer { 
	padding: 0 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	width:725px;
	margin: 10px 0 15px 225px;
	color:#fff;
	height:50px;
} 
.journalDay #footer p {
	color:#fff;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - 
	a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.journalDay #footer ul {
	margin:0;
	padding:2px 0 0 35px;
	list-style:none;
	border:none;
}

.journalDay #footer ul li {
	float:left;
	border: 1px solid white;
}

.journalDay #footer li a:link, .journalDay #footer li a:visited {
	/*background:#bcb3a9;*/
	padding:.75em 1em;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:1.2em;
	margin-right:1em;
	border-style: none;
}
.journalDay #footer img {
	border:none;
}

/*=============================================================================================================================================================
===============================================================================================================================================================*/










/*^9 ======================================= Slideshows Layout ========================================*/
.slideShow {
	margin:0;
	padding:0;
}

.slideShow #textCentered {
	color:white;
}

.Slideshow #leftNav H1 {
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom:10px;
	background:#bcb3a9;
}
	
.slideShow #outerWrapper {
	margin: 0;
	/*background: url(images/Nav/SilverPinePattern.png);*/
/*	background: url(images/Nav/DarkBlueHorizontalGradient_1920x1500b.jpg) repeat;*/
	background-color:black;
	height: 1000px;
}

.slideShow #container {
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	border: 1px solid #000;
} 
.slideShow #outerWrapper2021 {
	margin: 0;
	/*background: url(images/Nav/SilverPinePattern.png);*/
/*	background: url(images/Nav/DarkBlueHorizontalGradient_1920x1500b.jpg) repeat;*/
	background-color:black;
	height: 1000px;
}
.slideShow #container2021 {
	width: 1280px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	border: 1px solid #000;
} 

/* ========================================= Header CSS ============================================ */
.slideShow #header {
	background: #000;
	width: 745px;
	margin: 0 auto 0 220px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. 
	If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
} 
.slideShow #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. 
	If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.slideShow #header ul {
	margin: 0px;
	padding: 0 30px 0 0;
	list-style: none;
	float:left;
	position:absolute;
	right:0px;
	bottom:0px;
}

.slideShow #header li {
	float: left;
}
.slideShow #header li a:link {
	background:#bcb3a9;
	padding:.2em .5em;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:white;
/*	color:#2d61a6;*/
	text-decoration:none;
	line-height:1.2em;
	margin-right:1em;
/*	border:4px groove white;*/  
}

.slideShow #header li a:visited {
	background:#968f87;
	padding:.2em .5em;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:white;
/*	color:#2d61a6;*/
	text-decoration:none;
	line-height:1.2em;
	margin-right:1em;
/*	border:4px groove white;*/  
}

.slideShow #header li a:hover {
	color:#000;
	background:#fff;
}
.slideShow #header li a.current, .slideShow #header li a.current:hover, .slideShow #header li.current:active {
	color:#2d61a6;
	background:#fff;
	cursor:default;
}

.slideShow #header #center700Img {
	width:700px;
	margin:0 auto;
	padding: 0 0 0 15px;
}

/* ========================================= leftNav CSS ============================================ */
.slideShow #leftNav {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer 
	will include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0;
	margin: 0 0 0 30px;
}
.slideShow #leftNav p{
	text-align:left;
}

.slideShow #leftNav H1 {
/*	font-family: Verdana, Geneva, sans-serif;*/
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom:10px;
}
.slideShow #leftNav ul {
	margin:0;
	padding:0;
	list-style:none;

}
.slideShow #leftNav ul li {
	margin:0;
	padding:0;
	background:url(public_html/images/Nav/LeftNavBackground600_Plain.gif) no-repeat left center;
	/*background:url(images/Nav/NavBackground_25.png) no-repeat left center;*/
}
.slideShow #leftNav ul a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#fff;
	text-decoration:none;
	line-height:25px;
	margin:0;
	border-bottom:1px solid #fff;
	display:block;
	width:135px;
	padding-left:45px;
	background:url(public_html/images/Nav/LeftNavBackground600_Plain.gif) no-repeat left center;
	/*background: url(images/Nav/LeftNavBackground_MoraineHome2.png) no-repeat left center;*/
}
.slideShow #leftNav ul a:hover {
	background-position:-200px;
	color:#000;
}
.slideShow #leftNav ul a.current {
	background-position:right top;
	color:#602e0c;
	cursor:default;
}
.slideShow #leftNav ul a.last {
	border-bottom:none;
}

.slideShow  #leftNav img {
	padding-left:0;
}
.slideShow #leftNav #Subhead {
	border: 1.2px solid #FFF;
	text-decoration: none;
	height: 1.6em;
	text-align: left;
	padding-top: 6px;
	padding-left: 4px;
	overflow: auto;
	font-size:12px;
}

/* ========================================= maintContent CSS ============================================ */
.slideShow #mainContent {
	width: 727px;
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - 
	no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin 
	if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#fff;
	text-align: left;
	background: #000;
	border: 6px ridge white;
/*	border: 2px solid #fff;*/
	font-size: 12px;
	height: 100%;
}
.slideShow #mainContent p {
	padding: 0 15px 5px 0;
	margin-top: 1em;
	margin-bottom: 1em;
}

.slideShow #container #mainContent  img {
	padding: 0px;
	padding-left: 14px;
}

.slideShow #container #mainContent .largeImage600 {
	text-align: center;
	width: 600px;
	margin: 0 auto;
}


/* ========================================= footer CSS ============================================ */
.slideShow #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	width:950px;
	color:#fff;
	height:50px;
} 
.slideShow #footer p {
	color:#fff;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float:right;
	background:#99F;
	text-decoration:none;
}
.slideShow #backButton {
	float:right;
	padding:0 35px 0 500px;
}



/*^10 ========================================== Google Earth Layout ======================================*/




/*^11 =========================================== Maps Landing Layout =======================================
See Section 4
*/



/*^12 =========================================== Maps Layout =======================================*/
.MapTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}


/*^13 ========================== Popups ==================================*/

/* +++++++++++++++++++++++++++++ Horizontal 700 x 467 ++++++++++++++++++++++++*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default 
	in the #container selector */
	color: #000000;
}
.PopupH #popHeader {
	margin:5px auto 0 auto;
}
.PopupH #popGoogleHeader {
	margin:5px auto 0 auto;
	width:450px;
}
.PopupH #popContainer {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 3px solid white;*/
}
.PopupH #popGoogleContainer {
	width: 500px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
}
.PopupH #popContent {
	display: block;
	margin: 0;
	color:#FFF;
}
.PopupH #popContent img {
	margin: 0 auto;
}
.PopupH #popGoogleContent img {
	margin: 5px auto;
}
.PopupH p {
	color:#fff;
	font-size:11px;
	margin:0 auto;
}
	
/*.PopupH #popGoogleView {
	padding: 10px 0 10px 0;
	color:#FFF;
	text-align: center;
	font-size: 11 px;
}*/

.PopupH #popGoogle {
	display: block;
	margin: 0px 0px 0px 22px;
}

.PopupH #popViewGoogle {
	padding: 10px 0 10px 0;
	color:#FFF;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.PopupH #popFooter {
	width:706px;
	height:60px;
	padding:5px 0 0 0;
}
.PopupH #popFooter2015 {
	width:706px;
	height:60px;
	padding:5px 0 0 0;
}
.PopupH #popGoogleFooter {
	width:500px;
	height:60px;
	padding:5px 0 0 0;
	margin:0 auto;
}

.PopupH #popFooter ul {
	margin: 5px 0 0 0;
	padding: 10px 0 0 0;
	list-style: none;
	float:right;
	color:#fff;
}
.PopupH #popGoogleFooter ul {
	margin: 5px 5px 0 0;
	padding: 0px;
	list-style: none;
	float:right;
	color:#fff;
}

.PopupH #popFooter li a:link, .PopupH #popFooter li a:visited {
	background:#bcb3a9;
	padding:.2em .5em;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:white;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
}

.PopupH #popFooter li a:hover {
	color:#bcb3a9;
	background:#6996be;
}

.PopupH #popGoogleFooter li a:link, .PopupH #popGoogleFooter li a:visited {
	background:#bcb3a9;
	padding:.2em .5em;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#6996be;
	text-decoration:none;
	line-height:1.2em;
	margin-right:1em;
}

.PopupH #popGoogleFooter li a:hover {
	color:#bcb3a9;
	background:#6996be;
}


/* +++++++++++++++++++++++++++++ Horizontal 1024 x 768 +++++++++++++++++++++++++++++++*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default 
	in the #container selector */
	color: #000000;
}
.PopupH #popHeader {
	margin:5px auto 0 auto;
}
.PopupH #popPanoHeader {
	margin:5px auto 0 auto;
	width:450px;
}
.PopupH #popPanoContainer {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
}

.PopupH #popPanoContent {
	display: block;
	margin: 0px auto 0px 0px;
	color:#FFF;
}
.PopupH #popPanoContent img {
	margin: 5px auto;
}

.PopupH p {
	color:#fff;
	font-size:11px;
	margin:0 auto;
}
	

/*.PopupH #popPano {
	display: block;
	margin: 0px 0px 0px 22px;
}*/

.PopupH #popPano {
	padding: 10px 0 10px 0;
	color:#FFF;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.PopupH #popPanoFooter {
	width:1024px;
	height:60px;
	padding:5px 0 0 0;
}

.PopupH #popPanoFooter ul {
	margin: 5px 20px 0 0;
	padding: 0px;
	list-style: none;
	float:right;
	color:#fff;
}

.PopupH #popPanoFooter li a:link, .PopupH #popFooter li a:visited {
	background:#bcb3a9;
	padding:.2em .5em;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#6996be;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
}

.PopupH #popPanoFooter li a:hover {
	color:#bcb3a9;
	background:#6996be;
}

/* +++++++++++++++++++++++++++++ Vertical 400 x 600 +++++++++++++++++++++++++++++++*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned 
	default in the #container selector */
	color: #000000;
}
.PopupV #popHeader {
	padding: 0;
	margin-top:15px;
}
.PopupV #popContainer {
	width: 430px;
	margin:0 auto;
/*	border: 1px solid white;*/
	padding:0;
}
.PopupV #popContent {
	padding:0;
}
.PopupV #popContent img {
	margin: auto;
	padding:0;
}
.PopupV p {
	color:#fff;
	font-size:11px;
}
	
.PopupV #popGoogleView {
	padding: 10px 0 10px 0;
	color:#FFF;
	text-align: center;
	font-size: 11px;
}
.PopupV #popFooter {
	width:425px;
	height:60px;
	padding:5px 0 0 0;
}
.PopupV #popGoogleFooter {
	width:450px;
	height:60px;
	padding:5px 0 0 0;
}
.PopupV #popFooter ul {
	margin: 10px 0 0 0;
	padding: 0px;
	list-style: none;
	float:right;
	color:#fff;
}
.PopupV #popGoogleFooter ul {
	margin: 5px 235px 0 0;
	padding: 0px;
	list-style: none;
	float:right;
	color:#fff;
}

/*.PopupV #popContent li a:link, .PopupV #popContent li a:visited {
	background:#bcb3a9;
	padding:.2em .5em;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	line-height:1em;
	margin-right:.5em;
}*/	

.PopupV #popFooter li a:link, .PopupV #popFooter li a:visited {
	background:#bcb3a9;
	padding:.2em .5em;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:white;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
}
.PopupV #popFooter li a:hover {
	color:bcb3a9;
	background:#6996be;
}

/* +++++++++++++++++++++++++++++ campsitePopup 400 x 233 ++++++++++++++++++++++++*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.campsitePopup #popHeader {
	margin:5px auto 0 auto;
}
.campsitePopup #popContainer {
	width: 450px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.campsitePopup #popContent {
	display: block;
	margin: 0px auto 0px 0px;
}

.campsitePopup #popFooter {
	width:450px;
	height:60px;
	padding:5px 0 0 0;
}
.campsitePopup #popFooter ul {
	margin: 5px 20px 0 0;
	padding: 0px;
	list-style: none;
	float:right;
	color:#fff;
}

.campsitePopup #popFooter li a:link, .campsitePopup #popFooter li a:visited {
	background:#bcb3a9;
	padding:.2em .5em;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#6996be;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
}
.campsitePopup #popFooter li a:hover {
	color:#bcb3a9;
	background:#6996be;
}





/*^14 ========================== Popup Video Layout ==================================*/
/*body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.popupVideo #popHeader {
	margin:5px auto 0 auto;
}
.popupVideo #popContainer {
	width: 450px; 
	background: #000000;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}
.popupVideo #popContent {
	display: block;
	margin: 0px auto 0px 0px;
}

.popupVideo #popFooter {
	width:450px;
	height:60px;
	padding:5px 0 0 0;
}
.popupVideo #popFooter ul {
	margin: 5px 20px 0 0;
	padding: 0px;
	list-style: none;
	float:right;
	color:#fff;
}

.popupVideo #popFooter li a:link, .popupVideo #popFooter li a:visited {
	background:#bcb3a9;
	padding:.2em .5em;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#6996be;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
}
.popupVideo #popFooter li a:hover {
	color:#bcb3a9;
	background:#6996be;
}*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; 
}
.PopupVidH #popHeader {
	margin:10px auto 0 auto;
}

.PopupVidH #popContainer {
	width: 660px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 3px solid white;*/
}

.PopupVidH #popContent {
	display: block;
	margin: 0;
	color:#FFF;
}


.PopupVidH p {
	color:#fff;
	font-size:11px;
	margin:0 auto;
}
	
.PopupVidH #popFooter {
	width:660px;
	height:60px;
	padding:5px 0 0 0;
}

.PopupVidH #popFooter ul {
	margin: 5px 0 0 0;
	padding: 10px 20px 0 0;
	list-style: none;
	float:right;
	color:#fff;
}

.PopupVidH #popFooter li a:link, .PopupVidH #popFooter li a:visited {
	background:#bcb3a9;
	padding:.2em .5em;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:white;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
}

.PopupVidH #popFooter li a:hover {
	color:black;
	background:white;
}

/*=============================================================================================================================================================
===============================================================================================================================================================*/






/*^15 ========================== Photo Notes Layout & RV Notes Layout & Wildflower & Wildlife Checklists ==================================*/
.General {
	margin:0;
	padding:0;
}
.General #outerWrapper {
	margin: 0;
	/*background: url(../images/Nav/SilverPinePattern.png) repeat:no-repeat;*/
	height: 3600px;
/*	background: url(images/Nav/DarkBlueHorizontalGradient_1920x1500b.jpg) repeat;*/
	background-color:#404040;
}
.General #container {
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 3px 3px 0;
/*	border: 1px solid #000;*/
	border: 3px solid white;
} 
.General #mapContainer {
	width: 985px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 1px solid #000;
}

/* ========================================= Header CSS ============================================ */
.General #header {
	background: #000;
	width: 745px;
	margin: 0 auto 0 220px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. 
	If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
} 
.General #mapHeader {
	background: #000;
	width: 745px;
	margin: 0 auto 0 220px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. 
	If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
} 
.General #mapHeader ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float:left;
	position:absolute;
/*	right:50px;
	bottom:0px;*/
}
.General #mapHeader li {
	float: left;
}
.General #mapHeader li a:link {
	background:#bcb3a9;
	padding:.2em .5em;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:white;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	min-width:80px;
	text-align:center;
}

.General #mapHeader li a:visited {
	background:#968f87;
	padding:.2em .5em;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:white;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	min-width:80px;
	text-align:center;
}

.General #mapHeader li a:hover {
	color:#000;
	background:#fff;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	min-width:80px;
	text-align:center;
}
.General #mapHeader li a.current, .General #header li a.current:hover, .General #mapHeader li.current:active {
	color:#2d61a6;
	background:#fff;
	cursor:default;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	min-width:80px;
	text-align:center;
}
.General #mapHeader #center700Img {
	width:700px;
	margin:0 auto;
	padding: 0 0 0 15px;
}
.General #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - 
	an unexplainable space between divs. 
	If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.General #header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float:left;
	position:absolute;
	right:50px;
	bottom:0px;
}

.General #header li {
	float: left;
}
.General #header li a:link {
	background:#bcb3a9;
	padding:.2em .5em;
	display:block;
/*	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	color:white;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	min-width:80px;
	text-align:center;
}

.General #header li a:visited {
	background:#968f87;
	padding:.2em .5em;
	display:block;
/*	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	color:white;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	min-width:80px;
	text-align:center;
}

.General #header li a:hover {
	color:#000;
	background:#fff;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	min-width:80px;
	text-align:center;
}
.General #header li a.current, .General #header li a.current:hover, .General #header li.current:active {
	color:#2d61a6;
	background:#fff;
	cursor:default;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	min-width:80px;
	text-align:center;
}

.General #header #center700Img {
	width:700px;
	margin:0 auto;
	padding: 0 0 0 15px;
}

/* ========================================= General leftNav CSS ============================================ */
.General #leftNav {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode 
	in Internet Explorer will include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 20px;
	margin-right:15 px;
}
.General #leftNav p{
	text-align:left;
}

.General #leftNav H1 {
/*	font-family: Verdana, Geneva, sans-serif;*/
	font-family: 'Droid Serif', serif;
	font-size: 22px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom:10px;
	color:white;
	background:#bcb3a9;
	line-height:24px;
}
.General #leftNav H2 {
/*	font-family: Verdana, Geneva, sans-serif;*/
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color:#fff;
	padding: 10px 0px 10px 15px;
	background:#265C8F;
	color:white;
}


.General #leftNav ul {
	margin:0;
	padding:0;
	list-style:none;
}
.Or {
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	margin: 6px auto;
	padding: 0px;
}

.General #leftNav ul li {
	margin:0;
	padding:0;
	background:url(public_html/images/Nav/LeftNavBackground_450.png) no-repeat left center;
}
.General #leftNav ul a {
/*	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:0.75em
	color:#fff;
	text-decoration:none;
	line-height:20px;
	margin:0;
	border-bottom:1px solid #fff;
	display:block;
	width:135px;
	padding-left:15px;
	background:url(public_html/images/Nav/LeftNavBackground_450.png) no-repeat left center;
}
.General #leftNav ul a:hover {
	background-position:-150px;
	color:#000;
}
.General #leftNav ul a.current {
	background-position:right top;
	color:#602e0c;
	cursor:default;
}
.General #leftNav ul a.last {
	border-bottom:none;
}
.General #leftNav #Subhead {
	border: 1.2px solid #FFF;
	text-decoration: none;
	height: 1.6em;
	text-align: left;
	padding-top: 6px;
	padding-left: 4px;
	overflow: auto;
	font-size:12px;
}


/* ========================================= General maintContent CSS ============================================ */
.General #mainContent {
/*	width: 745px;
	margin: 0 0 0 170px;  the left margin on this div element creates the column down the left side of the page - 
	no matter how much content 
	the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's 
	text to fill the #sidebar1 
	space when the content in #sidebar1 ends. 
	padding: 12px 0px 12px 7px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	width:750px;
	margin:0 30px 0 177px;
	padding:12px 0 12px 7px;
	color:#fff;
	text-align: left;
	background: #000;
	border: 2px solid #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

.General #mapMainContent {
	width:720px;
	margin:0 0 0 177px;
	padding:12px 0 12px 0;
	color:#fff;
	text-align: left;
	background: #000;
	border: 2px solid #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}
.General #mainContent p {
	padding: 0 15px 10px 10px;
	
/*	margin-top: 1em;
	margin-bottom: 1em;*/
}
.General #mainContent ul li {
	margin-left: 35px;
	padding: 7px 10px 0 0;
}

.General #mainContent h1 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding:10px 0 10px 0px;
}
.General #mainContent td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:10px;
/*	text-indent:10px;*/
	text-align: left;
	border: 1px solid white;
	line-height:1.75em;
}

.General #mainContent th {
	background:#265c8f;
	text-align: left;
	text-indent: 5px;
	line-height:1.25em;
	font-weight:bold;
}

.General #container #mainContent  img {
	margin:0 auto;
	display: block;
}

.General #container #mainContent .largeImage600 {
	text-align: center;
	width: 600px;
	margin: 0 auto;
}

.General #mainContent #checklist {
	padding-top: 10px;
	border: 1px;
	cellpadding: 0;
	cellspacing: 0;
	align: left;
	text-align: left;
	width:98%;
}

/* ========================================= General Right Sidebar =========================================*/
.General #rightSidebar {
	margin:0 auto 0 auto;
	padding:0;
	width:50px;
	float:right;
}

.General #rightSidebar img {
	padding: 10px 0 10px 3px;
}

/* ========================================= General footer CSS ============================================ */
.General #footer { 
	padding: 0 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	width:925px;
	color:#fff;
	height:50px;
} 
.General #footer p {
	color:#fff;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float:right;
	background:#99F;
	text-decoration:none;
}
.General #backButton {
	float:right;
	padding:10px 0 0 0;
}


/*=============================================================================================================================================================
===============================================================================================================================================================*/








/*^16 ========================== Campgrounds Layout ==================================*/
.Campsite {
	margin:0;
	padding:0;
}
.Campsite #outerWrapper {
	margin: 0;
	/*background: url(../images/Nav/SilverPinePattern.png) repeat:no-repeat;*/
	height: 1500px;
/*	background: url(images/Nav/DarkBlueHorizontalGradient_1920x1500b.jpg) repeat;*/
	background-color:#404040;
}
.Campsite #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 3px 3px 0;
	border: 1px solid #000;
} 

/* ========================================= Header CSS ============================================ */
.Campsite #header {
	background: #000;
	width: 745px;
	margin: 0 auto 0 220px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. 
	If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
} 
.Campsite #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. 
	If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.Campsite #header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float:left;
	position:absolute;
	right:50px;
	bottom:0px;
}

.Campsite #header li {
	float: left;
}
.Campsite #header li a:link {
	background:#bcb3a9;
	padding:.2em .5em;
	display:block;
	font-family:'Roboto', Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:300;
	color:white;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	min-width:80px;
	text-align:center;
}

.Campsite #header li a:visited {
	background:#968f87;
	padding:.2em .5em;
	display:block;
	font-family:'Roboto', Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:300;
	color:white;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	min-width:80px;
	text-align:center;
}

.Campsite #header li a:hover {
	color:#000;
	background:#fff;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	min-width:80px;
	text-align:center;
}
.Campsite #header li a.current, .Campsite #header li a.current:hover, .Campsite #header li.current:active {
	color:#2d61a6;
	background:#fff;
	cursor:default;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	min-width:80px;
	text-align:center;
}

.Campsite #header #center700Img {
	width:700px;
	margin:0 auto;
	padding: 0 0 0 15px;
}

/* ========================================= General leftNav CSS ============================================ */
.Campsite #leftNav {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer 
	will include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 20px;
	margin: 0;
}
.Campsite #leftNav p{
	text-align:left;
}

.Campsite #leftNav H1 {
/*	font-family: Verdana, Geneva, sans-serif;*/
	font-family: 'Droid Serif', serif;
	font-size: 22px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom:10px;
	color:white;
	background:#bcb3a9;
	line-height:24px;
}
.Campsite #leftNav ul {
	margin:0;
	padding:0;
	list-style:none;
}
.Campsite #leftNav ul li {
	margin:0;
	padding:0;
	background:url(public_html/images/Nav/LeftNavBackground_450.png) no-repeat left center;
}
.Campsite #leftNav ul a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#fff;
	text-decoration:none;
	line-height:20px;
	margin:0;
	border-bottom:1px solid #fff;
	display:block;
	width:135px;
	padding-left:15px;
	background:url(public_html/images/Nav/LeftNavBackground_450.png) no-repeat left center;
}
.Campsite #leftNav ul a:hover {
	background-position:-150px;
	color:#000;
}
.Campsite #leftNav ul a.current {
	background-position:right top;
	color:#602e0c;
	cursor:default;
}
.Campsite #leftNav ul a.last {
	border-bottom:none;
}
.Campsite #leftNav #Subhead {
	border: 1.2px solid #FFF;
	text-decoration: none;
	height: 1.6em;
	text-align: left;
	padding-top: 6px;
	padding-left: 4px;
	overflow: auto;
	font-size:12px;
}
.Campsite #leftNav H2 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color:#fff;
	padding: 10px 0px 10px 15px;
	background:#265C8F;
}

/* ========================================= General maintContent CSS ============================================ */
.Campsite #mainContent {
	width: 725px;
	margin: 0 0 0 170px; /* the left margin on this div element creates the column down the left side of the page - 
	no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if 
	you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 25px 3px 22px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#fff;
	text-align: left;
	background: #000;
	border: 2px solid #fff;
	font-size: 12px;
	height: 100%;
}
.Campsite #mainContent p {
	padding: 0 15px;
	margin-top: 1em;
	margin-bottom: 1em;
}

.Campsite #mainContent h1 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding:10px 0 10px 0px;
}

.Campsite #mainContent td {
	font-size:10px;
	padding:5px 0 0 0;
	vertical-align:top;
	text-align: center;
	border:1px solid white;
	color: #fff;
}

.Campsite #mainContent td Center {
	font-size:10px;
	padding-left:4px;
	vertical-align:top;
	text-align:center;
}

.Campsite #container #mainContent td img{
/*	float: right;*/
	padding: 0 2px 0 2px;
	margin:0 auto;
}


.Campsite #mainContent th {
	text-align: center;
	text-indent: 4px;
	background:#265c8f;
	color: #fff;
}

.Campsite #container #mainContent  img {
	padding: 0px;
	padding-left: 14px;
}

.Campsite #container #mainContent .largeImage600 {
	text-align: center;
	width: 600px;
	margin: 0 auto;
}

/* ========================================= General Right Sidebar =========================================*/
.Campsite #rightSidebar {
	margin:0 auto 0 auto;
	padding:0;
	width:50px;
	float:right;
}

.Campsite #rightSidebar img {
	padding: 10px 0 10px 3px;
}

/* ========================================= General footer CSS ============================================ */
.Campsite #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	width:925px;
	color:#fff;
	height:50px;
} 
.Campsite #footer p {
	color:#fff;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float:right;
	background:#99F;
	text-decoration:none;
}
.Campsite #backButton {
	float:right;
	padding:10px 0 0 0;
}

/*=============================================================================================================================================================
===============================================================================================================================================================*/






/*^17 ========================== Graphics Layout ==================================*/
.Graphic {
	background-color: #000;
	vertical-align: bottom;
	border-style: none;	
}
/*^18 ========================== Print ==================================*/
.pb-before{
	page-break-before: always;
}

.pb-after{
	page-break-after: always;
}

/*a[href^="http://"]:after {
	content: " (online at:"attr(href)")";
}*/

.tripTravelogue #leftNav .Subhead Or {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 10px auto;
}

.journalDay #outerWrapper #container #mainContent table tr td #caption {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}


/*^19 ========================== Buttons ==================================*/
.button {
   	background: #bfa37c;
   	background: -webkit-gradient(linear, left top, left bottom, from(#bcb3a9), to(#bfa37c));
   	background: -webkit-linear-gradient(top, #bcb3a9, #bfa37c);
   	background: -moz-linear-gradient(top, #bcb3a9, #bfa37c);
   	background: -ms-linear-gradient(top, #bcb3a9, #bfa37c);
   	background: -o-linear-gradient(top, #bcb3a9, #bfa37c);
	color:white;
	padding:0 .5em 0 .5em;
	height:1.75em;
	display:table;
	border:1px solid white;
/*	border: 3px ridge rgb(38,92,143);*/
/*	border: 1px solid rgb(32,124,202);*/
	font-family:helvetica,sans serif;
	font-weight:100;
	font-size:1em;
	letter-spacing:.045em;
	line-height:1.5em;
	text-align:center;
	text-decoration:none;
	white-space: nowrap;
	cursor:pointer;
	border-radius:.325em;
	-webkit-box-shadow:5px 5px 5px 5px black; /*or 
	-webkit-box-shadow: inset 0px 1px 3px rgb(162,200,229);*/
	box-shadow:5px 5px 5px 5px black; /*or 
	box-shadow: inset 0px 1px 3px rgb(162,200,229);*/
	background: linear-gradient(to bottom,#bcb3a9 0%, #f1eof 100%); /*Use colorzilla.com/gradient-editor/ to design 
	and generate all coding 
	for gradients for all browsers. Fabulous tool. Reverse gradient for hover. Add "color: rgb(212,312,225)" for text 
	color at end of what was pasted from 
	colorizilla. This defines text color*/
}

.button:hover {
	/*color:#f1e0bf;*/
	background: #6996be;
	color:black;
	border: none;
}
.button2 {
	background:rgb(2,99,174);
	color:white;
	padding:0 1em 0 1em;
	height:1.75em;
	display:table;
	border: 1px solid rgb(32,124,202);
	font-family:helvetica,sans serif;
	font-weight:100;
	font-size:1em;
/*	text-transform:lowercase;*/
	letter-spacing:.045em;
	line-height:1.2em;
	text-align:center;
	text-decoration:none;
	white-space: nowrap;
	cursor:pointer;
	border-radius:.325em;
	-webkit-box-shadow:5px 5px 5px 5px black; /*or 
	-webkit-box-shadow: inset 0px 1px 3px rgb(162,200,229);*/
	box-shadow:5px 5px 5px 5px black; /*or 
	box-shadow: inset 0px 1px 3px rgb(162,200,229);*/
	background: linear-gradient(to bottom,rgb(30,87,153)0%, rgb(125,185,232)100%); /*Use colorzilla.com/gradient-editor/ to design and generate all coding 
	for gradients for all browsers. Fabulous tool. Reverse gradient for hover. Add "color: rgb(212,312,225)" for text color at end of what was pasted from 
	colorizilla. This defines text color*/
}

.button2:hover {
	color:#000;
	background: #bcb3a9;
}
.button3 {
	background:rgb(2,99,174);
	color:white;
	padding:0 1em 0 1em;
	height:1.25em;
	display:table;
	border: 1px solid rgb(32,124,202);
	font-family:helvetica,sans serif;
	font-weight:100;
	font-size:1em;
/*	text-transform:lowercase;*/
	letter-spacing:.045em;
	line-height:1.5em;
	text-align:center;
	text-decoration:none;
	white-space: nowrap;
	cursor:pointer;
	border-radius:.325em;
	-webkit-box-shadow:5px 5px 5px 5px black; /*or 
	-webkit-box-shadow: inset 0px 1px 3px rgb(162,200,229);*/
	box-shadow:5px 5px 5px 5px black; /*or 
	box-shadow: inset 0px 1px 3px rgb(162,200,229);*/
	background: linear-gradient(to bottom,rgb(30,87,153)0%, rgb(125,185,232)100%); /*Use colorzilla.com/gradient-editor/ to design and generate all coding 
	for gradients for all browsers. Fabulous tool. Reverse gradient for hover. Add "color: rgb(212,312,225)" for text color at end of what was pasted from 
	colorizilla. This defines text color*/
}

.button3:hover {
	color:#000;
	background: #fff;
}
.tripTravelogue #footer #backButton {
	float:right;
	padding:0 68px 0 0;
}
.tripTravelogue #footer #showButton {
	float:right;
	padding:0;
	margin:0;
}

.tripTravelogue #footer #mapShowButton {
	float:right;
	padding:0;
	margin:10px 0 10px 0;
}


/*^20 ========================== Josephine Pages Layout ==================================*/



/* ========================================= Josephine footer CSS ============================================ */
.journalDay #Josephinefooter { 
	padding: 0 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	width:700px;
	margin: 10px 0 15px 225px;
	color: #fff;
	height:50px;
} 
.journalDay #footer p {
	color:#fff;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - 
	a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.journalDay #Josephinefooter ul {
	margin:0 0 0 115px;
	padding:2px 0 0 35px;
	list-style:none;
	border:none;
	background:#000;
}

.journalDay #Josephinefooter ul li {
	float:left;
	border: 1px solid white;
	/*	background: #5b9ed9;*/
	color: #fff;
	/*background: #a7bed3;
	background: -moz-linear-gradient(top, #a7bed3 1%, #2989d8 48%, #4794d8 100%);
	background: -webkit-linear-gradient(top, #a7bed3 1%,#2989d8 48%,#4794d8 100%);
	background: linear-gradient(to bottom, #a7bed3 1%,#2989d8 48%,#4794d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7bed3', endColorstr='#4794d8',GradientType=0 );*/
	background: #b2e1ff;
	background: -moz-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%);
	background: -webkit-linear-gradient(top, #b2e1ff 0%,#66b6fc 100%);
	background: linear-gradient(to bottom, #b2e1ff 0%,#66b6fc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc',GradientType=0 );
}


.journalDay #Josephinefooter li a:link, .journalDay #Josephinefooter li a:visited {
	/*background:#bcb3a9;*/
	padding:.75em 1.5em;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color: white;
	text-decoration:none;
	line-height:1.2em;
/*	margin-right:1em;*/
	border-style: none;
}


.journalDay #Josephinefooter img {
	border:none;
}

/* Change the link color to #111 (red) on hover */
.journalDay #Josephinefooter li a:hover {
  background-color: #5b9ed9;
}


.journalDay #Josephine2footer ul {
	margin:0 0 0 415px;
	padding:2px 0 0 35px;
	list-style:none;
	border:none;
	background:#000;
}


.journalDay #Josephine2footer ul li {
	float:left;
	border: 1px solid white;
	/*	background: #5b9ed9;*/
	color: #fff;
	/*background: #a7bed3;
	background: -moz-linear-gradient(top, #a7bed3 1%, #2989d8 48%, #4794d8 100%);
	background: -webkit-linear-gradient(top, #a7bed3 1%,#2989d8 48%,#4794d8 100%);
	background: linear-gradient(to bottom, #a7bed3 1%,#2989d8 48%,#4794d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7bed3', endColorstr='#4794d8',GradientType=0 );*/
	background: #b2e1ff;
	background: -moz-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%);
	background: -webkit-linear-gradient(top, #b2e1ff 0%,#66b6fc 100%);
	background: linear-gradient(to bottom, #b2e1ff 0%,#66b6fc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc',GradientType=0 );
}



.journalDay #Josephine2footer li a:link, .journalDay #Josephine2footer li a:visited {
	/*background:#bcb3a9;*/
	padding:.75em 1.5em;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color: white;
	text-decoration:none;
	line-height:1.2em;
/*	margin-right:1em;*/
	border-style: none;
}


/* Change the link color to #111 (red) on hover */
.journalDay #Josephine2footer li a:hover {
  background-color: #5b9ed9;
}

/*=============================================================================================================================================================
===============================================================================================================================================================*/


/*^20 ========================== Kira & Jayden Pages Layout ==================================*/


/* ========================================= Kira & Jayden footer CSS ============================================ */
