/* CSS Document - Author: Eduardo Flores */

/*** PAGE ELEMENTS ***/

body
{
	font: small "Lucida Grande", Verdana, Arial, sans-serif;
	background: #EFEFEF;
	text-align:center;
	margin: 0px;
}

/*** LAYOUT ELEMENTS ***/

#banner
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#containerbackground
{
	width: 750px;
	background: #EFEFEF url(../images/img_background.jpg) center repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 85%;
}

#container
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #FFFFFF;
}

#topheader
{
	background-color: #B84935;
	height: 90px;
}

#logo
{
	float:left;
	text-align:left;
	}
	
#language
{
	float:right;
	text-align:right;
	padding-top: 8px;
	padding-right: 8px;
}

#navcontainer
{
	background-color: #ccc;
}

.navitem
{
	background-color: #CE8445;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #ffffff;
	width: 129px;
	margin-top:1px;
	margin-right:1px;
	float:left;
}

.navitemlast
{
	background-color: #CE8445;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #ffffff;
	width: 130px;
	margin-top:1px;
	margin-right:0px;
	float:left;
}

#main
{
	padding:5px;
	width: 688px;
	text-align:justify;
	color:#000000;
	line-height: 1.6em;
}


#sidebar
{
	width:194px;
	border:1px solid #CCCCCC;
	float:right;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 3px;
	padding-top: 5px;
	text-align:left;
	clear:both;
	color:#333333;	
}

#sidebar_donate
{
	width:200px;
	border:1px solid #CCCCCC;
	background-color: #F2F2F2;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	font-size:9px;
	float: right;
	clear: both;
	vertical-align:middle;	
}

#sidebar_donate img
{
	margin-top: 5px;
	border: 0;
}

#sidebar_info_a
{
	float:right;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
	text-align:left;
	clear: both;
	color:#333333;	
}

#sidebar_info_b
{
	width:200px;
	border:1px solid #000033;
	background-color:#000033;
	float:right;
	margin-top: -6px;
	margin-right: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	clear:both;
	color:#FFFFFF;	
}

#sidebar_info_c
{
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding: 0px;
	text-align:left;
	clear: both;	
}

#sidebar_info_d
{
	width:200px;
	border:1px solid #000033;
	border-top: none;
	float:right;
	margin-top: -6px;
	margin-right: 0px;
	margin-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:center;
	clear:both;
	color:#000033;
	background-color:#F2F2F2;	
}

#sidebar_news
{
	width:190px;
	border:1px solid #666666;
	float:right;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 15px;
	padding: 5px;
	text-align:left;
	clear:both;
	color:#333333;
	background-color:#EDEAC0;
}


#donate
{
	width:189px;
	background-color: #CCCCCC;
	padding: 3px;
	text-align:center;
	border:1px solid #999999;
}


#onlinedonation
{
	width:225px;
	padding: 3px;
	text-align:center;
	background-color:#CCCCCC;
	border:1px solid #999999;
}

#fundraiser
{
	width:465px;
	border:2px dotted #999999;
	padding: 3px;
	text-align:center;
}

#news
{
	width: 680px;
	background-color:#CCCCCC;
	border:1px solid #999999;
	padding: 3px;
	text-align:left;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}

#subnav
{
	text-align:center;
	vertical-align:middle;
	height: 20px;
	padding-top:5px;
	clear:both;
}


img.floatRight { 
    float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	border:1px solid #999999;
}

img.floatLeft { 
    float: left;
	margin: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	border:1px solid #999999; 
}

#footer
{
	background-color:#B84935;
	color: #ffffff;
	text-align:center;
	vertical-align:middle;
	height: 20px;
	padding-top:5px;
	clear:both;
}

/*** TEXT ELEMENTS ***/

h1
{
	font-size:200%;
	font-weight:bold;
	padding-top: 5px;
	line-height: normal;
}

.headertext1
{
	font-size:110%;
	font-weight:bold;
	line-height: normal;
}

.headertext1_center
{
	font-size:110%;
	line-height: normal;
	text-align:center;
}

.headertext2_center
{
	font-size:110%;
	font-weight: bold;
	line-height: normal;
	text-align:center;
	margin-bottom: 5px;
}

.headertext2
{
	font-size:90%;
	font-weight:bold;
	line-height: normal;
}

.donatetext
{
	font-size: 130%;
}

.fundraisertext
{
	font-size: 130%;
	font-weight:bold;
	color: #B84935;
}

/*** LINK ELEMENTS ***/

a {text-decoration:underline; color: #B84935; font-weight:bold; border:none;}

.navitem a {text-decoration: none; color: #ffffff;}
.navitem a:hover {text-decoration: underline; color: #ffffff;}

.navitemlast a {text-decoration: none; color: #ffffff;}
.navitemlast a:hover {text-decoration: underline; color: #ffffff;}

#language a {text-decoration: none; color: #ffffff; font-weight:normal;}
#language a:hover {text-decoration: underline; color: #ffffff;}

#footer a {text-decoration:none; color:#ffffff; font-weight:normal;}
#footer a:hover {text-decoration:underline; color:#ffffff; font-weight:normal;}







