/* Start of CMSMS style sheet 'NF' */
/* CSS Document */

.style14 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size:10px }

h1,h2,h3,h4,b,strong {color:#E53F43}

p,span,td{color:#666666}


p{font-size: 10pt;
       font-family:Verdana, Arial, Helvetica, sans-serif;}


body { color: #000000;
       background-color: #ffffff;
	   background-image:url(images/NurseFinder/bg.jpg);
	   background-repeat:repeat-x;
       font-size: 10pt;
       font-family:verdana,arial;
       margin: 10; }

td.nav     { color: #000000;
             background-color: #fff;
             font-size: 10pt;
             text-align: center;
             font-family: Tahoma }
td.header  { color: #000000;
             font-size: 10pt;
             font-family: Tahoma }
td.label   { color: #000000;
             background-color: #ccccff;
             font-size: 10pt;
             font-family: Tahoma }
td.body    { color: #000000;

             background-color: #ffffff;
             font-size: 10pt;
             font-family: Tahoma }

td.bodyalt { color: #000000;
             background-color: #e9e9e9;
             font-size: 10pt;
             font-family: Tahoma }
td.footer  { color: #000000;
             font-size: 10pt;
             font-family: Tahoma }
			 
a.headMenu:link     { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; font-size: 11px; text-decoration:none }
a.headMenu:visited  { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; font-size: 11px; text-decoration:none }
a.headMenu:active   { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; font-size: 11px; text-decoration:none }
a.headMenu:hover    { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; font-size: 11px; text-decoration:none }
a.footMenu:link     { font-family: Verdana, Arial, Helvetica, sans-serif; color: #E53F43; font-size: 11px; text-decoration:none }
a.footMenu:visited  { font-family: Verdana, Arial, Helvetica, sans-serif; color: #E53F43; font-size: 11px; text-decoration:none }
a.footMenu:active   { font-family: Verdana, Arial, Helvetica, sans-serif; color: #E53F43; font-size: 11px; text-decoration:none }
a.footMenu:hover    { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 11px; text-decoration:none } 
			 

a:link     { color: #002060;
             text-decoration: none;
             font-size: 10pt;
             font-family: Tahoma }
a:visited  { color: #333333;
             text-decoration: none;
             font-size: 10pt;
             font-family: Tahoma }
a:active   { color: #606060;
             text-decoration: none;
             font-size: 10pt;
             font-family: Tahoma }
a:hover    { color: #700000;
             text-decoration: none;
             font-size: 10pt;
             font-family: Tahoma }
.good     { color: #0033FF;
             font-weight: bold }
.bad      { color: #CC3300;
             font-weight: bold }
div.heading {
    background-color: #64879d; 
    color: #EDF2F5;
    padding: 9px; 
    text-align: left; 
    font-size: 16px; 
    font-weight: bold;  
    text-transform: uppercase; 
}
div.leftsidebar { 
    float: left; 
    width: 120px; 
    background-color: #EDF2F5;
    font-size: 12px; 
    padding: 7px; 
    border: 1px solid #64879d;
    color: #444444; 
}
div.thebody { 
    padding: 5px; 
    margin-left: 150px; 
    font-size: 10pt; 
    font-family: Tahoma; 
}
div.bottom {
    background-color: #EDF2F5; 
    border: 1px solid #64879d;
    padding: 3px; 
    text-align: center;
    font-size: 11; 
}
p.title { 
    font-size: 14pt; 
    font-weight: bold; 
    margin: 0; 
}
p.smalltitle { 
    font-size: 12pt; 
    font-weight: bold; 
    margin: 0; 
    padding: 4px; 
    background-color: #CCCCCC; 
    text-transform: uppercase; 
}
p.sectionname { 
    font-weight: bold; 
    margin: 0;
}
.leftsidebar p.sectionname {
    padding-left: 15px;
}
.icons {
    text-align: center;
}




/* End of 'NF' */

/* Start of CMSMS style sheet 'NFmenu' */

  /* CSS Document */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 75%; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%;
   list-style:none; 
   
  
}
#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; list-style:none; 
}
#primary-nav li { 
   margin-bottom: -1px; 
   position: relative; list-style:none; 
}


/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   
   display: block; 
   margin: 0px; 
   padding: 2px 2px; 
   color: #333333;
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
}
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #ececec; list-style:none; 
   min-height:1em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
   background-color: #E95D60; list-style:none; 
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
#primary-nav li.menuparent:hover, 
#primary-nav li.menuparenth { 
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; list-style:none; 
}


/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #C7C7C7; list-style:none; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; list-style:none; 
}
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; list-style:none; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; list-style:none; }
#primary-nav li a { _height: 1%; list-style:none; }


/* section header */
#primary-nav li.sectionheader {
    
    
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;list-style:none; 
}


/* separator */
#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #333333;
   background-color: #999999;
   width: 100%;
   border:0;
   margin:0;
   padding:0;  list-style:none;  
   
  
}
/* End of 'NFmenu' */

