body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 0; border: 0;
}

body {
	background: #fff;
	font: 16px "Helvetica", sans-serif;
	color: #333;
}

a {
	color: #51749f;
	text-decoration: none;
}
	a:hover {
		color: #274a76;
	}

.style9 {
	font-weight: bold;
	line-height: 24px;
}

.style33 {
	font-size: 11pt; 
	line-height: 16pt;
}


header {
	height: 80px;
	position: fixed;
	width: 100%;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d0d0d0 100%); 
	background: -webkit-linear-gradient(top, #ffffff 0%,#d0d0d0 100%); 
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	z-index: 10;
}
	#header-content {
		width: 85%; margin: 0 10% 0 5% ; padding: 0px 0 0 0;
		overflow: hidden;
	}
		#header-content img {
			float: left;
			position: fixed;
			top: 15px;
		}
		#header-content h1 {
			float: left;
			font-size: 50px; text-transform: uppercase; letter-spacing: 10px;
		}
		#header-content nav {
			float: right;
			letter-spacing: 1px;
		}
			#header-content nav li {
				float: left;
				font-size: 18px;
				margin: 3px 0 0 50px;
				list-style: none;
			}
			/* Links inside the navbar */
			.navbar a {
				float: left;
				font-size: 18px;
				padding: 37px 16px 22px;
				margin: 0px 0 0 0px;		  
			}
			/* The dropdown container */
			.dropdown {
				float: left;
				overflow: hidden;
			}
			/* Dropdown button */
			.dropdown .dropbtn {
				font-size: 18px;
				color: #51749f;
				padding: 37px 16px 22px;
				border: none;
				outline: none;
				background-color: inherit;
				font-family: inherit; /* Important for vertical align on mobile phones */
				margin: 0; /* Important for vertical align on mobile phones */
				letter-spacing: 1px;
			}
			/* Add a blue background color to navbar links on hover */
			.navbar a:hover, .dropdown:hover .dropbtn, .navbar .active {
				background: #274a76;
				color: white;
				/* background: -moz-linear-gradient(top, #51749f 0%, #274a76 100%); 
				background: -webkit-linear-gradient(top, #51749f 0%,#274a76 100%); */
				background: -moz-linear-gradient(top, #274a76 0%, #000000 100%); 
				background: -webkit-linear-gradient(top, #274a76 0%,#000000 100%);
			}
			/* Dropdown content (hidden by default) */
			.dropdown-content {
			  display: none;
			  position: absolute;
			  background-color: #f9f9f9;
			  min-width: 160px;
			  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			  z-index: 1;
			}
			/* Links inside the dropdown */
			.dropdown-content a {
			  float: none;
			  color: #51749f;
			  padding: 12px 16px;
			  text-decoration: none;
			  display: block;
			  text-align: left;
			}
			/* Add a grey background color to dropdown links on hover */
			.dropdown-content a:hover {
			  background: #ddd;
			  color: #274a76;
			}
			/* Show the dropdown menu on hover */
			.dropdown:hover .dropdown-content {
			  display: block;
			} 


/* INDEX ========================================================== */
#banner1 {
	height: 450px;
	position: fixed;
	background-size: cover;
	background-position: center center; 
	width: 100%;
	top: 80px;
}
	#banner1 h2 {
		margin: 185px auto 0px;
		color: #fff;
		width: 90%;
		max-width: 1000px;
		font-size: 70px; line-height: 80px; text-align: center;
		text-transform: uppercase;
		letter-spacing: 5px;
		text-shadow: 0 3px 5px rgba(0,0,0,0.3);
	}
	#banner1 h3 {
		margin: 130px auto 0px;
		color: #fff;
		width: 98%;
		/*max-width: 1000px;*/
		font-size: 16px; line-height: 40px; text-align: center; font-weight: lighter;
		letter-spacing: 1px;
		text-shadow: 0 3px 5px rgba(0,0,0,0.3);
		background-color: rgba(0,0,0,0.4);
	}


#content1 {
	background: #fff;
	width: 100%; 
	position: relative;
	top: 530px;
	z-index: 5;
}


/* BANNER FOR ALL OTHER PAGES ===================================== */
#banner2 {
	height: 250px;
	position: fixed;
	background-size: cover;
	background-position: center center; 
	width: 100%;
	top: 80px;
}
	#banner2 h2 {
		margin: 85px auto;
		color: #fff;
		width: 90%;
		max-width: 1000px;
		font-size: 70px; line-height: 80px; text-align: center;
		text-transform: uppercase;
		letter-spacing: 5px;
		text-shadow: 0 3px 5px rgba(0,0,0,0.3);
	}
		#banner2 h2 a {
			text-shadow: 0px 3px 5px rgba(255,255,255,0.3);
		}

#content2 {
	background: #fff;
	width: 100%; 
	position: relative;
	top: 330px;
	z-index: 5;
}
	#content2 p {
		margin-left: 0px;
	}


/* ARTICLE FOR ALL PAGES ========================================== */
article {
	width: 90%; 
	max-width: 1000px;
	padding: 40px 0 0 0;
	margin: 0 auto;
}
	article p {
		line-height: 30px;
		margin: 0 0 30px 0;
	}
