/* CSS Document */
  html {margin:0;	padding:0; background:#515166; background-image: url('../images/back.png'); }
	a:link{ color: #008;}
  a:visited{ color: #008;}
  a:active{ color: #000;}
  
  #wrap { background:#fff; margin:0 auto; color: #000; border: 2px solid #000; width:840px; }
	
  #header {color:#31e; height:79px; background-color: #432BCE; }
	#header img {border: none;}	
	#header a{border: none;}
 
	#nav {height: 28px; background-image: url('../images/nav.jpg'); }
	#nav ul{ margin:0; padding:0; list-style:none; }
	#nav li{ display:inline; margin:0; padding-left: 20px; padding-right: 0; }
	#nav a { text-decoration: none;  font-size: 130%; color: #fff; }
  #nav a:hover{ color: #000;}
  #nav a.current{ }
	
	#body {background:#fff;	min-height: 450px; color: #000; padding:0px;}
	#body h2{ padding:0; margin: 0; margin-left: 10px; font-size:1em;}	
		
	#bodyremember {background:#fff; min-height: 450px; color: #000; padding:0px; }
	#bodyremember ul{ margin:10px 0; padding:5px 0 0 110px;	list-style-type: disc; font-size: 110%; }
	#bodyremember li{	display:inline;	margin:0;	padding:40px;	}
	
	#bodyc {background:#fff; min-height: 450px; color: #000; padding:0;}	
	#bodyc img {padding:0; margin:0}
  #bodyc p   {padding: 15px 0 20px 0; margin:0; font-size:140%; }
  #bodyc a   {font-size:50%; color:#000; }	
	
  #contactpic1 {float:left; width:130px; padding:30px 0px 30px 10px; margin:0;}
	#contactpic2 {float:left; width:135px; padding:30px 0px 30px 5px; margin:0;}
	#contactpic3 {float:left; width:135px; padding:30px 0px 30px 5px; margin:0;}
	#contactinfo1 {float:left; width:140px; padding:50px 0 20px 0; margin:0;}
  #contactinfo2 {float:left; width:140px; padding:50px 0 20px 0; margin:0;}
  #contactinfo3 {float:left; width:130px; padding:50px 0 20px 0; margin:0;}
  
  #main p{ text-indent: 10px; padding: 5px 20px 15px 20px; text-align: left; margin: 0;}
   	
	#maingive {width:580px; float: left; padding-bottom: 15px;}
  #maingive p{ text-indent: 0px; padding: 5px 20px 5px 20px; text-align: justify; margin: 0;}
 
  #mainreconnect{width:590px; float: left; height:400px;}
  #mainreconnect h1{padding: 0; text-align: center; margin:0; font-weight:normal; }
  #mainreconnect img{display: display:inline-block;}
  
  #giveright{width: 250px; padding: 30px 5px 10px 5px; float:right; text-align: center;}
	#giveright h1{font-size: 130%; margin:0; padding: 25px 0 3px 0;}
  #giveright h2{font-size: 110%; margin: 0; padding: 15px 0 0 0;}
  #giveright a { border: none;}
  
  a.index {font-size: 130%;}
  a.give{color:#000; font-weight: bold;}
  
  #main ul{
  padding: 0 0 10px 10px;
  margin: 0 2em 0 2em; 
  
  }
  
  #main li{
   padding: 0 0 6px 0;}

  #reconnect{width: 230px; background-color: #fafafa; margin: 15px 0 10px 0; padding: 5px 8px 3px 5px; float:right; text-align: left; border-left: 2px solid black;border-top: 2px solid black;border-bottom: 2px solid black;}
  #reconnect img{
    float: right;
    padding:0;
    margin: 6px 0 0 10px;
    border: 1px solid black;}
    
	#reconnect h1{
    font-size:120%;
    color:#444;
    font-weight: normal;
    padding:0;
    margin: 0;
    }
   #reconnect h2{
   font-size:150%; 
   padding: 0 0 0px 10px;
   margin: 0;
   font-weight: bold;
   } 
   #reconnect h3{
   font-size:110%; 
   padding: 0 0 0 0px;
   margin: 0;
   font-weight: normal;
   color:#444;
   } 
   #reconnect h4{
   font-size:100%; 
   padding: 0 0 10px 10px;
   margin: 0;
   font-weight: normal;
   } 
   #reconnect h5{
   font-size:80%;
   padding: 0 0 10px 10px;
   margin: 0;
   font-weight: normal;   
   }
   #reconnect h6{
   text-align:center;
   padding:5px 0 0 0;
   margin: 0;
   font-weight: bold;
   font-size: 80%;}
	
  
  
	#footer {
    background-color:#371EC2 ;
    background-image: url('../images/foot.jpg');
    height: 18px;
    color: #fff;
    padding: 5px;
    text-align: center;
	}
	#footer a {
	  padding-left: 20px;
    color:#fff;
    text-decoration: none;
    }
	img.sub{
    display:inline-block;
    padding-left: 10px;
    }
    
    
 /*lightbox*/   
#lightbox{
	position: absolute;
	top: 40px;
	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.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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
