@charset "UTF-8";
h1 {
	color: #EFF5F8;
	opacity: 1;
	line-height: 36px;
}
h2 {
	text-align: left;
	color: #EFF5F8;
	margin-top: 5px;
}

/*first page*/

#quote {
	position:absolute;
	display: block;
	width: 980px;
	top: 800px;
	left:auto;
	right:auto;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #484646;
	border-radius: 15px;
	font-size: large;
	opacity: .8;
	text-align:left;
}
#hero, #heroarticle {
	clear:left;
	color: #FFFFFF;
}
#hero h2 {
	color: #FFFFFF;
}


/*second page*/
#hero-p2 figure {
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	float: left;
	width: 475px;
	display: block;
	
}

p {
	margin-top: -15px;
}
#aside-about{
	float: left;
	display: block;
	width: 375px;
}


/*third page*/
#pictures img{
	float: left;
	display: block;
	list-style-type: none;
}
#aside-p3 figure{
	margin-left:0px;

}
#pictures h2{
	background-color: #467171;
	border-top-right-radius: 20px;
	width: 770px;
	padding-left: 10px;
	margin-bottom: 0px;
	border-top-left-radius: 20px;
	margin-top:-20px;
	margin-left:-25px;
	padding-bottom: 2px;	
	text-align:center;
}
#pictures {
	clear: left;
	width: 1000px;
	display: block;
	float: left;
	background-color: #999999;
	position: relative;
	border-radius: 20px;
	margin-top:0px;
	padding-left:25px;
	padding-top:0px;	
}
#pictures figure {
	display: block;
	float: left;
	width: 170px;
	margin-left:-8px;	
	margin-right:88px;
}
#pictures hr{
	margin-left:-25px;	
}
#heroarticle-p3{
	float: left;
	display: block;
	width: 531px;
	margin-top: -470px;
	margin-left: 468px;
}
#bottominfo-p3{
	clear:left;
}

/*fourth page*/
#hero-p4 p {
	margin-top: -15px;
}
#hero-p4{
	float: left;
	margin-top: -355px;
	width: 485px;
	display: block;
	margin-left: 515px;
}
#events h2 {
	background-color: #467171;
	border-top-right-radius: 20px;
	width: 250px;
	padding-left: 10px;
	margin-bottom: 0px;
	border-top-left-radius: 20px;
	margin-top:0px;
	padding-bottom: 2px;
	text-align:center;	
}
#events {
	clear: left;
	width: 1000px;
	display: block;
	float: left;
	background-color: #999999;
	position: relative;
	border-radius: 20px;
}
#aside-p4 figure {
	margin-left:0px;
	width:478px;		
}
#bottominfo-p4{
	position:relative;
	float:left;
}
#events figure {
	display: block;
	float: left;
	width: 170px;
	margin-left: 35px;
	margin-right: 35px;
	
}
figcaption {
	color: #62CDC0;
	background-color: #484646;
	font-style: normal;
	font-size: medium;
	list-style-type: none;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 220px;
	text-align: center;
}

/*fifth page*/
#hero-p5 h1 {
	color: #484646;
}
#hero-p5 h2{
	color: rgba(239,245,248,1.00);
}
#hero-p5 h3 {
	color: #016357;
	margin-bottom: 5px;
}
#hero-p5 ul{
	list-style-type: none;
	line-height: 20PX;
	font-size: 18px;
	text-align: left;
}
#aside-p5 figure{
	display: block;
	float:left;
	margin-left:0px;
	width:475px;	
	margin-top:6px;
}
#bottominfo h2 {
	clear:left;
	width:1000px;	
	text-align: left;
	color: #EFF5F8;
	position:relative;
}
#hero-p5 p{
	clear:left;	
}
#hero-p5 h2, p {
	margin-top: -15px;
}
#hero-p5 h3 {
	margin-top:15px;	
}

/*contact*/
#hero-p6 h2{
	color: rgba(239,245,248,1.00);
}
#hero-p6 h3 {
	color: #016357;
}
#bottominfo-p6{
	float:left;
	display:block;
}
#aside-p6 figure {
	display: block;
	float:left;
	margin-left:0px;
	width:475px;	
	margin-top:6px;
}
#bottominfo-p6 {
	clear:both;
	display:block;
	float:left;
}

/*every page*/
#wrapper, body{
	background-color: #62CDC0;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: large;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
}

a, a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover, a:active, a:focus {
	color: #14BAA5;
}
#mainnav a:hover, #mainnav a:active, #mainnav a:focus, #mainnav a.thispage {
	background-color:#999999;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
#mainnav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: -40px;
	margin-bottom: 0px;
	margin-left: -40px;
	text-align:center;
}
#mainnav a {
	display: block;
	float: left;
	padding-top: 6px;
	padding-right: .5px;
	padding-bottom: 6px;
	background-color: #484646;
	color: #EFF5F8;
	width: 166px;
}
footer {
	clear:left;
	text-align: center;
	width: 1000px;
}
.floatright {
	float: right;
	display: block;
}
