@charset "UTF-8";
#map {
	height: 232px;
	width: 568px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#siteWrap {
	border-bottom: dotted 1px #005895;
}
.siteWrap {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	border-top: dotted 1px #005895;
}
.siteWrap .siteImage {
	width: 90px;
	float: left;
	padding-left: 10px;
}
.siteWrap a {
	position: absolute;
	margin-left: 110px;
	top: 15px;
}
.siteWrap p {
	position: absolute;
	top: 40px;
	left: 110px;
	width: 455px;
}
#breakdown h3 {
	margin-top: 20px;
}
#breakdown table {
	margin-top: 10px;
	width: 100%;
	color: #333333;
}
#breakdown th ,#breakdown td {
	padding: 5px;
}
#breakdown th {
	text-align: left;
	vertical-align: top;
	border-right: solid 1px #FFFFFF;
}
#breakdown .odd {
	background-color: #EBF6FD;
}
#breakdown .even {
	background-color: #EFEFEF;
}
