.subNavOff {
 font-weight: verdana;
 font-family: tahoma, verdana, arial;
 font-size: 10px;
 color: #ffffff;
 margin: 1px;
 text-decoration: none;
}

.subNavOn {
 font-family: tahoma, verdana, arial;
 font-size: 10px;
 font-weight: bold;
 color: #efefef;
 margin: 1px;
 text-decoration: none;
}
 
.grayBodyFont {
   font: 10px arial,verdana,helvetica;
   color: #404040;
}

.searchText {
  font-size: 10px;
  font-family: verdana,arial,tahoma;
  font-weight: bold;
}
.primaryNav TD {
  font-size: 14px;
  font-family: verdana,arial,tahoma;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.primaryNav TD A:link {
  color: #ffffff;
  text-decoration: none;
}
.primaryNav TD A:visited {
  color: #ffffff;
  text-decoration: none;
}
.primaryNav TD A:hover {
  color: #ffffff;
  text-decoration: none;  
}


/*.box{
   clear: both; 
   width: 80%; 
   background: #fff url(images/75pxWide.png) no-repeat; 
   color: #000; 
   padding: 1em; 
   border: 2px solid #EFCE8C;
}
*/

body {
	padding: 10px ;
	font-size: small ;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3 { 
  font-size: 1.1em;
}
h4, h5, h6 {
  font-size: 1em ;
}
pre 
{
	border: 1pt solid #AEBDCC;
	background-color: #F3F5F7;
	padding: 5pt;
	font-family: courier, monospace;
	white-space: pre;
	/* begin css 3 or browser specific rules - do not remove!
	see: http://forums.techguy.org/archive/index.php/t-249849.html */
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    /* end css 3 or browser specific rules */
}

.bullet {
list-style-type: disc;
}

.newsletterheader {
  font-weight: bold;
  font-size: 1.5em;
  color: #808080;
}

.newsletterheader ul {
  list-style-image: url("/media/images/arrow.gif");
  margin-left: 5px;
  border-bottom: 1px solid #808080;
}


.sidebaritem {
  background: #dddddd ;
  border: 1px solid #666 ;
  margin-bottom: 10px ;
  padding: 2px ;
}
.sidebaritem h3 {
  text-align: left;
  font-size: 100%;
  padding-left: 10px;
  margin: 2px ;
  font-weight:bold;
}
.sidebaritem li {
  margin-bottom: 5px ;
}
.sidebaritem ul {
  list-style-image: url("/media/images/bluebullet.gif");
  margin: 0px ;
}

.calltoactionitem {
  border-left: 1px solid #c0c0c0 ;
}
.calltoactionitem li {
  margin-bottom: 5px ;
}
.calltoactionitem ul {
  list-style-image: url("/images/nh_red_arrow.gif");
  margin: 0px ;
}

.sectionHeadText {
  font: 25px verdana,arial,tahoma;
  color: #AAAAAA;
}

ul {
   padding: 20px;
}
.ctaNav TD {
  font-size: 12px;
  font-family: arial,verdana,tahoma;
  border-bottom: 1px solid #ffffff
  font-weight: bold;
  color: #000000;
}

.ctaNav TD A:link {
	text-decoration: none;
  color: #000000;
}
.ctaNav TD A:visited {
	text-decoration: none;
  color: #000000;
}
.ctaNav TD A:hover {
	text-decoration: none;
  color: #000000;
}

.subNavigation {
        font-size: 12px;
        font-family: arial,verdana,tahoma;
 	color: #000000;
}
.subNavigation A:link {
	text-decoration: none;
  	color: #000000;
}
.subNavigation A:visited {
	text-decoration: none;
 	color: #000000;
}
.subNavigation A:hover {
	text-decoration: none;
	font-weight: bold;
  	color: #000000;
}

.subNavigation TD {
        font-size: 12px;
        font-family: arial,verdana,tahoma;
  	color: #000000;
 	border: 0px;
}
.subNavigation TD A:link {
	text-decoration: none;
  	color: #000000;
}
.subNavigation TD A:visited {
	text-decoration: none;
 	 color: #000000;
}
.subNavigation TD A:hover {
	text-decoration: none;
	font-weight: bold;
  	color: #000000;
}


.greenBlockFrame {
  background: #82c34f;
  color: #ffffff;  
}
.greenBlockFrame A:link {
  color: #ffffff;
  text-decoration: none;
}
.greenBlockFrame A:hover {
  color: #ffffff;
  text-decoration: none;
}
.greenBlockFrame A:visited {
  color: #ffffff;
  text-decoration: none;
}

.priMouseOverOff {
  background: #6e8ec1;
}
.priMouseOverOn {
  background: #5a739c;
}

.priLastMouseOverOff {
  background: #82c34f;
}
.priLastMouseOverOn {
  background: #5ca324;
}

.ctaMouseOverOff {
  background: #faa933;
}
.ctaMouseOverOn {
  background: #DD9020;
}


.navLinks {
 font-weight: verdana;
 font-family: arial;
 font-size: 10px;
 color: #ffffff;
 margin: 4px;
 text-decoration: none;
}

.navLinksOn {
 font-family: verdana;
 font-size: 10px;
 font-weight: bold;
 color: #efefef;
 margin: 4px;
 text-decoration: none;
}


.footer {
 font-family: arial;
 font-size: 10px;
 color: #ffffff;
}
TD {
 font-family: verdana,arial;
 font-size: 10px;
 color: #000000; 
}

/* link colors */

a:link {
	color: #004386;
        text-decoration: none;
}
a:visited {
         color: #808080;
        text-decoration: none;
}
a:hover {
	color: #004386;
        text-decoration: underline;
}

body {
	font: 10px verdana,arial, Helvetica, sans-serif;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	
}
img {
	text-decoration: none;
	border: 0px;


}

img.left
{
float: left;
border: 0px 10px 10px 0px;
}

img.right
{
float: right
}
tr {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        color:#999999;
        text-decoration:none;
}
.tag {
	font-weight: bold;
	color: #000000;
}
.sidemenu {
	color: #6B6B73;
	line-height: 12px;
	margin-left: 10px;
	text-decoration: none;

}
.readmore {
	color #09497b;
	font-size: 9px;
	text-decoration: none;
}
.sidemenuactive {
	color: #5C6998;
	font-weight: bold;
	text-decoration: none;
}
.menuheader {
	font-weight: bold;
	text-decoration: underline;
}
.menuitem {
	text-decoration: none;

	color: #666666;

}
.sectionheader {
	font-weight: bold;
	color: #000000;
	font-size: 1.2em;

}
.body {
        padding: 5px;
	margin-left: 10px;
}
.altheader {
	color: #FFFFFF;
	background: #999999;
	font-size: 1.1em;
	padding: 2px;
	font-weight: bold;


}
.advantages {
	color: #000000;
	background: #d7d3d3;
	padding: 2px;
        font-size: 1.1em;
	font-weight: bold;

}
.comingsoon {

	font-weight: bold;
	color: #990000;
}
.articleid {
	font-size: .9em;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}
.articletext { 
	border-left: 1px solid #990000;
	padding-left: 5px;
}
.articletitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;
	padding: 2px;
	border-bottom: 2px solid #990000;
	text-align: center;
	border-top: 2px solid #990000;
}

.subheader {
	font-weight: bold ;
	padding-top: 1.4em; 
}
.ctr {
	text-align: center ;
}
.bold {
	font-weight: bold ;
}
.newsitem {
	margin-left: 20px ;
}

table.border {
  border: 2px solid black ;
  border-collapse: separate ;
}

td.hdr {
  padding: 5px ;
  padding-right: 10px ;
  background: #669 ;
  color: white ;
  border-right: 1px solid black ;
  border-bottom: 2px solid black ;
}

td.shade {
  padding: 5px ;
  padding-right: 10px ;
  background: #ccc ;
  color: black ;
  border-right: 1px solid black ;
  border-bottom: 1px solid black ;
}

td.noshade {
  padding: 5px ;
  padding-right: 10px ;
  background: #eee ;
  color: black ;
  border-right: 1px solid black ;
  border-bottom: 1px solid black ;
}

.partner {
  padding: 5px ;
  border-bottom: 1px solid #ccc ;
}

.partner img {
  padding-top: 3px ;
  padding-right: 5px ;
  float: right ;
}

.clear {
  clear: both ;
}


/*
*
*
* CSS for Content Manager
*
*/

.cmsFunctions {
 font-size: 10px;
 font-family: tahoma;
}

.cmsLevelHome {
  color: black;
  font-weight: bold;
  padding: 2px;
}
.cmsLevelOne {
  color: blue;
  font-weight: bold;
  padding: 2px;
}
.cmsLevelTwo {
  color: brown;
  font-weight: bold;
  padding: 2px;
}
.cmsLevelThree {
  color: purple;
  font-weight: bold;
  padding: 2px;
}
.cmsLevelFour {
  color: fuscia;
  font-weight: bold;
  padding: 2px;
}
.cmsLevelFive {
  color: teal;
  font-weight: bold;
  padding: 2px;
}
.cmsLevelOrphan {
  color: #777777;
  padding: 2px;
}
