body {
	background-color: #E7E7E7;
	margin: 5px;
	padding: 0px;
	color: #EEE;
	font-size: 10px;
}

td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	}


h4 {
	color: #555; font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}

h5 {
	color: #555; font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h6 {
	color: #555; font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; font-weight: bold;
}	
.contentheading h1, .contentheading, .componentheading h1, .componentheading {
	font-size: 12pt;
	font-weight: bold;
 	color: #283778;
	text-align:left;
	margin: 1.5em 0 0em 0;
}	
/* Links */
a:link, a:visited {
	font-size: 13px; 
	color: #23314B; 
	text-decoration: underline;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

a:hover {
	color: #830302;	text-decoration: none;
	}
/*Module Styles :::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

table.moduletable {

	margin: 0px;
	width: 100%;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 0px #000000;
	border-bottom: solid 0px #000000;
	}

table.moduletable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #283778;
	text-align: left;
	height: 12px;
	line-height: 12px;
	white-space: nowrap;
	width: 100%;
	margin: 0px;
	
	}
	
table.moduletable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	}
	
/*Forms ::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	border-style: solid;
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	}

.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid;
	}


.newsfeedheading {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #333333;
        text-align:left;
        }

.newsfeeddate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	font-weight: normal;
}

.createdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
	}

.modifydate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	text-decoration: none;
	font-weight: normal;
	}

ul {
	margin-left: 0px 0px 0px 0px;
	}

li {
	text-indent: 3px;
	margin-left: 5px;
	}

table.contact {
	background-color: #FFFFFF;
	}

table.contact td.icons {
	background-color: #C6CBCE;
	}

table.contact td.details {
	background-color: #EEEEEE;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


/* simple nested menus */

.simp_menu {
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color:#FFFFFF;
	padding: 0px;
	font-size: 11px;
	color: #ffffff;
	text-indent: 0px; 
	width: 170px;
}

.simp_menu ul { 
	list-style: none; 
	margin-left: 0px;
	padding-left: 5px;
	
}

.simp_menu ul li { 
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.simp_menu a:link { color: #112A5B}
.simp_menu a:active { color: #112A5B }
.simp_menu a:visited {color: #112A5B }
.simp_menu a:hover { color: #000 }


/* multiple menus, first level */

.mult_menu_0 {
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color:#FFFFFF;
	padding: 10px;
	font-size: 11px;
	color: #ffffff;
	padding-left: 5px;
	text-indent: 0px; 
	line-height: 5px;
}

.mult_menu_0 ul { 
	list-style:none; 
	margin-left: 0;
	padding-left: 0;
	display: block;
}

.mult_menu_0 ul li { 
	padding-bottom: 10px;
}

.mult_menu_0 a:link { color: #112A5B }
.mult_menu_0 a:active { color: #112A5B }
.mult_menu_0 a:visited {color: #112A5B }
.mult_menu_0 a:hover { color: #000 }


/* multiple menus, second level */

.mult_menu_1 {
	font-weight: bold;
	font-family: verdana, 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: #000 }


/* nested flyout menu */

#container {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	
	
}

#flyout, #flyout ul {
	/*Change this to make horizontal*/
	width: 100%;
	list-style: none;
	line-height: 13px;
	font-weight: bold;
	padding: 1px;
	border: solid #555555;
	border-width: 0px;
	z-index: 5;
	margin: 0;
	
	}

#flyout a {
	width: auto;
	w\idth: auto;
	color: #101B59;
	text-decoration: none;
	padding: 5px;
	font-weight: normal;
	
}


#flyout a.menu_selected {
	text-decoration: none;
	font-weight: normal;
	color: #000;
     border-bottom: none;
	}

#flyout a.menu_selected:link {
	color: #000;
   	text-decoration: none;
   	border-bottom: none;
	}

#flyout a.menu_selected:visited {
   	color: #000;
   	text-decoration: none;
   	border-bottom: none;
	}

#flyout a.menu_selected:hover {
   	color: #000;
   	border-bottom: none;
   	text-decoration: none;
	}

#step-father {
	background: url(../images/rightarrow.gif) center right no-repeat;
	border: 1px;
	
}

/*Controls Main Level Nav*/

#flyout li {
	
  float: left;
  position: relative;
  width: auto;
  margin: 0em;
  line-height: 15px;
}


#flyout li ul {
  display: none;
  position: absolute; 
  top: 15px;
  left: 0;
  background-color: #EEE; 
  width: 13em;
  padding: 3px;
  
	
}

#flyout li li {
	padding-left: 0;
	padding-right: 0;
	width: 13em;
	left: inherit;
	
}

#flyout li ul a {
	width: auto;
	}


/*Controls The Position of the 3rd level*/

#flyout li ul ul {
	margin-bottom:0;
	margin-top:-1.3em;
	margin-left:13em;
	margin-right:0;
	border-top:0px solid #555555;
	width: 13em;
}

#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;
	
}

#flyout li:hover, #flyout li.sfhover {
	background-color: #CCC;
	
	
	
	
	
}
/* GENERIC SELECTED MENU ITEM CLASS */


a.menu_selected {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	border-bottom: none;
	
}

a.menu_selected:link {
	color: #DEADA6;
   	text-decoration: none;
   	border-bottom: none;
	font-weight: bold;
}

a.menu_selected:visited {
	color: #722318;
   	text-decoration: none;
   	border-bottom: none;
	font-weight: bold;
}

a.menu_selected:hover {
	color: #333;
   	border-bottom: none;
   	text-decoration: none;
	font-weight: bold;
}



/* Footer elements */

.footer {
	clear: both;
	text-align: center;
	background: #101B59;
	color: #fff;
	font-size: 9px;
	font-weight: normal;

}
.footer a:link {
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:visited {
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:hover {
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}

.module h3 {
	font-size: 9pt;
	padding-left: 0px;
	border-bottom: 0px dashed #FFF;
	color:#283778;
}

.mosform_group_title {
	color: #036;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: none;

}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::TEMPLATE SPECIFIC STYLES::::::::::::::::::::::*/
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
.nav {
	background-color: #283778;
	height: auto;
	margin: 0px;
	padding: 1px;
	background-image:url(../images/navbg.gif);
	
}

.leftcol {
	background-color: #fff;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: -12px;
	vertical-align: top;
	text-align: left;
	
}
.rightcol {
	background-color: #fff;
	padding: 5px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
	
}
.logo {
	background-image: url(../images/logo.jpg);
}
.headwhite {
	background-image: url(../images/white.jpg);
}
.blue {
	background-color: #6B0101;
}
.border {
	border: 1px solid #000033;
}




/*CALL OUTS :::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.callouts {
	width: 635px;
	padding: 5px;
	text-align: center;
	margin-right: 0px;
    border-top: 1px solid #ddd;
	margin-top: 20px;
	
	
}
.member {
	width:190px;
	height: 70px;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	float: left;
	margin: 3px;
	margin-right:20px;
	margin-left:5px;
	background-color: #fff;
	font-size: 11px;
	padding: 3px;
	text-align: left;
	background-image: url(../images/reqback.jpg);
	background-position: left;
	background-repeat:no-repeat;
	color: #555;
	
	
}
.member a:link, .member a:active, .member a:visited, .member a:hover  {
	color: #283778;
}
.contact {
	width:190px;
	height: 70px;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	float: left;
	margin: 3px;
	margin-right:5px;
	margin-left:5px;
	background-color: #fff;
	font-size: 11px;
	padding: 3px;
	background-image: url(../images/phone.jpg);
	background-position: right bottom;
	
	background-repeat: no-repeat;
	text-align: left;
	color: #555;
	border-right: 1px solid #ddd;
}
.contact a:link, .contact a:active, .contact a:visited, .contact a:hover  {
	color: #283778;
}
.report {
	width:190px;
	height: 70px;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	float: left;
	margin: 3px;
	margin-right:5px;
	margin-left:5px;
	background-color: #fff;
	font-size: 11px;
	padding: 3px;
	background-image: url(../images/whatback.jpg);
	background-position: right bottom;
	
	background-repeat: no-repeat;
	text-align: left;
	color: #555;
	border-right: 1px solid #ddd;
}
.report a:link, .report a:active, .report a:visited, .report a:hover  {
	color: #283778;
}
.calltitle {
	font:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #6C0102;
	text-align: right;
}
.contactsect {
	width: 50%;
	float:left;
	color: #fff;
	font-size: 9px;
}
.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;}

/* COMPONENT: com_mh_public -- 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; }

.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;
}
.pagetext {
	visibility: hidden;
	display: none;
   } 
