* {
	padding: 0;
	margin: 0;
}

#main {
	margin: 0;
	padding: 0;
}

#menu {
	display: none;
}

ul#breadcrumb {
	display: none;
}

#content {
	margin: 0;
	padding: 0;
}

#thumbnails {
	display: none;
}

.text {
	margin: 0;
	padding: 0;
	clear: both;
}

#footer {
	margin: 15px 0 0 0;
	padding: 0;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	margin-bottom: 15pt;
}

ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	color: #000;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	color: #000;
	margin-bottom: 15pt;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000;
	margin-bottom: 15pt;
}


h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	margin-bottom: 15pt;
}

h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	margin-bottom: 15pt;
}

a {
	font-weight: bold;
	text-decoration: underline;
}

#map_main {
	width: 500px;
	height: 500px;
	float: left;
	clear: both;
	display: block;
}

#inside_map1 {
	width: 498px;
	height: 498px;
	margin: 0 0 6px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #FDC222;
	float: left;
	display: block;
	clear: both;
}

#inside_map2 {
	display: none;
}

.print {
	font-size: 9pt;
}

.no_print {
	display: none;
}

ul.tier_one li {
	list-style-type: square;
	list-style-position: inside;
}

ul.tier_two li {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 40px;
}

ul.normal_list li {
	padding: 0 0 1em 0;
	clear: both;
	width: 350px;
}

ul.bullet_list li {
	padding: 0 0 0.5em 0;
	list-style-type: square;
	list-style-position: inside;
}

ul.team_list li {
	padding: 0 0.5em 0;
	list-style-type: square;
	list-style-position: inside;
}

ul#mini_nav {
	display: none;
}