@charset "UTF-8";
/* CSS Document */

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: rgb(0,0,0);
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	behavior: url(../scripts/csshover.htc);
	}
	
/* Globals ---------- */

h1  {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	}
	
h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	}
	
h3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	}
	
h4  {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}
	
.menutext  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: -.1em;
	list-style-type: none;
	line-height: 1em;
	color: #fff;
	}
	
.menutext a  {
	text-decoration: none;
	color: #DDD;
	}
	
.menutext a:hover  {
	text-decoration: line-through;
	}
	
.menutext a:visited  {
	text-decoration: line-through;
	color: #DDD;
	}
	
.menutextback  {
	background-color: #777;
	padding-left: 5px;
	margin-top: .5em;
	margin-bottom: .5em;
	}
	
.infotext  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: -.1em;
	line-height: 1em;
	text-align: justify;
	color: #AAA;
	}
	
.projecttextcode  {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: -1.7em;
	margin-left: 1.7em;
	color: #444;
	}
	
.projecttexthead  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bolder;
	letter-spacing: -.1em;
	line-height: 1em;
	color: #fff;
	}
	
.projecttextdate  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bolder;
	margin-top: -1.5em;
	margin-left: 1.3em;
	letter-spacing: -.1em;
	color: #fff;
	}
	
.projecttextasterix  {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 30px;
	letter-spacing: -.2em;
	line-height: 0em;
	color: #fff;
	}
	
.projecttextbody  {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 1.5em;
	margin-right: 1em;
	margin-top: .5em;
	margin-bottom: .2em;
	padding: 2px;
	font-size: 9px;
	letter-spacing: -.05em;
	line-height: 1.3em;
	color: #ccc;
	background-color: #444;
	}
	
.projectpagetextbody  {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 1.5em;
	margin-right: 1em;
	margin-top: .5em;
	margin-bottom: .2em;
	padding: 2px;
	font-size: 9px;
	letter-spacing: -.05em;
	line-height: 1.3em;
	color: #ccc;
	}
	
.contenttextbody  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: -.05em;
	line-height: 1em;
	text-align: justify;
	color: #BBB;
	}
	
.finetext001  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	color: #555;
	}
	
.moretext  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #555;
	line-height: 1.2em;
	letter-spacing: .1em;
	font-style: italic;
	}
	
.smallText001  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	}
	
.smallText002  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
	color: #666666;
	}
	
.smallText003  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 6px;
	color: #666666;
	}
	
.smallText004  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #444;
	}
	
.secondtextcolor {
	color: #999999
	}
	
a:link {
	color: #9e9e9e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgb(83, 116, 67);
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
}

#separator {
	margin: 3px 0px 3px 0px;
	position: relative;
	height: 1px;
	width: 100%;
	border-bottom: 1px dotted #555;
	float: left;
	}
	
#separatorhalf {
	margin: -4px 0px 0px 0px;
	position: relative;
	height: 1px;
	width: 50%;
	border-bottom: 1px solid #555;
	float: left;
	}
	
.rule001  {
	position: relative;
	height: 1px;
	width: 100%;
	border-bottom: 1px dotted #555;
	float: left;
	}
	
/* Background ---------- */

#maincontainer  {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: auto;
	min-height: 1022px;
	background: url(../images/bodyback.png);
	background-repeat: no-repeat;
	z-index: 101;
	}

/* Header ---------- */
	
#header  {
	position: relative;
	margin-left: auto;
	width: 844px;
	height: 235px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	z-index: 102;
	}
	
/* Main ---------- */

#bodycontainer  {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	width: 765px;
	height: auto;
	z-index: 105;
	}
	
#projectcontainer  {
	position: relative;
	float: left;
	width: 311px;
	height: 407px;
	margin-left: .5em;
	padding-top: 50px;
	background-image:url(../images/projectsback.png);
	background-repeat: no-repeat;
	z-index: 130;
	}
	
#projectdata  {
	position: inherit;
	float: left;
	width: 265px;
	margin-left: 2em;
	margin-bottom: 1em;
	padding: 0 5px 0 5px;
	height: auto;
	background-color: rgb(125, 125, 125);
	}
	
#projectpagedata  {
	position: inherit;
	float: left;
	width: 460px;
	margin-left: 2em;
	margin-bottom: 1em;
	padding: 0 5px 0 5px;
	height: auto;
	background-color: rgb(125, 125, 125);
	}
	
#projectchipin  {
	float: left;
	width: 234px;
	height: 60;
	margin-top: .3em;
	margin-left: 1em;
	}
	
#projecticons  {
	position: relative;
	float: left;
	width: 140px;
	height: 16px;
	margin-left: 1.3em;
	margin-top: -1.4em;
	}
	
#projectpageicons  {
	position: relative;
	float: left;
	width: 140px;
	height: 16px;
	margin-left: 1.3em;
	margin-top: -1em;
	}
	
#photocontainer  {
	position: relative;
	float: right;
	width: 405px;
	height: 290px;
	padding-top: 10px;
	margin-bottom: 1em;
	margin-right: .5em;
	background-image:url(../images/photoback.png);
	background-repeat: no-repeat;
	z-index: 131;
	}
	
/* Sub Menu ---------- */
	
#submenucontainer  {
	position: relative;
	float: left;
	width: 188px;
	height: 266px;
	margin-left: .5em;
	padding-top: .5em;
	background-image:url(../images/submenu_back.png);
	background-repeat: no-repeat;
	z-index: 130;
	}
	
#contactinfo  {
	position: relative;
	float: left;
	width: 160px;
	height: 190px;
	margin-left: 1.3em;
	margin-top: 1.3em;
	background-image:url(../images/contactinfo.png);
	background-repeat: no-repeat;
	}
	
#submenuheaderaboutus  {
	position: relative;
	float: left;
	margin-left: .8em;
	width: 172px;
	height: 27px;
	background-image: url(../images/submenuheader_aboutus.png);
	background-repeat: no-repeat;
	}
	
#submenuheadercontactus  {
	position: relative;
	float: left;
	margin-left: .8em;
	width: 172px;
	height: 27px;
	background-image: url(../images/submenuheader_contactus.png);
	background-repeat: no-repeat;
	}
	
#submenuheaderdonate  {
	position: relative;
	float: left;
	margin-left: .8em;
	width: 172px;
	height: 27px;
	background-image: url(../images/submenuheader_donate.png);
	background-repeat: no-repeat;
	}
	
#submenuheaderprojects  {
	position: relative;
	float: left;
	margin-left: .8em;
	width: 172px;
	height: 27px;
	background-image: url(../images/submenuheader_projects.png);
	background-repeat: no-repeat;
	}
	
#submenuheadermedia  {
	position: relative;
	float: left;
	margin-left: .8em;
	width: 172px;
	height: 27px;
	background-image: url(../images/submenuheader_media.png);
	background-repeat: no-repeat;
	}
	
#submenuheaderadmin  {
	position: relative;
	float: left;
	margin-left: .8em;
	width: 172px;
	height: 27px;
	background-image: url(../images/submenuheader_admin.png);
	background-repeat: no-repeat;
	}
	
#submenu  {
	position: relative;
	float: left;
	margin-left: 1em;
	margin-top: 1em;
	width: 152px;
	height: auto;
	}
	
/* Content ---------- */

#contentcontainer  {
	position: relative;
	float: right;
	width: 530px;
	height: auto;
	min-height: 300px;
	padding-top: .4em;
	margin-bottom: 1em;
	margin-right: .5em;
	background-image:url(../images/contentback.png);
	background-repeat: repeat-y;
	z-index: 131;
	}

#headerblank  {
	position: relative;
	float: left;
	margin-left: .5em;
	width: 515px;
	height: 31px;
	background-image: url(../images/header_blank.png);
	background-repeat: no-repeat;
	}
	
#headerhistory {
	position: relative;
	float: left;
	margin-left: .5em;
	width: 515px;
	height: 31px;
	background-image: url(../images/header_history.png);
	background-repeat: no-repeat;
	}
	
#headermission {
	position: relative;
	float: left;
	margin-left: .5em;
	width: 515px;
	height: 31px;
	background-image: url(../images/header_mission.png);
	background-repeat: no-repeat;
	}

#headerboard {
	position: relative;
	float: left;
	margin-left: .5em;
	width: 515px;
	height: 31px;
	background-image: url(../images/header_board.png);
	background-repeat: no-repeat;
	}

#headerdonate {
	position: relative;
	float: left;
	margin-left: .5em;
	width: 515px;
	height: 31px;
	background-image: url(../images/header_donate.png);
	background-repeat: no-repeat;
	}
	
#headermedia {
	position: relative;
	float: left;
	margin-left: .5em;
	width: 515px;
	height: 31px;
	background-image: url(../images/header_media.png);
	background-repeat: no-repeat;
	}
	
#headerprojects {
	position: relative;
	float: left;
	margin-left: .5em;
	width: 515px;
	height: 31px;
	background-image: url(../images/header_projects.png);
	background-repeat: no-repeat;
	}
	
#headercontact {
	position: relative;
	float: left;
	margin-left: .5em;
	width: 515px;
	height: 31px;
	background-image: url(../images/header_contact.png);
	background-repeat: no-repeat;
	}
	
#headerthankyou {
	position: relative;
	float: left;
	margin-left: .5em;
	width: 515px;
	height: 31px;
	background-image: url(../images/header_thankyou.png);
	background-repeat: no-repeat;
	}
	
#headerblog {
	position: relative;
	float: left;
	margin-left: .5em;
	width: 515px;
	height: 31px;
	background-image: url(../images/header_blog.png);
	background-repeat: no-repeat;
	}
	
#mediaheader  {
	float: left;
	position: relative;
	width: auto;
	height: auto;
	margin-top: 2em;
	z-index: 300;
	}

#contentbody  {
	position: relative;
	float: left;
	width: 480px;
	height: auto;
	min-height: 300px;
	margin-left: .7em;
	margin-top: .7em;
	margin-bottom: 1em;
	padding: 10px 15px 5px 15px;
	background-color: rgb(125, 125, 125);
	}
	
#contentbodycontact  {
	position: relative;
	float: left;
	width: 480px;
	height: auto;
	min-height: 300px;
	margin-left: .7em;
	margin-top: .7em;
	margin-bottom: 1em;
	padding: 0px 15px 5px 15px;
	}
	
#twittercontainer  {
	position: relative;
	float: right;
	width: 405px;
	height: 110px;
	padding-top: 35px;
	background-image: url(../images/twitterback.png);
	background-repeat: no-repeat;
	z-index: 132;
	}
	
#bottommaincontatiner  {
	float: left;
	width: 850px;
	height: auto;
	margin-top: 2em;
	}
	
#socialcontainer  {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	width: 799px;
	height: 51px;
	z-index: 106;
	background-image: url(../images/socialback.png);
	background-repeat: no-repeat;
	}
	
#newsform  {
	position: absolute;
	width: 280px;
	height: 24px;
	left: 497px;
	top: 13px;
	}
	
.newsField  {
	border: none;
	background-image: url(../images/newsfield.png);
	background-repeat: no-repeat;
	}
	
#newsbutton  {
	float: right;
	margin-right: .8em;
	width:66px;
	height:24px;
	background: url(../images/enterbutton.png) no-repeat 0 0px;
	}
	
#newsbutton:hover  {
	background-position:0 -24px;
	cursor:pointer;
	}
	
#buybutton  {
	width: 64px;
	height: 11px;
	
	background: url(../images/donate.png) no-repeat 0 0px;
	}
	
#buybutton:hover  {
	background-position:0 -11px;
	cursor:pointer;
	}

#infocontainer  {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	padding: 5px 10px 5px 10px;
	width: 745px;
	height: 110px;
	z-index: 107;
	background-image: url(../images/infoback.png);
	background-repeat: no-repeat;
	}
	
#copycontainer  {
	position: relative;
	float: left;
	margin-bottom: 2em;
	padding: 0px 15px 5px 10px;
	width: 285px;
	height: 95px;
	border-right: 1px dashed #777;
	z-index: 109;
	}
	
#infobuttons  {
	position: relative;
	float: left;
	padding: 10px 5px 5px 15px;
	width: 410px;
	height: auto;
	z-index: 109;
	}
	
#infobuttonone  {
	position: relative;
	float: left;
	width: 130px;
	padding: 0px 10px 0px 0px;
	height: auto;
	z-index: 145;
	}
	
#infobuttontwo  {
	position: relative;
	float: left;
	width: 130px;
	padding: 0px 10px 0px 0px;
	height: auto;
	z-index: 145;
	}
	
#infobuttonthree  {
	position: relative;
	float: left;
	width: 130px;
	height: auto;
	z-index: 145;
	}
	
#cashews  {
	position: absolute;
	width: 123px;
	height: 65px;
	background-image: url(../images/cashews.png);
	background-repeat: no-repeat;
	left: -32px;
	top: -182px;
	}
	
/* Main Menu ---------- */

#menu  {
	position: absolute;
	width:551px;
	height:17px;
	left: 61px;
	top: 196px;
	z-index: 150;
	}
	
#mainmenu {
	position: relative;
	float: left;
	width: 551px;
	height: 17px;
	}
	
ul.mainmenu {
	float: left;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
ul.mainmenu li  {
	position: relative;
	float: left;
	display: inline;
	}
	
ul.mainmenu li a  {
	float: left;
	text-decoration: none;
	text-align: center;
	outline: none;
	width: auto;
	height: 17px;
	}
	
ul.mainmenu li.home a {background: url(../images/home.png) no-repeat; width: 73px; background-position:0 0px;}
ul.mainmenu li.aboutus a {background:url(../images/aboutus.png) no-repeat; width: 108px; background-position:0 0px;}
ul.mainmenu li.projects a {background:url(../images/projects.png) no-repeat; width: 115px; background-position:0 0px;}
ul.mainmenu li.blog a {background:url(../images/blog.png) no-repeat; width: 70px; background-position:0 0px;}
ul.mainmenu li.contact a {background:url(../images/contact.png) no-repeat; width: 104px; background-position:0 0px;}
ul.mainmenu li.media a {background:url(../images/media.png) no-repeat; width: 81px; background-position:0 0px;}

ul.mainmenu li:hover a  {
	background-position: 0 -17px;
	cursor:pointer;
	}
	
/* Twitter ---------- */

#twitterfeed  {
	position: relative;
	float: left;
	width: 405px;
	height: 85px;
	padding: 5px 0 5px 0;
	margin-left: 2.1em;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 145;
	}
	
#twitter_div  {
	width: 365px;
	}
	
ul#twitter_update_list  {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
ul#twitter_update_list li  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #CCC;
	padding: 5px;
	margin: 5px 0 5px 0;
	background-color: rgb(125, 125, 125);
	}
	
ul#twitter_update_list li a  {
	font-size: 9px;
	color: #cd7800;
	}
	
/* Bubble Popup ---------- */

.bubbleInfo {
    position: relative;
	z-index: 500;
}

.popup {
    position: absolute;
	margin-top: 4em;
    display: none; /* keeps the popup hidden if no JS available */
	z-index: 500;
}
	
/* Custom Scroll ---------- */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 15px;
background-color: #888;
}
.vscrollerbar {
width: 15px;
background-color: #555;
}
.hscrollerbase {
height: 15px;
background-color: #555;
}
.hscrollerbar {
height: 15px;
background-color: #777;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
	
/* Admin ---------- */

.adminnamebig  {
	font-family: Helvetica, sans-serif;
	font-size: 15em;
	color: #666;
	font-weight: bold;
	letter-spacing: -.1em;
	line-height: .78em;
	}

/* Footer ---------- */
	
#footer  {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	width: 765px;
	height: 22px;
	z-index: 107;
	background-image: url(../images/footerback.png);
	background-repeat: no-repeat;
	}
	
#finetext  {
	position: relative;
	float: left;
	margin-top: -.5em;
	margin-left: .8em;
	width: 765px;
	height: 12px;
	z-index: 125;
	}
	
#donate  {
	position: relative;
	float: right;
	margin-top: .3em;
	margin-right: 2em;
	width: 64px;
	height: 11px;
	background: url(../images/donate.png) no-repeat 0 0px;
	z-index: 110;
	}
	
#donate:hover  {
	background-position:0 -11px;
	cursor:pointer;
	}
	
/* Social Links ---------- */

#socialmenu  {
	float: left;
	position: relative;
	margin-top: .6em;
	margin-left: .6em;
	width: 190px;
	height: 35px;
	z-index: 108;
	clear: both;
	}

ul.socialmenu {
	float: left;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
ul.socialmenu li {
	position: relative;
	float: left;
	display: inline;
	}
	
ul.socialmenu li a {
	float: left;
	text-decoration: none;
	text-align: center;
	outline: none;
	width: auto;
	height: 36px;
	}
	
ul.socialmenu li.twitter a {width:42px; height:36px; background: url(../images/twitter.png) no-repeat; background-position:0 0px;}
ul.socialmenu li.facebook a {width:43px; height:36px; background:url(../images/facebook.png) no-repeat; background-position:0 0px;}
ul.socialmenu li.flickr a {width:104px; height:36px; background:url(../images/flickr.png) no-repeat; background-position:0 0px;}

ul.socialmenu li:hover a {background-position:0 -36px; cursor:pointer;}
