/* Page Layout Section */
html { font-family:Arial, sans-serif; background:#BEBEBE; color:#ddd; }
html, body { margin:20; padding:0; }

/* This give the black box on top of the gray background */
#page_view { background:#000000; padding:10px 0; }

/* End of main content division */

/* This is for the shadow and rounded edge boarders */
#trans_border { width:960px; margin:20px auto; padding:15px 20px;} /* height:600px;*/
#trans_border .sb-inner { background:#CD5700;}
#trans_border .sb-border { background:#CD5700; }
#trans_border_inner { width:100%; height:100%; margin:-5px -10px; padding:5px 10px; background:#000; }

#gray_box_border {width:940px; margin:0px 0px; padding:5px 10px;}
#gray_box_border .sb-inner {background:#BEBEBE; }
#gray_box_border .sb-border { background:#000000; }

#index_gray_box_border {width:600px; margin:0px 0px; padding:5px 10px;}
#index_gray_box_border .sb-inner {background:#BEBEBE; }
#index_gray_box_border .sb-border { background:#000000; }

/* End for the shadow and rounded edge boarders */

/*Trying to get stuff behind the dropdown menus*/
#main_container
{
  z-index:-1
}

h1{ 
    font-family: Copperplate Gothic Light;
    color: #000000;
  }
h2{ 
     font-family: Copperplate Gothic Light;
     color: #000000; 
   }
h3{ 
     font-family: Copperplate Gothic Light;
     color: #000000; 
   }

h4{ 
     font-family: Copperplate Gothic Light;
     color: #000000; 
   }   

.maintext A:link {
color: #D74A28;
background: transparent;
text-decoration: none
}

.maintext A:visited {
color: #D74A28;
text-decoration: none
}

.maintext A:active {
color: #D74A28;
background: transparent;
text-decoration: none
}

.maintext A:hover {
color: #FF7E00;
background : transparent;
text-decoration: underline
}

.copyright A:link {
color: #BEBEBE;
background: transparent;
text-decoration: none
}

.copyright A:visited {
color: #BEBEBE;
text-decoration: none
}

.copyright A:active {
color: #BEBEBE;
background: transparent;
text-decoration: none
}

.copyright A:hover {
color: #BEBEBE;
background : transparent;
text-decoration: underline
}



.menu A:link {
color: #CD5700;
background: transparent;
text-decoration: none
}

.menu A:visited {
color: #CD5700;
text-decoration: none
}

.menu A:active {
color: #CD5700;
background: transparent;
text-decoration: none
}

.menu A:hover {
color: #CD5700;
background : transparent;
text-decoration: underline
}


.admin A:link {
color: #FF7E00;
background: transparent;
text-decoration: none
}

.admin A:visited {
color: #FF7E00;
background : transparent;
text-decoration: none
}

.admin A:active {
color: #FF7E00;
background: transparent;
text-decoration: none
}

.admin A:hover {
color: #000000;
background : transparent;
text-decoration: underline
}

.maintext img
{
float:left;
}


.maintext {  font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #000000}
.indextext {  font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #BEBEBE}
.copyright {  font-family: Copperplate Gothic Light, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #BEBEBE}
.menu {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #CD5700}
.admin {  font-family: "Bone", Verdana, Arial, Helvetica, sans-serif; font-size: 20 px; color: #FF7E00}

/* This is for the LightBox */
#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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/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; }
/* End for the LightBox */

/* This is for drop down menu */
#sddm
{	margin: 2;
	padding: 5;
	z-index: +1}
 
#sddm li
{	margin: 0;
	padding: 2;
	list-style: none;
	float: left;
	font: bold 11px arial}
 
#sddm li a
{	display: block;
	margin: 1px 1px 1px 1px;
	padding: 2px 5px;
	width: 80px;
	white-space: nowrap;
	background: #CD5700;
	color: #000000;
	text-align: center;
	text-decoration: none}
 
#sddm li a:hover
{	background: #000000;
	color: #CD5700 }
 
#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #c0c0c0;
	border: 1px solid #000000}
 
	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #c0c0c0;
		color: #000000;
		font: 10px arial}
 
	#sddm div a:hover
	{	background: #000000;
		color: #CD5700 }
/* End for drop down menu */

/* This is for index drop down menu */
#index_sddm
{	margin: 0;
	padding: 0;
	z-index: +1}
 
#index_sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 10px arial}
 
#index_sddm li a
{	display: block;
	margin: 0; /* 1px 1px 1px 1px;*/
	padding: 2px 1px;
	width: 75px;
	white-space: nowrap;
	background: #CD5700;
	color: #000000;
	text-align: center;
	text-decoration: none}
 
index_#sddm li a:hover
{	background: #000000;
	color: #CD5700 }
 
#index_sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #c0c0c0;
	border: 1px solid #000000;
	z-index: +1}
 
	#index_sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #c0c0c0;
		color: #000000;
		font: 10px arial;
	z-index: +1}
 
	#index_sddm div a:hover
	{	background: #000000;
		color: #CD5700;
	z-index: +1}
/* End for index drop down menu */
