/*******************************************************************************
 * CSS File developed by PHIDEV.NET for MISIONEROSDELCAMINO.ORG
 * ENGLISH VERSION!!
 * Date: 06/10/2009
 * Author: FFarfan
 *******************************************************************************/
@charset "utf-8";

* {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-weight: normal;
}

html, body {
	height: 100%;
}

strong {
	font-weight: bold;
}
#welcome strong {
	font-weight: normal;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #29376A;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	text-decoration: none;
}
a:link { color:#9f9f9f }
a:visited { color:#9f9f9f   }
a:active, a:hover { color:#29376A }

hr#orange {
	color: #E2A93C;
	background-color: #E2A93C;
	height:1px;
}

hr#gray {
	color: #000;
	background-color: #000;
	height:1px;
}

/* Common properties */
#header, #nav, #content, #lower-content, #footer {
	width: 780px; 
	margin: 0 auto; 
	position: relative;
}

/* Header */
#header-wrap {
	background: #eee;
}
#header {
	background: #eee;
	padding: 10px 10px 10px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative; 
	height: 65px;
}
#header img {
	position: absolute; 
	bottom: 4px; 
	left: 0px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#footer-wrap {
	background: #eee;
}
#footer {
	position: relative;
	bottom: 4px;
	left: 0px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 6px 0px 6px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: small;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px 10px 10px 10px;
}

#title {
	background: #2B376B url(../../images/b1_01.jpg) top left no-repeat;
	position: relative;
	height: 57px;
}
#title p {
	position: absolute;
	top: 16px;
	left: 16px;
	text-align:left;
	color: #fff;
	font-size: 4;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#title-presentation {
	background: #2B376B url(../../images/b1_02.jpg) top right no-repeat;
	position: relative;
	height: 76px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EEE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 0px 0px;
	height: 100%;
}
#sidebar1 ul{
	list-style-type: none; 
	height: 125px; 
	margin: 0; 
	padding: 0;
}
#sidebar1 li{
	width:160px;
	float: left; 
	cursor: pointer; 
	font-size: 13px;
	list-style-image:url(../../images/bullet.gif);
	list-style-position:inside;
	padding: 0 0 4px 0;
}
#sidebar1 li a:active, #strip li a:hover{
	cursor: pointer;
}
#sidebar1 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	font-weight: bold;
}
#sidebar1 p:hover {
	color: #29376A;
}

#mainContent {
	background: #fff;
	margin: 0px 0px 0px 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent h1 {
	font-size: 18px; 
	color: #29376A; 
	border-bottom: solid 1px #000000; 
	font-weight: normal; 
	font-family: Tahoma, Arial, Verdana, Helvetica; 
	margin-left: 0; 
	margin-top: 0; 
	margin-bottom: 5;
	padding-top: 10px;
}
#mainContent h2 {
	font-size: 15px; 
	color: #333; 
	font-weight: bold; 
	font-family: Tahoma, Arial, Verdana, Helvetica; 
	margin-left: 0; 
	margin-top: 0; 
	margin-bottom: 5;
	padding-top: 10px;
}
#mainContent p {
	font-size: 13px;
	padding: 10px 0 0 0;
	text-align:left;
}
#mainContent p#highlight {
	color: #29376A; 
	font-style: italic;
	font-weight: bold;
	padding: 10px 0 10px 0;
}
#mainContent td {
	font-size: 13px;
	padding: 0 0 0 0;
	text-align:justify;
}
#mainContent td#highlight {
	color: #29376A; 
	font-weight: bold;
	padding: 10px 0 0 0;
}
#mainContent img {
	padding: 12px 12px 12px 12px; 
}
#mainContent ul {
	margin: 0; 
	padding: 0 0 0 15px;
}
#mainContent li {
	font-size: 13px;
}
#mainContent input[type=text] {
	text-align:right;
	font-weight:bold;
	border-color:#000033;
	background-color:#EEE;
	border-width:medium;
	padding:4px 4px 4px 4px;
}
#mainContent select {
	font-weight:bold;
	border-color:#000033;
	background-color:#EEE;
	border-width:medium;
	padding:4px 4px 4px 4px;
}

#mainContent div#highlight {
	text-align:center;
	width: 255px;
	color: #29376A; 
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	padding: 10px 0 10px 0;
}
#mainContent div#highlight-wide {
	text-align:center;
	width: 520px;
	color: #29376A; 
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	padding: 10px 0 10px 0;
}
#mainContent div#highlight .caption {
	font-size: 80%;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
}

#photos {
	text-align: center;
}

#left-col{
	width: 250px; 
	float: left; 
	padding-top: 35px;
	border-right: 1px solid #999; padding-right: 14px;
}

#right-col{
	width: 250px; 
	float: right;
	height: 100%; 
	position: absolute; 
	right: 0; 
	top: 0; 
	background: #fefefe url(../../images/content-bg2.jpg) repeat-x;
}

body#twocolumns #left-col, body#twocolumns #right-col {
	padding-top: 10px;
}
body#twocolumns #left-col p.last{
	padding-bottom: 0; 
	margin-bottom: 2em;
}
body#twocolumns #right-col{
	padding-top: 10px;
}
body#twocolumns #right-col{
	margin-left: 25px; 
	position: relative; 
	float: right;
}

/* Logo and Nav box */
#strip-wrap{height: 36px; background: #000 url(../../images/nav-wrap-bg.gif) repeat-x;}
#strip-box{height: 36px; background: url(../../images/nav-bg.jpg) top left no-repeat;}
#strip img{position: absolute; bottom: 12px; left: 0px;}

/* Start Main Navigation */
#strip{width: 560px; /*position: absolute; */bottom: 0; right: 0; height: 36px; background: url(../../images/navig_eng.jpg) top left no-repeat;}
#strip ul{list-style-type: none; height: 36px; margin: 0; padding: 0;}
#strip li{float: left; cursor: pointer; }
#strip li a{height: 0; margin: 0; padding-top: 36px; color: #E2A93C; overflow: hidden; cursor: pointer; background: url(../../images/navig_eng.jpg) no-repeat; display: inline; float: left; position: relative;}
#strip li a:active, #strip li a:hover{cursor: pointer;}

/* Static nav item*/
#strip li#video a{width: 112px; background-position: 0 0;}
#strip li#news a{width: 112px; background-position: -112px 0;}
#strip li#subscribe a{width: 112px; background-position: -224px 0;}
#strip li#lang_esp a{width: 112px; background-position: -336px 0;}
#strip li#donate a{width: 112px; background-position: -448px 0;}
/* Current nav item */
#strip li#video a.current, #strip li#video a.current:hover, #strip li#video a.current:active{width: 112px; background-position: 0 -36px;}
#strip li#news a.current, #strip li#news a.current:hover, #strip li#news a.current:active{width: 112px; background-position: -112px -36px;}
#strip li#subscribe a.current, #strip li#subscribe a.current:hover, #strip li#subscribe a.current:active{width: 112px; background-position: -224px -36px;}
#strip li#lang_esp a.current, #strip li#lang_esp a.current:hover, #strip li#lang_esp a.current:active{width: 112px; background-position: -336px -36px;}
#strip li#donate a.current, #strip li#donate a.current:hover, #strip li#donate a.current:active{width: 112px; background-position: -448px -36px;}
/* Hover nav item */
#strip li a span{cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0; display: none; height: 0; margin: 0; padding-top: 36px;}
#strip li#video a span{width: 112px; background: url(../../images/navig_eng.jpg) 0 -72px;}
#strip li#news a span{width: 112px; background: url(../../images/navig_eng.jpg) -112px -72px;}
#strip li#subscribe a span{width: 112px; background: url(../../images/navig_eng.jpg) -224px -72px;}
#strip li#lang_esp a span{width: 112px; background: url(../../images/navig_eng.jpg) -336px -72px;}
#strip li#donate a span{width: 112px; background: url(../../images/navig_eng.jpg) -448px -72px;}
/* Clicked nav item*/
#strip li#video a:active, #strip li#video a:active span{width: 112px; background-position: 0 -108px;}
#strip li#news a:active, #strip li#news a:active span{width: 112px; background-position: -112px -108px;}
#strip li#subscribe a:active, #strip li#subscribe a:active span{width: 112px; background-position: -224px -108px;}
#strip li#lang_esp a:active, #strip li#lang_esp a:active span{width: 112px; background-position: -336px -108px;}
#strip li#donate a:active, #strip li#donate a:active span{width: 112px; background-position: -448px -108px;}
/* End Navigation */

/* Mailing List form*/
#mail-subscribe { font-family: verdana; font-size: 11px; width: 400px; padding: 10px; border: 1px solid #000000; background: #D6CCFF; }
#mail-subscribe strong { color: #333333; }
#mail-subscribe p#required { text-align: right; margin-top: 10px; margin-bottom: 10px; color: #333333; }
#mail-subscribe span#required { color: #f00; }
#mail-subscribe label { display: block; float: left; width: 100px;  padding: 4px 0px 0px 0px; margin: 3px 0 0 0; color: #333333; }
#mail-subscribe input { padding: 3px 3px 3px 3px; margin: 5px 0px 5px 0px; border: 1px solid #999; }
#mail-subscribe select { padding: 3px 3px 3px 3px; margin: 5px 0px 0px 0px; width: 280px; border: 1px solid #999; background-color:#FFFFFF; }
#mail-subscribe submit { margin-top: 5px; border: 1px solid #999; padding: 3px; }
/* End Mailing List form*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}