body {
	font-size: 12px;
}
.content {
	color: #FFF;
}

.clear {
	clear: both;
}
#tabs {
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 20px;
	height: 27px;
}
#tabs ul li {
	float: left;
	margin-left: 3px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 22px;
	padding-bottom: 5px;
	padding-left: 22px;
	border: 1px solid #FFF;
	font-size: 14px;
}
#tabs ul .idle {
	background-color: #666;
	color: #000;
}
#tabs ul .idle:hover {
	background-color: #999;
	cursor: pointer;
}


#tabs ul .active {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-weight: bold;
}
.tab_title {
	padding: 3px;
	width: 667px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
}
#usa_map {
	height: 442px;
	width: 675px;
	margin-left: 0px;
}
#nav_head  {
	background-color: #f0f1d5;
	padding: 2px;
	color: #996600;
	font-size: 11px;
	font-weight: bold;
	width: 669px;
	border: 1px solid #999999;
}
#nav {
	background-color: #FAFCF5;
	width: 667px;
	margin-bottom: 10px;
	padding: 3px;
	font-size: 11px;
	border: 1px solid #999999;
}
.nav {
	font-size: 10px;
	font-weight: bold;
}
#nav_right {
	background-image: url(file:///D|/Web/+%20archive/premass/img/arrow_right.gif);
	width: 24px;
}
.legend {
	text-transform: uppercase;
	color: #990000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
.field {
	font-size: 11px;
	width: 120px;
	margin-right: 10px;
}
#theList {
	width: 675px;
	display: block;
	margin-top: 30px;
	color: #FFF;
}
#theList  #ListHead {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#theList #ListContent {
	background-color: #FAFCF5;
	border: 1px solid #999999;
	padding: 10px;
}
#list {
	height: 0px;
	width: 0px;
	margin-left: 0px;
	overflow: hidden;
	background-color: #FFFFFF;
}
#detail_layer  {
	position: absolute;
	height: 565px;
	width: 600px;
	display: none;
	margin-left: 40px;
	margin-top: -480px;
}
#detail_layer    #detail  {
	width: 100%;
	height: 100%;
}

#feedback_layer {
	height: 300px;
	width: 500px;
	position: absolute;
	border: 2px outset #333333;
	display: none;
	margin-left: 100px;
	margin-top: -400px;
}
#feedback_layer #feedback_frame {
	height: 100%;
	width: 100%;
}
#ff_error {
	text-align: center;
	margin-top: 100px;
	height: 550px;
}
#refresh {
	position: absolute;
	color: #dbd8b5;
	font-size: 12px;
	text-align: center;
	margin-left: 200px;
	margin-top: 5px;
	display: none;
}
.store {
	margin-bottom: 30px;
	float: left;
	width: 300px;
	margin-right: 15px;
	margin-left: 15px;
}
.store .name {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 5px;
}
