@charset "utf-8";
/* CSS Document */
.mC {
	width:100%; 
	margin:10px; 
	float:left;
	text-align: left;} /* wrapper for the menu */
.mH {
	color:#dddddd; cursor:pointer;   
	font:bold 16px/24px "MS Trebuchet",  Helvetica, sans-serif;
	margin-left: 15px;
	margin-top: 0px;
} /* to style the menu headings */
.mIntroH {
	color:#CCCCCC; cursor:pointer;   
	font:bold 14px/24px "MS Trebuchet",  Helvetica, sans-serif;
	margin-left: 15px;
	margin-top: 0px;
} /* to style the menu headings */
.mCat1 {
	color:#FFFFFF; cursor:pointer;  /* light-blue */
	font:bold 20px/24px "MS Trebuchet", Helvetica, sans-serif;
	margin:0 0 5px 0;} /* to style the menu headings */
.ml {display:none; margin-bottom:10px;} /* the wrapper for each of the content menus  ---change to CAP to keep open */

.mIntroL {display:none; margin-bottom:10px;} /* the wrapper for each of the content menus */

.mmL {display: block; margin-bottom: 10px;}

.mS {display:none; margin-bottom:10px;} /* the wrapper for each of the content menus */
.mmS {display: block; margin-bottom: 10px;}
.mO{
	width: 615px;
	background-color: #576687; /* light blue-gray */
	/*border-bottom: #293b60 solid 1px; */
	border-left: #f2b334 solid 0px; /*gold yellow*/
	/*border-top:#293b60 solid 1px; */
	/*border-right:#293b60 solid 1px; */
	padding: 7px;
	margin-left:35px;
	margin-bottom: 25px; 
	font:normal 16px/20px "MS Trebuchet",  Helvetica, sans-serif;
	color:#cccccc;
	display:block;} /* defines the options within each menu */
	
.mIntroO{
	width: 625px;
	/*border-bottom: #293b60 solid 1px; */
	border-left: #666666 solid 0px; /*gold yellow*/
	/*border-top:#293b60 solid 1px; */
	/*border-right:#293b60 solid 1px; */
	padding: 0px;
	margin-left:16px;
	margin-bottom: 15px; 
	font:normal 16px/20px "MS Trebuchet",  Helvetica, sans-serif;
	color:#FFFFFF;
	display:block;} /* defines the options within each menu */
	
span.mO li{
	font:normal 16px/20px "MS Trebuchet", Helvetica, sans-serif;
	color:#0066CC;
	}
span.mO p{
	font:normal 16px/20px "MS Trebuchet", Helvetica, sans-serif;
	color:#0066CC;
	margin: 0;
	padding:0;
}
span.mO h4{
	font:bold 16px/20px "MS Trebuchet",  Helvetica, sans-serif;
	color: #FF6633;
	margin:0;
	padding:0;
}


#faqfooter{
	font:normal 1.25em/1.5em "Segoe UI", Tahoma, Helvetica, sans-serif;
	color:#000000;
	padding-left:15px;
}                    
#faqfooter .subhd{
	width: 100%;
	height: 7px;
	background-color: #77b762;
	font:bold 14px/15px "Segoe UI", Tahoma, Helvetica, sans-serif;
	text-align: left;
	margin-left: 0px;
	margin-bottom: 7px;
	margin-top: 7px;
	color: #FFFFFF;
	border-bottom: #add4a1 solid 5px;
}