@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.  */
#SurveyorSiteMap0{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6FF; /* Accent 12 */
}

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

#SurveyorSiteMap0 .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;
}

#SurveyorSiteMap0 h1{
	color: #FFFFFF; /* White */
	font-size: 16px;
	background-color: #F91B1B; /* Accent 2 */
	width: 85%;
	margin: 0 0 20px 0;
	padding: 10px 13px 10px 13px;
}

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

#SurveyorSiteMap0 li{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#SurveyorSiteMap0 a{
	text-decoration: none;
	display: block;
	width: 100%; /* IE6 needs this to get closer to IE7 and FF2, but with tis IE7 moves to be closer to IE6 */
	cursor:default;
}

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

#SurveyorSiteMap0 ul.level-1{
	color: #343446; /* Accent 5 */
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 16px;
}

#SurveyorSiteMap0 ul.level-1 li{
	margin: 0 0 27px 0;
}

#SurveyorSiteMap0 ul.level-1 a{
	color: #343446; /* Accent 5 */
}

#SurveyorSiteMap0 ul.level-2{
	color: #343446; /* Accent 5 */
	font-size: 12px;
	font-weight: bold;
	margin: 7px 0 0 12px;
}

#SurveyorSiteMap0 ul.level-2 li{
	margin: 0 0 10px 0;
}

#SurveyorSiteMap0 ul.level-2 a{
	color: #343446; /* Accent 5 */
}

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

#SurveyorSiteMap0 ul.level-3 li{
	margin: 3px 0 0 0;
}

#SurveyorSiteMap0 ul.level-3 a{
	color: #666666; /* Global Gray */
}
