/* CSS Document */

body {
	color: #000000;
	background: #fff url(imgs/bg_tile.gif) repeat left top;
	margin: 0;
	padding: 0;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	font-size: 11pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	
	}

/* some generic stuff */
/*---------------------------------------------------*/

p, td, th, table {
	line-height: 115%;
	margin: 15px 30px 10px 180px ;
	
}

ul {
	line-height: 115%;
	margin: 10px 30px 10px 190px;
	padding: 10px;
	list-style-type: square;
}

ol {
	line-height: 115%;
	margin: 10px 30px 10px 190px;
	padding: 10px;
	
}


li {
	line-height: 2.5ex; 
	display: block; 
	padding: 5px 0px 5px 15px; 
	margin: 5px 0;
	}
		
h1, h2, h3, h4, h5, h6 {
	line-height: 125%;
	margin: 30px 30px 10px 180px ;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
	color:#996633;
	text-decoration:none;
}

a:visited {
	color:#996633;
	text-decoration:none;
}

a:hover {
	color:#ABBC47;
	text-decoration:underline;
}

/* design elements */
/*---------------------------------------------------*/
	
.fixed {
	font-size:12px;
	line-height: 14px;
}

#pageHeader {	
	background-image: url(imgs/headeren.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 180px; 
	z-index:99;
}

#container {
	background: url(imgs/Content_BG.gif) repeat-y left top;
	margin:0px auto;
	text-align:left;
	width: 800px;
	padding: 0px;
	border-bottom: 2px solid #A28661;
	}

#linkList{
	position:absolute;
	/*left:0px;*/
	top:180px;
	float:left;
	
	padding:15px 30px 0 10px;
	
	voice-family: "\"}\"";   
	voice-family: inherit;
	width:150px;
	
}


#lselect ul {
	margin: 10px 0 0 0;
	padding: 10px;
	
}

#lselect li {
	line-height: 2.5ex;
	list-style-type: none;
	display: block;
	padding: 5px 0px 5px 25px;
	margin: 5px 0;
	border-bottom:1px solid #eee;
	
	}

#lselect li a{
	white-space:nowrap;
	display:block;
	font-weight:bold;
	text-decoration:none;
}

#lselect li a.c{
	text-decoration:none;
	display:inline;
	font-weight:normal;
	
}

#lselect li a.c:hover{
	text-decoration:underline;
	
}


#copyright {
	font-size: x-small;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#floater{
	position:relative;
	float:right;
	padding: 10px;
	border: 1px dotted #B0BDEC;
	background-color: #FFFFCC;
	font-size: 90%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:280px;
	margin: 30px 20px 20px;
}

#floater p{
	margin: 5px 0;
	
}

#floater h4 {
	margin: 5px 0;
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #CCCC99;
	background-repeat: repeat;
}

#floater ul {
	line-height: 115%;
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
}

#floater li {
	line-height: 2.5ex; 
	display: block; 
	padding: 5px 0px 5px 15px; 
	margin: 5px 0;
	}
	


#subhead h4{
	font-family:verdana, sans-serif;
	margin-top:1em;
	margin-bottom:.5ex;
	font-size:medium;
	border-bottom:2px solid #ddc;
	font-weight: bold;  
}

/*For the Slideshow of Photo Albums */
#slideshowContainer{
width: 800px;
height: auto;
}

#numberDiv a{
font-family:verdana, sans-serif;
font-weight: bold;
}

#backforthbuttons{

}

/*Box for Photo Albums*/
.box {
  width: 273px;
  background: url(imgs/div-bottom.gif) no-repeat bottom left;
  text-align:center;
  }
  
.box p {
  margin: 0;
  line-height: 115%;
  font-size: small;
  text-align:center;
  }
  
.box h3 {
  margin: 0;
  padding: 6px 8px 4px 10px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 130%;
  color: #333;
  border-bottom: 1px solid #E0CFAB;
  background: url(imgs/h3-bg.gif) no-repeat top left;
  }
.box ul {
  margin: 0;
  padding: 14px 10px 14px 10px;
  list-style: none;
  }
.box li {
  margin: 0 0 6px; 
  padding: 0;
  } 

#note{
	padding: 10px;
	border: 1px solid #B0BDEC;
	font-size: 90%;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 15px 30px 10px 180px ;
}

#note p{
	margin: 5px 0;
	
}

#donation{
	position:relative;
	float:right;
	padding: 8px;
	border: 1px solid #FF0000;
	background-color: #eee;
	font-size: 90%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:200px;
	margin: 10px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
}

