/* Browser Amnesia
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit;
	font-size: 100%; font-family: inherit; vertical-align: baseline; }

body { line-height: 1.5; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: top; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Begin CSS
-------------------------------------------------------------- */

html {
		
}
body {
	font-size: 75%;
	color: #222; 
	background: url('../img/bg_color.jpg');
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

/* Headings
-------------------------------------------------------------- */


/* Text elements
-------------------------------------------------------------- */


p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */



ul          { list-style-type: disc; margin-left:40px;}
ol          { list-style-type: decimal; margin-left:40px;}

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc Global Classes
-------------------------------------------------------------- */


h2.pagetitle{
font-size: 16px;
font-weight: bold;
}
.right 		{ float: right; } /* YKMOFL */
.left 		{ float: left; }
.clear 		{ clear: both; }
.cleft 		{ clear: left; }
.cright 	{ clear: right; }

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.sIFR-replaced h1 	{ color: #3A990D; }
.sIFR-alternate 	{ position: relative; left: -9999px; display: none; }


/* Form Styling
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
	margin:0.5em 0;
	border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
	border:1px solid #666;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* Layout Elements
-------------------------------------------------------------- */

	#kontainer {
		width: 100%;
		margin: 0px auto;
		min-height: 100%;
		text-align: center;
		background: url('../img/bg.jpg') repeat-x;
		display: block;
		position: absolute;
			top: 0px;
			left: 0px;
			z-index: 0;
	}
		#wrapper {
			text-align: left;
			width: 920px;
			margin: 0 auto;
			padding: 0px 0px 0px 0px;
		
		}
		
		#banner{
			width:920px;
			height:152px;
			display:block;
			position:relative;
			background: url('../img/banner.jpg');
		}
		#nav{
			width:920px;
			height:27px;
			display:block;
			position:relative;
			background: url('../img/nav.png');
			margin: 0px;
		}
			#nav ul{
				list-style: none;
				margin-left:20px;
			}
			#nav ul li{
				float:left;
				margin: 0px;
				display:block;
				height:27px;
				padding-right:10px;
			}
			#nav ul li a{
				display:block;
				height:27px;
				width:100px;
				background-position: top left;
				text-indent: -9999px;
			}
			
			
			#nav ul li a.home{
				width:55px;
				background: url('../img/home.jpg');
			}
			#nav ul li a.about{
				width:80px;
				background: url('../img/about.jpg');
			}	
			#nav ul li a.projects{
				width:70px;
				background: url('../img/project.jpg');
			}
			#nav ul li a.staff{
				width:120px;
				background: url('../img/staff.jpg');
			}	
			#nav ul li a.contact{
				width:95px;
				background: url('../img/contact.jpg');
			}	
			#nav ul li a.media{
				width:135px;
				background: url('../img/media.jpg');
			}	
			#nav ul li a.partners{
				width:70px;
				background: url('../img/partners.jpg');
			}	
			#nav ul li a.donate{
				width:70px;
				background: url('../img/donate.jpg');
			}			
			#nav ul li a:hover{
				background-position: top right;
			}
			
			#nav ul li ul{
				display:none;
			}
			#nav ul li.hover_about ul{
				display:block;
				left:30px;
			}
			#nav ul li.project_about ul{
				display:block;
				left:120px;
			}
			
			#nav ul li ul{
				position:absolute;
				background:#58636f;
				width:auto;
			}
			
			#nav ul li ul li{
				display:block;
				float: none;
				position:relative;
				border-bottom: 1px solid #fff;
			}
			#nav ul li ul li a{
				text-indent: 0px !important;
				margin-left:10px;
				display:block;
				color:#fff;
				text-transform: uppercase;
				text-decoration: none;
				line-height:25px;
				width:100%;
				height:100%;
			}
			#nav ul li ul li a:hover{
				color:#0a285a;
			}
			
		#top_main{
			display:block;
			width:920px;
			height:26px;
			background: url('../img/top.png');
		}
		#main{
			background: url('../img/main_bg.png');
			width:920px;
			min-height:300px;
		}
		
		#left_content{
			float:left;
			margin-left:25px;
			width:628px;
		}
		#left_content ul, #left_content ol{
			margin-left:30px;
		}
		#left_content ul li ul{
			list-style: circle;
		}
		#left_content p{
			line-height:19px;
			margin-top:16px;
		}
		#news_event{
			float:left;
			margin-left:7px;
			width:240px;
			background:url('../img/news_bg.jpg') repeat-y;
		}
		#news_top{
			width:240px;
			min-height:244px;
			background:url('../img/news_top.jpg') no-repeat;
		}
		#news_btn{
			width:240px;
			height:35px;
			background:url('../img/news_btn.jpg') no-repeat;
		}
		#btn_main{
			display:block;
			width:920px;
			height:125px;
			background: url('../img/main_btn.png');
			position:relative;
		}

	#footer { 			/* Footer on bottom but dependent on content */
		position: absolute;
		/*line-height: 45px; helps with padding on top*/
		left: 0px;
		bottom: 0px;
		width: 100%;
		display: block;
		height: 25px;
		z-index: 999;
		padding: 0px;
		margin: 0px;
		background: #ccc;
		color: #333;
		text-align: center;
		font-size: 12px;
	}
		#footer ul {
			margin: 0px;
			padding: 0px;
		}
			#footer ul li {
				display: inline;
				list-style: none;
				margin: 0px;
				padding: 0px;
			}	
				#footer ul li a {
					margin : 0 15px;
				}
				
.addy{
margin-left:31px;
margin-top:36px;
position:absolute;
}

.addy p{
	line-height:14px;
	font-size: 12px;
}

.ann_events{
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: underline;
	margin-bottom:20px;
}

#news_event{
	color:#fff;
}

.events_content{
	display:block;
	width:220px;
	position:relative;
	padding-top:10px;
	margin-left:10px;
}

span.date{
	width:100%;
	font-weight: bold;
}

p.title{
	margin-top:5px;
	margin-bottom:10px;
	margin-left:20px;
}

.events_content a{
	color:#fff;
	text-decoration: none;
}
.events_content a:hover{
	color:#fff;
	text-decoration: none;
}

.staff_name{
	font-weight: bold;
	font-size:16px;
	display:block;
}

.staff_table tr td{
	padding-bottom:30px;
}

