@charset "utf-8";
/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form {
margin:0px;
padding:0px;
border:0px;
}
html {
min-height:100%; 
margin-bottom:1px;
}
body {
background-color:#FFF;
font-family:Helvetica, Geneva, Arial, sans-serif;
font-size:12px;
color:#000;
padding:0px;
margin:0px;
}


/*Layout*/
#wrapper {
width:990px;
margin: 10px auto;
}
#header {
height:160px;
width:990px;
font-size:1%;
/*border-bottom:5px solid #FFF;*/
background-color:#999;
}
#innerheader {
width:160px;
height:160px;
background:url("/images/yhrtopleft.jpg") #CCC no-repeat;
/*border-right:3px solid #631E40;*/
}
#innerwrapper {
background-color:#FFF;
}
#leftcol {
float:left;
width:160px;
background-color:#999;
min-height:414px;
/*border-right:1px solid #631E40;*/
}

#content {
width:830px;
float:right;
background-color:#FFF;
min-height:414px;
/*background:url("/images/contentbg.jpg") #FFFFD6 repeat center bottom;*/
/*border-left:3px solid #631E40;*/
}
#content p {
margin:15px 10px 0px 15px;
text-align:justify;
}
#content h1 {
color:#631E40;
font-size:15px;
padding:10px;
}
#content h2 {
font-size:12px;
font-weight:bold;
padding:15px;
}
#content a:link, 
#content a:visited {
color:#631E40;
}
#content a:hover {
}
#content ul {
padding-left: 20px;
}
#content li {
}
#content iframe {
border:1px solid #631E40;
}

#footer {
width:990px;
clear:both;
padding:0px;
/*background-color:#999;*/
background-color:#FFF;
}


/*Classes*/
.imgborderred {
border:1px solid #631E40;
}
.imgbiopictures {
border:1px solid #631E40;
margin:10px;
}
.boldred {
color:#631E40;
font-weight:bold;
}
.boldred20 {
color:#631E40;
font-weight:bold;
font-size:16px;
}
.boldblack {
color:#000;
font-weight:bold;
}
.boldblack14px {
color:#000;
font-weight:bold;
font-size:14px;
}
.boldblack21px {
color:#000;
font-weight:bold;
font-size:21px;
}
.descriptions {
font-size:9px;
text-align:justify;
}
.imgright {
float:right;
padding:10px;
}
.thumbnailpadding {
padding:17px 0px 0px 0px;
}



/*Photogallery - LIGHTBOX 2.0 */
#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;
}

#prevLink, #nextLink { 
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:hover, #prevLink:visited:hover { 
background: url("/images/prevlabel.gif") left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { 
background: url("/images/nextlabel.gif") right 15% no-repeat; 
}
*/

#prevLink, #prevLink:visited { background: url("/images/prevlabel.gif") left 95% no-repeat; }
#nextLink, #nextLink:visited { background: url("/images/nextlabel.gif") right 95% 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; 
}



