@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
}
html, body {
	word-wrap: break-word !important;
	height: 100%;
	background-color: #154B80;
	
}

a{
	text-decoration: none;
}

.page-wrap {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: 50px;
	width: 100%;
	background-color: #154B80;	
}

.page-wrap:before {
	content: "";
	display: block;
	height: 50px;
}
.site-footer, .page-wrap:before {
	height: 50px;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
}
.site-footer {
	position: relative;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	background-color: #154B80;
	font-family: 'Titillium Web', sans-serif;
	-webkit-font-smoothing: antialiased;
}
#copyright{
	font-family: 'Titillium Web', sans-serif;
	font-size: 0.6em;
	line-height: 1.3em;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	display: block;
	height: auto;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0em;
	padding-top: 1em;
	-webkit-font-smoothing: antialiased;
	background-color: #154B80;
}




h3{
	font-size: 1em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	color: #fae8bb;
	margin-bottom: 1em;
	-webkit-font-smoothing: antialiased;
}
h4 {
	font-size: 0.9em;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}


#body_content {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: #154D80;
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	top: 25px;
}
#left_list {
	background-color: #FF0509;
	height: auto;
	width: auto;
	margin-left: auto;
	position: relative;
	float: left;
	left: 50px;
}
#right_list {
	background-color: #F90105;
	height: auto;
	width: auto;
	position: relative;
	float: left;
	right: -100px;
}
#row1 {
	background-color: #DF9C0D;
	height: 250px;
	width: 600px;
	position: relative;
	
	
}
#img_text {
	background-color: #FFFFFF;
	height: 250px;
	width: 250px;
	position: relative;
	float: left;
	border: 1px solid #154D80;
	left: 50px;
	font-size: 0.95em;
	color: #154D80;
	font-family: 'Titillium Web', sans-serif;
}



@keyframes slidy {
 0% { left: 0%;opacity:0; }
 5% { left: 0%; opacity:1; }
 20% { left: 0%; }
 25% { left: -100%; }
 40% { left: -100%; }
 45% { left: -200%; }
 60% { left: -200%; }
 65% { left: -300%; }
 80% { left: -300%; }
 85% { left: -400%; }
 99% { left: -400%;opacity:1; }
 100% { left: -400%;opacity:0; }
 }

 div#slider {
	overflow: hidden;
	height: 280px;
	background-color: #FFFFFF;
 }
 div#slider figure img { width: 20%; float: left; }
 div#slider figure {
   position: relative;
   width: 500%;
   margin: 0;
   left: 0;
   text-align: left;
   font-size: 0;
   animation: 20s slidy infinite;
 }
  .img{
	max-width:100%;
	height:auto;
	
}
 #about_text {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 100%;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#contact_info {
	color: #FBFBFB;
	background-color: #FFFFFF;
	height: 100%;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#space {
	background-color: #154D80;
	height: 50px;
	width: 100%;
	position: relative;
	color: white;
}
#newrow {
	background-color: #154D80;
	height: 250px;
	width: 100%;
	position: relative;
	margin-left: 125px;
	margin-right: auto;
}
#ticon {
	background-color: #154B80;
	height: 40px;
	width: 40px;
	margin-left: 500px;
	position: relative;
	
}
#ficon {
	background-color: #154B80;
	height: 40px;
	width: 40px;
	margin-top: auto;
	margin-right: 500px;
	margin-left: auto;
	position: relative;
	top:-34px;
}
#about1 {
	background-color: #FFFFFF;
	height: 100%;
	width: 960px;
	border-width: 1px;
	position: relative;
}
#about1 {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-width: 1px;
	border-color: #CF8204;
	position: relative;
}
#about2 {
	background-color: #FFFFFF;
	height: 100%;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-width: 1px;
	border-color: #C37D0A;
	position: relative;
}
#aboutgoal {
	color: #FFFFFF;
	background-color: #154B80;
	height: 100%;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
