/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	zoom:1;
}

:focus {
	outline: 0;
}

body {
	color: #000;
	background: #fff;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Global Layout */


body.LTR
{
font-size: .75em;
margin: 0px;
text-align: center;
background: #E9E5DE;
color: #202020;
font-family: Arial, Helvetica, sans-serif;
}

.LTR table{border:0px}

#wrap{
	position: relative;
	margin: auto;
	width: 780px;
	margin-top: 55px;
	background: #fff;
	-moz-box-shadow: 0 0 8px #848C84;
	-webkit-box-shadow: 0 0 8px #848C84;
	box-shadow: 0 0 8px #848C84;
}

	#head{
		position: relative;
		height: 146px;
		background: url(/App_Themes/MHNH/img/head.gif) top left no-repeat;
	}
	
		#logo{
			position: absolute;
			top: 45px;
			left: 14px;
			height: 53px;
			width: 237px;
			text-indent: -9999em;
		}
	
	
	#page{
		position: relative;
		overflow: hidden;
		text-align: left;
		padding: 16px 28px 14px 14px;	
	}
	
		#sidebar{
			float: left;
			width: 150px;	
		}
		
			#logo1{
				display: block;	
				height: 49px;
				margin-bottom: 8px;
				text-indent: -9999em;
				background: url(/App_Themes/MHNH/img/logo1.gif) top left;	
			}
			
			#logo2{
				display: block;	
				height: 49px;
				margin-bottom: 8px;
				text-indent: -9999em;
				background: url(/App_Themes/MHNH/img/logo2.gif) top left;	
			}
			
			#menuElem li{
				position: relative;
				padding-bottom: 6px;	
			}
			
			#menuElem li a{
				position: relative;
				font-size: 15px;
				font-weight: bold;
				display: block;
				color: #fff;
				padding: 9px 0 9px 8px;
				background: #00529B;
				text-decoration: none;	
			}
			
			#menuElem li a:hover, #menuElem li.active a{
				background:  #FEC913;
				color: #00529B;
			}
		
		
		
		#content{
			float: right;
			width: 558px;	
		}
		
		
			.entry-head{
				position: relative;
				overflow: hidden;
			}
			
				.page-image{
					float: left;
				}
				

				
			.entry{
				position: relative;
				font-size: 14px;	
				padding: 18px 0 18px 0;
			}
			
				.entry h1{
					font-weight: bold;
					padding-bottom: 1em;	
				}
				
				.entry p, .entry ul, .entry ol{
					line-height: 1.5em;
					padding-bottom: 1em;	
				}
				
				.entry ul li{
					list-style: inside disc;
				}
				
				.entry ol li{
					list-style: inside decimal;
				}
				
				.entry a{
					text-transform: uppercase;
					color: #00529B;
				}
		
		
				.principal{
					float: right;
					width: 130px;
					font-size: 15px;
				}

				
				.principal a{
					position: relative;
					font-size: 15px;
					font-weight: bold;
					display: block;
					color: #fff;
					padding: 9px 0 9px 8px;
					background: #00529B;
					text-decoration: none;	
					margin-bottom: 5px;
					margin-top:5px;
					text-transform:none;
				}
			
				.principal a:hover{
					background:  #FEC913;
					color: #00529B;
				}
				
				.principal h2{
					font-weight: bold;
					padding: 3px 0
				}
				
				.principal h3{
					padding: 0;
				}
				.principal p{
					padding: 0;margin:0;
					line-height:1.25em
				}
				
	
	#footer{
		position: relative;
		height: 60px;
		border-top: 5px solid #000;	
		text-align: left;
	}
	
		#footer p{
			position: relative;
			display: block;
			padding: 16px 0 0 180px;
			height: 44px;
			margin-left: 10px;
			background: url(/App_Themes/MHNH/img/foot-logo.gif) top left no-repeat;	
		}
		
		#footer p strong{
			font-weight: bold;
			font-size: 14px;
			display: block;
			text-align: left;
		}
		
		#footer a{
			color: #00529B;
		}