
@charset "utf-8"; 
/* 
=========== 
o LatinAmericaMission.org CSS Document: specifics for template_home.php 
o template design: pattonbros.com 
o CSS/XHTML coding: star29.net 
=========== 
*/ 

body { 
/*	background-image:url(/assets/gui/home_bg_page.gif);	*/

	}
#header {
background-image:url(/assets/gui/headerG.jpg);
	height:72px;	/*  was 79px - RDC  */ 
	}
#header h1 a {
	width:450px;
	height:1px;	/*  was 55px - RDC  */ 
	float:right;
	}
    

 
#logo {display:none;}

#slide {
	z-index:0;
	}
    
#wrapper {
/*	background-image:url(/assets/gui/home_bg_main.jpg);	*/
/*	background-position:0px 79px;	*/

	}
#main {
	margin-top:1px;
	margin-left:1px;
	border:0;
	}
#content {
	margin-right:10px;	/* sets the right side of text area - RDC  */
	margin-left:0px;

	}

    
#Precontent {
	margin-right:180px;	/* sets the right side of text area - RDC  */
	margin-left:0px;
    background-color:#D9DAC1;
	}
#nav {
	top:80px;	/*  was 62px - RDC  */ 
	left:10px;
	}
#nav li ul {
	top:8px;
	}
#searchbox {
	top:76px;
	left:584px;
	}
#print {
	display:none;
	}

	
#sidebarH {
	background-image:url(/assets/gui/praypoint/MSO_sidebar.jpg);
    background-position:10px 10px;
	width:180px; 
	position:relative; 
	/*  float:right; */
	left:0; 
	top:15px; 
	height:auto; 
	padding-bottom:0em; 
	padding-top:122px; 	/* adjust for blue bordered database pics!!!!!!!!!  */
    border-top:1px dashed #3F2500;		/* brown - rdc	*/
    background-color:#EEE;		/* grey	*/
	} 


#sidebarH h3 {
	font-family:Arial,"Trebuchet MS",Tahoma;
	font-weight:bold;
	line-height:1;
	font-size:17px;
	padding:0 1px; 
	}
	
#sidebarH a {
	color:#000;
	text-decoration:none;
	}
	
#sidebarH a:hover {
	color:#F15A22;	/* orange - RDC 	*/
    	text-decoration:underline;
	}
	
#sidebar_left {
	width:180px;
	top:348px;
    height: 1000px;
	}
#sidebar_left input.nice {
	width:60%;
	}
#emailbox {
	margin-top:20px;
	padding:7px;
	border:0;
	border-left:0;
	background-color:transparent;
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	}
#footer {
	margin-left:0px;
	margin-right:0px;
	}
#footer p {
	text-align:right;
	padding:.5em 0;
	color:#fff;
	}
#footer a {
	color:#fff;
	text-decoration:none;
	}
#footer #logos {
	border-top:0px solid #fff;
	text-align:right;
	list-style:none;
	}
#logos li {
	float:right;
	padding:1em 0 0 1em;
	}
#logos a {
	display:block;
	border:0px solid #fff;
	height:66px;
	}
#logos a#gcn {
	width:169px;
	background-image:url(/assets/gui/logo_gcn.gif);
	}
#logos a#wea {
	width:161px;
	background-image:url(/assets/gui/logo_wea.gif);
	}
#logos a#ecfa {
	width:54px;
	background-image:url(/assets/gui/logo_ecfa.gif);
	}
#logos a#acmc {
	width:145px;
	background-image:url(/assets/gui/logo_acmc.gif);
	}
#logos a#minwatch {
	width:249px;
	background-image:url(/assets/gui/logo_ministrywatch.gif);
	}

#logos li span {display:none;}
/* ++++++++++++++++++++++++++++++++++++++++++CONTENT */
#content {
/*	padding-right:20px;		****/* this value sets the distance from the right column - rdc  */
    }
#content .content {
	padding:1px 1px;
	}
#content a.mas {
	background-image:url(/assets/gui/mas.gif);
	background-position:100% 50%;
	padding-right:17px;
	text-decoration:none;
	color:#F15A22;
	}
.content h2 {
	font-size:14px;
	font-weight:bold;
    padding-left:10px;
    margin-bottom:-10px;
    margin-top:-10px;
	}
.content img {
/*	border:0px solid #fff;  */
	}
.content a {
	color:#000;
	text-decoration:underline;
    	cursor:pointer;
	}
.content a:hover {
	color:#F15A22;
	}
    
#content p#desc {
	border-bottom:1px dashed #AFBCB0;
	margin-bottom:1em;
	color:#3b3b3b;
	font-size: .97em;
	line-height: 1.3em;
	padding-right:15px;
    padding-left:10px;
    text-align: justify;
 	font-family: arial, helvetica, sans-serif;
	}

    /*
another rounded corner with  quotes
*/
.rounded:before {
  background: transparent url(/assets/gui/top-right.png) scroll no-repeat top right;
  margin-bottom: -20px;
  height: 30px;
  display: block;
  border: none;
  content: url(/assets/gui/top-left.png);
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}

.rounded:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url(/assets/gui/bottom-left.png);
  margin: 0px 0px -1px 0px;
  height: 30px;
  background: white;
  background: transparent url(/assets/gui/bottom-right.png) scroll no-repeat bottom right ;
  padding: 0;
}
blockquote {
	background:  #AFBCB0;	/* slate green */
	color: #111;		/* was #040 -RDC	*/
	margin-right: 5px;
	margin-left: 3px;
    padding: 0px;
}
    p.text {
	text-align: left;
	font-weight: normal;
	color: #000;
        padding: 10px;
            text-align: justify;
    }
 
  p.quotee {
	text-align: right;
	margin: -1px 0;
	font-weight: bold;
	color: #EEE;
    }
 
  h1, h2 {
    font-family: Arial, Verdana, sans-serif;
    padding: 10px;
    }
  
  h1 {
    font-size: 13px;
        margin-bottom:-10px;

    }
  
  h2 {
    font-size: 1.2em;
    margin: 1em 0 0 0;
    }
 
#corners img {
  margin: 1em;
  border: 1px solid black;
  padding: 0;
  background: #a0a0a0;
}
 
pre.rounded {
  background: #ffeed0;
}
 
p.footer {
  margin: 1em;
  padding: 0.5em;
  text-align: center;
  border: 1px solid black;
}
 
.ad {
text-align: center;
margin-left: auto;
margin-right: auto;
padding: 1em 0;
}

    /*
another rounded corner with  quotes
*/
.rounded2:before {
  background: transparent url(/assets/gui/top-R.png) scroll no-repeat top right;
  margin-bottom: -20px;
  height: 30px;
  display: block;
  border: none;
  content: url(/assets/gui/top-L.png);
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}

.rounded2:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url(/assets/gui/bottom-L.png);
  margin: 0px 0px -1px 0px;
  height: 30px;
  background: white;
  background: transparent url(/assets/gui/bottom-R.png) scroll no-repeat bottom right ;
  padding: 0;
}
blockquote2 {
	background: #E6E8ED;	/* #CF0 is gree */
	color: #CCC;		/* was #040 -RDC	*/
	margin-right: -1px;
	margin-left: 0px;
    padding: 0px;
}
  
 
  p.quotee {
	text-align: right;
	margin: -1px 0;
	font-weight: bold;
	color: #EEE;
    }
 
  h1, h2 {
    font-family: Arial, Verdana, sans-serif;
    }
  
  h1 {
    font-size: 15px;
        margin-bottom:-15px;
    }
  
  h2 {
    font-size: 1.2em;
    margin: 1em 0 0 0;
    }
 
#corners img {
  margin: 1em;
  border: 1px solid black;
  padding: 0;
  background: #a0a0a0;
}
 
pre.rounded {
  background: #ffeed0;
}
 
p.footer {
  margin: 1em;
  padding: 0.5em;
  text-align: center;
  border: 1px solid black;
}
 
.ad {
text-align: center;
margin-left: auto;
margin-right: auto;
padding: 1em 0;
}

.picR
{
float: left;
margin:0 15px 0 0;
border: 0;
}
.picL
{
float: right;
margin:0 0 0 15px;
border: 0;
}


	