body{  
	margin: 0;
	padding: 0; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #333;
	background-image: url("../_img/bg.gif");
	background-repeat: repeat-x;
	background-color: #bad8e7;
}

img, div, a, a:hover { behavior: url(_css/iepngfix.htc) }

.container 	{ 
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}			

/*----------- Text -----------*/
#column_left p{
	font-size: 10px;
	line-height: 22px;
	font-color: #555;
	padding: 0px;
	margin: 0px;
}

p{
	font-size: 13px;
	line-height: 24px;
	font-color: #484848;
	padding: 0px;
	margin: 0px;
}

#header_content p{
	text-align: justify;
	text-justify: auto;
	line-height: 25px;
}

#header_content a{
	color: #484848;
}

a{
	color: #fff;
}

a:hover{
	color: #fff444;
}

a.visited{
	color: #fff444;
}

h1{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #249359;
	font-size: 14px;
}


h2{
	margin: 0px;
	padding-top: 50px;
	padding-bottom: 25px;
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: normal;

}

h1.item_title{
	color: #76bb24;
	font-size: 14px;
	padding-top: 10px;
}

ul{
	list-style-type: box;
	padding: 0px 0px 0px 30px;
	margin: 0px;
}

ul li{
	padding: 0px 0px 10px 0px;
}

ul.contact_details{
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.contact_details li{
	float: left;
	width: 960px;
	padding: 0px 0px 10px 0px;
}

.highlight{
	color: #fff;
}

.highlight_green{
	color: #76bb24;
}

/*----------- Header -----------*/

#header{
	float: left;
	width: 1000px;
	height: 650px;
	background-image: url("../_img/header.jpg");
	background-repeat: no-repeat;
}

#header_content{
	position: relative;
	z-index: 1;
	float: left;
	width: 310px;
	height: 500px;	
	padding: 0px 20px 0px 18px;
}

#header .left{
	float: left;
	width: 380px;
	height: 600px;
}

#header .right{
	float: left;
	width: 580px;
	height: 600px;
}

#logo{
	float: left;
	width: 315px;
	height: 60px;	
	margin-top: 70px;
	margin-left: 25px;
}

.logo_white{
	float: left;
	margin-bottom: 35px;
}

#info{
	position: absolute;
	width: 290px;
	height: 95px;
	color: #fff;
	font-size: 11px;
	line-height: 22px;
	top: 510px;
	left: 650px;
}


/*----------- Navigation -----------*/

#navigation{
	float: left;
	width: 180px;
	height: 50px;
	padding-top: 40px;
	padding-left: 25px;
}

ul.navigation{
	list-style: none;
	float: left;
}

ul.navigation li{
	float: left;
	padding-bottom: 22px;
}

ul.navigation li a{
	float: left;
	display: block;
}

ul.navigation li a:hover{
	background-position: 5px -14px;
}

.selected{
	background-position: 0px -14px;
}

#button_home{
	display: block;
	width: 180px;
	height: 14px;
	background-image: url("../_img/button_home.png");
	background-repeat: no-repeat;
	overflow: hidden;
}

#button_aboutus{
	display: block;
	width: 180px;
	height: 14px;
	background-image: url("../_img/button_aboutus.png");
	background-repeat: no-repeat;
	overflow: hidden;
}

#button_ourprogram{
	display: block;
	width: 180px;	
	height: 14px;
	background-image: url("../_img/button_ourprogram.png");
	background-repeat: no-repeat;	
	overflow: hidden;
}

#button_clients{
	display: block;
	width: 180px;	
	height: 14px;
	background-image: url("../_img/button_clients.png");
	background-repeat: no-repeat;	
	overflow: hidden;
}

#button_contribute{
	display: block;
	width: 180px;	
	height: 14px;
	background-image: url("../_img/button_contribute.png");
	background-repeat: no-repeat;	
	overflow: hidden;
}

#button_boardmembers{
	display: block;
	width: 180px;	
	height: 14px;
	background-image: url("../_img/button_boardmembers.png");
	background-repeat: no-repeat;	
	overflow: hidden;
}

#button_specialthanks{
	display: block;
	width: 180px;	
	height: 14px;
	background-image: url("../_img/button_specialthanks.png");
	background-repeat: no-repeat;	
	overflow: hidden;
}
/*----------- Content -----------*/
#content{
	float: left;
	width: 960px;
	height: 100%;
	margin-left: 20px;
	padding: 0px 0px 500px 0px;
	color: #575756;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 24px;
	
	background-image: url("../_img/bg_content.gif");
	background-repeat: repeat-y;
}

#column_left{
	float: left;
	width: 280px;
	padding: 0px 20px 0px 20px;
}

#column_right{
	float: left;
	width: 600px;
	padding: 0px 20px 0px 20px;
}

.line {
	width: 100%;
	height: 1px;
	margin: 20px 0px 20px 0px;
	background-color: #dee4ce;
}

.no-top-margin{
	margin-top: 0px;
}

.no-bottom-margin{
	margin-bottom: 0px;
}

.no-top-padding{
	padding-top: 0px;
}

.no-bottom-padding{
	padding-bottom: 0px;
}

.item{
	float: left;
	width: 600px;
	padding-bottom: 40px;
}

.item_thumbnail{
	float: left;
	width: 220px;
	height: 220px;
}

.item_thumbnail_large{
	float: left;
	width: 280px;
	height: 214px;
}

.item_content{
	float: left;
	width: 380px;
}

.item_content_small{
	float: left;
	width: 320px;
}

.contact_info{
	float: left;
	margin-top: 100px;
}
.footer{
	float: left;
	width: 960px;
	padding-top: 25px;
}

.copyright{
	float: left;
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
}
