/* ####################################################
 *  MH xMambo Styles
 * ####################################################*/

body { 
	color: black;
	font-family: arial, sans-serif;
	font-size: 12px;
	background-color:#ddd;
}

p {
	padding: 0px 0px 0px 0px;
}

.title {
	padding: 40px 20px 0px 20px;
}


.contentheading h1, .contentheading, .componentheading h1, .componentheading {
	font-size: 15pt;
	font-weight: bold;
 	color: #000;
	text-align:left;
	margin: .2em 0 .5em 0;
	font-family: Arial, Helvetica, sans-serif;
}

.pathway {
	color: #036;
	font-size: 7pt;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 5px;
	text-decoration: none;
}

a.pathway {
	font-weight: bold;
	text-decoration: none;
}

a.pathway:hover {
	font-weight: bold;
	text-decoration: underline;
}
/* Links */
a:link {
	font-size: 9pt;
	color: #671110;
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}
a:visited {
	font-size: 9pt;
	color: #671110;
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}



/* site mgmt integration styles */

.lined table { border-collapse: collapse; }
.lined th { border: 1px solid #000000; background-color: #dddddd; font-size: 115%; }
.lined tr { background-color: #ffffff; }
.lined td { border: 1px solid #000000; padding: 5px; font-size: 100%;}
.errorText{color: #ff0000;}

/* Public page management */

.mh_public_0 { padding-left: 0px; }
.mh_public_1 { padding-left: 15px; }
.mh_public_2 { padding-left: 30px; }
.mh_public_3 { padding-left: 45px; }
.mh_public_4 { padding-left: 60px; }
.mh_public_5 { padding-left: 75px; }
.mh_public_6 { padding-left: 90px; }


/* simple nested menus */

.simp_menu {
	font-weight: bold;
	font-family: Arial, sans-serif;
	color:#536B87;
	padding-left: 10px;
	font-size: 11px;
	padding-left : 0px;
	text-indent: 0px; 
}

.simp_menu ul { 
	list-style:none; 
	margin-left: 0;
	padding-left: 0;
}

.simp_menu ul li { 
	line-height: 20px;
}
.simp_menu ul ul li { 
	padding-left: 10px;
}

.simp_menu a:link { 
	color: #000;
 	padding: 3px 5px 3px 5px; 
	
	
	
	}
.simp_menu a:active { 
	color: #aaa;
 	padding: 3px 5px 3px 5px; 
	
	
	}
.simp_menu a:visited {
	color: #aaa;
 	padding: 3px 5px 3px 5px; 
	
	
	}
.simp_menu a:hover { color: #671110;
 	padding: 3px 5px 3px 5px; }


/* multiple menus, first level */

.mult_menu_0 {
	font-weight: bold;
	font-family: Arial, sans-serif;
	color:#FFFFFF;
	padding: 3px 10px 10px 10px;
	font-size: 11px;
	color: #ffffff;
	padding-left: 10px;
	text-indent: 0px; 
}

.mult_menu_0 ul { 
	list-style:none; 
	margin-left: 0;
	padding-left: 0;
}

.mult_menu_0 ul li { 
	padding-bottom: 10px;
}

.mult_menu_0 a:link { color: #ffffff }
.mult_menu_0 a:active { color: #ffffff }
.mult_menu_0 a:visited {color: #ffffff }
.mult_menu_0 a:hover { color: #CCFFCC }


/* multiple menus, second level */

.mult_menu_1 {
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: black;
	padding: 3px 10px 10px 10px;
	font-size: 11px;
	color: #ffffff;
	padding-left : 20px;
	text-indent: 0px; 
}

.mult_menu_1 ul { 
	list-style:none; 
	margin-left: 0;
	padding-left: 0;
}

.mult_menu_1 ul li { 
	padding-bottom: 10px;
}

.mult_menu_1 a:link { color: #000; }
.mult_menu_1 a:active { color: #000; }
.mult_menu_1 a:visited {color: #000; }
.mult_menu_1 a:hover { color: #CFC }


/* nested flyout menu */

#container {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
	
	
}

#flyout, #flyout ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*Change this to make horizontal*/
	width: 100%;
	list-style: none;
	font-weight: bold;
	padding: 0px;
	border: solid #555555;
	border-width: 0px;
	z-index: 5;
	margin: 0;
	margin-left: 0px;
	background-color: #000;
	height: 20px;
	
	
	}

#flyout ul li a, #flyout li a:link,  #flyout li a:visited, #flyout li a:active {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	font-size: 12px;
	border-bottom: 0;
	background-color: #000;
	
}

#flyout li a:hover {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #7C7C7C;
	padding: 1px 5px 0px 5px;
	border-bottom: 0;
	
}



#step-father {
	background: url(../images/rightarrow.gif) center right no-repeat;
	border: 1px;
	
	
}

/*Controls Main Level Nav*/

#flyout li {
  font-weight: bold;
  float: left;
  position: relative;
  width: auto;
  line-height: 18px;
  padding: 0px 0px 0px 0px;
  margin-right: 0px;

  
}
/*#flyout ul li:hover {
	
	display: block;
	text-decoration: none;
	color: #963636;
	background: #eee;
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 0;

  
}*/



#flyout li ul {
  display: none;
  position: absolute; 
  top: 19px;
  left: 0;
 background-color: #7C7C7C;
 padding: 0px 0px 0px 0px;
  font-weight: normal;
  width: 170px;
  margin:0px;
  
  
	
}

#flyout li li {
	padding:0;
	width: 100%;
	left: inherit;
	color: #333;
	line-height: 19px;
	
	margin: 0px;
	display: block;
}

#flyout li li a, li li a:link,li li a:visited,li li a:active {
	display: block;
	text-decoration: none;
	color: #777;
	
	padding: 1px 5px 0px 5px;
}
	
#flyout li li a:hover {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #aaa;
	padding: 1px 5px 0px 5px;
}



/*Controls The Position of the 3rd level*/

#flyout li ul ul {
	margin-bottom:0;
	margin-top:-19px;
	margin-left: 169px;
	margin-right:0;
	width: 180px;
	line-height: 19px;
}

#flyout li:hover ul ul, #flyout li:hover ul ul ul, #flyout li.sfhover ul ul, #flyout li.sfhover ul ul ul {
	left: -999em;
	
	
}

#flyout li:hover ul,  #flyout li.sfhover ul {
	position: absolute;
	display: block;
	
	
}
#flyout li li:hover ul, #flyout li li li:hover ul, #flyout li li.sfhover ul, #flyout li li li.sfhover ul {
	position: absolute;
	left: 0px;
	background-color: #7C7C7C;
	
}

#flyout li:hover, #flyout li.sfhover {
	background-color: #7C7C7C;
	color: #000;
	
}

/* Footer elements */

.footer {
	clear: both;
	text-align: center;
	background: #fff;
	color: #aaa;
	font-size: 7pt;
	font-weight: normal;

}
.footer a:link {
	color: #aaa;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:visited {
	color: #aaa;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:hover {
	color: #aaa;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}

.module h3 {
	font-size: 9pt;
	padding-left: 1px;
	border-bottom: 1px dashed #FFF;
	color:#fff;
	width: 140px;
	background-color:#000;
}

.mosform_group_title {
	color: #036;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: none;

}

/* ####################################################
 *  Template Styles
 * ####################################################*/

.header {
	background-image: url(../images/logo.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #fff;
	float: left;
	border-right: 1px solid #eee;
	width: 360px;
	height: 85px;
	margin: 0 0 6px 0;
}
.callouts {
	height: 74px;
	width: 401px;
	margin-bottom: 6px;
	background-color: #FFFFFF;
	float:left;
	
}

.nav {
	background-color: #fff;
}
.mainsection {
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #eee;
	vertical-align: top;
	text-align: left;
	background-image:url(../images/body-bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.container {
	background-color: #fff;
}

.mosform_group_title {
	font-size: 100%;
	color: #666666;
	background-color: #fff;
	background-position: top left;
	line-height: 1.8em;
	font-weight: bold;
   	text-decoration: none;
	width: 50%;
	padding-top: 10px;
	}

.mosform_error {
 color: red;
}
/* Advanced Editor Functionality */
.pagetext {
visibility: hidden;
display: none;
position: relative;
top: 0;
}