@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");
@import url("two_column_layout.css");

h3 {
	clear: both;
	margin: 15px 0px 10px 0px;
	padding: 3px 5px 3px 10px;
	font-size: 100%;
	font-weight: normal;
	background-color: #c0c0c0;
}

h3 a {
	color: #333;
	text-decoration: none;
}
h3 a:link {
	text-decoration: none;
}
h3 a:visited {
	text-decoration: none;
}
h3 a:active {
	text-decoration: none;
}
h3 a:hover {
	color: #333;
	text-decoration: none;
}

div.mapleft,
div.mapright {
	width: 242px;
}

div.mapleft {
	float: left;
}

div.mapright {
	float: right;
}

div.main_inner ul {
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

div.main_inner li {
	margin: 0px;
	padding: 0px 0px 5px 10px;
	list-style-type: none;
	background-image: url(../img/icon_redtriangle.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

ul.smapsub {
	margin: 5px 0px 0px 5px;
	padding-top: 5px;
}

ul.smapsub li {
	margin: 0px;
	padding: 0px 0px 2px 9px;
	list-style-type: none;
	background-image: url(../img/sit_sub_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul.smapsub li.under {
	margin: 0px;
	padding: 0px 0px 2px 9px;
	list-style-type: none;
	background-image: url(../img/sit_sub_iconunder.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

h4 img {
	margin:  0px 3px 2px 0px;
}