@charset "utf-8";
/* CSS Document */

/* Font Size Changer CSS */

.currentSize {
}

.bigSize {
}

.biggerSize {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0;
	margin: 0;
	border-bottom-color: #47857d;
}

/* Main Body CSS */

body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #f8f8f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: scroll;
}

/* Breadcrumbs CSS */

.breadcrumbs {
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
	margin-top: 6px;
	margin-left: 208px;
	padding-right: 6px;
	text-align: left;
	margin-bottom: -6px; 
	}
	
.breadcrumbs a:link {
	text-decoration: underline;
	color: #666666;
}
.breadcrumbs a:visited {
	text-decoration: underline;
	color: #666666;
}
.breadcrumbs a:hover {
	text-decoration: none;
	color: #666666;
}	

/* Container CSS */

.thrColFixHdr #container {
	width: 778px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ffffff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
	padding: 0px;
}

/* Header CSS */

.thrColFixHdr #header {
	background-color: #FFFFFF;
	padding: 0 0 0 0;
	text-align: left;
	margin: 0 0 0 0;
	background-image: url(/images/nemhc-header.jpg);
	/* background-image: url(/images/header_bg.jpg); */
	background-repeat: no-repeat;
	background-position: left top;
	width:778px;
	border-top-width: 0px;
	border-top-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

/* Persistant Navigation CSS */

.thrColFixHdr #persistantNav {
	background-color: #47857d;
	height: 24px;
	width: 778px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thrColFixHdr #persistantNavLeft {
	color: #ffffff;
	padding-left: 15px;
	padding-top: 4px;
	font-weight: bold;
	float: left;
}

.thrColFixHdr #persistantNavRight {
	color: #dee7d2;
	padding-right: 15px;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: right;
}

.thrColFixHdr #persistantNavSearch {
	color: #dee7d2;
	padding-right: 15px;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
}

.thrColFixHdr #persistantNavLeft a {
	color: #FFFFFF;
	text-decoration: none;
}

.thrColFixHdr #persistantNavLeft a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.thrColFixHdr #persistantNavRight a {
	color: #dee7d2;
	text-decoration: none;
}

.thrColFixHdr #persistantNavRight a:hover {
	color: #dee7d2;
	text-decoration: underline;
}

.seperatorNav {
	padding-right: 2px;
	padding-left: 2px;
}

/* Feature Image CSS */

.thrColFixHdr #feature {
	background-color: #ffffff;
	padding-top: 1px;
}

.thrColFixHdr #feature img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Left Column (Sidebar) Vertical Navigation Menu CSS */

.thrColFixHdr #sidebar1 {
	float: left;
	width: 202px;
	background: #ffffff;
	border: 0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.thrColFixHdr #menu {
	background: #f3f3eb;
	border: 0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.thrColFixHdr #menuBottom {
	background-image:  url(../images/menu_bottom.gif);
	height: 25px;
	border: 0;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-size: 11px;
}


.thrColFixHdr #menuBottomSmall {
	background-image:  url(../images/menu_bottom_sm.gif);
	height: 3px;
	border: 0;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-size: 11px;
}

#submenu {
	background-image: url(/images/bg_submenu.gif);
	background-color: #FFFFFF;
	padding-bottom: 4px;
	padding-top: 0px;
	padding-left: 0.4em;
	padding-right: 0.2em;
	display: block;
	height: 100%;
}

#submenu ul {
	margin-top: 0px;
	text-indent: 0em;
	}

#submenu li {
	margin-bottom: .4em;
	}
	
.menuManual {
	margin-left: 2px;
	padding-bottom:8px;
	background-image: url(/images/bg_submenu.gif);
}

.menuManual a:link {
	text-decoration: none;
	color: #333333;
}
.menuManual a:visited {
	color: #333333;
	text-decoration: none;
}
.menuManual a:hover {
	text-decoration: underline;
	color: #333333;
}

.menuManual a:active {	
	text-decoration: none;
	color: #333333;
	}
	
.menuManualLast {
	margin-left: 2px;
	padding-bottom:4px;
}

.menuManualLast a:link {
	text-decoration: none;
	color: #333333;
}
.menuManualLast a:visited {
	color: #333333;
	text-decoration: none;
}
.menuManualLast a:hover {
	text-decoration: underline;
	color: #333333;
}

.menuManualLast a:active {	
	text-decoration: none;
	color: #333333;
	}
		
.menuBullet ul li{
	padding-left: 1px;
	margin-top: .2em;
	margin-bottom: .4em;
	margin-left: -45px;
	}	
	
.menuItem {
	display: block;
	padding-left:14px;
}

.menuItem a{
	background-image: url(/images/bullet_sub.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
.menuItem2 {
	display: block;
	padding-left:18px;
}

.menuItem2 a{
	background-image: url(/images/bullet_sub.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

.menuLevel {
	padding-bottom:4px;
	background-image: url(/images/bg_submenu.gif);
}		
	
/* Main Content Box CSS */

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #8f638d;
	padding-bottom: 0px;
	padding-top: 8px;
	text-align: left;
	}
	
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	padding-bottom: 0px;
	margin-top: -8px;
	text-align: left;
	}		
	
.content {
	font-size: 1.1em;
}	

p {
	margin-top: 0px;
	margin-bottom: 12px;
}

.caption {
font-size: 0.8em;
font-style: italic;
}

/* Form CSS */

.required {
	color: #47857d;
	}

/* Footer CSS */

#footer {
	margin-top: 14px;
	background-color: #f8f8f0;
	background-position: bottom;
	Height:100%;
	width: 778px;
} 

 #footer p {
	margin: 0 0 0 0;
	padding: 15px 0;
	text-align: center;
}

/* Float CSS */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Break Tag CSS */
br {
	line-height: 6px;
}

/* Bullet Points CSS */
	
.bullet {
margin-left: 0;
padding-left: 0;
list-style: none;
margin-top:0em;
margin-bottom:0em;
	}
	
.bullet ul {
list-style-type: none;
		}
	
.bullet li {
background-image: url(/images/bullet.gif);
padding-left: 10px;
background-repeat: no-repeat;
background-position: 0 .5em;
margin-bottom: .6em;
	}	
	
.bullet ul li{
background-image: url(/images/bullet_sub.gif);
padding-left: 10px;
background-repeat: no-repeat;
background-position: 0 .5em;
margin-top: .2em;
margin-bottom: .4em;
margin-left: -35px;
	}				
	
.bullet a:link {
	text-decoration: none;
	color:  #333333
}
.bullet a:visited {
	text-decoration: none;
	color:  #333333
}
.bullet a:hover {
	text-decoration: underline;
	color:  #333333
}			

ul {
	list-style-type: circle;
	margin-top: 6px;
	margin-bottom: 0px;
}

li {
margin-bottom: .6em;
}

/* PDF Bullet Points CSS */
	
.icon-pdf {
margin-left: 0;
padding-left: 0;
list-style: none;

	}
	
.icon-pdf ul {
list-style-type: none;
		}
	
.icon-pdf li {
background-image: url(/images/icon-pdf.png);
padding-left: 20px;
background-repeat: no-repeat;
	}				
	
.icon-pdf a:link {
	text-decoration: none;
	color:  #333333
}
.icon-pdf a:visited {
	text-decoration: none;
	color:  #333333
}
.icon-pdf a:hover {
	text-decoration: underline;
	color:  #333333
}

/* WORD Bullet Points CSS */
	
.icon-word {
margin-left: 0;
padding-left: 0;
list-style: none;

	}
	
.icon-word ul {
list-style-type: none;
		}
	
.icon-word li {
background-image: url(/images/icon-word.png);
padding-left: 20px;
background-repeat: no-repeat;
	}				
	
.icon-word a:link {
	text-decoration: none;
	color:  #333333
}
.icon-word a:visited {
	text-decoration: none;
	color:  #333333
}
.icon-word a:hover {
	text-decoration: underline;
	color:  #333333
}

/* EXCEL Bullet Points CSS */
	
.icon-excel {
margin-left: 0;
padding-left: 0;
list-style: none;

	}
	
.icon-excel ul {
list-style-type: none;
		}
	
.icon-excel li {
background-image: url(/images/icon-excel.png);
padding-left: 20px;
background-repeat: no-repeat;
	}				
	
.icon-excel a:link {
	text-decoration: none;
	color:  #333333
}
.icon-excel a:visited {
	text-decoration: none;
	color:  #333333
}
.icon-excel a:hover {
	text-decoration: underline;
	color:  #333333
}

/* POWERPOINT Bullet Points CSS */
	
.icon-powerpoint {
margin-left: 0;
padding-left: 0;
list-style: none;

	}
	
.icon-powerpoint ul {
list-style-type: none;
		}
	
.icon-powerpoint li {
background-image: url(/images/icon-powerpoint.png);
padding-left: 20px;
background-repeat: no-repeat;
	}				
	
.icon-powerpoint a:link {
	text-decoration: none;
	color:  #333333
}
.icon-powerpoint a:visited {
	text-decoration: none;
	color:  #333333
}
.icon-powerpoint a:hover {
	text-decoration: underline;
	color:  #333333
}

/* WMV Bullet Points CSS */
	
.icon-wmv {
margin-left: 0;
padding-left: 0;
list-style: none;

	}
	
.icon-wmv ul {
list-style-type: none;
		}
	
.icon-wmv li {
background-image: url(/images/icon-wmv.png);
padding-left: 20px;
background-repeat: no-repeat;
	}				
	
.icon-wmv a:link {
	text-decoration: none;
	color:  #333333
}
.icon-wmv a:visited {
	text-decoration: none;
	color:  #333333
}
.icon-wmv a:hover {
	text-decoration: underline;
	color:  #333333
}

/* Video Bullet Points CSS */
	
.icon-video {
margin-left: 0;
padding-left: 0;
list-style: none;

	}
	
.icon-video ul {
list-style-type: none;
		}
	
.icon-video li {
background-image: url(/images/icon-wmv.png);
padding-left: 20px;
background-repeat: no-repeat;
	}				
	
.icon-video a:link {
	text-decoration: none;
	color:  #333333
}
.icon-video a:visited {
	text-decoration: none;
	color:  #333333
}
.icon-video a:hover {
	text-decoration: underline;
	color:  #333333
}

/* Space CSS */

.space {
	    height:6px;
		
}

.boxspace {
	    height:45px;
		
}

/* Table CSS */

#tableBorderBottom table td{
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #47857d;
}

/* Horizontal Line CSS */

div.hr {
  height: 1px;
  background: url(/images/seperator_events.gif) no-repeat scroll center;
  padding-top: 8px;
  padding-bottom: 8px;
}
div.hr hr {
  display: none;
}

/* Footer CSS */

#footer a:link {
	text-decoration: underline;
	color: #333333;
}
#footer a:visited {
	color: #333333;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	color: #333333;
}

#footer a:active {	
	text-decoration: underline;
	color: #333333;
	}
