﻿body {
	background-color: #ffffff;
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 14px;
	margin: 0 0 0 0;
/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */	padding: 0 0 0 0;
/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: .7em;
}
h5 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
h4 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
h3 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
h2 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}
h1 {
	color: #6A4F34;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 14px;
}
iframe {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
object {
	margin: 0;
	padding: 1px;
	border: 0;
	outline: 0;
	font-size: 100%;
}
applet {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
a:link {
  color: #4095df;
  font-weight: bold;
  text-decoration: none;
}
a {
  color: #4095df;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
	color: #4870aa;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
  color: #2170bd;
  text-decoration: underline;
}
a:focus {
  color: #2170bd;
}
a:active {
  color: #039;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */	text-align: left; /* Redefines the text alignment defined by the body element. */;
	width: 80%; max-width: 1000px;
  min-width: 1000px;
}
#outerWrapper #header {
	background-color: #E7E7CE;
	border:0;
	border-bottom: solid 1px #4b647f;
/* Sets the bottom border properties for an element using shorthand notation */	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
;
	background-image: url('Images/YooBack.jpg');
	background-repeat: repeat-x;
}
#outerWrapper #topNavigation {
	background-color: #344F6A;
	border-bottom: solid 1px #9bb6d2;
/* Sets the bottom border properties for an element using shorthand notation */	height: 25px;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #eaeff5;
  border-right: solid 1px #9bb6d2; /* Sets the right border properties for an element using shorthand notation */
  float: left;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 12em;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 14em; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #eaeff5;
	border-top: solid 1px #9bb6d2;
/* Sets the top border properties for an element using shorthand notation */	padding: 10px 10px 10px 10px;
	font-weight: normal;
}
.menu {
	width: 900px;
	height: 100px;
	position: relative;
	z-index: 100;
}
.menu ul li a:visited {
	display: block;
	text-decoration: none;
	color: #000;
	width: 102px;
	height: 20px;
	text-align: center;
	color: #fff;
	border: 1px solid #344F6A;
	background: #344F6A;
	line-height: 25px;
	font-size: .9em;
	overflow: hidden;
	margin-right: 5px;
}
.menu ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	width: 102px;
	height: 20px;
	text-align: center;
	color: #fff;
	border: 1px solid #344F6A;
	background: #344F6A;
	line-height: 25px;
	font-size: .9em;
	overflow: hidden;
	margin-right: 5px;
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color: #FFCC00;background: #344F6A;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ddd; color:#000;}
.menu ul li:hover ul li a:hover {background:#6fc; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}
#navcontainer { width: 200px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.4em;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 100px;
background-color: #eaeff5;
border-bottom: 1px solid #eee;
}

#navlist a:visited
{
color: #fffff;
text-decoration: none;
}

#navcontainer a:link
{
color: #fffff;
text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #eaeff5;
	color: #FFCC00;
}

.photocenter {
text-align: center;
}
.texttop {
	vertical-align: text-top;
}
.textright {
	text-align: right;
}
.textmid {
	vertical-align: middle;
}
.textleft {
	text-align: left;
}
.textbold {
	font-weight: bold;
}
.textboldevents {
	font-weight: 700;
	color: #CC6600;
}
.intro {
	font-size: 1.2em;
	font-weight: bold;
}
.tips {
	font-size: .9em;
	font-style: normal;
	font-weight: normal;
}
.photocenterpad {
	text-align: center;
	padding-right: 30px;
}
#pscroller1{
	width: 150px;
	height: 400px;
	border: 1px black dotted;
	padding: 5px;
	background-color: lightyellow;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }

#prevLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#prevLink:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#nextLink:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
.textboldeventsCopy {
	font-weight: bold;
	color: #BF6000;
}
