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


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-----*/


.example {
	height: 210px;
	width: 180px;
	margin: 10px 10px 10px 10px;
	overflow: hidden;
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #EBE5DE;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	border-radius: 4px;
	background-color: #49463D;
}

.container {
	height: 700px;
	width: 810px;
	margin: 20px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
	background-image: url(../images/50pct_tile.png);
	background-size: cover;
	overflow: hidden;
	border-radius: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #ADADAD;
}

/*----------footer nav----------*/

.footer {
	height: 200px;
	with: 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;
}



