/*  BACKGROUND GRADIENTS */
/*  USAGE Example: @include background-gradient(red, black, vertical) */
/* BACKGROUND SIZE */
/* USAGE Example: @include background-size(100%, 100%); */
/* BOX SIZING */
/* usage example: @include box-sizing(border-box); */
/* POSITION */
/* USAGE EXAMPLE : @include position(absolute, 10px, null, 10px, 10px); */
/* OPACITY */
/* USAGE EXAMPLE : @include opacity(0.2); */
/* Arrows / Triangles */
/* Circle */
/* Not Text */
/* Auto */
/* generic transform */
/* rotate */
/* rotate */
/* scale */
/* translate */
/* skew */
/* transform origin */
/* IMAGES */
/*$img-path: '../images/' !default;



$font-body-base-small:ceil(($font-body-base * 0.75)) !default;*/
/* Font Size */
/*$line-height-base: 1.625em !default;*/
/* COLORS */
/*Common Link Color*/
/*$brand-color-hover : #027BAA;*/
#siteMapSection {
  display: block;
}
#siteMapSection #siteMapLink {
  padding: 20px 20px 20px 10px;
  list-style: none;
}
#siteMapSection #siteMapLink .pageTitle {
  display: block;
  margin-bottom: 20px;
}
#siteMapSection #siteMapLink p {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}
#siteMapSection #siteMapLink p.mainLink {
  background: url(../../../images/icon_subfolder.gif) left top no-repeat;
  padding-left: 25px;
}
#siteMapSection #siteMapLink p.mainLink a {
  text-decoration: none;
  display: block;
  color: #337ab7;
}
#siteMapSection #siteMapLink p.mainLink a:hover {
  text-decoration: underline;
}
#siteMapSection #siteMapLink p.smainLink {
  background: url(../../../images/icon_page.gif) left top no-repeat;
  display: block;
  padding-left: 25px;
  margin-left: 20px;
  margin-right: 20px;
}
#siteMapSection #siteMapLink p.smainLink a {
  text-decoration: none;
  color: #337ab7;
}
#siteMapSection #siteMapLink p.smainLink a:hover {
  text-decoration: underline;
}
