
@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/hdr_home.jpg);
	height:79px;
	}
#header h1 a {
	width:450px;
	height:55px;
	float:right;
	}
#logo {display:none;}

#wrapper {
	background-image:url(/assets/gui/home_bg_main.jpg);
	background-position:0px 79px;
	}
#main {
	margin-left:180px;
	border:0;
	}
#content {
	margin-right:145px;
	margin-left:0px;
	}
#nav {
	top:62px;
	left:105px;
	}
#nav li ul {
	top:8px;
	}
#searchbox {
	top:60px;
	left:545px;
	}
#print {
	display:none;
	}

	
#sidebar {
	background-image:url(/assets/gui/praypoint/hudlet_sidebar.jpg);
	width:144px; 
	position:relative; 
	float:right; 
	left:0; 
	top:15px; 
	height:auto; 
	padding-bottom:0em; 
	padding-top:135px; 
	} 


#sidebar h3 {
	font-family:Arial,"Trebuchet MS",Tahoma;
	font-weight:bold;
	line-height:1;
	font-size:17px;
	padding:0 7px; 
	}
	
#sidebar a {
	color:#000;
	text-decoration:none;
	}
	
#sidebar a:hover {
	color:#ffc;
	}
	
#sidebar_left {
	width:180px;
	top:330px;
	}
#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:170px;
	}
#footer p {
	text-align:right;
	padding:.5em 0;
	color:#fff;
	}
#footer a {
	color:#fff;
	text-decoration:none;
	}
#footer #logos {
	border-top:1px 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:197px;
	background-image:url(/assets/gui/logo_ministrywatch.gif);
	}

#logos li span {display:none;}
/* ++++++++++++++++++++++++++++++++++++++++++CONTENT */
#content {
	padding-right:0;
	}
#content .content {
	padding:10px 15px;
	}
.content h2 {
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	}
.content img {
	border:1px solid #fff;
	}
.content a {
	color:#000;
	text-decoration:none;
	}
.content a:hover {
	color:#ffc;
	}
#content p#desc {
	border-bottom:1px solid #fff;
	margin-bottom:1em;
	color:#fff;
	font-style:italic;
	font-size:11px;
	padding-right:15px;
	}


/* ++++++++++++++++++++++++++++++++++++++++++CALLOUT */
.callout {
	float:left;
	clear:left;
	background-color:#e18218;
	background-image:url(/assets/gui/home_bg_callout_top.gif);
	background-position:50% 0%;
	width:172px;
	font-family:Arial Helvetica, sans-serif;
	margin:0 3em 1em 1em;
	}
.callout div {
	background-image:url(/assets/gui/home_bg_callout_bottom.gif);
	background-position:50% 100%;
	padding:10px 0;
	margin:0px;
	margin-bottom:0;
	}
.callout h3 { 
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:.5em;
	background-color:#a44a00;
	background-image:url(/assets/gui/home_bg_plug.jpg);
	background-repeat:repeat-y;
	background-position:100% 0;
	text-transform:uppercase;
	font-size:12px;
	margin:0 1px;
	}
#content .callout ul {
	color:#000;
	margin:0;
	padding:.5em 0 0 2em;
	}
.callout a {
	color:#333;
	text-decoration:none;
	}
.callout a:hover {
	color:#ffc;
	}
	