@charset "UTF-8";
body {
	background-color: #4777A6;
	text-align: center;
	margin: 0px;
	height: 100%;
	background-image: url(../images/sky_1.jpg);
	background-repeat: no-repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.container {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 10;
}

.top_banner {
	width: 55%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	z-index: 10;
	position: relative;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /*for internet expolorer*/

}


.navigation {
	height: 50px;
	margin-top: -14px;
}
.navigation ul {
	list-style-image: none;
	list-style-type: none;
	width: 404px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}
.navigation ul li {
	display: block;
	float: left;
	height: 50px;
	width: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.navigation ul li a {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 35px;
	width: 100px;
	display: block;
	padding-top: 15px;
}
.navigation ul li a:hover {
	color: #FFCC00;
	background-color: #FFF;
}
.navigation ul li:last-child {
	border-right-width: 0px;
	border-right-style: none;

}
.top_title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 2.5em;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}
.footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #000;
	height: auto;
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	text-align: center;
	padding-top: 10px;
	bottom: 1px;
}
.social {
	float: right;
	padding-right: 30px;
}
.form {
	text-align: center;
	margin-left: 20px;
	color: #FFF;
	font-size: 2em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: underline;
	display: block;
	width: 300px;
}
.pic_form {
	width: 400px;	
}


@media screen and (max-width: 1024px) {
	
.top_title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 2em;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}
.footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #000;
	height: auto;
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	text-align: center;
	padding-top: 10px;
	bottom: 1px;
	float: left;
}


}

@media screen and (max-width: 480px) {
	

.navigation {
	height: 300px;
}

.navigation ul {
	width: 200px;
	height: 300px;
	padding: 0px !important;
}

.navigation ul li {
	float: none;
	height: 75px;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 1px !important;
	border-left-width: 1px;
	border-right-style: solid !important;
	border-left-style: solid;
	border-right-color: #FFF !important;
	border-left-color: #FFF;
}

.navigation ul li a {
	height: 50px;
	width: 200px;
	padding-top: 1.5em;
}
.top_title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}
.content_container dv {
	float: left;
	width: 25%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.5em;
	color: #FFF;
}
.form {
	text-align: justify;
	margin-left: 20px;
	color: #FFF;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: underline;
	display: block;
}

	
}
.photos {
	display: block;
	padding: 10px;
	float: left;
}
.footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #000;
	height: auto;
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	text-align: center;
	padding-top: 10px;
	bottom: 1px;
	position: relative;
	float: left;
}
