@charset "utf-8";

/* This is a container for the site map content. It is common to use the container to constrain the width of the content.  */
#SurveyorSiteMap{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

/* Floating an element allows for multiple columns of site map entries */
#SurveyorSiteMap .ssmColumn{
	float: left;
	width: 250px;
	padding: 0 25px 0 0;
}

#SurveyorSiteMap .clearFloat {
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
  clear: both;
  display: block;
}

#SurveyorSiteMap h1{
	color: #F47820; /* Accent 10 */
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#SurveyorSiteMap ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%; /* IE7, IE6 needs this to get line height closer to FF2 */
}

#SurveyorSiteMap li{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}

#SurveyorSiteMap a{
	text-decoration: none;
	display: block;
	width: 100%; /* IE6 needs this to get closer to IE7 and FF2 */
	cursor:default;
}

#SurveyorSiteMap a:link:hover, #SurveyorSiteMap a:link:hover{
	text-decoration: underline;
	cursor:pointer;
}

#SurveyorSiteMap ul.level-1{
	color: #78A769; /* Text Medium */
	font-size: 14px;
	font-weight: bold;
	margin: 21px 0 0 0;
}

#SurveyorSiteMap ul.level-1 li{
	margin: 0 0 25px 0;
	padding: 0 0 5px 0;
}

#SurveyorSiteMap ul.level-1 a{
	color: #78A769; /* Text Medium */
	display: block;
	padding: 5px 0 5px 6px;
	background-color: #DDECC3; /* BG Light */
}

#SurveyorSiteMap ul.level-2{
	color: #017A20; /* Link */
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 0 6px;
}

#SurveyorSiteMap ul.level-2 li{
	margin: 8px 0 0 0;
	padding: 0 0 0 0;
}

#SurveyorSiteMap ul.level-2 a{
	color: #017A20; /* Link */
	padding: 0 0 0 0;
	background-color: transparent;
}

#SurveyorSiteMap ul.level-3{
	color: #666666; /* Global Gray */
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 0 0;
}

#SurveyorSiteMap ul.level-3 li{
	margin: 6px 0 0 6px;
	padding: 0 0 0 0;
}

#SurveyorSiteMap ul.level-3 a{
	color: #666666; /* Global Gray */
	padding: 0 0 0 0;
	background-color: transparent;
	text-decoration: underline;
}