/* Locations Page */

.hidden {
	display: none !important;
}

#loclist * {
	margin: 0;
	padding: 0;
}
#loclist {
	position: relative;
	width: 780px
}
#loclist h4 {
	clear: both;
	font-size: 1.3em;	
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #318bd4 url(../images/locations_blue_bg.png) repeat-x;
	padding: 0 10px;
	border: none;
}
#loclist dl,
#loclist ul {
	border: 1px #106ac7 solid;
	border-top: none;
	margin: 0 0 20px 0;
	padding: 10px;
	float: left;
	width: 758px;
}
#loclist ul {
	width: 740px;
}
#loclist ul li {
	float: left;
	width: 360px;
	list-style: none;
	margin: 0 10px 10px 0;
	padding: 0;
}
#loclist dd {
	display: block;
}

/* Level 1 */
#loclist dl dt {
	padding: 5px 10px 5px 25px;
	background: #fdddbf no-repeat 10px 50%;
	border: 1px #fdddbf solid;
	color: #b3601f;
	font-weight: bold;
	clear: both;
	margin-top: 10px;
	cursor: pointer;
	background-image: url(../images/locations_arrow.png);
}
#loclist dl dt.active {
	background-color: #fe882a;
	color: #fff;
	background-image: url(../images/locations_arrow_active.png);
}
#loclist dl dt:hover {
	border-color: #b3601f;
}
#loclist dl dt:first-child {
	margin-top: 0;
}
#loclist dl dd {
	padding-top: 10px;
}

/* Level 2 */

#loclist dl dl {
	border: none;
	padding: 0;
	margin: 0;
}
#loclist dl dl dt {
	font-size: 1.2em !important;
	margin: 0 0 10px 10px;
	padding-left: 25px;
	float: none;
	background-color: #d9e7ff;
	border: 1px #d9e7ff solid;
	color: #106ac7;
}
#loclist dl dl dt:hover {
	border-color: #106ac7;
}
#loclist dl dl dt.active {
	background-color: #63bfff;
}

/* Level 3 */

#loclist dl ul {
	border: none;
	padding: 0 0 0 25px;
}
#loclist ul li h5 {
	font-size: 1.1em;
	background-color: #eee;
	padding: .25em .5em;
	font-weight: normal;
}
#loclist ul li p {
	line-height: 1.2;
	margin-top: 0;
	padding: .5em;
	font-size: .8em;
	border: 1px #eee solid;
	border-top: none;
	font-family: monospace;
}


/* all radius */
#loclist dl dt {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/* top radius */
.about.locations h4,
.about.locations h5 {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
/* bottom radius */
#loclist dl,
#loclist ul,
#loclist ul li p {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/* End Locations */
