/*Global Formatting Section*/


body {background-image: url("images/background.jpg");
        filter: alpha(opacity=40);
}
/*Content Formatting Section*/

.content {background-color: #777065;
	width:90%;
	margin-left:5%;

}
.lefttext {background-color: #777065;
	width:50%;
	float:left;
	margin-bottom: inherit;
}
.righttext {background-color: #777065;
	width:50%;
	float:right;
	margin-bottom: inherit;
}


.heading {clear:both;
	margin-bottom: 50px;

}
.navmenu{float: right;
	width:25%;
}
.clearline {clear: right;
}
.socialmediafooter {
        clear:both;
        text-align:center;
	padding-bottom: 20px;
}
.footer {background-color:#FFA500;
        clear:both;
        text-align:center;
}
.navfooter {background-color:#FFA500;
        clear:both;
        text-align:center;
	padding-top: 10px;
}
.centerbox {display: inline;
	margin-right:25%;
	margin-left: 25%
}

/*Text Formatting Section*/
h1 {text-align: center;
	font-size: xx-large;
	color: white;
}
h2 {text-align: center;
	font-size: large;
	color: blue;
}

/*Index Formatting Section*/
.catoftheweekbox {width: 70%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #7adcdf;
}
.catoftheweektitle {color: black;
	font-family: cursive;
	font-size: xx-large;
	text-align: center;
}
.catoftheweekbio {color: black;
	font-size: larger;
	font-family: sans-serif;
	margin-left: 3%;
	margin-right: 3%;
	text-align: center;
}
IMG.catoftheweek {width: 75%;
	margin-left: 13%;
	margin-right: 12%;
}
.newsbox {width:80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #7adcdf;
}
.newsboxheadding {font-size: xx-large;
	text-align: center;
	color: black;
}
.newsboxdate {text-align: center;
	font-size: larger;
	padding-bottom: 10px;
	
}
.newsboxevent{text-align: center;
	font-size: large;
	color: black;
}
.newsfeedeventlink{text-align: center;
	font-size: large;
	color: black;
	text-decoration: none;
}
.missionstatement {text-align: justify;
	font-size: large;
	color: #7adcdf;
	font-family: Tahoma, Geneva, sans-serif;
	margin-left: 2%;
	margin-right: 2%;
}
.locationtitle {text-align: center;
	font-size: larger;
	color: #7adcdf;
}
.locationinfo {text-align: center;
	font-size: medium;
	color: #7adcdf;
}
.paypalheadding {text-align: center;
	font-size: xx-large;
	color: #7adcdf;
	font-style: oblique;
}
.paypaldiv {margin-left: 40%;
	margin-right: 25%;
}
/*Donate Formatting Section*/

.eventlink{text-align: center;
	font-size: large;
	color: #7adcdf;
	text-decoration: none;
}
.maintext {margin-left: 10%;
	margin-right: 10%;
	color: #7adcdf;
}
IMG.flyerbanner {display: inline;
	margin-right:10%;
	margin-left: 10%	
}
.partnermaintext {margin-left: 10%;
	margin-right: 10%;
	color: #7adcdf;
	font-size: x-large;
}

/*Link Formatting Section*/
a:link {
    color: white;
}
a:visited {
    color: white;
}
a:hover {
    color: white;
}
a:active {
    color: white;
}
/*Volunteer Section*/
.volunteername {text-align: center;
	font-size: xx-large;
	color: black;
	
}
.volunteertext {color: black;
	font-size: x-large;
}
/*Review Section*/
/*Volunteer Section*/
.catname {text-align: center;
	font-size: xx-large;
	color: black;
	margin-top: 5px;
	
}
.reviewtext {color: black;
	font-size: medium;
}
/*Image Formatting Section*/

IMG.banner {display: inline;
	margin-left: 12%;
	background-color: white;
}

IMG.socialbutton {display:block;
	margin: 5px;
	padding-left: 45%;
	padding-right: 45%;
}

IMG.imgleft {display: inline;
	margin: 15px;
	float: left;
}

IMG.imgright {display: inline;
	margin: 15px;
	float: right;
}
IMG.imgcenter {display: inline;
	margin-right:25%;
	margin-left: 25%
}
IMG.map{display: inline;
	padding-left: 10%;
	padding-right: 10%;
}
/*Video Formatting Section*/
.videobox {
	float:left;
	margin: 15px;
}

