@charset "UTF-8";

body {

	font-family:Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	background:#111111;	
}

#individual h1{
	color:#1abaff;

}

#individual form{
	border-bottom:1px dotted white;
	width:400px;
}

.indipass{
	float:left;
	width:200px;
}

#closeWindow a{
	text-decoration:none;
	border-bottom:1px dotted white;
	color: white;
	}

#backdiv {
	background-image:url(/images/site_bg1.jpg);
	width:1010px;
	height:676px;
	margin: auto;
	
}

#contentdiv {
	width:100%;
	height: 430px;
	padding-bottom: 20px;
	padding-top: 40px;
	padding-left: 50px;
}

#menudiv {
	padding-top:142px;
	width:100%;
	height:36px;
	margin:auto;
}
#menudiv img{
	border:none;
	margin:auto;
	padding-left:10;
}

#titlediv {
	float:right;
	border: none;
	padding-top: 0px;
	padding-right: 80px;
}
#photoCredit {
	color:#000000;
	font-size:10px;
	text-align:right;
	padding-top:-15px;
}
#photoCredit a{
	color:#000000;
	}

#quote {
	padding-left:8px;
	padding-top:2px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	width:450px;
	float:left;
}
.credit {
	font-size:13px;
}

#showdiv {
	width: 550px;
	height: 465px;
	filter: alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
	background:#111111;
	border: 1px solid #333333;
	padding-left: 10px;
	
	padding-top: 30px;
}

#hideme {
	display:none;
	
}
#contentViewer {
	width: 530px;
	height:455px;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	position:absolute;
	z-index: 2;
	margin-left: 15px;
	margin-right: 150px;
	margin-top: 15px;
	overflow:auto;
	padding-top:0px;
}

#credits {
	font-size:10px;
	color:#444444;
	width:1010px;
	margin: auto;

}
#credits a{
	text-decoration:none;
	color:#606060;
	
}
#contentViewer a{
	text-decoration:none;
	border-bottom:1px dotted white;
	color:white;
}
#backButton a{
	text-decoration:none;
	border-bottom:1px dotted white;
	color:white;
}
#contentViewer img{
	border:none;
}
#contentViewer a img{
	border-bottom:none;
}
#miniGallery {
	display:none;
	margin:auto;
	margin-top:0px;
}

#email {
	float:right;
	margin-right:100px;
	color:#000000;
}
.menuButton {
	float:left;
	margin:none;
	padding-right: .10in;
}
.miniGalImg {
	float:left;
	padding-right:65px;
}

/* Pyxy CSS info. */

 #pyxy table, 
 #pyxy table caption,
 #pyxy table tbody tr th,
 #pyxy table tbody tr td { 
	/* table settings */
	background: #333333; 
	text-align: left;
	font-family: sans-serif;
	} 

 #pyxy table { width: 700px;} 
 #pyxy td { 
	width: 1000px;   /* change this if you use more/less than 4 rows */
	vertical-align: top;
	border:none;
	} 
	
 #pyxy * b { /* navigation 'current' */
	color: white;
	margin-left: 2pt;
	margin-right: 2pt;
	} 
 

 #pyxy * a{
	text-decoration:none;
	color:white;
	
}
 #pyxy * a img { 
 	border:none;
	
} 	
 
 #pyxy * div { margin: 0px; padding: 0px; } /* caption container */
 #pyxy * p,
 #pyxylightCaption p { /* captions */
	color: black;
	margin: 0px;
	padding: 0px;
	text-align: center;

	}
 #pyxylightCaption { text-align: center; 	display:none;}
 #pyxy table {
 	
	}
 #pyxy table caption{ /* center these */
	 display:none;
	 }
 #pyxy th {
	 display:none;
	 font-weight: normal;
	 }
 
 
 
 
 
 #pyxy * th .nav-prev { float: left; display:none;}
 #pyxy * th .nav-next { float: right; display:none;}

 /* the rest of the page */
 #top,#bottom { text-align: center; width: 600px; margin-left: auto; margin-right: auto;}
 a {  }
 
 
 #pyxylight {
	background-color:#666666;
	}
 #overlay {
	background-color: #000000;
	}
 
