/*       =reset           */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}

/* ================================ */

h2 {
	font-size:16pt;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin:60px 0 0 0;
}

h3 {
	font-size:14pt;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#000;
	margin:60px 0 0 0;
}

h2:first-child, h3:first-child {
	margin:35px 0 0 0;
}

div#main p {
 	margin:10px 0 10px 0; 
	line-height:21px;
	width:400px;
}
	
	
li {
	margin:5px 0 0 0;
	line-height:22px;
 }	

a, a:visited {
	color:#CC5500;

}

blockquote {
	margin:20px 0 0 0;
	padding:6px 0 0 0;
}
 
blockquote p {
 	font-style:italic;
	margin:20px 0 8px 20px;
	font-size:12px;
	width:370px;
	
}	
 
p#john, p#jerry  {
	text-indent:20px;
}

cite {
	margin:0 0 6px 20px;
}

body {
	color:#3e3e3e;
}

/* ================================ */

/*    =layout    */

html {
	text-align:center;
}

div#lEdge {
	background:transparent url(images/border_left.png) no-repeat;
	width:15px;
	height:1510px;
	position:absolute;
	top:490px;
	left:33px;
}

div#rEdge {
	background:transparent url(images/border_right.png) no-repeat;
	width:15px;
	height:1510px;
	position:absolute;
	top:490px;
	left:730px;
}




body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/background.png) repeat-x;
	padding:0;
}

#container {
	position:relative;
	width:775px;
	margin: 0 auto;
	margin-top:1px;
	text-align:left;
}


div#hd {
	position:absolute;
	top:0;
	left:0;
}


div#hd h1 {
	text-indent:-9999px;
	width:755px;
	height:490px;
	background:transparent url(images/header_pic.png) no-repeat;
	display:block;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
}


div#main {
	top:490px;
	left:48px;
	position:absolute;
	width:443px;
	height:1508px;
	background:#f7f4f0;
	padding:0 0 0 30px;
	background-image:url(images/division.png);
	background-repeat:no-repeat;
	background-position:right;
	z-index:10;
}

img#elliot {
	margin:7px 20px 10px 0;
	float:left;
	border:2px solid #000000;
}

div#secondary {
	background:#f7f4f0;
	top:490px;
	left:510px;
	position:absolute;
	width:190px;
	height:1508px;
	padding:0 0 0 30px;
	z-index:5;
}

img#book {
	left:10px;
	top:10px;
	margin:15px 0 6px 10px;
}

div#ft {
	left:80px;
	top:1970px;
	position:absolute;
	z-index:20;
	font-size:10px;
	color:#999999;
}	


/*   light box 
====================================================================== */
#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.png) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.png) 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: none; clear: left; padding-bottom: 1.0em;	}			

#imageData #bottomNavClose{ width: 52px; float: right;  padding-bottom: 0.7em;	}	

		

#overlay{

	position: absolute;

	top: 0;

	left: 0;

	z-index: 90;

	width: 100%;

	height: 500px;

	background-color: #000;

	}

	
	
/* ============================= Carousel =========================================== */
/**

 * Copyright (c) 2006-2007, Bill W. Scott

 * All rights reserved.

 *

 * This work is licensed under the Creative Commons Attribution 2.5 License. To view a copy 

 * of this license, visit http://creativecommons.org/licenses/by/2.5/ or send a letter to 

 * Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.

 *

 * This work was created by Bill Scott (billwscott.com, looksgoodworkswell.com).

 * 

 * The only attribution I require is to keep this notice of copyright & license 

 * in this original source file.

 *

 * Version 0.5.5 - 06.05.2007

 *

 */

#mycarousel {
	margin:20px 0 0 -10px;
}

.carousel-component .carousel-clip-region { 

	overflow:hidden; /* Secret to the clipping */

	margin:0 0 0 29px;

	/*padding-left:0px; */

	position:relative;

}



.carousel-component { 

	position:relative;

	overflow:hidden;   /* causes the clipping */

	visibility:hidden; /* component turns it on when first item is rendered */

	background:#f7f4f0;

	padding:0;

	margin:10px 0 25px 0;

}

.carousel-component ul.carousel-list { 

	width:10000000px;

	position:relative;

	z-index:1; 

	margin:0;

	padding:0px;

	line-height:0px;

}

.carousel-component .carousel-list li { 

	/* text-align:center; 	font:10px verdana,arial,sans-serif; color:#666; */

	float:left;

	list-style:none;

	overflow:hidden;

	margin:0px 2px 0px 2px;

	padding:0px;

	width:87px;

	height:87px;

}



.carousel-component .carousel-list li a img { 

	border:1px solid #3e3e3e;

	display:block; 

}



.carousel-component .carousel-list li a:hover img { 

	border:1px solid #CC5500;

	display:block; 

}



.carousel-component .carousel-prev { 

	position:absolute;

	top:1px;

	z-index:3;

	cursor:pointer; 

	left:0px;

}



.carousel-component .carousel-next { 

	position:absolute;

	top:1px;

	z-index:3;

	cursor:pointer; 

	right:0px; 

}
