
/*- Page Structure */
html { /* Force Vertical Scrollbar in Mozilla browsers*/
	height: 100%;
	margin-bottom: 0.1em;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url('images/background.png');
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	text-align: center;
	font: 10pt verdana, arial, helvetica, sans-serif;
}

/* -- Screen structure - DIV container for overall position, plus header, page & footer DIVs -- */

#container{
	width: 960px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	Z-INDEX: 100;
	border: 0px solid blue;
	background-image: url('images/bg2.png');
	/*background-color: #DFF;*/
	}

#header{
	width: 960px;
	height: 170px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	Z-INDEX: 100;
	background-image:url('images/header.png');
	background-repeat: no-repeat;
	/*background-color: #DFD;*/
	}
	
#page {
	width: 910px;
	margin: 0px auto;
	padding: 0px 25px 0px 25px;
	position: relative;
	Z-INDEX: 100;
	border: 0px solid red;
	background-color: #FDF;
	}

#footer {
	height:70px;
	width:760px;
	padding: 10px 100px 40px 100px;
	text-align: center;
	color: white;
	font: 8pt verdana, arial, helvetica, sans-serif;
	Z-INDEX: 100;
	margin: 0px 0px 0px 0px;
	position: relative;
	clear: both;
	background-image:url('images/footer.png');
	background-repeat: no-repeat;
	background-color: #283D7E;
}

/* -- Menu structure - DIV container for overall position, and list definitions for visual effects -- */
#menu  	{
	FLOAT:left;
	WIDTH: 180px;
	margin: 0px 15px 0px 0px; 
/*	background: #DDF; */
	Z-INDEX: 150;
	TOP: 0px;
	LEFT: 0px;
	text-align: left;
	color: black;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	clear: left;
	}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu img {
	border: none;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 20px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: navy;
	display: block;
	background:  url(images/menu.png);
	padding: 12px 0 0 10px;
	}
	
#menu li a:hover {
	color: #fff;
	background:  url(images/menu.png) 0 -32px;
	padding: 12px 0 0 13px;
	}	



#donate{
	WIDTH: 180px;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	TOP: 0px;
	LEFT: 0px;
	Z-INDEX: 150;
	POSITION: relative;
	text-align: left;
	clear: left;
	}	

#acrostic{
	WIDTH: 180px;
	height: 170px;	
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	TOP: 0px;
	LEFT: 0px;
	Z-INDEX: 150;
	background-image: url('images/acrostic.gif');
	background-repeat: no-repeat;
	POSITION: relative;
	text-align: left;
	clear: left;
	}	

	
/* -- Text panel structure - DIV container for overall position -- */
.text	{
	WIDTH: 440px;
	FLOAT:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	POSITION: relative;
	TOP: 0px;
	LEFT: 0px;
	Z-INDEX: 100;
	text-align: left;
	color: black;
	font-size: 10pt;
	font-family: verdana, arial, helvetica, sans-serif;
	/*background-color: #FFD;*/
	}
	
/* -- Right hand panel DIV container & FORMS - for big button links -- */
#right  	{
	FLOAT:right;
	WIDTH: 250px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	/*background: #DDF;*/
	Z-INDEX: 150;
	TOP: 0px;
	LEFT: 0px;
	text-align: center;
	color: black;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	clear: right;
	}

#right2  	{
	float:right;
	width: 250px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	/*background: #DDF;*/
	Z-INDEX: 150;
	TOP: 0px;
	LEFT: 0px;
	text-align: center;
	color: black;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	clear: right;
	}
	
.right  	{
	FLOAT:right;
	WIDTH: 250px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 15px 0px;
	/*background: #DDF;*/
	Z-INDEX: 150;
	TOP: 0px;
	LEFT: 0px;
	text-align: center;
	color: black;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	clear: right;
	}
	
#form		{
	float:right;
	width: 250px;
	margin: 0px 0px 0px 0px; 
	padding: 5px 0px 10px 0px;
	background: #DDD;
	background-image: url('images/button_topedge.png');
	background-repeat: no-repeat;
	position:relative;
	Z-INDEX: 150;
	TOP: 0px;
	LEFT: 0px;
	text-align: center;
	color: black;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	clear: right;
	}

.email		{
	width:240px;
	height:20px;
	clear:both;
	margin: 5px 0px 0px 0px;
	}	

.textarea	{
	width:240px;
	height:152px;
	clear:both;
	margin: 5px 0px 5px 0px;
	}

.formbutton {
	left:29px;top:368px;
	width:80px;
	height:25px;
	margin: 5px 10px 5px 10px;
	}



/* -- Three boxes to create the RHS prayer button for home page -- */
#box_prayer_top{
	WIDTH: 115px;
	height: 74px;	
	overflow: hidden;
	background-image: url('images/button_prayer_top.png');
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 15px 5px 0px 130px;
	POSITION: relative;
	TOP: 0px;
	LEFT: 0px;
	Z-INDEX: 150;
	text-align: center;
	cursor: pointer;
	}	

#box_prayer_text{
	WIDTH: 240px;
	height: 80px;	
	overflow: hidden;
	background-image: url('images/button_prayer_background.png');
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 5px 5px;
	POSITION: relative;
	TOP: 0px;
	LEFT: 0px;
	Z-INDEX: 150;
	text-align: left;
	}	

#box_prayer_bottom{
	WIDTH: 240px;
	height: 25px;	
	background-image: url('images/button_prayer_bottom.png');
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	POSITION: relative;
	TOP: 0px;
	LEFT: 0px;
	Z-INDEX: 160;
	text-align: left;
	font-style: italic;
	}	

/* -- Class definition and DIV definitions for RHS buttons -- */
	
.box{
	margin: 0px 0px 15px 0px;
	TOP: 0px;
	LEFT: 0px;
	Z-INDEX: 150;
	background-repeat: no-repeat;
	POSITION: relative;
	cursor: pointer;
	}	

#box_conferences{
	width: 60px;
	height: 73px;	
	padding: 10px 100px 10px 90px;
	background-image: url('images/button_conferences.png');
	text-align: center;
	}

#box_ignite{
	width: 115px;
	height: 73px;	
	padding: 15px 5px 5px 130px;
	background-image: url('images/buttonignite.png');
	text-align: center;
	}	

#box_v4l{
	width: 230px;
	height: 16px;	
	padding: 72px 5px 5px 15px;
	background-image: url('images/buttonv4l.png');
	text-align: right;
	}	

#box_publications{
	width: 115px;
	height: 73px;	
	padding: 15px 5px 5px 130px;
	background-image: url('images/buttonpublications.png');
	text-align: center;
	}	

#box_eras{
	width: 100px;
	height: 73px;	
	padding: 15px 5px 5px 150px;
	background-image: url('images/button_eras.png');
	text-align: center;
	}	

#box_evangelism{
	width: 195px;
	height: 53px;	
	padding: 55px 5px 5px 60px;
	background-image: url('images/button_v4le.png');
	text-align: center;
	}	

#box_swanwick{
	width: 115px;
	height: 73px;	
	padding: 15px 5px 5px 130px;
	background-image: url('images/button_swanwick.png');
	text-align: center;
	}	
	
#box_sidmouth{
	width: 115px;
	height: 73px;	
	padding: 15px 5px 5px 130px;
	background-image: url('images/button_sidmouth.png');
	text-align: center;
	}	

#box_crossfire{
	width: 240px;
	height: 85px;	
	padding: 3px 5px 5px 5px;
	background-image: url('images/button_crossfire.png');
	text-align: center;
	}	

#box_downloads{
	width: 145px;
	height: 73px;	
	padding: 15px 5px 5px 100px;
	background-image: url('images/button_downloads.png');
	text-align: center;
	}	


#box_prayernet{
	WIDTH: 75px;
	height: 73px;	
	padding: 10px 100px 10px 75px;
	background-image: url('images/button_prayernet.png');
	text-align: center;
	}

#box_praywithus{
	WIDTH: 75px;
	height: 73px;	
	padding: 10px 100px 10px 75px;
	background-image: url('images/button_praywithus.png');
	text-align: center;
	}

#box_powerpoints{
	WIDTH: 75px;
	height: 73px;	
	padding: 10px 20px 10px 155px;
	background-image: url('images/button_powerpoints.png');
	text-align: center;
	}

	
#box_map{
	WIDTH: 250px;
	height: 350px;	
	overflow: hidden;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	POSITION: relative;
	TOP: 0px;
	LEFT: 0px;
	Z-INDEX: 150;
	}	


	
	
#amazon {
	WIDTH: 230px;
	height: 190px;	
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 5px 10px;
	POSITION: relative;
	TOP: 0px;
	LEFT: 0px;
	Z-INDEX: 150;
	position:relative;
	float:right;
	clear: right;
	overflow: hidden;
	background: #DDD;
	background-image: url('images/button_topedge.png');
	background-repeat: no-repeat;
	text-align: left;
	color: black;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	}	

	
	
	
	
	
/* -- Class definitions for quotations -- */
	
.quote150{
	margin: 0px 0px 15px 0px;
	TOP: 0px;
	LEFT: 0px;
	Z-INDEX: 150;
	background-repeat: no-repeat;
	POSITION: relative;
	width: 210px;
	height: 85px;	
	padding: 35px 20px 30px 20px;
	background-image: url('images/quote150.png');
	text-align: left;
	}	

.quote300{
	margin: 0px 0px 15px 0px;
	TOP: 0px;
	LEFT: 0px;
	Z-INDEX: 150;
	background-repeat: no-repeat;
	POSITION: relative;
	width: 210px;
	height: 265px;	
	padding: 35px 20px 30px 20px;
	background-image: url('images/quote300.png');
	text-align: left;
	}	

/* -- Class definitions for PEOPLE DIVs & paragraphs -- */
	
#text_people	{
	WIDTH: 710px;
	FLOAT:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	POSITION: relative;
	TOP: 0px;
	LEFT: 0px;
	Z-INDEX: 100;
	text-align: left;
	color: black;
	font-size: 9pt;
	font-family: verdana, arial, helvetica, sans-serif;
	/* background-color: #FFD; */
	}
	
.photo_people  	{
	width: 75px;
	height: 105px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 5px 0px 0px;
	vertical-align:text-top;
	float:left;
	clear: left;
	}

.people	 	{
	width: 235px;
	height: 106px;
	margin: 20px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	float:left;
	}

.people_groups	 	{
	width: 710px;
	float:left;
	}



	
/* -- Class definitions for PRAY WITH US paragraphs -- */
	
.praywithus{
	margin: 0px;
	padding: 10px 10px 0px 10px;
	border-style:dotted;
	border-width:1px;
	border-color:#333;
	}	

	
	
	
.booklet  {
	width: 106px;
	height: 147px;
	margin: 0px;
	padding: 0px;
	vertical-align:text-top;
	float:right;
	}	
	
	
.ingear {
	width: 106px;
	height: 147px;
	margin: 0px;
	padding: 0px;
	vertical-align:text-top;
	float:left;
	}	

.book {
	width: 106px;
	height: 147px;
	margin: 0px;
	padding: 0px;
	vertical-align:text-top;
	float:left;
	}	
	
.photo  	{
	width: 100px;
	height: 140px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 10px 20px 0px;
	vertical-align:text-top;
	float:left;
	clear: left;
	}

	
.graphics  	{
/*	width: 100px; */
/*	height: 100px; */
	margin: 0px 0px 0px 0px; 
	padding: 0px 10px 0px 0px;
	vertical-align:text-top;
	float:right;
	clear: right;
	}

.float-left  	{
	margin: 0px 0px 0px 0px; 
	padding: 0px 10px 0px 0px;
	vertical-align:text-top;
	float:left;
	clear: left;
	}

.float-right  	{
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 10px;
	vertical-align:text-top;
	float:right;
	clear: right;
	}

.clear {
	clear:both;
	}
	
.float-right1 { 
  float: right;
  padding-left: 20px;
  padding-top: 5px;
  background: #ffffff;
  text-align: center;
  font-weight: bold;
  }

.bold {
	font-weight: bold;
	}  
  
.dropcap {
  float: left; 
  font-size: 25pt;
  margin: -5px 2px -5px 0px;
  }
  
  
  
a:Link  img {  border-style: none;}
a:Visited  img {  border-style: none;}
a:Hover  img {  border-style: none;}
  
#text a:Link       { font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-weight: bold; color: navy}
#text a:Visited    { font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-weight: bold; color: navy}
#text a:Hover      { font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-weight: bold; color:blue}

#text_people a:Link       { font-size: 10pt; font-family: Arial Narrow, Verdana, Helvetica, sans-serif; text-decoration:none; font-weight: normal; color: navy}
#text_people a:Visited    { font-size: 10pt; font-family: Arial Narrow, Verdana, Helvetica, sans-serif; text-decoration:none; font-weight: normal; color: navy}
#text_people a:Hover      { font-size: 10pt; font-family: Arial Narrow, Verdana, Helvetica, sans-serif; text-decoration:none; font-weight: normal; color:blue}

#right a:Link            { font-size: 9pt; text-decoration:none; font-weight: bold; color: navy}
#right a:Visited     { font-size: 9pt; text-decoration:none; font-weight: bold; color: navy}
#right a:Hover          { font-size: 9pt; text-decoration:none; font-weight: bold; color:white}

#footer a:Link       { font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-weight: bold; color: #eee}
#footer a:Visited    { font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-weight: bold; color: #eee}
#footer a:Hover      { font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-weight: bold; color:yellow}

#page P	{padding-left: 1em;}
#right P	{padding-left: 0em;}
#text_people P	{padding-left: 0em;}
P	{MARGIN-TOP: 0em; margin-bottom: 1em;}
H1 	{ font-size: 16pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: navy; font-weight: normal; font-style: normal; MARGIN-TOP: 0em; margin-bottom: 0.5em;}
H2 	{ font-size: 13pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: navy; font-weight: bold; font-style: normal; margin-top: 2em; margin-bottom: 0em; }
H3	{ font-size: 13pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: navy; font-weight: normal; font-style: italic; margin-top: 0em; margin-bottom: 0em; }
H4 	{ font-size: 13pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: navy; font-weight: bold; font-style: normal; margin-top: 2em; margin-bottom: 1em; }
h5	{ font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: navy; font-style: italic; text-align: left;  MARGIN-TOP: 0em;}
h6	{ font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: black; text-align: left; font-style: normal; margin-top: 0em; margin-bottom: 0em; }



