@charset "UTF-8";
/* CSS Document */

body,html{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
	
}

.center{
	text-align:center;
	position:relative;	
}

.bottom{
	position: absolute;
	bottom: 10px;
	padding:0 0 0 0;
	width:600px;
	
}

.container{
	width:900px;
	margin:auto;
}

.subhead{
	color:#c43f27;
	font-weight:900;
}

.subhead2{
	color:#ffcc00;
	font-weight:900;
}

a {
	color:#0d3469;
	text-decoration:underline;
	outline:none;
}

a:hover{
	color:#333;
	text-decoration:none;
	outline:none;
}
.left-image
{
	margin:6px 6px 4px 0;
	border:1px solid #000;
	float:left;
}
/************************************************/
/*******************Left Column******************/
/************************************************/
.left-column{
	float:left;
	width:236px;
}

.logo{
	margin:0 0 3px 0;	
}

.navigation{
	height:auto;
	background-color:#ae3d28;
	margin:0 0 10px 10px;
	background-image:url(images/template/navbar-bg.jpg);
	background-repeat:no-repeat;
}

.latest{
	margin:13px 0 10px 10px;
}

.latest h1{
	color:#006633;
	font-size:14px;
	margin:0 0 5px 0;
}
.latest ul{
	list-style:none;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.latest ul li{
	padding:0 0 5px 25px;
	margin:0;
	background-image:url(images/template/arrows.gif);
	background-repeat:no-repeat;
}

/************************************************/
/*******************Main Column******************/
/************************************************/
.main-column{
	margin:0 0 0 245px;
	padding:10px 0 0 0;
	
}

.header{
	height:71px;
	background-color:#ae3d28;
	margin:0 0 10px 0;
	font-weight:bold;
}

.contact-info{
	float:right;
	text-align:right;
	padding:5px 10px 5px 10px;
	color:#FFF;
	font-weight:900;
	font-size:14px;
	border-left:1px solid #d59d93;
	margin:3px 0 0 0;
}

.donate-language{
	float:right;
	text-align:center;
	margin:3px 0 0 0;
	padding:5px 10px 5px 10px;
}

.donate-language a{
	color:#ffcc00;
	text-decoration:underline;
}

.donate-language a:hover{
	color:#ffcc00;
	text-decoration:none;
}

.donate-button a{
	background-image:url(images/template/donate-button.gif);
	width:151px;
	height:26px;
	margin:5px;
	display:block;
	color:#0d3469;
	text-decoration:none;
	padding:8px 20px 0 0;
	font-size:14px;
}

.donate-button a:hover{
	color:#ae3d28;	
}


.big-image{
	margin:0 0 10px 0;
	padding:10px 10px 0 0;
	background-image:url(images/common/homeimage.jpg);
	background-repeat:no-repeat;
	height:310px;
	text-align:right;
	font-size:24px;
	color:#fff;
	font-weight:bold;
}

.big-image a{
	color:#fff;
	text-decoration:none;
}

.big-image a:hover{
	color:#ddd;
	text-decoration:none;
}

.main-column h1{
	color:#c43f27;
	background-color:#ffd204;
	padding:0 0 0 25px;
	margin:0 0 10px 0;
	background-image:url(images/template/heading-bg.gif);
	background-repeat:no-repeat;
	background-position:middle;
	font-size:28px;
}

.content{
	background-color:#f5f2d0;
	padding:5px 25px 5px 25px;
	margin:0 0 10px 0;	
	min-height:250px;
	color:#333333;
	position: relative; 
}

.content h1{
	background-image:none;
	background-color:#f5f2d0;
	padding:0;
	margin:auto;
	color:#c43f27;
	font-size:14px;
}

.content p{
	line-height:20px;
}
/*.content ul
{
	margin-left:40px;
	padding-left:100px;
	
}
.content ul li
{
	margin-left:40px;
}*/
.content subhead{
	font-weight:bold;
}

.text-links{
	font-weight:900;
	color:#0d3469;
	font-size:10px;
	margin:0 0 10px 0;	
}
.stuff-works1 ul li
{
	padding-left:335px;
}

/************************************************/
/************************Footer******************/
/************************************************/

.footer{
	clear:both;
	font-size:10px;
	
}

.credit{
	float:right;
	text-align:right;
}

.address{
	float:left;
	text-align:left;
}

.logos{
	clear:both;
}

.social-networking img{
	margin:5px 0 5px 0;
	padding:0;
}

.footer table{
	width:100%;	
}