/* CSS Document */

/* Main text adjustments */
h1 {
	font-size: 16px;
	margin: 10px 0;
	color: #600;
}

h2 {
	font-size: 14px;
	margin: 6px 0;
	color: #600;
}

p {
	margin: 10px 0 10px 0;
}

a, a:link, a:visited{
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #F60;
}

.hilightP {
	font-style: italic;
	margin: 2px 0;
}

.listSplit {
	color: #006;
	font-size: 15px;
	font-weight: bold;
	border-top: 1px dashed #600;
	margin-top: 15px;
	padding-top: 15px;
}

.listEnd {
	color: #600;
	text-align: right;
	font-weight: bold;
	border-top: 1px dashed #600;
	margin-top: 15px;
	padding-top: 5px;
}

#listings {
	font-size: 12px;
}

#listings img {
	float: left;
	border: 1px solid #CCC;
	padding: 4px;
	margin: 0 10px 5px 0;
}

#main-content ul {
	list-style: square;
	margin-left: 30px;
}


#site-map p {
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 30px;
}

	#site-map .site-map-sub {
		margin: 0 0 0 60px;
		height: 20px;
		overflow: visible;
		padding: 0;
		font-size: 12px;
		font-weight: normal;
	}

	#site-map a, #site-map a:link {
		color: #900;
		text-decoration: none;
	}

	#site-map a:visited {
		color: #666;
	}
	#site-map a:hover {
		color: #F60;
	}
	
.hint-text {
	color: #006;
	font-size: 10px;
}

#foot p {
	margin: 5px 0;
}