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


body {
	margin:0px;
	/* background:url(images/asibackground.png) repeat-y center #718066; */
}

#page_container {

	

}

#content_container {
	width:860px;
	margin:0px auto 0px auto;
	
}



#titlebanner {
	margin-top:40px;
	margin-bottom:25px;
}

#mainpage_bigimage {
	margin-bottom:20px;
}

#mainpage_bigimage img {
	border:none;
	margin-top:1px;
}




/* Navigation Bar */

#navbar {
	/*float:left;*/
	margin-bottom:0px;
}

#navbar ul {
	margin:0px;
	padding:0px;
	list-style:none;
	/*float:left;*/
}

#navbar li {
	display:block;
	float:left;
}

#navbar li a {
	display:block;
	height:26px;
}

#navbar img {
	border:none;
	padding-left:1px;
}

#navbar #navbar_home img {
	padding-left:0px;
}


/* Navigation Bar Sections */

.navsections {
	width:250px;
	background:white;
	position:absolute;
	margin-top:26px;
}

.mainpage_content_container .navsections {
	margin-top:51px;
}


html>/**/body .mainpage_content_container .navsections, x:-moz-any-link, x:default {
	margin-top:26px;
} /* Only FireFox 3 */


.navsection_mousehandler {
	width:250px;
	height:350px;
	position:absolute;
	margin-top:-350px;
}


.navsection_picture {
	width:230px;
	height:128px;
	margin:10px auto;
}

.navsection_picture a {
	display:block;
	width:230px;
	height:128px;
}

.navsections ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

.navsections ul li {
	display:block;
	/* background:url(images/navitem_background.png) top left no-repeat; */
}

.navsections ul li a {
	display:block;
	color:black;
	text-decoration:none;
}

.navsections ul li a img {
	border:none;
	display:block;
}


/* specific sections */


#navsection_ourmission {
	margin-left:70px;
	display:none;
}

#navsection_ourmission .navsection_picture {
	background:url(images/navimage_ourmission.jpg) no-repeat;
}



#navsection_projects {
	margin-left:223px;
	display:none;
}

#navsection_projects .navsection_picture {
	background:url(images/navimage_projects.jpg) no-repeat;
}



#navsection_eventsnews {
	margin-left:376px;
	display:none;
}

#navsection_eventsnews .navsection_picture {
	background:url(images/navimage_events.jpg) no-repeat;
}



#navsection_give {
	margin-left:529px;
	display:none;
}

#navsection_give .navsection_picture {
	background:url(images/navimage_give.jpg) no-repeat;
}



#navsection_contactus {
	margin-left:630px;
	display:none;
	border-right:1px solid #F3F3F3;
}

#navsection_contactus .navsection_picture {
	background:url(images/navimage_contactus.jpg) no-repeat;
}


/* Inside Pages */


#topbanner {
	margin-top:15px;
	margin-bottom:5px;
}



#pages_banner {
	margin-top:2px;
	margin-bottom:20px;
	float:left;
}


.ptitle {
	margin-bottom:-5px;
}


.anchorlist {
	float:left;
	margin-top:-10px;
	margin-bottom:25px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
}


.anchorlist a {
	color:#666666;
	text-decoration:none;
}

.anchorlist a:hover {
	color:#222222;
}

.pages_content {
	clear: left;
	margin-left: 5px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	float: left;
	
}


.pages_sections {
	float:left;
}

.pages_sections p a {
	border-bottom-color: #666666;
}

.pages_sections_flat {
	border-top:1px solid #CCCCCC;
	padding-top:10px;
	margin-bottom:20px;
}

.top_spacer {
	height:30px;
}

.pages_sections a {
	color:#666666;
	text-decoration:none;
}

.pages_columns {
	width:400px;
	
}

.seperatorline {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:30px;
	width:855px;
	float:left;
}


.section_thumbs {
	display:block;
	float:right;
	margin-left:20px;
	margin-bottom:15px;
	

}


/* .pagebottomspacer {
	height:0px;
	clear:both;
} */

.pages_sectionrow .pages_sections {
	width:400px;
	
}
a #donate {
}



.top_section {
	width:860px;
	height:auto;
	margin-bottom:20px;
	margin-top:20px;
	font-size:1.1em;
	color:#333333;
}

.pages_sectionrow {
	float:left;
	margin-bottom:60px;
}

.pages_columnspacer {
	float:left;
	width:55px;
	border-top:1px solid white;
}

.footer {
	float:left;
	font-size: .7em;
	color:#999999;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	border-top:1px solid #CCCCCC;
	padding-top:3px;
	width:850px;	
}

.footer a {
	color:#999999;
}


/* Our Mission */

.ourmission_left_paragraph {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:.8em;
	width:480px;
	float:left;
}

.ourmission_biglogo {
	width:282px;
	float:right;
	margin-top:-25px;
}

a.formlinks {
	color:#000099;
	border-bottom:1px dotted #000099;
}

#logo {
	margin-bottom:20px;
	
}

.btn-asi
{
	display: block;
	width: 75%;
	color: #fff;
    background-color: #718066;
    border-color: #718066;
    border-radius: .3rem;
    border-width: 1px;
    height: 100px;
    font-size: 2.3rem;
    cursor: pointer;
	padding: .5rem 1rem;
	margin: .5rem auto;
	margin-bottom: 2em;
    line-height: 1.5;
}