@charset "utf-8";
/* CSS Document */


/*body {
	background-image: url(../images/Starry-Night-Sky.jpg);
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-size: cover;
}*/

body {
	background-image: url(../images/Starry-Night-Sky.jpg);
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-size: cover;
}

p {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #E0E0E0;
	text-align: center;
}

h2 {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #E0E0E0;
	text-align: center;
}

a {
	text-decoration: none;
	color: #E0E0E0; 
}

#logo {
	height: 113px;
	width: inherit;
	margin-left: -30px;
	margin-right: -30px;
	padding: 20px;
	background-image:url(../images/50pct_tile.png);
}

/*-----navigation-----*/

nav {
	background-color:#60668B;
	height:35px;
	position: relative;
	z-index:10;
	margin-top: -20px;
	margin-left: -20px;
	margin-right: -20px;
	padding-right: 20px;
}

nav li {
	list-style:none;
	float:left;
	width:120px;
	height:35px;
	background-color:#7D83A4;
	text-align:center;
	border-left: 1px black solid;
	border-right: 1px black solid;
	line-height: 35px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

nav ul li a {
	color:#ffffff;
	text-decoration:none;
	display:block;
}

nav ul li a:hover {
	background-color:#29336b;
	color:#F8F068;
}

nav ul ul {
	list-style:none;
	display:none;
}

nav li:hover ul {
	display:block;
	padding: 0px 10px 0px 10px;
	overflow:visible;
	z-index:5;
}

/*-----end navigation-----*/

/*----------form----------*/

#formcontain {
	height: auto;
	width: 500px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	background-image: url(../images/50pct_tile.png);
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #ADADAD;
	color: #B7B7B7;
	padding: 20px;
	margin: 20px auto 110px auto;
}

textarea {
	width:100%;
	border-radius: 5px;
}

input {
	width: 50%;
	padding: 5px;
	border-radius: 5px;
}

button {
	padding: 3px;
	margin: 2px 5px;
	border-radius: 5px;
	float: left;
}

.buttonContainer {
	width: 150px;
	height: 40px;
	padding: 5px, auto;
	margin: 0 auto;
}

.description {
	height: auto;
	width: 200px;
	float: right;
}

.thank {
	height: 100px;
	width: 400px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 36px;
	text-align: center;
	color: #FFFFFF;
	margin: 20px;
	}
	
/*----------footer nav----------*/

.footer {
	height: 200px;
	width: inherit;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: -30px;
	padding-top: 20px;
	background-image: url(../images/50pct_tile.png);
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #ADADAD;
}

.bottomnav {
	height: 40px;
	width: 960px;
}

.navtab {
	height: 20px;
	width: 190px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	float: left;
}



