html, body {margin: 0px; padding: 0px;}

body {
	font-family: Helvetica;

}

/* GLOBAL */

	a img {
	border: none;
	}

	.widthlimit {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}
	
	.relativity {
	position: relative;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 0px;
	}


#header {
height: 180px;
width: 100%;
background: #7BC019;
background: white;
}

	#logo {
	position: absolute;
	left: 0px;
	top: 36px;
	}

	#nav {
	position: absolute;
	left: 394px;
	top: -11px;
	width: 606px;
	font-size: 15px;
	z-index: 9;
	}
	
		.menuitem {
		width: 100px;
		height: 30px;
		padding-top: 20px;
		background-image: url(../images/nav.png);
		background-position: center;
		background-repeat: repeat-x; 
		background: -webkit-gradient(linear, left top, left bottom, from(#A6D663), to(#7BC019)); 
		-moz-border-radius: 5px; 
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-box-shadow: 0px 1px 1px #666; 
		-moz-box-shadow: 0px 1px 1px #666;
		margin-right: 1px;
		display: block;
		float: left;
		text-align: center;
		text-decoration: none;
		color: white;
		z-index: 10;
		}
		
			.menuitem:hover {
			margin-top: 5px;
			}
			
			.currentpage {
			background-image: url(../images/nav02.png);
			background-position: center;
			background-repeat: repeat-x; 
			background: -webkit-gradient(linear, left top, left bottom, from(#7BC019), to(#6CA122)); 
			margin-top: 5px;
			}

	#contactinfo {
	position: absolute;
	left: 500px;
	top: 140px;
	width: 500px;
	color: teal;
	font-family: Verdana;
	font-size: 10px;
	text-align: right;
	}
	
		#contactinfo ul {
		list-style: none;
		}

#banner {
height: 250px;
width: 100%;
background-image: url(../images/banner.png);
background-position: center;
background-repeat: repeat-x; 
background: -webkit-gradient(linear, left top, left bottom, from(#EBF7FA), to(#A3E0ED)); 
border-top: 1px solid #B8D8E0;
border-bottom: 1px solid #8ABEC9;
}

	#bannerpic {
	position: absolute;
	top: -300px;
	z-index: 0;
	}
	
	#dearann {
	position: absolute;
	top: 15px;
	left: 522px;
	}
	
	#quoteblock {
	position: absolute;
	top: 30px;
	left: 550px;
	height: 100px;
	width: 450px;	
	color: #265979;
	text-align: justify;
	text-shadow: 0px 1px 1px #fff;
	font-size: 15px;
	}

#landing {
height: 90px;
width: 100%;
/* background: -webkit-gradient(linear, left top, left bottom, from(#C9E7ED), to(#fff), color-stop(0.5, #fff));  */
}

#content {
width: 100%;
background: white;
}

	.headline {
	color: #31729B;
	font-weight: bold;
	margin-left: 20px;
	}
	
	.text {
	color: #333;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #DBE1E6;
	padding-bottom: 15px;
	margin-bottom: 15px;
	}
	
		.text:last-child {
		border: none;
		padding-bottom: 50px;
		}
		
	.rightpane {
	float: right;
	width: 606px;
	color: #333;
	font-size: 13px;
	}
	
		.rightpane ul {
		list-style: none;
		}
		
			.rightpane ul li {
			line-height: 18px;
			margin-bottom: 14px;
			}

		.rightpane a {
		color: teal;
		text-decoration: none;
		}
		
			.rightpane a:hover {
			color: aqua;
			}
			
		.rightpane p {
		margin-left: 20px;
		margin-right: 20px;
		}
		
		.rightpane .heading {
		margin-bottom: 16px;
		}
		
		.rightpane div.text {
		margin-left: 20px;
		margin-right: 20px;
		}

		#fympmessage {
		background: #FBFCE6;
		border: dotted 1px #F3D446;
		padding: 20px;
		margin-top: 20px;
		margin-left: 20px;
		margin-right: 20px;
		}

		#fympschedule {
		padding: 20px;
		}
		
		.rightpane .events_container {
		padding: 0px 20px;
		}
		
		.events {
		margin: 0;
		padding: 0;
		}
		
			.events .event {
			margin-bottom: 30px;
			}
			
				.events .event .text {
				margin: 0;
				padding: 0;
				border: none;
				}
				
				.events .event .photos {
				display: none;
				}
				
				.events .event .date {
				font-weight: bold;
				}

					.events .event .date .start_date {
					display: inline-block;
					}
	
					.events .event .date .end_date {
					display: inline-block;
					margin-left: 0.4em;
					}
	
					.events .event .date .day_name_long:after {
					content: ", ";
					}
	
					.events .event .date .day_name_short {
					display: none;
					}
	
					.events .event .date .month_long:after {
					content: " ";
					}
	
					.events .event .date .month_short {
					display: none;
					}
	
					.events .event .date .month_number {
					display: none;
					}
	
					.events .event .date .day_number:after {
					content: ", ";
					}
	
					.events .event .date .year_long {
					}
	
					.events .event .date .year_short {
					display: none;
					}
					
					.events .event .date .end_date:before {
					content: " - ";
					}
	
				.events .event .title {
				font-size: 1.5em;
				text-transform: uppercase;
				line-height: 1.3em;
				}

				.events .event .subtitle {
				}

				.events .event .location:before {
				content: "at ";
				}

					.events .event .location .name {
					display: inline;
					}

					.events .event .location a.name .text {
					color: #31729B;
					}

					.events .event .location .map {
					display: none;
					}

					.events .event .location .address {
					display: none;
					}

				.events .event .registration {
				margin-top: 1em;
				}

	.leftpane {
	width: 350px;
	text-align: center;
	color: #333;
	font-size: 12px;
	}
	
		.leftpane ul {
		list-style: none;
		}
		
		.leftpane a {
		color: teal;
		text-decoration: none;
		}
		
			.leftpane a:hover {
			color: aqua;
			}
	
		.leftpane p {
		line-height: 16px;
		margin-left: 20px;
		}
		
		#fypic {
		float: left; 
		margin-right: 10px; 
		margin-bottom: 10px;
		}
		
	.heading {
	width: 100%;
	height: 18px;
	padding-top: 7px;
	padding-bottom: 5px;
	background-image: url(../images/heading.png);
	background-position: center;
	background-repeat: repeat-x; 
	background: -webkit-gradient(linear, left top, left bottom, from(#A6D663), to(#7BC019)); 
/*
	-webkit-box-shadow: 0px 1px 1px #666; 
	-moz-box-shadow: 0px 1px 1px #666;
*/
	color: white;
	-moz-border-radius-topright: 10px; 
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
/* 	text-shadow: 0px -1px 0px rgba(0,0,0,.1); */
	text-align: left;
	font-size: 16px;
	}
	
		.heading span {
		padding-left: 20px;
		}
		
		.subheading {
		text-decoration: underline;
		margin-left: 10px;
		}
	
	.photos {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
		.photos li {
		width: 70px;
		height: 70px;
		margin: 20px;
		border: 1px solid #999;
		float: left;
		}
		
			.photos li:hover {
			box-shadow: 0px 0px 15px #2399B1; 
			-webkit-box-shadow: 0px 0px 15px #2399B1; 
			-moz-box-shadow: 0px 0px 15px #2399B1;
			border: 1px solid #236AB1;
			}
	
			.photos li a {
			width: 68px;
			height: 68px;
			display: block;
			}
		
				.photos li a img {
				width: 68px;
				height: 68px;
				}
	
#buffer {
clear: both;
height: 40px;
width: 100%;
}

#footer {
height: 90px;
width: 100%;
background-image: url(../images/banner.png);
background-position: center;
background-repeat: repeat-x; 
background: -webkit-gradient(linear, left top, left bottom, from(#EBF7FA), to(#A3E0ED)); 
/* background: white; */
border-top: 1px solid #A3E0ED;
text-align: center;
font-size: 12px;
padding-top: 30px;
padding-top: 30px;
color: #144866;
font-size: 10px;
}

		#footer a {
		color: #438C9B;
		text-decoration: none;
		}
		
			#footer a:hover {
			color: #18577C;
			}
	


