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: #949494;
}
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: 15pt;
	font-weight: bold;
 	color: #923331;
	text-align:left;
	margin: .2em 0 .7em 0;
	font-family: "Trebuchet MS", Arial, "Comic Sans MS";
}	
/* Links */
a:link, a:visited {
	font-size: 12px; 
	color: #923331; 
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

a:hover {
	color: #999;	text-decoration: none;
	}
/*Module Styles :::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

table.moduletable {

	margin: 0px 0 0 0;
	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: #325132;
	font-size: 9pt;
	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: verdana, arial, sans-serif;
	color:#FFFFFF;
	padding: 0 2px 0 2px;
	font-size: 11px;
	color: #ffffff;
	text-indent: 0px; 
	width: 130px;
	overflow: hidden;
	
	
}

.simp_menu ul { 
	list-style: none; 
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	width: 130px;
	
	
}

.simp_menu ul li { 
	padding: 0;
	margin: 0;
}

.simp_menu a:link, .simp_menu a:active, .simp_menu a:visited  { 
	color: #923331; 
	border-bottom: 1px solid #eee; 
	width: 10.5em; 
	display: block; 
	padding: 2px 0 2px 5px;
}

.simp_menu a:hover { 
	color: #000; 
	
}

.simp_menu ul li li { 
	padding: 0;
	margin: 0;
	border: 0;
	text-indent: 10px;
}

.simp_menu li li a:link, .simp_menu li li a:active, .simp_menu li li a:visited  { 
	color: #923331; 
	border-bottom: 1px solid #eee; 
	width: 10.5em; 
	display: block; 
	padding: 2px 0 2px 0px;
	background-color: #eee;
}

.simp_menu li li a:hover { 
	color: #000; 
	
}

	
/* GENERIC SELECTED MENU ITEM CLASS */


a.menu_selected {
	text-decoration: none;
	font-weight: normal;
	color: #000;
	
	
}

a.menu_selected:link {
	color: #958B70;
   	text-decoration: none;
  
	font-weight: bold;
}

a.menu_selected:visited {
	text-decoration: none;
  color: #958B70;
	font-weight: bold;
}

a.menu_selected:hover {
	color: #555;
   	
   	text-decoration: none;
	font-weight: bold;
}



/* Footer elements */

.footer {
	clear: both;
	text-align: center;
	background-color:#fff;
	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;
}

.module h3 {
	font-size: 9pt;
	padding-left: 0px;
	border-bottom: 0px dashed #333;
	color:#fff;
	background-color: #923331;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::TEMPLATE SPECIFIC STYLES::::::::::::::::::::::*/
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: bottom;
}


.leftcol {
	background-color: #fff;
	padding: 10px 30px 10px 30px;
	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: #283778;
}
.border {
	
	margin: 10px 0 0 0;
}
.maintop {
	background-image: url(../images/maintop.jpg);
	width: 755px;
	height: 22px;
}
.mainbody {
	background-image:url(../images/mainbg.jpg);
	background-repeat: repeat-y;
}
.mainbottom {
	background-image: url(../images/mainbottom.jpg);
	width: 755px;
	height: 19px;
}


.contactsect {
	width: 50%;
	float:left;
	color: #fff;
}
.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; }
