@charset "utf-8";
.galleryoptions {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
}
.yogi3d {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fbf6e3;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #005e00;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 4px;
	margin-bottom: 4px;
	background-image: url(images/bg.jpg);
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0px 0px 0px 0px;  /* 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. */
	margin: 0px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	height: 660px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 170px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0 20px;
} 
.twoColFixLtHdr #mainContent H6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	margin-left: 20px;
	font-weight: normal;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.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;
}
.twoColFixLtHdr #mainContent p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: justify
}
.flashfix {
	padding: 0px;
	margin; 0px;
}
.imagefix {
	display: block;
	margin-bottom: 0px;
}
.title {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.twoColFixLtHdr #oldFaceful {
	width: 540px;
	background: #00ffff;
	/*margin: 20 auto;*/ /* the auto margins (in conjunction with a width) center the page */
	/*border: 5px solid #005e00;*/
	padding: 0px;
} 

.twoColFixLtHdr #oldFaceful img{
	display: block;
	text-align:center;
	margin: auto;
}
.twoColFixLtHdr #oldFaceful02 {
	width: 540px;
	background: #fef0bf;
	/*margin: 20 auto;*/ /* the auto margins (in conjunction with a width) center the page */
	/*border: 5px solid #005e00;*/
	padding: 0px;
} 

.twoColFixLtHdr #oldFaceful02 img{
	display: block;
	text-align:center;
	margin: auto;
}
.twoColFixLtHdr #map_canvas {
	border-width: 1px;
	border-color: #d04271;
	border-style: solid;
}
.twoColFixLtHdr #directions a:link, .twoColFixLtHdr #directions a:visited {
	color: #cc3366;
}
.twoColFixLtHdr #directions a:hover { 
	text-decoration: none;
	color: #cc3366;
}
.twoColFixLtHdr #directions b{
	color: #a01141;
}

/*input {
	color: #FF0000;
	background: #ffb5de;
	border: 1px solid #ff80c6;
}*/
textarea {
	font-size: 15px;
	font-family:"Comic Sans MS", cursive;
	padding: 8px;
	border: 1px solid #ff80c6;
     }
/*.submit input {
	color: #ffffff;
	background: #ff80c6;
	border: 2px outset #FF0000;
}*/
.activitiestable {
	border-collapse: collapse;
	border: 1px dotted #b80101;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.activitiestable td{
	border: 1px dotted #b80101;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.activitiestable02 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b80101;
	background-color: #FFACAC;
}
.activitiestable03 {
	background-color: #fcc9c9;
}
.twoColFixLtHdr #news {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-color: #ffdcdc;
	border-width: 1px;
	border-style: solid;
	border-color: #c19797;
	padding: 6px;
	text-align: justify;
}
.twoColFixLtHdr #news a:link, #news a:visited { 
	color: #0000ff;
	text-decoration: underline;
}
.twoColFixLtHdr #news a:hover { 
	color: #0000ff;
	text-decoration: none;
}
.twoColFixLtHdr #news H1  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	color:#c34646;
	font-style: italic;
}
.twoColFixLtHdr #news H2  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin-left: 180px;
	font-weight: normal;
}
.twoColFixLtHdr #news H6  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.twoColFixLtHdr #guide {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-color: #9FC;
	border-width: 1px;
	border-style: solid;
	border-color: #c19797;
	padding: 6px;
	text-align: justify;
}
.twoColFixLtHdr #guide a:link, #guide a:visited { 
	color: #0000ff;
	text-decoration: underline;
}
.twoColFixLtHdr #guide a:hover { 
	color: #0000ff;
	text-decoration: none;
}
.twoColFixLtHdr #guide H1  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	color:#119252;
	font-style: italic;
}
.twoColFixLtHdr #guide H2  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin-left: 180px;
	font-weight: normal;
}
.twoColFixLtHdr #guide H6  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.twoColFixLtHdr #linkpage {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-color: #636;
	border-width: 1px;
	border-style: solid;
	border-color: #ff9aff;
	padding: 6px;
	text-align: justify;
	color: #ff9aff;
}
.twoColFixLtHdr #linkpage a:link, #linkpage a:visited {
	color: #ff9aff;
	text-decoration: underline;
}
.twoColFixLtHdr #linkpage a:hover {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #linkpage H1  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	color:#ff9aff;
	font-style: italic;
}
.twoColFixLtHdr #linkpage H2  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin-left: 180px;
	font-weight: normal;
}
.twoColFixLtHdr #linkpage H6  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.twoColFixLtHdr #sitemap {
	background-color: #006699;
	border-width: 1px;
	border-style: solid;
	border-color: #b3e6ff;
	padding: 6px;
}
.twoColFixLtHdr #sitemap a:link, #sitemap a:visited {
	color: #b3e6ff;
	text-decoration: underline;
}
.twoColFixLtHdr #sitemap a:hover {
	color: #03283a;
	text-decoration: none;
}
.twoColFixLtHdr #sitemap H1  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	color:#b3e6ff;
	font-style: italic;
}
.twoColFixLtHdr #sitemap H2  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin-left: 180px;
	font-weight: normal;
}
.twoColFixLtHdr #sitemap H6  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #b3e6ff;
	text-align: center;
}
.twoColFixLtHdr #sitemap H5  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #b3e6ff;
	text-align: center;
}
.twoColFixLtHdr .sitemaptable {
	/*border-collapse: collapse;*/
	/*border: 1px dotted #b80101;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
.twoColFixLtHdr #gallery {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-color: #003;
	border-width: 1px;
	border-style: solid;
	border-color: #c9c9ff;
	padding: 6px;
	color: #c9c9ff;
}
.twoColFixLtHdr #gallery H1  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	color:#c9c9ff;
	font-style: italic;
}
.twoColFixLtHdr #contact {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-color: #7eac97;
	border-width: 1px;
	border-style: solid;
	border-color: #508079;
	padding: 6px;
}
.twoColFixLtHdr #contact H1  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	color:#31644f;
	font-style: italic;
}
.twoColFixLtHdr #contact H2  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: center;
	font-weight: normal;
}
.jpkidsfix	{
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
.jpkidsfix	a:link, .jpkidsfix a:visited {
	color: #0000ff;
	text-decoration: underline;
}
.jpkidsfix	a:hover {
	color: #0000ff;
	text-decoration: none;
}
.rewardcharttable	{
	border-style: solid;
	border-width: 1px;
	border-color: #b3b3ff;
}
.twoColFixLtHdr #container #mainContent #gallery p a {
	color: #C9C9FF;
}
.twoColFixLtHdr #container #mainContent #gallery p a:visited {
	color: #C9C9FF;
}
