/* STANDARD LAYOUT FORMATTING */

body { 
	text-align:center;
	background:#000 url('../img/background.png') center no-repeat fixed;
	padding:0; 
	margin:0; 
	color:#FFF;
}

.reset { clear:both; }

#admin {
	height:20px;
	width:100%;
	margin-bottom:20px;
	padding:0 100px;	
	font: 18px bold;
	color:red;
	overflow:hidden;
	text-align: center;
	background:black;
	border-bottom:1px gray solid;
}

#admin a:link {
	color: #AAF;
}

#admin a:visited {
	color: #55F;
}


#pagetop {
	margin:0 auto;
	width:840px;
	height:35px;
	background: url('../img/top-bg.jpg') no-repeat top center;
}

#page { 
	margin:0 auto;
	text-align:left;
	width:840px;
	background: url('../img/middle-bg.jpg') repeat-y center;
	padding:0px;
}

#content { 
	margin:0 40px;
	text-align:left;
}
#content p {color:#EEE;}
#content a {
	color:#C00;
	text-decoration:none;
}
#content a:hover {color:#F00;}

#pagebottom {
	margin:0 auto;
	width:840px;
	height:35px;
	background: url('../img/bottom-bg.jpg') no-repeat bottom center;
}

#header { 
	margin:10px auto;
	width:800px;
	text-align:right; 
	height:142px;
	border-bottom:1px solid #555;
}

#header img {
	float:left;
}

#header #galleryLink a {
	position: absolute;
    top: 0;
    right: 40px;
    margin: 0;
	width:91px;
    height: 31px;
    background: transparent url(/img/gallery_btn.png) top left no-repeat;
    display: block;
}
#header #galleryLink a:hover {
    background: transparent url(/img/gallery_btn.png) top right no-repeat;
}
#header #galleryLink a span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* *** Get rid of the drop-down options menu in the gallery *** */
.block-core-ItemLinks {
	display: none;
}

#admin {
	width:100%;
	margin:0 0 10px 0;
	height:30px;
	color:#FF0;
	font-size:12px;
	overflow:hidden;
	font-family:arial;
	text-align: center;
	background:#333;
	border-bottom:1px #333 solid;
}
#admin a {
	color:#09C;
	text-decoration:none;
}
#admin ul {list-style-type:none;margin:10px 0;}
#admin li {display:inline;margin:0 10px;padding:0;}


.fckeditorbg {
	padding:10px;
	border-top: 1px black dotted;
}


#footer { 
	text-align:right; 
	color:#960;
	overflow:hidden;
}

#footercontent {
	margin:10px;
	padding:10px;
}

#footer a {
	color:#960;
	text-decoration:none;
}

.reset { clear:both; }
img { border:none; }


div.left {
	float:left;
	width:47%;
	padding-right:3%;
}
div.right { 
	float:right;
	width:47%;
	padding-left:3%;
}

h1,h2,h3,h4,h5,h6 { font-family: Arial, Helvetica, sans-serif;color:#FFF;font-style:italic; }
/*Link styles*/
a { font-family: Arial, Helvetica, sans-serif;color:#06F; }
a:link, a:visited, a:active { text-decoration:underline;color:#0066CC; }
a:hover { text-decoration:none;color:#3366EE; }
/*Text styles*/
.textSm { font-family: Arial, Helvetica, sans-serif;font-size:10px;color:#FFF; }
.textMs { font-family: Arial, Helvetica, sans-serif;font-size:12px;color:#FFF; }
.textMd { font-family: Arial, Helvetica, sans-serif;font-size:14px;color:#FFF; }
.textLg { font-family: Arial, Helvetica, sans-serif;font-size:16px;color:#FFF; }

#mainnavlist {
	position:relative;
	top:45px;
	letter-spacing:5px;
}
#mainnavlist ul {float:right;}
#mainnavlist li {
	margin:3px;
	list-style-type:none;
}

#mainnavlist li a {
	text-transform:uppercase;
	font-size:16px;
	font-family:verdana;
	color:#FFF;
	text-decoration:none;
	padding:2px;
}

#mainnavlist li a#current {
	color: #C00;
	text-decoration: none;
}

#mainnavlist li a:hover, #mainnavlist li a:active {
	text-align: left;
	text-decoration: none;
	font-weight:bold;
}


#navcontainer a { text-decoration: none; }
#navcontainer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
}

#navcontainer li { 
	display: inline; 
	font-size:16px;
}

/*1st level elements*/
#navcontainer ul {padding: 4px 0;}
#navcontainer li { margin: 0 0 0px; }
#navcontainer ul a,
#navcontainer ul a:link,
#navcontainer ul a:visited {
	color: #D00;
	margin: 0px 10px;
}
#navcontainer ul a:hover,
#navcontainer ul a:focus {
	color: #FFF;
	border-bottom:1px solid #C00;
}

/*current Link*/
#navcontainer ul a#current,
#navcontainer ul a#current:link,
#navcontainer ul a#current:visited { font-weight: bold; }

/*Second and subsequent levels*/
#navcontainer ul ul {
font-size: 80%;
position: absolute;
top: 5px;
left: 0;
width: 100%;
}

#navcontainer ul ul li { display: inline; }

#navcontainer ul ul a,
#navcontainer ul ul a:link,
#navcontainer ul ul a:visited {
color: white;
}

#navcontainer ul ul a:hover,
#navcontainer ul ul a:focus {
	background-color:#DDD;
	border:1px solid gray;
	color:#000;
}


#subnavcontainer a { text-decoration: none; }
#subnavcontainer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	letter-spacing:3px;
}
#subnavcontainer li { display: inline; }
/*1st level elements*/
#subnavcontainer ul {
padding: 2px 0;
margin:10px;
}

#subnavcontainer li { margin: 0 0 0px; }

#subnavcontainer ul a {
	color:#FFF;
	font-size:12px;
	margin: 0px 10px;
}
#subnavcontainer ul a:hover {
	background:#000;
	border-bottom:#FFF solid 1px;
	color:#C00;
}

/*current Link*/
#subnavcontainer ul a#current,
#subnavcontainer ul a#current:link,
#subnavcontainer ul a#current:visited { font-weight: bold; }

/*Second and subsequent levels*/
#subnavcontainer ul ul {
	font-size: 65%;
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	border-top: 0;
	background-color: black;
}

#subnavcontainer ul ul li { display: inline; }

#subnavcontainer ul ul a,
#subnavcontainer ul ul a:link,
#subnavcontainer ul ul a:visited {
	background-color: black;
	border: 1px solid black;
	color: white;
}

#subnavcontainer ul ul a:hover,
#subnavcontainer ul ul a:focus {
	background-color: #DDD;
	border: 1px solid gray;
	color: black;
}


#flashcontent {
	height:500px;
	margin-top:15px;
	background:black;
}

#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(../img/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(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/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;
	}


/* #gallery { 
	text-align:center;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	padding:10px 5px;
	margin:10px 0px;
}

#gallery img {
	height:50px;
	width:50px;
	margin:2px;
	padding:0px;
	border:1px solid black;
}

#gallery a:link { 
	filter: alpha (opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

#gallery a:hover {
	filter: alpha (opacity=50);
	-moz-opacity:.50;
	opacity:.50;
} */

#slideshow {
	padding:2px;
	background:#444;
	float:left;
	margin: 20px;
}
