body
	{
		margin: 0;
		padding: 0;
		font: 76% Verdana, Arial, sans-serif;
		line-height: 140%;
		text-align: center;
		color: #000;
		background-image:url(img/bg2.gif);
		
	}
	
h1 { 
	font: 1.6em Georgia, 'Times New Roman', serif;
	color:#333333;
	}
h2 { 
	font-size: 1.2em;
	color:#000066
	}
h3 { 
	font-size: 1em;
	color:#000066
	}

#container {
	width: 700px;
	margin: auto;
	background-color: white;
	}	
	
#header { 
	background-image:url(img/header.gif);
	margin: auto;
	
	}
	
#nav {
	
	border-bottom: 2px solid #000066;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color:#FFFFFF;
	margin: auto;
	}



#content {
	width: 660px;
	padding: 20px;
	font: inherit;
	text-align: left;
	
	background-color:#FFFFFF;
	margin: auto;
	
	}
	
#column {
	float: left;
	text-align: justify;
	width: 240px; 
	
	/* ie5win tweak */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 240px;
	}
	
#column2 {
	margin-left:280px;
	text-align: justify;
	width: 360px; 
	/* ie5win tweak */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 360px;
	}
	
#column_mtg {
	float: left;
	margin-left: 20px;
	padding: 10px 20px 10px 40px;
	width: 240px; 
	background-color: #dddddd;
	border: black ridge 1px;  
	
	/* ie5win tweak */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 200px;
	}
	
#column2_mtg {
	margin-left:340px;
	width: 300px; 
	text-align: left;
	/* ie5win tweak */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 300px;
	}
	
#footer {
	clear:both;
	background-color: #000066;
	font: 80% Verdana, Arial, sans-serif;
	color: white;
	margin: auto;
	padding-top: 4px;
	
	}
	
#footer a, #footer a:visited {
   
   text-decoration:underline; 
  color:#cccccc; 
   
  }
  
#footer a:hover {
  color:#ffffff;
  text-decoration:underline;  
  }


/*Styling for Main Horizontal Navigation Menu*/ 
#menu {margin:3 auto;}

#menu a, #menu a:visited {
   
  text-decoration:none; 
  color:#000066; 
  font: 1em arial, hevetica, sans-serif;
  font-weight: bold;
  margin-left:20px;
  }
  
#menu a:hover {
  color:#000066;
  text-decoration:underline;  
  }
  
/*Styling for Submenus on About and Missions Pages*/ 
#submenu {
	margin-top: -20px;
	margin-left:-20px;
	margin-right:-20px;
	background-color: #cccccc;
	padding: 3px; 
	border-bottom: 2px solid #000066;
	}

#submenu a, #submenu a:visited {
   
  text-decoration:none; 
  color:#000066; 
  font: 1em arial, hevetica, sans-serif;
  font-weight: bold;
  margin-left:10px;  
  }
  
#submenu a:hover {
  color:#000066;
  text-decoration:underline;  
  }
  
  /*Styling for List of Continents*/
#continents{
	margin:0 0 30px 0;
	font:1em Georgia, 'Times New Roman', serif;
	}
	
#continents ul{
	list-style:none;
	margin:0;
	padding:0;
	}
  
 #continents li	{
	display:inline;
	background:transparent url(img/btn_msns.gif) no-repeat left center;
	margin:0 10px 0 0;
	padding:0 0 0 18px;
	line-height:200%;
	
	}
	
#continents a, #continents a:visited {
   
   
  color:#666; 
   }
  
#continents a:hover {
  color:#000;
   
  }
 
 
  
	
 .floatright
{
float: right;
margin: 0 0 10px 10px;
clear: right;
}

 .floatmissions
{
float: right;
margin: 5px 100px 10px 10px;
border:2px solid #000066;
}

.containingbox p { margin-top: 0;}

/*Rules for Sermon Audio and User Update Tables*/

table	{
	font: normal  'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	border:1px solid #333;
	}

	
th	{
	text-align:center;
	color:#fff;
	background-color:#555;
	padding:3px;
	}
	
td	{
	text-align:center;
	background-color:#eee;
	border-style:solid;
	border-width:1px;
	border-color:#fff #aaa #666 #fff;
	padding:5px;
	}
	
	
/*rules for tables used for directories.asp search results*/
	
#search table	{
	font: normal  'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	border-color:white
	
	}

	
#search th	{
	text-align:center;
	color:#000;
	background-color:#fff;
	padding:3px;
	}
	
#search td	{
	text-align:center;
	background-color:#fff;
	border-width:0px;
	
	padding:3px;
	}
	
/*Rules for Missions BOA email addresses*/
.missboa	{
	margin 0
	}

/*Rules for Missionary List*/

dt	{
	background-color:#ddd;
	padding:5px 5px 5px 25px;
	border-style:solid;
	border-width:1px;
	border-color:#000066 #ddd #000066 #ddd;
	font-weight:bold;
	font-size:  1.2em;
	color:#000066;
	}
	
dd	{
	padding:5px 5px 5px 45px 
	}
	
	
/*Lightbox Gallery CSS*/
#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(img/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(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/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;	}			
#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;
	}
