/* ----------------------------------------------------------------+
 |  Cascading Style Sheet                                          |      
  -----------------------------------------------------------------*/

    html, body {
    background: url(./cimages/findlayback.gif) repeat;
    cursor: default;
    font-family: Georgia, serif;
    font-weight: normal;
    font-size: 10pt;
    line-height: normal;
    margin: 0px auto;
    width: 1024px;
    padding: 0px 0px 0px 0px;
    text-align: left;    
  }

a:link,a:active,a:visited {
background-color: transparent;
color:#C2C1B5;
text-decoration: none;
font-family: Georgia, serif;
font-weight: normal;
font-size: 12pt;
}
a:hover {
background-color: transparent;
color: #fff;
text-decoration: none;
font-family: Georgia, serif;
font-weight: normal;
font-size: 12pt;
}

  img, img a {
    border: none;
  }

h1 {
      background-color: #transparent;
      padding: 0px 0px 10px 0px;
      margin: 0px auto;
      font-family: Georgia, serif;
	font-size: 14pt;
      color:#C2C1B5;
      text-align: left;
}
h2 {
      background-color: #transparent;
      padding: 0px 0px 5px 0px;
      margin: 0px auto;
      font-family: Georgia, serif;
	font-size: 12pt;
      color:#C2C1B5;
      text-align: left;
}
h3 {
      background-color: #transparent;
      padding: 0px 0px 0px 0px;
      font-family: Georgia, serif;
	font-size: 14pt;
      color:#C2C1B5;
      text-align: left;
}
h4 {
      background-color: #transparent;
      padding: 0px 0px 0px 0px;
      font-family: Georgia, serif;
	font-size: 12pt;
      color:#EBE63A;
      text-align: left;
	float:left;
}

/*
 ---------------------------------------------------------------------
 |  ID's and Classes
 ---------------------------------------------------------------------
*/
#content {
background-color: #transparent; 
margin: 0px auto;
padding: 0px 0px 0px 0px;
text-align: left;
/* border: 1px solid #444; */
}
#banner {
background-color: #transparent;
margin: 0px auto;
width: 100%;
padding: 20px 0px 30px 0px;
font-family: Georgia, serif;
font-weight: normal;
font-size: 30pt;
letter-spacing: 10px;
color:#C2C1B5;
text-align: center;
}
#pagebanner {
background-color: #transparent;
margin: 0px auto;
width: 100%;
padding: 20px 0px 30px 0px;
font-family: Georgia, serif;
font-weight: normal;
font-size: 24pt;
letter-spacing: 5px;
color:#C2C1B5;
text-align: center;
}
#textbanner {
background-color: #transparent;
margin: 0px auto;
width: 450px;
padding: 20px 0px 30px 0px;
font-family: Georgia, serif;
font-weight: normal;
font-size: 24pt;
letter-spacing: 5px;
color:#C2C1B5;
text-align: left;
float:left;
}
#smallbanner {
background-color: #transparent;
margin: 0px auto;
padding: 30px 0px 10px 0px;
font-family: Georgia, serif;
font-weight: normal;
font-size: 16pt;
letter-spacing: 3px;
color:#000;
text-align: left;
}
#content_wrapper{
background-color: #transparent;
text-align:center;
}
#left {
background-color: #transparent; 
margin: 0px auto;
padding: 0px 10px 0px 5px;
font-family: Georgia, serif;
font-weight: normal;
font-size: 13pt;
color:#C2C1B5;
line-height: 14pt;
width: 150px;
text-align: center;
float: left;
}
#middle {
background-color: #transparent; 
font-family: Georgia, serif;
font-weight: normal;
font-size: 13pt;
color:#C2C1B5;
line-height: 14pt;
margin: 0px auto;
padding: 0px 0px 0px 0px;
text-align: left;
float: left;
}
#bottom {
background-color: #transparent;
margin: 0px auto;
width: 100%;
clear: both;
padding: 0px 0px 10px 0px;
font-family: Georgia, serif;
color:#C2C1B5;
text-align: center;
position:relative; 
bottom: 0px;
}
#navigation {
background-color: #transparent;
margin: 0px auto;
width: 100%;
clear: both;
padding: 10px 0px 10px 0px;
font: 12px Georgia, serif;
color:#C2C1B5;
text-align: center;
}
a.name_link:link,a.name_link:active,a.name_link:visited {
background-color: transparent;
color:#EBE63A;
text-decoration: none;
font-family: Georgia, serif;
font-weight: normal;
font-size: 12pt;
}
a.name_link:hover {
background-color: transparent;
color:#EBE63A;
text-decoration: underline;
font-family: Georgia, serif;
font-weight: normal;
font-size: 12pt;
}
#form {
width: 500px;
/* float: left; */
padding: 0px 0px 0px 20px;
font: 13pt serif;
}
.button{
padding: 0px 10px 0px 10px;
font-size:12pt;
color:#C2C1B5;
font-family: Georgia, serif;
font-weight: normal;
text-decoration: none;
}
.button2{
padding: 0px 10px 0px 10px;
font-size:12pt;
color:#fff;
font-family: Georgia, serif;
font-weight: normal;
text-decoration: none;
border: 1px solid #EBE63A;
}
.button:hover {
padding: 0px 10px 0px 10px;
font-size:12pt;
color:#fff;
font-family: Georgia, serif;
font-weight: normal;
text-decoration: none;
}

div.docBlock {
	margin-bottom: 2em;
	min-width: 600px;
	padding: 0.8em !important;
}

div.docBlock .code {
	background-color: #FFFDE8;
	border-color: #003366;
	border-style: solid;
	border-width: 0.1em;
	color: #333333;
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 130%;
	margin: 1em;
	padding: 1em;
}

div.docBlock table {
	background-color: #7E9FDA;
	width: 100%;
}

div.docBlock td {
	background-color: #FFFDDD;
	padding: 0.2em;
	vertical-align: top;
}

div.docBlock, fieldset, input, textarea {
	border: 0.1em;
	border-color: #C2C1B5;
	border-style: solid;
	/* padding: 0.1em; */
}

fieldset {
	padding: 1em;
}

input {
	margin: 0.1em;
}

input.invalid, textarea.invalid {
	background-color: #FFE813;
	border: 0.1em;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0.1em !important;
}

input.invalid:focus, textarea.invalid:focus {
	background-color: #FFE813;
	border: 0.2em;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0 !important;
}

input:focus, textarea:focus {
	background-image: none;
	border: 0.2em;
	border-color: #C2C1B5;
	border-style: solid;
	margin: 0;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
	border: 0;
	margin: 0.1em;
}

legend {
	background-color: #FFFFFF;
	border: 0.1em;
	border-color: #C2C1B5;
	border-style: solid;
	color: #3362B4;
	font-weight: bold;
	padding: 0.5em;
}

.boxes {
	border: none;
}

.required {
	background-image: url(required.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/* LIGHTBOX ====================================== */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 80%; 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	


