/* Start of CMSMS style sheet 'Site Map' */
/********************
Site Map
*********************/
div#submenu{
  background: inherit;
}
#sitemap ul,#submenu ul{
  margin-left:0.5em;
  padding-left:0.5em;
}
/* third level has some padding to have it stand out 
#sitemap ul ul ul, #submenu ul ul ul {
   padding-bottom: 0.5em;
}
*/
#sitemap li, #submenu li {
   list-style: none;
   margin: 0;
}

#sitemap ul ul li, #submenu ul ul li {
   border: none;
}

/* first level links */
#sitemap a, #submenu a {
   font-size: 1em;
   text-decoration:none; /* no underline for links */
   padding: 0 0.5em 0 1.5em; /* some air for it */
   background: url(/images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}
#sitemap a {
   font-size: 1.3em;
   margin-top: 1.5em;
   margin-bottom: 1.5em;
}
#submenu a {
  display:block;
}

#sitemap a.parent, #submenu a.parent{
   background: url(/images/cms/arrow-down.gif) no-repeat 0.4em center; 
}



/* next level links, more padding and smaller font */
#sitemap ul ul a, #submenu ul ul a {
   font-size: 90%;
   padding: 0 0.5em 0 2.8em;
   background-position: 1.5em center;
}

#sitemap ul ul li a.parent, #submenu ul ul li a.parent{
   background: url(/images/cms/arrow-down.gif) no-repeat 1.4em center; 
}

/* third level links, more padding */
#sitemap ul ul ul a, #submenu ul ul ul a {
   padding: 0 0.5em 0 4.3em;
   background: url(/images/cms/arrow-right.gif) no-repeat 2.8em center; 
}

#sitemap ul ul ul li a.parent, #submenu ul ul ul li a.parent{
   background: url(/images/cms/arrow-down.gif) no-repeat 2.7em center; 
}

/* section header */
#sitemap li.sectionheader, #submenu li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   margin: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

/* separator */
#sitemap li.separator, #submenu li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

#sitemap li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Site Map' */

/* Start of CMSMS style sheet 'Forms' */
#search fieldset {
  background-color:#fff;
  text-align:right;
  border-style:none;
}
#search label {
float: none;
font-weight:bold;
width: 5em;
margin-right: 0;
}
form
{
	margin-top: 0;
	padding-bottom: 0;
}
fieldset
{
	float: left;
        clear:left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #BFBAB0;
	background-color: #F2EFE9;
	background-image: url(/images/fieldset_gradient.jpg);
	background-repeat: repeat-x;
}

legend
{
	margin-left: 1em;
	padding: 0;
	color: #000000;
	font-weight: bold;
}

fieldset ol
{
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
}

fieldset li
{
	float: left;
	width: 100%;
	padding-bottom: 0.25em;
}
fieldset li span.text
{
	position:absolute;
        margin-left: 1em;
}
fieldset li.last
{
	padding-bottom: 1em;
}

label
{
	position: relative;
	float: left;
	width: 12em;
	margin-right: 1em;
        text-align:right;
}

fieldset.submit
{
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}
fieldset fieldset
{
	margin-bottom: -2.5em;
	border-style: none;
	background-color: transparent;
	background-image: none;
}
fieldset fieldset legend
{
	margin-left: 0;
	font-weight: normal;
}
fieldset fieldset ol
{
	position: relative;
	top: -1.5em;
	margin: 0 0 0 11em;
	padding: 0;
}
fieldset fieldset label
{
	float: none;
	width: auto;
	margin-right: auto;
}
li.inline
{
	display:inline;
	width:auto;
}
/* End of 'Forms' */
