/* ---------- misc ---------- */

.entry {
width: 540px;
float: left;
}

* {
 padding: 0;
 margin: 0;
 border: 0;
 }
body	{
 background: #d7eccb url(body.gif) no-repeat 50% 100%;
 color: #666; 
 font: 11px/1.3em Arial, Tahoma, sans-serif;
 text-align: center;
 }
acronym {
 cursor: help;
 }

/* ---------- div ---------- */

#container {
 margin: 10px auto;
 border-top: 1px solid #a7a7a7;
 border-left: 1px solid #a7a7a7;
 border-right: 1px solid #a7a7a7;
 border-bottom: 1px solid #a7a7a7;
 background: #f1f1f1;
 text-align: left;
 width: 548px !important;
 width /**/:550px;
 }
#intro {
 background: #f1f1f1 url(images/intro3a.jpg) no-repeat 0 0;
 }
#container, #intro {
 position: relative;
 }
#pageHeader {
 width: 548px;
 height: 208px;
 }
#pageHeader h2 {
	display: visible;
	background: transparent;
	margin: 0px 0px 0px 0px;
	padding-top: 180px;
	padding-left: 5px;
	font-size: 12px;
	}
#preamble, #supportingText {
 width: 398px;
 padding-top:8px;
 }
#supportingText {
 background: transparent url(supportingText.gif) no-repeat 0 100%;
 width: 543px;
 }
#explanation {
 background: transparent url(explanation.gif) no-repeat 0 60%;
 width: 543px;
	height: 600px;
 }
#participation {
 background: transparent url(participation.gif) no-repeat 0 80%;
 }
#benefits {
 background: transparent url(benefits.gif) no-repeat 0 100%;
 }
#requirements {
 padding-bottom: 2px;
 }
#footer {
 text-align: right;
 font: 9px Tahoma, Arial, sans-serif;
 height: 12px;
 padding-right:5px;
 }
#contact {
padding-left:5px;
}
 
#linkList {
 position: absolute;
 left: 396px;
 width: 140px;
 font: 10px/1.3em Arial, Tahoma, sans-serif;
 }
 #quickSummary {
  position: absolute;
 left: 396px;
 width: 140px;
 font: 9px/1.3em Arial, Tahoma, sans-serif;
 }
#quickSummary {
 background: #fff url(quickSum_bg.gif) repeat-x top right;
  border: 1px solid #a7a7a7;
 top: 470px;
 padding-top: 10px;
 padding-bottom: 10px;
 }
#linkList {
 background: #fff url(quickSum_bg.gif) repeat-x top right;
 border: 1px solid #a7a7a7;
 top: 216px;
 }
#linkList div {
 text-align: center;
 }
#lselect, #larchives, #lresources {
 padding: 5px 0 10px;
 }

/* ---------- h3 ---------- */

h3	{
 margin: 7px 10px 3px;
 background-position: 0 0;
 background-repeat: no-repeat;
 text-indent: -9999em;
 font: 1px/1px sans-serif; /* stop IE from revealing unnecessary bg */
 width: 373px;
 height: 28px;
 }
#preamble h3 {
display: inline;
 }
#featured h3 {
  margin-left:2px;
  background-image:url(../images/welcome_h3.gif);
 }
#explanation h3 {
 background-image: url(images/featured_h3.gif);
 }
#participation h3 {
 background-image: url(h3_03.gif);
 }
#benefits h3 {
 background-image: url(h3_04.gif);
 }
#requirements h3 {
 background-image: url(h3_05.gif);
 }
#linkList h3 {
 margin: 0 10px;
 width: 100px;
 height: 0px;
 }
.select {
 background-image: url(h3_06.gif);
 }
.archives {
 background-image: url(h3_07.gif);
 }
.resources {
 background-image: url(h3_08.gif);
 }

input.submit {
 outline: 1px #000000 solid;
 font-size: 10px;
 }
/* ---------- p ---------- */

p {
 padding: 0px 15px 5px 5px;
 margin-left:5px;
 text-align: left;
 }
#preamble p {
 } 
#supportingText p {
 margin-right: 145px;
 }
#quickSummary p {
 padding: 3px 12px 0;
 text-align: left;
 }

/* ---------- a ---------- */

a {
 text-decoration: none;
 }
a:link, a:visited {
 color: #666;
 }
a:hover, a:active {
 color: #000;
 }
#supportingText a {
 font-weight: bold;
 }
#footer a {
 padding: 0 1px;
 font-weight: normal;
 }
#quickSummary a:link, #quickSummary a:visited, #footer a:link, #footer a:visited {
 }
#quickSummary a:hover, #quickSummary a:active, #footer a:hover, #footer a:active {
 }
#linkList a:link, #linkList a:visited {
 text-transform: lowercase;
 color: #888;
 }
#lselect a:link.c, #lselect a:visited.c {
 display: inline;
 color: #666;
 }
#linkList a:hover, #linkList a:active, #lselect a:hover.c, #lselect a:active.c {
 color: #000000;
 }
#lselect a {
 display: block;
 text-transform: lowercase;
 }

/* ---------- ul, li ---------- */

ul {
 padding-right: 10px;
 text-align: left;
 list-style: none;
 }
li {
 padding: 3px 0 3px 20px;
 background-repeat: no-repeat;
 background-position: 6px 5px;
 display: block;
 list-style: none;
 }
#lselect li {
 background-image: url(designs.gif);
 }
#larchives li {
 background-image: url(archives.gif);
 }
#lresources li {
 background-image: url(resources.gif);
 }
 
/*lightbox elements*/

#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: 260px;

	height: 255px;

	margin: 0 auto;

	}



#imageContainer{

	padding: 11px;

	}



#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: url(lbox_images/blank.gif)transparent url(lbox_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(lbox_images/prevlabel.gif)url(lbox_images/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(lbox_images/nextlabel.gif)url(lbox_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: 94%; float: left; text-align: left; padding: 5px; }	

#imageData #caption{ font-weight: normal; }

#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			

#imageData #bottomNavClose{ width: 16px; 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 */

	}	

	

/* ---------- the unused ---------- */

h1, h2, extraDiv1, extraDiv2, extraDiv3, extraDiv4, extraDiv5, extraDiv6 {
 display: none;
 }