body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	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;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.sectionborder {
	border: thin solid #CCCCCC;
}
.oneColFixCtrHdr #header {
	padding: 10px 10px 0 10px;  /* 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 pasdding. */
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #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: 10 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #333333;
}


.oneColFixCtrHdr #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 */
}
.menu {
	color: #FF6600;
	font-family: "Trebuchet MS", Verdana, Arial;
	text-transform: uppercase;
	font-weight: bold;
}


.footertext {
	color: #999999;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana;
	font-size: small;
}
.bodytext {
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana;
	font-size: small;
}
a:link {
	text-decoration: none;
	border: 0px none 0;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a {
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana;
	color: #FF6600;
}
.more {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: normal;
	color: #FF6600;
	font-style: italic;
}

a:visited {
	color: #FF6600;
}
a:hover {
	color: #666666;
}
a:active {
	color: #FF6600;
}
.headertext {
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF6600;
}

/* 

 

  THESE ARE THE VARIOUS ELEMENTS, CLASSES, IDS, AND SELECTORS YOU MAY NEED FOR STYING THIS FORM

  Anchors or link elements have not been included, but everythig else is :-)

*/

/* for main form wrapping div */

div#gb_form_div { 
  /* not styled on demo page */
}

/* id for the form itself */
form#gb_form { 
  /* not styled on demo page */

}

/* form and results heading size */
.main_formhead, .formhead {
	font-size: medium;
	color : #FF6600;
}

/* outer fieldset - it's common to make this border : 0; */
fieldset#formwrap { 
  background-color : #fefefe; 
}


/* section fieldsets - it's common to make this border : 0; */
fieldset { 
  background-color : #fafafa; 
}

/* form legends and dt "heading" */

legend, dt { 
  color : #666;
}

/* main legend at top of the form */
legend#mainlegend {
	font-size: medium;
	color : #FF6600;
}


/* form label text */
label {
	color : #FF6600;
}


/* all inputs, select, and textarea */
input.med, input.short, select.med, textarea.textbox { 
  font-family: "Trebuchet MS", Helvetica, Arial, Verdana;
  font-size: medium;
  color : #666; 
  padding : 2px; 
  border : 1px solid #FF6600;
  background-color : #fffffa;
}



/* to make focus stable in IE 6 */

* html input.button {
	color : #000;
	border : 1px solid #FF6600;
	background-color : #FF6600;
}

* html input.button.hover {
	color : #000;
	border : 1px solid #000;
	background-color : #666666;
}

* html input.button.focus {
	color : #000;
	border : 1px solid #000;
	background-color : #FF6600;
}



/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */

input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #fff;
}



/* for the checkbox input */
input.checkbox {
  /* not styled on demo page */

}


/* error heading weight and color - bold is for the error reason text */
span.error, dt.error, strong.error { 
  color : #cd0000; 
  font-weight : bold; 

}

/* success heading color */
span.success {
	color : #FF6600;
	font-weight : bold;
}



/* privacy and "Why?" small element link sizes (relative to their parent element */
small.privacy, small.whythis { 
  font-size: small;

}



/* set up relativity to position small Why? text */

small.whythis { 

  position : relative; 
}

/* Why? link style */
small.whythis a { 
  text-decoration : underline; 
  font-size : small;
}


small.whythis a:hover, small.whythis a:focus, small.whythis a:active { 
  text-decoration : none;
} 

/* hide the Why? text span */
small.whythis a span { 
  border : 1px solid #fafafa; 
  background-color : #fafafa; 
  padding : 0 4px 0 4px; 
  color : #fafafa;
  text-decoration : none; 
}


/* bring back Why? text span (title attribute backs this up for borwsers it doesn't function in */
small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span {
	border : 1px solid #000;
	background-color : #FFFF00;
	color : #000;
	padding : 0 4px 0 4px;
	text-decoration : none;
}


/* the link back to me for form credit */

p.creditline { 
  float : right; 
  margin : -17px 0; 
  padding-bottom : 1px; 
  font-size : 80%; 

}



/* used for abbreviation used relative to form. the .abbr class is for the span added for IE */
abbr, .abbr { 
  cursor : help; 
  border-bottom : 1px dotted #999;
}



/* set result color for blockquote dt "heading" */
dl#result_dl_blockq dt, dl.result_dl_blockq dt {
	color : #FF6600;
}



/* position result blockquote flush with parent */
dl#result_dl_blockq blockquote, dl.result_dl_blockq blockquote {
  margin-left : 0;

}

/* style the input names in the result */
div#hf_form_div span.items {
	font-weight : bold;
	color : #FF6600;
}


/* End CSS */
small.whythis a { 
  text-decoration : underline; 
  font-size : medium;
}
small.whythis a:hover, small.whythis a:focus, small.whythis a:active { 
  text-decoration : none;
} 

/* hide the Why? text span */
small.whythis a span { 
  border : 1px solid #fafafa; 
  background-color : #fafafa; 
  padding : 0 4px 0 4px; 
  color : #fafafa;
  text-decoration : none; 
}

/* bring back Why? text span (title attribute backs this up for borwsers it doesn't function in */
small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span {
	border : 1px solid #000;
	background-color : #FF6600;
	color : #000;
	padding : 0 4px 0 4px;
	text-decoration : none;
}


/* used for abbreviation used relative to form. the .abbr class is for the span added for IE */
abbr, .abbr { 
  cursor : help; 
  border-bottom : 1px dotted #999;
}

/* set result color for blockquote dt "heading" */
dl#result_dl_blockq dt, dl.result_dl_blockq dt {
	color : #FF6600;
}

/* position result blockquote flush with parent */
dl#result_dl_blockq blockquote, dl.result_dl_blockq blockquote {
  margin-left : 0;
}

/* style the input names in the result */
div#hf_form_div span.items {
	
	color : #FF6600;
}


/* End form CSS */
.date {
	color: #999999;
}
.bodyBIG {
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana;
	font-size: medium;
}



#lightbox{
	position: absolute;
	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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
