@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
@import url(http://fonts.googleapis.com/css?family=Muli);
/* CSS Document */

#wrapper {
	margin: 0 auto;
	width:1028px;
	font-family: 'Open Sans', sans-serif;
}

#nav {
	width:1028px;
	height:95px;
	margin-top:20px;
}


#social {
    float: left;
    padding-left: 20px;
	padding-top: 20px;
    text-align: center;
}
#logo {
    float: left;
    width: 215px;
}

#navdonate {
	text-align:center;
	border-top:1px solid;
	border-bottom:1px solid;
	margin-bottom: 15px;
	
}

#navdonate a {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* Start of Jquery Slideshow */
#slideshow1 {
	width:1028px;
	height:430px;
}

.rslides {
  margin: 0 auto 40px;
  }

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }


#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Open Sans", sans-serif;
    }
  }
  
  /* End of For Jquery Slideshow */
#navimgs {
	height:270px;	
}

#navimgs img{
	margin-left:40px;
} 
#footer {
	width:100%;
	height:125px; 
	background-color:#191917; 
	color:#FFF;
	text-align: center;
	font-family: 'Muli', sans-serif;
}
#footer a {
	color:#ffffff;
	text-decoration:none;
}

#footer p {
	    margin: 0;
    padding: 0;
	
}

#contents {
	height:720px;
	width:1028px;
	font-family: 'Muli', sans-serif;
}

#bigpic{
	float:left;
}

#textinfo{
	float:left;
    width: 560px;
	height:525px;
	padding-left: 35px;
}

#founderpics {
    float: left;
    height: 160px;
    padding-left: 40px;
    width: 565px;
}

#founderpics_contents{
    height: auto;
    list-style-type: none;
    margin: 0;
    width: 565px;
}

#founderpics_contents li {
    float: left;
    height: 125px;
    margin-right: 35px;
    text-align: center;
    width: 125px;
}

#founderpics_contents p {
    font-weight: bold;
    margin: 0;
}

.bodytxt {
	font-size:12px;
	margin:0px;
	padding:0px;
}

.titles {
	font-size:15px;
	margin:0px;
	padding:0px;
}

.majortitle {
	font-size:26px;
}

#textinfo h1 {
	margin:0px;
	padding:0px;
}

#volunteertxt {
    height: 130px;
    width: 580px;
}

#volunteerintern {
    height: 130px;
    width: 940px;
	padding-top: 30px;
}

#volunteerimgs {
    height: 350px;
    width: 815px;
}

/* Start of volunteer img gallery */
#volunteerimgs div.img {
  margin: 5px;
  padding: 5px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	

#volunteerimgs div.img img {
  display: inline;
  margin: 5px;
}

#volunteerimgs a {
	color:#000;
	text-decoration:none;
}

#volunteerimgs a:hover{
	margin:0;
	padding:0;
	color:#000;
}

#volunteerimgs div.desc {
    border-bottom: 1px solid;
    border-top: 1px solid;
    font-weight: normal;
    margin: 15px;
    text-align: center;
}
  
/* End of volunteer img gallery */

#contactform {
    float: left;
    padding-top: 10px;
}

#contactform input[type="text"]
{
    width:400px;
}

#contactform textarea {
	width:500px;
	height:135px;
    max-height: 370px;
    max-width: 500px;
}

#contactinfo{
    float: left;
    padding-left: 44px;
    padding-top: 10px;
}

#contactform input[type="submit"]
{
    height: 50px;
    width: 125px;
}

#contactinfo p {
	margin:0px;
	padding:0px;
	
}

