/* LifeSource International
Author: Edwin Flores */


@import url("reset.css");

@import url("navigation.css");
@import url("menu.css");



* {margin: 0; padding: 0;}

a {margin:0; padding:0;}


ul{
	padding-left: 100px;
	list-style-position: outside;
	list-style-type: disc;
}

ol{padding-left: 100px;}

p{
	margin:5px 10px;
	padding: 10px;
}	

h1{ padding: 8px;
	margin-bottom: 10px;
	font-size: 1.4em;
	color: #3B4041;
	
}

h2 {
	padding: 0 8px;
	font-size: 1.2em;
	color: #3B4041;
	font-variant: small-caps;
}
	
	h3 {
	padding: 0 8px;
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;	
}

body {
	background:url(../images/main_bk.gif) repeat-y center #FFFFFF;
	background-color: #9d9f3c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #666666;
	font-size: 11px;
	word-spacing: normal;
	text-align:left;
}


/* Structural Elements */

#container {
	width: 770px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	}
/*require t stick footer start */
* html #container{
	height:100%;   
}	
.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
.hidden
{
	position: absolute;
	left: -10000px;
}
#box
{
	padding-bottom: 150px;
}
/*require to stick footer ends */

#header {
	margin: 0 auto;
	height:145px;
	background-image:url(../images/top_banner.jpg);
}

#header h1{
	color: #999;
	font-size: 190%;
	font-weight: normal;
	padding: 40px 0 0 300px;
	line-height: 150%;
}

#nav {
	margin:0 auto;
	text-align:left}


#wrapper {
	width: 100%;

}

#full_content{
	margin: 0 auto;
	
	width:770px;
}

#content{
	float:left;
	width: 545px;
	}
	
#sidebar{
	float:right;
	width:220px;
	height:100%;
	}

#content p{padding-left: 5px;}


#footer {
	
	width:770px;
	height:44px;
	background-color: #DFDFDF;
	font-size:0.9em;
	text-align:center;
	padding-top:4px;
	}

/* 2 columns */


div#colA{float:left;width:50%}
div#colB{float:left;width:49.9%}

.sponsors li{
	list-style:inside;
	padding: 2px 0;
	margin-left:-50px;
	margin-botom:10px;
}

#colA h2{
	margin-top:16px;
	font-variant: small-caps;
	}

#colB h2{
	margin-top:16px;
	font-variant: small-caps;
	}
/* # columns style */

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 256px 0 256px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 256px; /*Width of left column in pixel*/
margin-left: -770px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
float: left;
width: 256px; /*Width of right column*/
margin-left: -256px; /*Set left margin to -(RightColumnWidth)*/
}


.blocks{
	display: block;
	height: 250px;
	}


.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 4px;
}




a:link {color:#9d9f3c;
	text-decoration:underline;
}

a:visited {color:#9d9f3c;
	text-decoration:none;
}
a:active {color:#9d9f3c;
	text-decoration:none;
}
a:hover {color:#000000;
	text-decoration:none;
}

.innertube ul{
	padding-left:12px;
	}

.donation_table{
	margin:0 auto;
	padding:10px  0;
	border:0px;
	width:75%;
	}
				
.c{
	clear:left;
	margin:0 auto;
	text-align:center;
	}
	
.btnSpanishPosition{
	position:relative;
	float:right;
top:30px;
right:70px;}

.btnticket {
	display: block;
	width: 127px;
	height: 30px;
	background:url(../images/btn_ticket.jpg) bottom;
	text-indent: -99999px;
}
.btnticket:hover {
	background-position: 0 0;
}

.bigtext{
	margin-bottom: 10px;
	font-size: 1.4em;
	color: #3B4041;
	border-bottom:2px solid #999;
}
