<!--
/* GLOBALS */
img {border: 0;}

/* DIVS */
#ajaxmap {
	width: 667px;
	margin: 15px 0px 0px 0px;
}

#themap {
	width: 300px;
	height: 620px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#swaptextbox {
	width: 350px;
	float: left;
	background: #ffffff;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	border: 0;
}

#swaptext {
	width: 330px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#475C82;
	font-style:italic;
	font-weight: bold;
	margin: 0px;
}

#traildisclaimer {
	width: 667px;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#BC5A20;
	font-style:normal;
	font-weight: bold;
	margin: 0px;
}


/* CLASSES */
.defaulttext {
	/* width: 330px; */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#475C82;
	font-style:italic;
	font-weight: bold;
	margin: 10px 0px 0px 20px;
}

.trail {
	width: 310px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#475C82;
	font-style:normal;
	font-weight: normal;
	margin: 16px 0px 16px 20px;
	border-collapse: collapse;
}

.countyname {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#475C82;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 10px 20px;
	text-decoration: underline;
}

.placestowalk {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#475C82;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 10px 20px;
	text-decoration: none;
}

.trailname {
	width: 300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#475C82;
	font-style: italic;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	background: #ffffff;
}

.traillocation {
	width: 300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#475C82;
	font-style:normal;
	font-weight: normal;
	margin: 0px 5px 0px 20px;
}
.traildistance {
	width: 300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#475C82;
	font-style:normal;
	font-weight: normal;
	margin: 0px 5px 0px 20px;
}

.traildescription {
	width: 300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#475C82;
	font-style:italic;
	font-weight: normal;
	margin: 0px 5px 0px 20px;
}

p.fixedwidth {
	width: 650px;
}

-->
