body {
	background: #DFDFDF;
	margin: 0px;
	padding: 0px;
}
#top {
	border-bottom: 1px #CCC solid;
}

#map {
	background: #FFF;
	border-bottom: 1px #CCC solid;
	padding: 10px;
}

#maps {
	width: 850px;
	background: #FFF;
}
#captions {
	padding: 30px 0px;
	font-size: 12px;
}

#usa {
	float: left;
	width: 395px;
	height: 211px;
	text-indent: -999999px;
	outline: none;
	background: url('usa.gif') no-repeat;
}
#usa:hover {
	background-position: 0px -211px;
}
#caption_usa {
	float: left;
	width: 395px;
	text-align: center;
}

#world {
	float: right;
	width: 434px;
	height: 211px;
	text-indent: -999999px;
	outline: none;
	background: url('world.gif') no-repeat;
}
#world:hover {
	background-position: 0px -211px;
}
#caption_world {
	float: right;
	width: 434px;
	text-align: center;
}

#logo {
	margin: 12px 0px;
}
#logo div, #logo h1, #logo img {
	display: inline;
	vertical-align: middle;
}

#logo h1 {
	display: inline;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#logo img {
	margin: 0px 10px;
}

.divisions, .divisions a {
	color: #747474;
	font-weight: bold;
}