/* CSS Document */
#mandsWrapperTile {
	background-color: #380e7a;
	width:1000px;
}
#mandsWrapper {
	background: transparent url(../images/backgrounds/mandsBG.jpg) no-repeat 0 0;
}
div.breadcrumb { background-color:#73258c; }
div.breadcrumbTop {
    width:580px;
	background: transparent url(../images/mands/breadcrumbTop.gif) no-repeat;
}
div.breadcrumbBot {
    width:580px;
	background: transparent url(../images/mands/breadcrumbBot.gif) no-repeat;
}
/*------------ TRANSPARENT CONTENT BACKGROUND -----------*/
#contentMidMands {
	padding:0 10px 2px 10px;
	width:580px;
	background: transparent url(../images/backgrounds/contentBgTile.png);
	min-height:538px;
  	height:auto !important;
  	height:538px;
}
#contentHeadMands {
	width:600px;
	height:8px;
	background: transparent url(../images/mands/contentHeader.png) no-repeat;
	font-size:0%;
}
#contentFootMands {
	width:600px;
	height:10px;
	padding-bottom:30px;
	background: transparent url(../images/mands/contentFooter.png) no-repeat;
	clear: both;
	font-size:0%;
}
#contentMidMands, #contentHeadMands, #contentFootMands {
    margin-left:12px;
}
#mandsContentInner.minHeightContent {
   	min-height:564px;
  	height:auto !important;
  	height:564px;
}

#contentMidMands ul { font-size:1em; margin:0;}
#contentMidMands h1 { display:block; font-size:0.9em; margin-bottom:1.4em; }
#contentMidMands h2, h3 { margin:0 0 0.45em 0; }
#contentMidMands ol, ul { margin:0 0 1em 0.75em; list-style:inside; }
#contentMidMands li { font-size:0.75em; margin:0 0 1em 0; }
#contentMidMands a { color:#4f3926; text-decoration:underline; }