﻿body {
	background-color: #eeeeee;
	margin: 0px;
}

#header {
	width: 100%;
	min-height: 85px;
	background: #fff url(/Content/images/grandchute/background.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	margin: 0px;
	padding: 0px;
}

#site-logo {
	height:200px;
}


#mobile-links {
	display: none;
}

@media only screen and (min-width:750px) {
	#mobile-navigation {
		display: none;
	}

	#navigation {
		display: inherit;
	}

	#subnavigation-container {
		min-height: 40px;
	}

	#subnavigation-buttons {
		font-size: 14px;
	}

	#subnavigation-settings {
		font-size: 14px;
	}
}

@media only screen and (max-width:750px) {
	#mobile-navigation {
		display: inherit;
	}

	#navigation {
		display: none;
	}

	#subnavigation-container {
		min-height: 40px;
	}

	#subnavigation-buttons {
		font-size: 10px;
	}

	#subnavigation-settings {
		font-size: 10px;
	}
}

#mobile-navigation a {
	text-decoration: none;
	color: #333;
	padding-left: 5px;
}

#mobile-links {
	list-style: none;
	background: #ccc;
}

#navigation {
	width: 100%;
	background-color: #1777CB;
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
	height: 50px;
}


.navigation-section {
	position: relative;
	list-style: none;
	outline: none;
	margin: 0px;
	padding: 5px;
}

.navigation-button {
	font-family: "Gotham SSm A","Gotham SSm B","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-size: 16px;
	font-weight: 400;
	background-color: #064781;
	border-radius: 2px;
	display: inline-block;
	border: 1px solid transparent;
	padding: 5px 15px;
	margin-right: 15px;
	color: #fff;
	transition: background-color 300ms ease-out;
}

.current-page {
	background-color: #63A2DB;
}

.navigation-button:hover {
	background-color: #565656;
	border: 1px solid #333;
}

.navigation-button a {
	text-decoration: none;
	color: #fff;
}

#subnavigation-container {
	width: 100%;
	background: #fff;
}

#subnavigation-buttons {
	text-align: left;
	float: left;
	width: 70%;
}

#subnavigation-settings {
	text-align: right;
	float: right;
	width: 30%;
}

.subnavigation-button {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 5px;
	border: 1px solid #666;
	border-radius: 3px;
	background: #008884;
	margin-right: 10px;
}

	.subnavigation-button:hover {
		background: #22AAA6;
		color: #fff;
		text-decoration: none;
	}

.chartHolder {
	margin: auto;
	margin-top: 15px;
	background-color: #ddd;
	padding: 10px;
	border-radius: 5px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.checkboxList {
	font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
	font-size: 14px;
	margin-top: 15px;
	margin-left: 15px;
	padding: 5px;
	background-color: #ddd;
	border-radius: 5px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.mapContainer {
	width: 100%;
	margin-top: 5px;
	background-color: #ddd;
	border-radius: 5px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#goals-container {
	padding-top: 15px;
	padding-bottom: 10px;
	background: #ffffff url(/Content/images/CommandSolutions/communityBackground.jpg) bottom right no-repeat;
}

.goals-about {
	padding: 10px;
}

.goal-details {
	margin-top: 10px;
	background-color: #FEFAEF;
	border-radius: 5px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

#goals-container .goal-box {
	margin: 15px;
	width: 250px;
	min-height: 150px;
	text-align: center;
	border-radius: 5px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	float: left;
}

.top-goals {
	position: relative;
	width: 75%;
	margin: auto;
	display: flex;
	margin-bottom: 15px;
	margin-top: 15px;
}

.goal-box {
	width: 20%;
	float: left;
	vertical-align: middle;
	flex: 1;
	margin: 5px;
	border: 1px solid #cccccc;
	text-align: center;
	height: 200px;
	top: 50%;
	overflow: hidden;
}

	.goal-box .goal-top {
		font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
		font-size: 14px;
		width: 99%;
		margin-top: 10px;
		min-height: 50px;
	}

	.goal-box .goal-middle {
		font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
		font-size: 18px;
		position: relative;
		text-align: center;
		padding: 5px 0px;
		font-weight: bold;
		width: 100%;
	}

	.goal-box .goal-bottom {
		font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
		font-size: 14px;
		margin-top: 25px;
		position: relative;
		width: 99%;
		padding: 3px;
	}

.map-incident {
	font-size: 14px;
}

.map-address {
	font-weight: bold;
	color: #960000;
	font-size: 16px;
}

.mapping-label {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

#footer {
	height: 0px;
	position: fixed;
	bottom: 0%;
	width: 100%;
	background-color: #777;
	opacity: 1;
}

#pageblock-mappingtop {
	padding: 10px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#pageblock-chartstop {
	padding: 10px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.community-image {
	border: 1px solid #aaa;
}
