body { font-family : Arial,helvetica,sans-serif;}
a img {
	border: 0;
	}


/* 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 */

.footer-heading {
	color:#FFF;
	font-size:18px;
	font-family: Verdana;
	text-align:right;
}


/* ------------- Single level menu going across ----------------- */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_horiz {
  margin: 0;
 padding: 0;
 height: 25px;
 float: right;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper {
  /* Fix for Opera 8 */
  /*   overflow: hidden;  */
  width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li {
  width: 180px;
}

#primary-nav {
 margin-left: auto;
 float: right;
}

/* Unless you know what you do, do not touch this */
#primary-nav, #primary-nav ul {
  list-style: none;
  margin: 0px;
  padding: 0 0 0 10px;
}

/* -------------- 1st pop up level ---------------*/
#primary-nav ul {
  position: absolute;
  top: auto;
border: 1px solid #50374D;
  display: none;
  padding: 1px;
}
#primary-nav ul li {
 background-color: white;
 border: 0;
 height: 18px;
 color: black;
  margin: 0 10px 0 0;
  padding: 3px;
}

#primary-nav li li a {
 background-color: white;
  display: block;
  margin: 0px;
  padding: 0px;
 text-align: left;
 font-size: 8pt;
 line-height: 9pt;
 height: 9pt;
  text-decoration: none;
  color: #50374D;
 font-family: Verdana;
 width: 180px;
}
#primary-nav li li a.menuparent {
/*
 background: #ffffff url( uploads/images/SiteDesign/menuarrow.gif) no-repeat top right;
*/
 background-color: white;
  display: block;
  margin: 0px;
  padding: 0px;
 text-align: left;
 font-size: 8pt;
 line-height: 9pt;
 height: 9pt;
  text-decoration: none;
  color: #50374D;
 font-family: Verdana;
 width: 180px;
}
/* ------------------- 2nd pop up level ---------------- */
#primary-nav ul ul {
  margin-top: 1px;
  margin-left: -1px;
  left: 100%;
  top: 0px;
border: 1px solid #50374D;

}
#primary-nav ul ul li {
 background-color: white;
}
   
#primary-nav li {
/*
  margin-left: 10px;
*/
  float: left;
  padding: 5px;
border: 1px solid #786075;
}

#primary-nav li li {
/*
  margin-left: -10px;
  margin-top: -1px;
*/
  float: none;
  position: relative;
}

/* Styling the basic apperance of the menu elements */
#primary-nav a {
  display: block;
 padding: 0 15px 0 15px;
  margin: 0px;
/*
 font-size: 10pt;
 line-height: 11pt;
 height: 12pt;
*/
  text-decoration: none;
  color: white;
 font-family: Verdana;
}
#primary-nav a:hover {
  text-decoration: none;
  background-color: #786075;
}

#primary-nav li a {
  text-decoration: none;
}
#primary-nav li li a {
  text-decoration: none;
}    

#primary-nav li, #primary-nav li.menuparent {
  text-decoration: none;
  font-size:12px;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive {
  text-decoration: none;
  font-weight: normal;
  color: white;
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent,
#primary-nav ul li.menuparent:hover,
#primary-nav ul li.menuparenth {
/* arrow for menuparents */
  text-decoration: none;
  color: #FFFFFF;
}


/* Styling the apperance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
  text-decoration: none;
  color: #FFFFFF;
}


/* 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;
  color: black;
  background-color: blue;
  height: 25px;
}

#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;
  color: black;
  background-color: white;
height: auto;
/*
  height: 25px;
*/
}


/* IE Hacks */
#primary-nav li li {
  float: left;
  clear: both;
}
#primary-nav li li a {
  height: 1%;
}

#menu_vert {
}

#menu_vert ul {
    list-style: none;

}

#menu_vert li.currentpage {
 display: none;
}

#menu_vert h3 {
 display: none;
}

#menu_vert a {
 background: white url(/images/template/bullet2.gif) no-repeat top left;
 padding-left: 10px;
 line-height : 22px;
 font-family : Arial,helvetica,sans-serif;
       font-size : 11px;
       color : #375481;
       text-decoration : underline;
}
#menu_vert A:hover {
font-family : Arial,helvetica,sans-serif;
       font-size : 11px;
       color : #375481;
       text-decoration : none;
}

#breadcrumbs {
 font-family : Arial,helvetica,sans-serif;
       font-size : 11px;
       color : black;
}
#breadcrumbs a {
 font-family : Arial,helvetica,sans-serif;
       font-size : 11px;
       color : #375481;
       text-decoration : underline;
}

   .body { font-family : Verdana, Arial,helvetica,sans-serif; font-size : 13px; }
   .bodytext,p,br { text-align : justify;  font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #666; line-height : 18px; text-decoration: none; }
   .divider { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #121212; text-decoration: none; }
   .topnav { text-align : center; padding : 3px 17px 5px 17px; border-top:1px solid #705B6A; border-right:1px solid #705B6A; }
   .topnavleft { text-align : center; padding : 3px 17px 5px 17px; border-top:1px solid #705B6A; border-right:1px solid #705B6A; border-left:1px solid #705B6A; }
   .footer { background-color: #371933; padding : 10px 40px 15px 65px; border-bottom:1px solid #705B6A; border-right:1px solid #705B6A; border-left:1px solid #705B6A; }
   .smalltext1 { font-family: Verdana, Helvetica, sans-serif; font-size: 11px; line-height: 22px; color: #FFFFFF; text-decoration: none; }
   .smalltext2 { font-family: Verdana, Helvetica, sans-serif; font-size: 11px; color: #A38EA0; text-decoration: none; }
   .copyright { font-family: Verdana, Helvetica, sans-serif; font-size: 10px; color: #857282; text-decoration: none; }
   .prodShortcuts { text-align : center; vertical-align : top; background-image : url(/images/template/bg-prod-shortcuts.jpg); background-repeat : no-repeat; }
   .prodShortcutsHead {margin:0 auto 0; padding:10px 12px 10px 25px;margin-bottom:0px; background-image:url(/images/template/bullet1.gif);background-repeat:no-repeat;}
   .shortcuts { width: 100%; font-family: Georgia, Verdana, Helvetica, sans-serif; font-size: 13px; color: #121212; text-decoration: none; line-height : 0px; border: 1px solid #E0E6EB; padding : 18px 15px 0px 0px; }
   .shortcuts2 { width: 100%; background-image : url(/images/template/grad2.jpg); background-repeat : repeat-y; font-family: Georgia, Verdana, Helvetica, sans-serif; font-size: 12px; color: #121212; text-decoration: none; border-left: 1px solid #E0E6EB; border-right: 1px solid #E0E6EB; border-bottom: 1px solid #E0E6EB; padding : 20px 20px 0px 5px; line-height:19px; }
   .shortcutsList { list-style-image: url(/images/template/bullet2.gif); line-height : 20px; }
   .shortcutsList2 { list-style-image: url(/images/template/bullet2.gif); line-height : 22px; }
   .redpanel { background-color: #F60707; font-family: Verdana, Helvetica, sans-serif; font-size: 16px; color: #FFFFFF; text-decoration: none; line-height : 20px; padding : 20px 30px 15px 30px; }
   .productTitle { font-family: Georgia, Verdana, Helvetica, sans-serif; font-size: 20px; color: #121212; line-height : 24px; text-decoration: none; letter-spacing : -1px;}
            .heading { font-family: Georgia, Verdana, Helvetica, sans-serif; font-size: 16px; color: #121212; line-height : 16px; text-decoration: none;}
   .subhead { font-family: Georgia, Verdana, Helvetica, sans-serif; font-size: 14px; color: #121212; text-decoration: none; line-height : 16px; }
   .subhead2 { font-family: Georgia, Verdana, Helvetica, sans-serif; font-size: 13px; color: #121212; text-decoration: none; }
   .infoBox {  text-align : justify;  width: 100%; background-image : url(/images/template/grad1.jpg); background-repeat : repeat-y; font-family: Georgia, Arial, Helvetica, sans-serif; font-size: 11px; color: #121212; text-decoration: none; line-height : 13px; border: 1px solid #E0E6EB; padding : 20px 30px 10px 18px; }
   .infoBox2 {  text-align : justify;  width: 100%; background-image : url(/images/template/grad1.jpg); background-repeat : repeat-y; font-family: Georgia, Arial, Helvetica, sans-serif; font-size: 11px; color: #121212; text-decoration: none; line-height : 13px; border: 1px solid #E0E6EB; padding : 20px 30px 10px 36px; }
   .formBox {  text-align : justify;  width: 100%; background-image : url(/images/template/grad1.jpg); background-repeat : repeat-y; font-family: Georgia, Arial, Helvetica, sans-serif; font-size: 11px; color: #121212; text-decoration: none; line-height : 13px; border: 1px solid #E0E6EB; padding : 10px 0px 10px 0px; }
   
   .formlabel {  vertical-align : top; font-family: Georgia, verdana, Helvetica, sans-serif; font-size: 13px; color: #121212; line-height : 14px; text-decoration: none; padding : 8px 3px 8px 25px; border-bottom : 1px solid #E0E6EB;}
   .formspacer {  border-right : 1px solid #A5ACB2; border-left : 1px solid #A5ACB2;}
   .formfieldcell { vertical-align : top; font-family: Georgia, verdana, Helvetica, sans-serif; font-size: 11px; color: #121212; padding : 8px 30px 8px 0px; border-bottom : 1px solid #E0E6EB;}
   .formtop {  border-top : 1px solid #A5ACB2; }
   .formbot {  border-bottom : 1px solid #A5ACB2; }

   .field1 { width: 82px; height: 19px; border: 1px solid #A5ACB2; padding : 2px 30px 2px 4px;}
   .field2 { width: 250px; height: 19px; border: 1px solid #A5ACB2; padding : 2px 30px 2px 4px;}
   .textarea1 { width: 250px; height: 100px; border: 1px solid #A5ACB2; padding : 2px 30px 2px 4px;}
   .select1 { width: 250px; }
   
   
   .button {background-color: #F60707; font: 11px Georgia, verdana, helvetica, sans-serif; color:#FFFFFF; line-height: 15px;  cursor:hand; border: 1px solid #F60707; }
   .buttonon {background-color: #51374D; font: 11px Georgia, verdana, helvetica, sans-serif; color:#FFFFFF; line-height: 15px;  cursor:hand; border: 1px solid #51374D; }
   

   
   A {
       color : #444444;
       text-decoration : underline;}
   A:hover {
       color : #000000;
       text-decoration : none; }
   A.linkone {  font-family :
       padding : 0px 5px 0px 5px;
       color : #FFFFFF;
       text-decoration : none;}
   A:hover.linkone {font-family :
       background-color: #654760;
       padding : 0px 5px 0px 5px;
       color : #FFFFFF;
       text-decoration : none;}
   A.linktwo {
       font-size : 11px;
       color : #A38EA0;
       text-decoration : underline;}
   A:hover.linktwo {
       color : #FFFFFF;
       text-decoration : none;}
   A.linkthree {
       font-size : 11px;
       color : #375481;
       text-decoration : underline;}
   A:hover.linkthree {
       color : #375481;
       text-decoration : none;}
   A.linkfour {
       font-size : 11px;
       color : #444444;
       text-decoration : underline;}
   A:hover.linkfour {
       color : #444444;
       text-decoration : none;}




   input {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 11;
       color: #444444;
       border-left-color: #A5ACB2;
       border-left-width: 1;
       border-top-color: #A5ACB2;
       border-top-width: 1;
       border-right-color: #A5ACB2;
       border-right-width: 1;
       border-bottom-color: #A5ACB2;
       border-bottom-width: 1;
       background-color: #FFFFFF;
   }
   textarea {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 11;
       color: #444444;
       border-left-color: #A5ACB2;
       border-left-width: 1;
       border-top-color: #A5ACB2;
       border-top-width: 1;
       border-right-color: #A5ACB2;
       border-right-width: 1;
       border-bottom-color: #A5ACB2;
       border-bottom-width: 1;
       background-color: #FFFFFF;
   }
   select {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 11;
       color: #444444;
       border-left-color: #A5ACB2;
       border-left-width: 1;
       border-top-color: #A5ACB2;
       border-top-width: 1;
       border-right-color: #A5ACB2;
       border-right-width: 1;
       border-bottom-color: #A5ACB2;
       border-bottom-width: 1;
       background-color: #FFFFFF;
   }
/* ------------- Single level menu going across ----------------- */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_horiz {
  margin: 0;
 padding: 0;
 height: 25px;
 float: right;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper {
  /* Fix for Opera 8 */
  /*   overflow: hidden;  */
  width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li {
  width: 180px;
}

#primary-nav {
 margin-left: auto;
 float: right;
}

/* Unless you know what you do, do not touch this */
#primary-nav, #primary-nav ul {
  list-style: none;
  margin: 0px;
  padding: 0 0 0 10px;
}

/* -------------- 1st pop up level ---------------*/
#primary-nav ul {
  position: absolute;
  top: auto;
border: 1px solid #50374D;
  display: none;
  padding: 1px;
}
#primary-nav ul li {
 background-color: white;
 border: 0;
 height: 18px;
 color: black;
  margin: 0 10px 0 0;
  padding: 3px;
}

#primary-nav li li a {
 background-color: white;
  display: block;
  margin: 0px;
  padding: 0px;
 text-align: left;
 font-size: 8pt;
 line-height: 9pt;
 height: 9pt;
  text-decoration: none;
  color: #50374D;
 font-family: Verdana;
 width: 180px;
}
#primary-nav li li a.menuparent {
/*
 background: #ffffff url( uploads/images/SiteDesign/menuarrow.gif) no-repeat top right;
*/
 background-color: white;
  display: block;
  margin: 0px;
  padding: 0px;
 text-align: left;
 font-size: 8pt;
 line-height: 9pt;
 height: 9pt;
  text-decoration: none;
  color: #50374D;
 font-family: Verdana;
 width: 180px;
}
/* ------------------- 2nd pop up level ---------------- */
#primary-nav ul ul {
  margin-top: 1px;
  margin-left: -1px;
  left: 100%;
  top: 0px;
border: 1px solid #50374D;

}
#primary-nav ul ul li {
 background-color: white;
}
   
#primary-nav li {
/*
  margin-left: 10px;
*/
  float: left;
  padding: 5px;
border: 1px solid #786075;
}

#primary-nav li li {
/*
  margin-left: -10px;
  margin-top: -1px;
*/
  float: none;
  position: relative;
}

/* Styling the basic apperance of the menu elements */
#primary-nav a {
  display: block;
 padding: 0 15px 0 15px;
  margin: 0px;
/*
 font-size: 10pt;
 line-height: 11pt;
 height: 12pt;
*/
  text-decoration: none;
  color: white;
 font-family: Verdana;
}
#primary-nav a:hover {
  text-decoration: none;
  background-color: #786075;
}

#primary-nav li a {
  text-decoration: none;
}
#primary-nav li li a {
  text-decoration: none;
}    

#primary-nav li, #primary-nav li.menuparent {
  text-decoration: none;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive {
  text-decoration: none;
  font-weight: normal;
  color: white;
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent,
#primary-nav ul li.menuparent:hover,
#primary-nav ul li.menuparenth {
/* arrow for menuparents */
  text-decoration: none;
  color: #FFFFFF;
}


/* Styling the apperance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
  text-decoration: none;
  color: #FFFFFF;
}


/* 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;
  color: black;
  background-color: blue;
  height: 25px;
}

#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;
  color: black;
  background-color: white;
height: auto;
/*
  height: 25px;
*/
}


/* IE Hacks */
#primary-nav li li {
  float: left;
  clear: both;
}
#primary-nav li li a {
  height: 1%;
}

#menu_vert {
}

#menu_vert ul {
    list-style: none;

}

#menu_vert li.currentpage {
 display: none;
}

#menu_vert h3 {
 display: none;
}

#menu_vert a {
 background: white url(/images/template/bullet2.gif) no-repeat top left;
 padding-left: 10px;
 line-height : 22px;
 font-family : Arial,helvetica,sans-serif;
       font-size : 11px;
       color : #375481;
       text-decoration : underline;
}
#menu_vert A:hover {
font-family : Arial,helvetica,sans-serif;
       font-size : 11px;
       color : #375481;
       text-decoration : none;
}

#breadcrumbs {
 font-family : Arial,helvetica,sans-serif;
       font-size : 11px;
       color : black;
}
#breadcrumbs a {
 font-family : Arial,helvetica,sans-serif;
       font-size : 11px;
       color : #375481;
       text-decoration : underline;
}

   /* Turn off list bullets */
   ul.mktree  li { list-style: none;}
   /* Control how "spaced out" the tree is */
   ul.mktree, ul.mktree ul , ul.mktree li { margin-left:10px; padding:5px; }
   /* Provide space for our own "bullet" inside the LI */
   ul.mktree  li           .bullet { padding-left: 15px; }
   /* Show "bullets" in the links, depending on the class of the LI that the link's in */
   ul.mktree  li.liOpen    .bullet { cursor: pointer; background:  url(/images/template/minus.gif) center left no-repeat; padding-left: 20px; padding-top: 5px; padding-bottom: 5px; text-indent: -25px;}
   ul.mktree  li.liClosed  .bullet { cursor: pointer; background:  url(/images/template/plus.gif) center left no-repeat; padding-left: 20px; padding-top: 5px; padding-bottom: 5px; text-indent: -25px;}
   ul.mktree  li.liBullet  .bullet { cursor: default; background:  url(/images/template/bullet.gif) center left no-repeat; padding-left: 20px; padding-top: 5px; padding-bottom: 5px; text-indent: -25px;}
   /* Sublists are visible or not based on class of parent LI */
   ul.mktree  li.liOpen    ul { margin: 3px 0 4px 0px; display: block; color:#181818;}
   ul.mktree  li.liClosed  ul { display: none; }




h1, h2, h3, h4, h5, h6 {
 font-family : Arial,helvetica,sans-serif;
}
h1 {
	line-height:24px;
	font-size:20px;
	text-align:left;
	font-weight:normal;
}

h2 {
	text-align:left;
	line-height:24px;
	font-size:16px;
}
h3 {
	line-height:18px;
	font-size:14px;
	text-align:left;
}
h1 {
 font-family : Arial,helvetica,sans-serif;
}

ul.sibling-page-list, ul.sub-page-list {
 font-family : Arial,helvetica,sans-serif;
	list-style:none;
}

ul.sibling-page-list ul {
	padding-left:0;
	margin-left:0;
}

ul.sibling-page-list ul li {
	padding-left:10px;
	margin-left:0;
}

ul.sibling-page-list li, ul.sub-page-list li {
	padding-left:10px;
	margin-left:0;
	list-style-image: url(/images/template/list-boxes.gif);
}

ul.sibling-page-list li a, ul.sub-page-list li a {
	text-decoration:none;
	font-weight:bold;
	color:#654561;
}

ul.sibling-page-list li a:hover, ul.sub-page-list li a:hover {
	text-decoration:underline;
}

ul.sibling-page-list ul.resource-list li {
	padding-left:10px;
	font-size:0.9em;
}

.testimonial {
	color:#FFF;
	font-size:14px;
	font-style: oblique;
	line-height:20px;
}
#user-details {
	padding-left:20px;
}


p.warning {
	color: #c00;
	margin: 0 0 10px 0;
}

.resource-list {
	line-height:20px;
}
h1 {
	background-image: url('/images/userfiles/square(1).jpg');
	background-repeat:no-repeat;
	background-position: 0 5px;
	padding-left: 20px;
	line-height:24px;
	font-size:20px;
	text-align:left;
	font-weight:normal;
}