#container {
	padding: 0px;
	width: 1280px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#tile1 {
	width: 330px;
	height: 220px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}
#tile2 {
	width: 330px;
	height: 220px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}
#tile3 {
	width: 330px;
	height: 220px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}
#tile4 {
	width: 330px;
	height: 220px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}
#tile5 {
	width: 330px;
	height: 220px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}
#text {
	clear: both;
	width: 1040px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#text p {
	margin-left: 0px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
}
#text h2 {
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #557a95;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

body {
	background-repeat: no-repeat;
	background-color: #ddd8ca;

}

#header {
	background-image: url(img/crouch_logo_black.png);
	padding: 0px;
	height: 150px;
	width: 750px;
	background-repeat: no-repeat;
	margin-top: 0
		px;
	margin-right: auto;
	margin-left: auto;
}

#header h1 {
	display: none;
}

#nav {
	padding: 0px;
	height: 70px;
	width: 1000px;
	align: center;
	margin-top: -30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

#nav ul {
	text-align: center;
	padding:0;
	list-style-type:none;
}

#nav li {
	display: inline-block;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 0px;
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: center;
}

#nav a {
	display: block;
	width: 180px; /* fixed width */
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 100;
}
#nav a:hover {
	color: #7395ae;
}

#middle {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 980px;
}

#footer {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 980px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	color: cabeb9;
	line-height: 30px;
	text-align: right;
	list-style-type: none;
}

#footer ul {
	list-style-type: none;
}

#footer li {
	display: inline;
	width: 210px;
	float: right;
	text-transform: none;
	color: #927b71;
	font-variant: small-caps;
}

.current {
	color: #575757;
}

h2 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #7e7e7c;
	font-weight: bold;
	margin-top: 2px;
	margin-left: 5px;
}
.nav-group > ul {
	max-height:0;
	overflow:hidden;
	-webkit-transition:max-height 700ms ease-in-out;
	-ms-transition:max-height 700ms ease-in-out;
	-moz-transition:max-height 700ms ease-in-out;
	transition:max-height 700ms ease-in-out;
}

.nav-group > h2 {
	cursor: pointer;
}

.nav-group:hover > ul {
	max-height:400px;
}
#tile a:hover {
}
