/* HTML5 tags */  
header, section, footer,  
aside, nav, article, figure {  
    display: block;  
} 

*:focus {
    outline: none;
}

body {
	background-color: #eeeee0;

}

p { line-height: 150%;}

ul{
	line-height:20pt;
}

a{
	text-decoration:none;
	border: 0;


}

a:link{
	text-decoration:none;
	border: 0;	
}

 a:visited{
	text-decoration:none;
	border: 0;
}

a img {
    border: 0;
}

.clear {
	clear: both;
}



#photosOnPage{
	
}

#photosOnPage a{
	margin-bottom: 20px;
	margin-right: 20px;
	display: inline-block;
}
#photosOnPage2 a{
	margin-bottom: 20px;
	margin-right: 20px;
	display: inline-block;
}#photosOnPage3 a{
	margin-bottom: 20px;
	margin-right: 20px;
	display: inline-block;
}#photosOnPage4 a{
	margin-bottom: 20px;
	margin-right: 20px;
	display: inline-block;
}#photosOnPage5 a{
	margin-bottom: 20px;
	margin-right: 20px;
	display: inline-block;
}
#photosOnPage6 a{
	margin-bottom: 20px;
	margin-right: 20px;
	display: inline-block;
}


#photosOnPage img{
	width: 100px;
	height: 75px;
}

#photosOnPage2 img{
	width: 100px;
	height: 75px;
}

#photosOnPage3 img{
	width: 100px;
	height: 75px;
}



#photosOnPage5 img{
	width: 100px;
	height: 75px;
}

#photosOnPage6 img{
	width: 100px;
	height: 75px;
}

#photosPageItems{
	padding-left: 5px;
}

#photosPageItems a{
	margin-bottom: 20px;
	margin-right: 20px;
	display: inline-block;
}

#photosPageItems img{
	width: 125px;
	height: 100px;
}

#photosPageItems p{
	width: 125px;
	height: 100px;
}



#outsideWrap {	
	background-image: url('../images/backgrounds/extraBG.jpg');
	width: 1000px;
	height: 650px;
	margin: 20px auto;
	border-radius: 5px;
	-moz-box-shadow:
		2px 2px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(000,000,000,0.9);
	-webkit-box-shadow:
		2px 2px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(000,000,000,0.9);
	box-shadow:
		2px 2px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(000,000,000,0.9);
	overflow: hidden;

}

#pageHeader {
	width: 1000px;
	height: 145px;
	background-color: rgba(255,255,255,0.6);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	
}

#logo {
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 270px;
	height: 75px;
	width: 475px;
}

#scrollToNav {
	width: 1000px;
	height: 30px;
	background-color: rgba(90,109,11,0.6);
	position: relative;
	top: 2px;
	font-size: 1.20em;
	color: #fff;
}

#scrollToNav a{
	margin-right: 40px;
	margin-top: 5px;
	float: right;
	cursor: pointer;
}

#scrollToNav a:link{
	text-decoration:none;
	color: white;
}

#scrollToNav a:visited{
	text-decoration:none;
	color: white;
}

#scrollToNav a:hover{
	text-decoration:none;
	color: rgba(90,109,11,1.0);
}

#scrollToNav a:active{
	text-decoration:none;
	color: rgba(90,109,11,1.0);
}

#navAndContentWraper {
	
	width: 100%;
	height: 440px;
	margin-top: 25px;
	font-family: sans-serif,Verdana, Geneva;
}

#mainNavWrap {
	
	height: 400px;
	float: left;
	width: 250px;
	margin-top: 0px;
	margin-left: 20px;
}

#mainNav {
	
	position: relative;
	top: 25px;
	left: 15px;
	z-index: 5;
	margin-top: 0px;
}

#mainNav a{
	
	background-color: rgba(90,109,11,0.9);
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.80em;
	color: white;
	-moz-box-shadow:
		2px 2px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(59,90,153,.5);
	-webkit-box-shadow:
		2px 2px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(59,90,153,.5);
	box-shadow:
		2px 2px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(59,90,153,.5);
}

#mainNav a:link{
	text-decoration:none;
}

#mainNav a:visited{
	text-decoration:none;
}

#mainNav a:hover{
	text-decoration:none;
	background-color: #fff;
	color: rgba(90,109,11,1.0);
}

#mainNav a:active{
	text-decoration:none;
	background-color: #fff;
	color: rgba(90,109,11,1.0);
}

#content { 
	float:right;
	background-color: rgba(255,255,255,.83);
	position: relative;
	top: 0px;
	left: 0px;
	height: 420px;
	width: 700px; 
	margin-right: 20px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-radius: 5px;
	-moz-box-shadow:
		2px 2px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(59,90,153,.5);
	-webkit-box-shadow:
		2px 2px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(59,90,153,.5);
	box-shadow:
		2px 2px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(59,90,153,.5);		
}

#content h3{
	margin-top: 15px;
	margin-left: 10px;
	color: #333333;
}

#content h2{
	margin-top: 15px;
	margin-left: 10px;
	color: #333333;
}

#content p{
	margin-top: 15px;
	margin-left: 25px;
	margin-right: 10px;
	
}

#content a{
	color: rgb(90,109,11);
}

#content a:hover{
	color: #A3AD76;
}


#foot {
	height: 40px;	
	/*overflow: hidden;*/
}

footer {
	position: relative;
	top: 0px;
	height: 28px;
	background-color: rgba(255,255,255,0.3);
	z-index: 5;

}

footer p{
	color: #fff;
	display: inline;
	position: relative;
    font-size: .90em;
	top: 4px;
	left: 60px;
	padding-left: 40px;
	font-family: sans-serif;
	text-shadow: 3px 3px 2px rgba(100, 100, 100, 1);
	
}

footer a{
    color: #fff;
}



#faceBook {
	
	position: relative;
	top:5px;
	left:30px;
	height: 32px;
	width: 32px;
	z-index: 6;
	margin: -10px;
	float: left;
	-moz-box-shadow:
		2px 2px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(59,90,153,1);
	-webkit-box-shadow:
		2px 2px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(59,90,153,1);
	box-shadow:
		2px 2px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(59,90,153,1);
}

#pinterest {
	position: relative;
	top:0px;
	left:0px;
	
	z-index: 7;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	
}

/*button.donateButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 0px;
	color: #ffffff;
	float: right;
	z-index: 7;
	position: relative;	
	right: 25px;
	height: 28px;
	width: 100px;
	margin-bottom: -18px;
	background: -moz-linear-gradient(
		top,
		#3b5a99 0%,
		#3b5a99);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#3b5a99),
		to(#3b5a99));
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 10px;
	border: 3px solid #3b5a99;
	-moz-box-shadow:
		2px 2px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(59,90,153,1);
	-webkit-box-shadow:
		2px 2px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(59,90,153,1);
	box-shadow:
		2px 2px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(59,90,153,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}*/

.donateButton {
	-moz-box-shadow: 2px 2px 2px 0px #5c5c5c;
	-webkit-box-shadow: 2px 2px 2px 0px #5c5c5c;
	box-shadow: 2px 2px 2px 0px #5c5c5c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #3b5a99) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #3b5a99 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#3b5a99');
	background-color:#79bbff;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:28px;
	line-height:28px;
	width:110px;
	/*font-weight: bold;*/
	text-decoration:none;
	text-align:center;
	text-shadow:2px 2px 0px #287ace;
	float: right;
	z-index: 7;
	position: relative;	
	right: 25px;
	margin-bottom: -18px;
}
.donateButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3b5a99), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #3b5a99 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b5a99', endColorstr='#79bbff');
	background-color:#3b5a99;
}

.donateButton:active {
	position:relative;
	top:1px;

}

#directions {
	float: right;
	position: relative;
	margin-right: 30px;
}