body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

img { display:block; }

a { outline: none; }

h1 {
	color: #003063;
	font-size: 14px;
	padding: 10px 0 10px 0;
}

h2 {
	font-size: 20px;
	margin: 0;
}

h4 {
	color: #333333;
	font-size: 12px;
	margin: 0;
}

p {
	font-size: 10px !important;
	/*text-align: justify;*/
	margin: 0;
	padding: 0 0 10px 0;
}

p a {
	font-size: 16px;
}

ul { margin: 0; padding: 0; }

.bold-p { font-weight: bold; margin: 0 0 5px 0; }

#flag-icon { margin: 0 5px 25px 0; }
#user-icon { margin: 0 5px 10px 0; }

.closure { color: #CC0000; }
.advisory { color: #DFB524; }
.info { color: #003399; }

#container {
	background-image: url(http://www.in.gov/beachesalert/images/header-blue-repeat.gif);
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
	width: 308px;
}

#header {
	height: 30px;
}

#content {
	padding: 0 4px 0 4px;
}

.blue-highlight {
	color: #006699;
	font-style: italic;
}

.red-highlight {
	color: #CC0000 !important;
}

#nav-menu {
	/*padding-bottom: 10px;*/
	width: 308px;
}

	#nav-menu ul { width: 320px; }
	
	#nav-menu ul li {
		float: left;
		list-style: none;
		text-align: center;
	}
	
	#nav-menu ul li a {
		display: block;
		height: 16px;
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
		padding: 8px 0 8px 0;
		vertical-align: middle;
	}
	
	#home {
		background-color: #c8dbb8;
		border-right: 1px solid #ffffff;
		display: block;
		width: 63px;
	}
	
		#home a {
			color: #333333;
		}
	
	#about {
		background-color: #c8dbb8;
		border-right: 1px solid #ffffff;
		width: 68px;
	}
	
		#about a {
			color: #333333;
		}
	
	#search {
		background-color: #c8dbb8;
		border-right: 1px solid #ffffff;
		width: 71px;
	}
	
		#search a {
			color: #333333;
		}
	
	#alerts-b {
		background-color: #f7d9d9;
		width: 106px;
	}
		
		#alerts-b a {
			color: #CC0000;
		}
	

#map-static {
	height: 210px;
	width: 300px;
}
	
#county-dropdown {
	text-align: center;
}

#bottom-menu {
	border-top: 1px solid #CCCCCC;
	margin: 15px 0 0 0;
	padding: 10px 0 0 0;
}
	
	.bottom-menu-item {
		background-image: url(http://www.in.gov/beachesalert/images/bottom-menu-btn.gif);
		background-repeat: no-repeat;
		font-weight: bold;
		height: 37px;
		padding: 0 0 5px 0;
	}
	
	.bottom-menu-item a {
		color: #003063;
		display: block;
		height: 26px;
		padding: 11px 0 0 11px;
		text-decoration: none;
	}
	
.closure-button {
	background-repeat: no-repeat;
	height: 37px;
	margin: 0 0 5px 0;
}
	
	.closure-button a {
		color: #333333;
		display: block;
		font-weight: bold;
		height: 26px;
		padding: 11px 0 0 11px;
		text-decoration: none;
	}

.closure-button-1 {
	background-image: url(http://www.in.gov/beachesalert/images/bottom-menu-btn.gif);
}

.closure-button-2 {
	background-image: url(http://www.in.gov/beachesalert/images/bottom-menu-btn-2.gif);
}

#warning {
    -webkit-border-radius: 10px;
	margin: 10px 0 10px 0;
	padding: 8px;
	text-align: center;
}

	.closure-bg {
		background-color: #f7d9d9;
	}

	.advisory-bg {
		background-color: #FFFFCC;
	}

	.open-bg {
		background-color: #D9F1D8;
	}
	
	.closure-warning {
		color: #CC0000;
		font-size: 24px;
		font-weight: bold;
	}
	
	.advisory-warning {
		color: #DFB524;
		font-size: 24px;
		font-weight: bold;
	}
	
	.open-warning {
		color: #009900;
		font-size: 24px;
		font-weight: bold;
	}
	
#addt-info {
	text-align: center;
}