/*---------- misc ----------*/

body {
	background: #666;
	margin: 0;
	padding: 0;
	font-family : verdana, myriad, "myriad roman", "trebuchet ms", helvetica, arial, sans-serif;
}

/*---------- universal divs ----------*/

#center {
	position: relative;
	width: 975px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#container {
	position: relative;
	margin-top: 20px;
	width: 975px;
	height: auto;
	background: #fff;
	overflow: hidden;
}

#head {
	position: static;
	width: 100%;
	height: 85px;
	background: #fff url(images/head.png) no-repeat;
}

#nav {
	position: relative;
	width:100%;
	height: 25px;
}

#content {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px;
	overflow: hidden;
}

#foot {
	position: relative;
	height: 40px;
	width: 100%;
	background: #fff url(images/foot.png) no-repeat;
}

#endcap { 
	clear : both;
	top : 10px;
	height : 25px;
	background-color : #666;
} 



/*--------index page--------*/

#index-container {
	position: relative;
	margin-top: 20px;
	width: 975px;
	height: auto;
	background: #000;
}

#index-head {
	position: static;
	width: 100%;
	height: 40px;
	background: #000 url(images/index-head.png) no-repeat;
}

#index {
	position: relative;
	width: 100%;
	height: 300px;
	background: #000 url(images/index.jpg) no-repeat bottom left;
}

#index-foot {
	position: relative;
	height: 35px;
	width: 100%;
	background: #000 url(images/index-foot.png) no-repeat;
}

.index {
	color: #f60;
	letter-spacing: .3em;
	text-align: right;
	margin: 100px 50px 0;
	font-size: 2em; 
	font-family: verdana, "myriad roman", helvetica, arial, san-sarif;
}

.index2 {
	color: #fff;
	letter-spacing: .22em;
	text-align: right;
	margin: 0 50px 0;
	font-size: 10pt; 
	font-family: verdana, "myriad roman", helvetica, arial, san-sarif;
}

.index-foot {
	color: #000;
	text-align: right;
	margin: 0 20px;
	font-size: 1em; 
	font-family: verdana, "myriad roman", helvetica, arial, san-sarif;
}

/*--------- home page------*/

#homepic {
	position: relative;
	float: left;
	width: 200px;
	height: 258px;
	padding: 2px;
	margin: 15px 20px;
	overflow: hidden;
	border: 1px solid #666;
}

.quote {
	display: block;
	font-style: italic;
	float: right;
	margin: 20px 40px 0px;
	padding: 20px 5px 5px;
	text-align: right;
	font-size: 1.25em;
	color: #999;
	font-family: georgia, garamond, times, serif;
}
	
/*---------- type ----------*/

p {
	text-align: justify;
	font-size: .7em;
	margin: 5px 20px 0;
	font-family: verdana, "myriad roman", myriadpro-regular, helvetica, arial, san-serif;
} 

h1 {
	font-size: 1.25em;
	text-align: left;
	letter-spacing: .35em;
	margin: 20px;
	color: #f60;
	font-family: verdana, "myriad roman", myriadpro-regular, helvetica, arial, san-serif; 
	text-transform: uppercase;
}

h2 {
	font-size: .9em;
	text-align: left;
	font-weight: normal;
	letter-spacing: .25em;
	margin: 20px 5px 5px 20px;
	color: #f60;
	font-family: verdana, "myriad roman", myriadpro-regular, helvetica, arial, san-serif;
	text-transform: uppercase;
}

h3 {
	font-size: .8em;
	text-align: left;
	font-weight: normal;
	letter-spacing: .05em;
	margin: 10px 5px 0px 20px;
	color: #000;
	font-family: verdana, "myriad roman", myriadpro-regular, helvetica, arial, san-serif;
}

/*---------- special formatting ----------*/



#box img {
	padding: 5px;
	border: 1pt solid #999;
}

h4 {
	font-size: .9em;
	text-align: left;
	font-weight: normal;
	letter-spacing: .25em;
	margin: 20px 5px 5px 20px;
	color: #f60;
	font-family: verdana, "myriad roman", myriadpro-regular, helvetica, arial, san-serif;
	text-transform: uppercase;
}


/*---------- classes ----------*/

.nav {
	text-align: right;
	padding: 5px 0;
	margin-top: 1px;
	margin-right: 20px;
	word-spacing: 3px;
	letter-spacing: 1px;
	/*font-size: 0.6em;*/
	font-family: verdana, "myriad roman", myriadpro-regular, helvetica, 	arial, san-serif;
}

.nav em {
	font-style: normal;
	color: #f60;
}

.index2 em {
	font-style: normal;
	color: #f60;
}

.caption {
	font-size: .75em;
	font-family: verdana, "myriad roman", myriadpro-regular, helvetica, 
	arial, san-serif;
}

.title {
	font-size: 1em;
	text-align: center;
	font-weight: normal;
	letter-spacing: .5em;
	font-family: verdana, "myriad roman", myriadpro-regular, helvetica, 
	arial, san-serif;
	text-transform: uppercase;
}

.foot {
	font-size: 0.5em;
	text-align: right;
	letter-spacing: 0.05em;
	color: #565656;
	padding: 20px 35px 0 0;
}

.mini-nav {
	font-size: 7.5pt;
	text-align: center;
	letter-spacing: .1em;
	color: #333;
}

.gallery {
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 15px;
	padding: 2px;
	border: 1pt solid #ccc;
}

.home {
	text-align: justify;
	margin: 5px 50px 10px 20px;
	font-family: verdana, "myriad roman", myriadpro-regular, helvetica, arial, san-serif;
} 

.info-head {
	text-align: justify;
	font-size: .7em;
	margin: 5px 20px;
	font-family: verdana, "myriad roman", myriadpro-regular, helvetica, arial, san-serif;
}

.info-email {
	text-align: justify;
	font-size: .7em;
	margin: -5px 20px;
	font-family: verdana, "myriad roman", myriadpro-regular, helvetica, arial, san-serif;
}

.tagline {display: none;}
.foot-print {display: none;}

/*-------- links ----------*/

a {
	color : #000;
	text-decoration : none;
} 

a:link, a:visited { 
	color : #000;
	text-decoration : none;
} 

a:hover { 
	color : #f60;
	text-decoration : none;
}

#nav a, #endcap a {
	color : #333;
	text-decoration : none;
} 

#nav a:link, #nav a:visited, #endcap a:link, #endcap a:visited { 
	color : #333;
	text-decoration : none;
} 

#nav a:hover, #endcap a:hover { 
	color : #f60;
	text-decoration : none;
} 

#foot a {
	color : #666;
	text-decoration : none;
} 

#foot a:link, #foot a:visited { 
	color : #666;
	text-decoration : none;
} 

#foot a:hover { 
	color : #f60;
	text-decoration : none;
}

#index a:link, #index a:visited { 
	color : #fff;
	text-decoration : none;
} 

#index a:hover { 
	color : #f60;
	text-decoration : none;
}

/*-----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: 30%; 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;	color: #999; font-size: 9px;}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.8em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background-color: #000; }