@charset "utf-8";
/* CSS Document */

body {
	background:#5a0201;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#fff;
}

.titleblurb {
	font-weight:bold;
}

#center_blurb a:link {
	
	color: #000;
	text-decoration: underline;

}

#center_blurb a:visited {
	
	color: #000;
	text-decoration: underline;

}

#videohomepage {
	text-align: center;
	margin: 0, auto;
	
}

#center_blurb a:hover {
	
	color: #630;
	text-decoration: underline;

}

#center_blurb a {
	
	color: #000;
	text-decoration: underline;

}

a:link {
	color:#fff;
	text-decoration:none;

}

a:active {
	color:#fff;
	text-decoration:none;

}

a:hover {
	color:#fff;
	text-decoration:none;

}

a:visited {
	color:#fff;
	text-decoration:none;

}

#whitewrapper {

	width:926px;
	background:#fff;
	margin:0 auto;
	padding-bottom:20px;

}

.name {
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:13px;
	color:#5a0201;
	text-align:right;
	padding:2px;
	padding-right:20px;
	
}

#main {
	margin:0 auto;
	padding:20px;
	background:#000;
	width:850px;
	font-style:normal;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;

}

#main_img {
margin:0px;
	background-image:url(images/snapshot-02.png);
	width:870px;
	height:673px;
}

#main_img2 {
margin:0px;
	background-image:url(images/snapshot-01.png);
	width:870px;
	height:632px;
}

#center_blurb {
	font-size:11px;
	width:260px;
	height:182px;
	padding-top:210px;
	padding-left:315px;
	color: black;
}

#main img{
	max-width:100%;
}

.insetimg {

float:left; 
padding:0 20px 20px 0;
}

.menu {
	text-align:center;
	margin:0 auto;
padding:20px; 0}

.logo {
	float:left;
	border:0px;
	
}

.descr {
	position:relative;
}

#nav {
padding-top:20px;
}

#nav ul {
	font-size:10px;
	list-style-type: none;

}

#nav li {
		display: inline;
		padding: 0px 4px;
}

#subnav {
	text-align:center;
	
}

#subnav ul {
	padding:10px 0px;
	font-size:11px;
	list-style-type: none;

}

#subnav li {
		display: inline;
		padding: 0px 4px;
}

.heading {
	font-weight: bold;
	
}

.fine {
	font-size:9px;
}

.links {
	font-size:9px;
	padding-bottom:80px;
}

.links a{
	text-decoration:underline;
}

.photogrid {
	text-align:center;
}

.photogrid img {
	padding:20px 5px 0px 0px;
	height:200px;
}

.headline {
	font-size:16px;
	color:#114f89;
	text-align:center;
}

#details {
	float:left;
	padding-left:20px;
}

#bottomlogo {
	padding: 40px 0;
}

#copyright {
	margin:0 auto;
	text-align:center;
	color:#CCC;
	font-size:10px;
	padding:30px;
}

/* LIGHTBOX CSS _____________________________________________________________ */

#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/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; outline: none;
}



#overlay{ 
position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; 
}

