body, html {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #222;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
	height:100%;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #213E6A;
}
html>body #outer {height:auto}


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: #003172;
	text-align:left;
	margin: .4em 0 .2em 0;
}	
/* Links */
a:link, a:visited {
	font-size: 12px; 
	color: #670303; 
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

a:hover {
	color: #003172;	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;
	}
.mosform_group_title {
	color: #036;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: none;

}	
.mosform_error {
 color: red;
}
/*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;
	}



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: arial, sans-serif;
	color:#FFFFFF;
	font-size: 13px;
	color: #ffffff;
	padding-left : 0px;
	text-indent: 0px; 
	margin: 0 0px 0 0px;
	width: 14em;
}

.simp_menu ul { 
	list-style:none; 
	margin: 0px 0 0 0;
	padding-left: 0px;
	width: auto;
	line-height: 0;
}

.simp_menu ul li { 
	 
	margin: 0 0 0px 0px;
	line-height: normal;
	padding: 0;
	display: inline; /* this gets rid of the gaps */
}


.simp_menu a:link, .simp_menu a,.simp_menu a:visited,.simp_menu a:active { 
	display: block;
	background-color: #F3F3EB;
	width: inherit;
	padding: 3px 12px 3px 25px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	color: #730200;
	font-size: 12px;
	background-image:url(../images/arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0;
	vertical-align: bottom;
	}
	

.simp_menu a:hover { color: #333; background-color:#9AB5D3;margin: 0; display: block; width: inherit;}

.simp_menu li li { 
	padding: 0px;
	margin: 0;
}


.simp_menu li li a:link, .simp_menu li li a,.simp_menu li li a:visited,.simp_menu li li a:active { 
	display: block;
	color: #222;
	background-color: #D4D4BF;
	width: inherit;
	padding: 3px 3px 3px 35px;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	font-weight: normal;
	margin: 0;
		background-image: url(../images/bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.simp_menu li li a:hover { 
	background-color: #9AB5D3; color: #071947;
	background-image: url(../images/bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
	
}
.simp_menu li li li a:link, .simp_menu li li li a { 
	display: block;
	color: #23314B;
	background-color: #787D83;
	width: 11em;
	padding: 3px 3px 3px 25px;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	font-weight: normal;
	font-size:15px; 

}
.simp_menu li li li a:active { 
	
}
.simp_menu li li li a:visited { 

}
.simp_menu li li li a:hover { 
	background-color: #9BBCDD;
	color: #111;
	
}

/* multiple menus, first level */

.mult_menu_0 {
	font-weight: bold;
	font-family: Arial, sans-serif;
	color:#FFFFFF;
	padding: 0px 0 0 5px;
	font-size: 11px;
	color: #ffffff;
	
	text-indent: 0px;
	margin: 3px 0 0 0; 
	
	
}

.mult_menu_0 ul { 
	list-style:none; 
	margin-left: 0;
	padding-left: 0;
	display: block;
	margin: 3px 0 0 0;
}

.mult_menu_0 ul li { 
	padding-bottom: 0px;
	display: inline;
	margin: 0;
	
}

.mult_menu_0 a:link { color: #fff; padding: 1px 3px 1px 3px; font-weight: normal; margin: 0;}
.mult_menu_0 a:active { color: #fff; padding: 1px 3px 1px 3px; font-weight: normal; margin: 0;}
.mult_menu_0 a:visited {color: #fff; padding: 1px 3px 1px 3px; font-weight: normal; margin: 0;}
.mult_menu_0 a:hover { color: #fff; background-color: #2F5579; padding: 1px 3px 1px 3px; font-weight: normal; margin: 0;}


/* multiple menus, second level */

.mult_menu_1 {
	font-weight: normal;
	font-family: arial, sans-serif;
	color: black;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #ffffff;
	padding-left : 0px;
	text-indent: 0px; 
	
}

.mult_menu_1 ul { 
	list-style:none; 
	margin: 2px 0 0 0;
	padding-left: 0;
	display: inline;
	width: 100%;
}

.mult_menu_1 ul li { 
	padding-bottom: 0px;
	display: inline;
}

.mult_menu_1 a:link, .mult_menu_1 a,.mult_menu_1 a:active,.mult_menu_1 a:visited { 
	display: inline;
	background-color: #5E81A1;
	width: 11.8em;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	border: 1px solid #999;
	
	
	}

.mult_menu_1 a:hover { color: #666; background-color: #D3DFEB;font-weight: normal;}

.mult_menu_1 a.menu_selected {
	display: inline;
	background-color: #D3DFEB;
	width: 11.8em;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	border: 1px solid #999;
	font-weight: normal;
	color: #23314B;
	border: 1px solid #999;
	
	
}

.mult_menu_1 a.menu_selected:link {
	color: #fff;
   	text-decoration: none;
	font-weight: normal;
	background-color: #3F668D;
	padding: 2px 8px 2px 8px;
	
	
}

.mult_menu_1 a.menu_selected:visited {
	color: #333;
   	text-decoration: none;
	font-weight: normal;
	background-color: #D3DFEB;
	padding: 2px 8px 2px 8px;
	
}

.mult_menu_1 a.menu_selected:hover {
	color: #720005;
   	text-decoration: none;
	font-weight: normal;
	background-color: #DDE6EF;
	padding: 2px 8px 2px 8px;
	
  
}
	




/* nested flyout menu */

/* nested flyout menu */

#container {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
	height: 19px;
	
}

#flyout, #flyout ul {
	/*Change this to make horizontal*/
	width: 100%;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0px;
	border: solid #555555;
	border-width: 0px;
	z-index: 5;
	margin: 0;
	margin-left: 0px;
	
	
	}

#flyout a {
	width: auto;
	w\idth: auto;
	color: #fff;
	text-decoration: none;
	padding: 0px 0px 0px 0px ;
	font-weight: normal;
	
}

#flyout a:hover {
	width: auto;
	w\idth: auto;
	color: #333;
	text-decoration: none;
	padding: 0px 0px 0px 0px ;
	font-weight: normal;
	
}



#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-right: 0px;
  Padding-left: 8px;
  Padding-right: 8px;
  font-weight: bold;
  height: 100%;
  line-height: 19px;
  
}
#flyout ul li: hover {
	
  float: left;
  position: relative;
  width: 100%;
  margin-right: 0px;
  font-weight: bold;
  background-color: #ddd;
  Padding-left: 10px;
  Padding-right: 10px;
  height: 100%;
  
  border: 1px solid #aaa;
  line-height: 19px;
  height: 19px;
  
}



#flyout li ul {
  display: none;
  position: absolute; 
  top: 18px;
  left: 0;
  background-color: #eee; 
  border: 1px solid #ddd;
  padding: 0px 0px 0px 0px;
  font-weight: normal;
  width: 170px;
  margin-left:0px;
  
  
	
}

#flyout li li {
	padding-left: 2px;
	padding-right: 0;
	width: 100%;
	left: inherit;
	color: #fff;
	line-height: 19px;
	
	margin-right: 0px;
}

#flyout li ul a {
	color: #000;
	padding:0px;
	font-weight: normal;
	}
	
#flyout li li a:hover {
	width: 100%;
	w\idth: 100%;
	color: #333;
	text-decoration: none;
	padding: 0px 0px 0px 0px ;
	font-weight: normal;
	
}

/*Controls The Position of the 3rd level*/

#flyout li ul ul {
	margin-bottom:0;
	margin-top:-19px;
	margin-left: 178px;
	margin-right:0;
	width: 180px;
	border: 1px solid #ddd;
	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;
	width: 180px;
	
}

#flyout li:hover ul,  #flyout li.sfhover ul {
	position: absolute;
	display: block;
	width: 180px;
	
}
#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: #eee;
	
}

#flyout li:hover, #flyout li.sfhover {
	background-color: #ddd;
	color: #000;
	
}	
	
/* GENERIC SELECTED MENU ITEM CLASS */


a.menu_selected {

	
	
}

a.menu_selected:link {

}

a.menu_selected:visited {
	
}

a.menu_selected:hover {

}



/* Footer elements */

.footer {
	clear: both;
	text-align: center;

	color: #aaa;
	font-size: 9px;
	font-weight: normal;

}
.footer a:link {
	color: #aaa;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:visited {
	color: #aaa;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:hover {
	color: #aaa;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}
/*div .module {
	border-bottom: 1px solid #ccc;
	padding: 2px 2px 5px 3px;

}*/

.module h3 {
	font-size: 12pt;
	padding-left: 0px;
	
	color:#fff;
	
	margin: 0 0 0 0;
}

.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;
	text-align: right;
	vertical-align: bottom;
	height: 128px;
}
.nav {
	height: 19px;
	margin: 0 0 8px 0;
	padding: 1px 0 0 0;
	vertical-align: bottom;
	
}

.leftcol {
	background-color: #003172;
	padding: 0 0 50px 0;
	border-right: 1px solid #aaa;
	vertical-align: top;
	text-align: left;
	
}
.midcol {
	background-color: #fff;
	vertical-align: top;
	padding: 0 5px 20px 15px;

}
.rightcol {
	background-color: #fff;
	padding: 5px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
	border-left: 1px solid #ddd;
	
}
.logo {
	background-image: url(../images/logo.jpg);
}
.headwhite {
	background-image: url(../images/white.jpg);
}
.blue {
	background-color: #283778;
}
.border {
margin: 15px 0 0 0;
	border: 5px solid #ddd;
}





.pagetext {
	visibility: hidden;
	display: none;
   } 
  /* COMPONENT: com_mh_lh -- LAMPHost 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;}

/* 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; }

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 20pt;
}
.sIFR-hasFlash .componentheading {
	visibility: hidden;
	font-size: 20pt;
}


.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 0px;
	width: 150px;
	
}
.sIFR-hasFlash .module h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 24px;
	width: auto;
	padding: 0 0 0 5px;
	margin: 15px 0 15px 0;
}
.sIFR-hasFlash .moduletext{
	visibility: hidden;
	letter-spacing: -6px;
	padding-left: 20px;
	text-align: right;
	font-size: 28px;
}
.sIFR-hasFlash .calllink{
	visibility: hidden;
	letter-spacing: -6px;
	padding-left: 20px;
	margin: 0 15px 0 0;
	text-align: right;
	font-size: 35px;
}
.sIFR-hasFlash .moduletext a, .sIFR-hasFlash.moduletext a:link{
	visibility: hidden;
	letter-spacing: -6px;
	padding-left: 0px;
	margin: 0 0px 0 0;
	text-align: right;
	font-size: 35px;
}
.moduletext {
	font-size: 12px;
	line-height: 12px;
	color: #8CA9D1;
	margin: 5px;
	
	}
.moduletext a, .moduletext a:link{
	font-size: 35px;
	line-height: 12px;
	margin: 0 15px 0 0;
	
	}
