/* Start of CMSMS style sheet 'ASAP Navigation: Simple - Horizontal V1' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */

}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   background-color: #000000;  /* background color for the entire menu row */
width:100%;
   margin: 0;
text-transform:uppercase;
white-space:nowrap;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   border-bottom: 0px solid #ffffff;
   border-left:  0px solid #ffffff;
   height:38px;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border-right: 0px solid #ffffff;
*   width:0;
   height:38px;
   padding-left:20px;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: 1em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #ffffff;
   background: url(images/cms/arrow-right.gif) no-repeat 0.2em 13px; ;
   display: block; /* IE has problems with this, fixed above */

}


/* hover state for links */
div#menu_horiz li a:hover {
   color: #f3efd0;
   text-decoration: underline;
}
div#menu_horiz a.activeparent:hover {
   font-weight:bold;
color: #f3efd0;
   text-decoration: underline;

}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   font-weight:bold;
color: #f3efd0;
   font-family:verdana;}

div#menu_horiz h3 {
   padding: 1em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #f3efd0;
   background: url(images/cms/arrow-right.gif) no-repeat 0.2em 13px; ;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   font-weight:bold;
   font-family:verdana;
}

/* End of 'ASAP Navigation: Simple - Horizontal V1' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'ASAP image menu setup V2' */
/* set the size of the unordered list <ul> and add the background image */ /*these are to comment out the comments, so they don't get read by the browser, if you don't need the comments you can delete it.*/
#imap {
  display:block;
  width:736px;
  height:107px;
  background: url(uploads/images/topmenub.gif) no-repeat;/* main image*/
  position:relative;
  }
  /* set up the unordered list <ul><a> to hold the background image for the hover state */
#imap a#title {
  display:block;
  width:736px;
  height:0px;
  padding-top:0px;
  verflow:hidden;
  position:absolute;
  left:0;
  top:0;
  background:transparent 736px 400px;
  cursor:default;

  }
/* the hack for IE pre IE6 */
* html #imap a#title {
  height:107px;
  height:0;
  }
  /* the <ul><a> hover style to move the background image to position 0 0 */
#imap a#title:hover {
  background-position: 0 0;
  z-index:10;
  }
  /* place the <li>s in the correct absolute position */
#imap li{
  position:absolute;
  padding:0;
  margin:0;
  }
#imap #pic89 {/* this is the first id= */
  left:2px; /* because this is a horizontal menu we are going to move the blocks to the left, the next one is 'left' as many 'px' as the width of the image, plus the '1px'. just keep adding the last one on for the next one, even if they are not the same size. if this was a vertical menu we would be using the " top:0px " to move them from the top down */
  top:0px;
  z-index:20;
  }
#imap #pic52 {
  left:365px;
  top:0px;
  z-index:20;
  }

#imap #pic51 {
  left:194px;
  top:0px;
  z-index:20;
  }
#imap #pic53 {
  left:571px;
  top:0px;
  z-index:20;
  }

  /* style the <li><a> links physical size and the background image for the hover */
#imap a#a89 {  /*this is the second id=*/
  display:block;  /*this is so the link is as big as the box it's in and the size of the image.*/
  width:192px;
  height:107px;
  background:transparent url(uploads/images/button1b.gif) -224px -107px no-repeat;   this moves them up and left, out of the way till we need them.
  text-decoration:none;
  z-index:20;
  }
  #imap a#a51 {
  display:block;
  width:171px;
  height:107px;
  background:transparent url(uploads/images/button2b.gif) -171px -107px no-repeat;
  text-decoration:none;
  z-index:20;
  } 

 #imap a#a52 {
  display:block;
  width:206px;
  height:107px;
  background:transparent url(uploads/images/button3b.gif) -224px -107px no-repeat;
  text-decoration:none;
  z-index:20;
  }
  #imap a#a53 {
  display:block;
  width:166px;
  height:107px;
  background:transparent url(uploads/images/button4b.gif) -224px -107px no-repeat;
  text-decoration:none;
  z-index:20;
  }

  /* move the link background image to position 0 0 when hovered, back in front so we can see the :hover image, */
#imap a#a51:hover, #imap a#a52:hover, #imap a#a53:hover, #imap a#a89:hover{
  background-position:0 0;
  }


/* End of 'ASAP image menu setup V2' */

/* Start of CMSMS style sheet 'ASAP imagemenu dropdown V2' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */




/* The wrapper clears the floating elements of the menu, not used on this menu, you can use it if you need to */




#menuwrapper {
        }




/* Set the width of the menu elements at second and third level. Leaving first level flexible. */




#imap li li { 
        width: 200px; 
       }




/* Unless you know what you do, do not touch this */ 




#imap{
    list-style: none; 
    margin: 0px; 
    padding: 0px; 
    }
#imap ul { 
    list-style: none; 
    margin: 0px; 
    padding: 0px; 
    }
#imap ul {
    position: absolute; 
    top: auto; 
    }
#imap ul ul { 
    margin-top: 1px; /* this is normally 0px but for this menu we wanted the white line around the main image to show above the drop downs  */
    margin-left: -1px;
    left: 100%; 
    top: 0px; 
    }   
#imap li { 
    margin-left: -1px;
    float: left;
    }
#imap li li { 
    margin-left: 4px;
    margin-top: 1px;
    position: relative; 

    }
#imap li li li { 
    margin-left: -299px;
    margin-top: -1px; 
    }
#imap li li a{ 
    margin-left: 0px;
    margin-top: -1px;
    position: relative; 
    }


/* Styling the basic apperance of the menu elements */



#imap a { 
    display: block; 
    padding: 0px 0px; 
    text-decoration: none; 
    font-size:8pt;
    }
#imap li a {text-indent:-9000px; /* this moves the words (menutext) of the first layer, images, out of the way which you will need if you have only one layer/no drop downs */
    }
#imap li li a {
    text-indent:0px; /*this makes the second level words in the drop downs show up or else they will inherit the action of the line above*/
    background-color: #ea2c23;   /* before */
    padding: 4px 10px;
    border-left:5px solid #b9b7a0;   /* fat border on left */
    border-bottom:1px solid #b9b7a0;    
    color:#fff;    /* color of link text */
    }    
#imap li li :hover{
	background-color: #666666;   /* second and third layer drop down hover color */
	color:#ffffff
}








/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#imap ul, #imap li:hover ul, #imap li:hover ul ul, 
#imap li.menuparenth ul, #imap li.menuparenth ul ul { 
    display: none; 
    }
#imap li:hover ul, #imap ul li:hover ul, #imap ul ul li:hover ul, 
#imap li.menuparenth ul, #imap ul li.menuparenth ul, #imap ul ul li.menuparenth ul { 
    display: block; 
    }






/* IE Hacks */
/* Fix IE. Hide from IE Mac \*/
/* html ul li { float: left; height: 1%; }*/
/* html ul li a { height: 1%; }*/
/* End */



#imap li li { 
    float: left; 
    clear: both; 
    background-color: #00b374;   /* before */
    }




#imap li li a { 
    height: 1%; 
    }











/* End of 'ASAP imagemenu dropdown V2' */

/* Start of CMSMS style sheet 'ASAP Layout V1' */
body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  font-family:arial, verdana, sans-serif; 
  font-size:76%;
  overflow: hidden; 
  }

#header {
  position:absolute; 
  top:0; 
  left:0; 
  width:100%; 
  height:145px; 
 /* overflow: hidden; */

  }
  

#contents {
  background-position: right top; position:fixed; 
  top:145px;
  left:0px;
  bottom:0px; 
  right:0px; 
  overflow-y:scroll; 

  
  }
  
#content ul li{
line-height:180%;
list-style-image: url('uploads/images/bullet1.gif');
}
  
html, body, p, th, td, li, dd, dt {
  font: 8pt Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
p  {line-height:180%}
h1 { font-size: 1.8em; color: #ea2c23; text-transform:uppercase;   font-family:Trebuchet Ms, Arial, Helvetica, sans-serif; }
h2 { font-size: 1.7em; color: #ea2c23; font-family: georgia, trebuchet MS; font-weight:normal; border-bottom: 1px dotted #a8a8a8; }
h3 { font-size: 1.2em; color: #2b50b1; font-family: georgia, trebuchet MS; font-weight:normal}
h4 { font-size: 1.0em; color: #2b50b1;}
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }
#footer, #footer p {font-size: 8pt; font-family: tahoma, verdana; line-height:150%}
#footer a {font-size: 8pt}
#footer a:hover {text-decoration:none}
a{color: #42749e}
a:hover {text-decoration:none}

  /* for internet explorer */

* html body {
  padding:145px 0 0px 0px; 
  }

* html #contents {
  height:100%; 
  width:100%;
  padding:0px 0px 0px 0px; 
  }


/* End of 'ASAP Layout V1' */

