body
{
  margin: 0 auto;
  font-family: arial, helvetica, vedana, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #536572;
}

#wrapper
{
  margin: auto;
  width: 982px;
}



/* ////////////////   HOLDING PAGE   ///////////////*/

#wrapperHolding
{

width: 783px;
margin: auto;
}

#wrapperHolding p
{
font-size: 11px!important;
}

/*//////////////              END              //////////////*/



#psiStrip
{
  float: left;
  width: 982px;
  height: 95px;
  margin: 12px 0px;
  background-image: url(/images/topBg.png);
  background-repeat: no-repeat;
}


      #psiStrip img, #psiStrip img:hover
      {
        border: none;
      }


            .PSIlogo
            {
              float: left;
              margin: 16px 17px;
            }


/*/////////////////////////  Tools  ////////////////////////*/


  #tools
  {
    float: right;
    width: 210px;
    margin: 14px 0 0 0;
  }

    .label
    {
      float: left;
      display: none;
    }


  #searchsubmit
  {
    float: left;
    width: 20px;
    height: 20px;
    border: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-color: #fff;
  }


  #searchsubmit:hover
  {
    cursor:pointer
  }

  #searchfield
  {
    float: left;
    border: 0;
    background-color: #fff;
    background-image: url(/images/toolsSearchInput.gif);
    background-repeat: no-repeat;
    font-size: 10px;
    margin: 0;
    padding: 2px 0px 10px 5px;
    width: 165px;
    height: 13px; /*Remove if causing problems!*/
  }

  #searchform
  {
    margin: 0;
    float: left;
    height: 20px;
  }


  #toolIcons
  {
    float: left;
    margin: 10px 0 0 0;
  }  *:lang(en)#toolIcons{margin: 2px 0 0 0;}

      #toolIcons img
      {
        margin: -7px 0 0 0;   /*Fixes the absmiddle image align that is invalid in XHTML*/
      }

  #toolIcons a
  {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
  }

  #toolIcons a:hover
  {
    text-decoration: underline;
  }


  /*End*/

/*Newsletter */

  #emailsubmit
  {
    float: left;
    width: 20px;
    height: 20px;
    border: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-color: #fff;
  }


  #emailsubmit:hover
  {
    cursor:pointer
  }

  #emailfield
  {
    float: left;
    border: 0;
    background-color: #fff;
    background-image: url(/images/toolsSearchInput.gif);
    background-repeat: no-repeat;
    font-size: 10px;
    margin: 0 0 1px 7px;
    padding: 2px 0px 3px 5px;
    width: 140px;
  }

  #emailform
  {
    margin: 0 0 0px 0;
    float: left;
  }

/*End*/

#navBanner
{
  float: left;
  width: 982px;
}



/*Navigation*/

  #nav1st
  {
    float: left;
    width: 982px;
    background-image: url(/images/1stnavbgTopNew.png);
    background-repeat: no-repeat;
    font-size: 15px;
    font-weight: normal;

  }

    #nav1st ul
    {
      margin: 0 0 0 2px;
      padding: 0;
      list-style: none;
    }

    #nav1st li
    {
      float: left;
      margin: 0;
    }

    #nav1st li a
    {
      display: block;
      width: 110px;
      text-decoration: none;
      text-align: center;
      padding: 12px 0 10px 0;
      background-image: url(/images/1stNavDivider.gif);
      background-repeat: no-repeat;
      background-position:  bottom right;
    }
    
    
    .navSupport li a
    {
      width: 108px!important;
    }
    

                /*Below not actually in use now, was for really long 1st nav menu items*/
                #widerNavBut1{width: 140px!important;}
                #widerNavBut2{width: 175px!important;}
                
                /*These are in use though! - Need more room on the menu*/
                .smallBut{width: 107px!important}


    #nav1st .selected a
    {
      background-image: url(/images/1stNavDividerSelected.gif);
      
      background-repeat: no-repeat;
      background-position:  bottom right;
      color: white!important;
    }


    #nav1st .selected
    {
      background-image: url(/images/1stnavbgOVTop110New.png);
      background-repeat: repeat-x;
      background-position:  bottom right;
      color: white!important;
    }


    #nav1st li a:hover
    {
      text-decoration: none;
      background-image: url(/images/1stnavbgOVTop110New.png);
      background-position:  bottom right;
      color: white!important;
    }

                /*Below not actually in use now, was for really long 1st nav menu items*/
                #widerNavBut1:hover, #widerNavBut1 .selected {background-image: url(/images/1stnavbgOVTop140.gif)!important;background-position: bottom;}
                #widerNavBut2:hover, #widerNavBut2 .selected {background-image: url(/images/1stnavbgOVTop175.gif)!important;background-position: bottom;}


          #nav2nd, #nav2ndWider, #nav2ndSuperWide
          {
            float: left;
            margin: 0;
            padding: 0;
            list-style: none;
            width: 982px;
            height: 27px;
            background-image: url(/images/2ndnavbgTopNew.png);
            background-repeat: no-repeat;
            font-weight:bold;
          }


          #nav2nd ul, #nav2ndWider ul, #nav2ndSuperWide ul
          {
            margin: 0;
            padding: 0;
            list-style: none;
          }

          #nav2nd li, #nav2ndWider li, #nav2ndSuperWide li
          {
            float: left;
          }


          #nav2nd li a
          {
            text-decoration: none;
            display: inline;
            text-align: center;
            font-size: 12px;
            padding: 5px 20px 0 20px;
            float: left;
            color: white!important;
          }


          #nav2ndWider li a /*just wider widths for bigger 2nd Nav - Solutions / case studies page etc...*/
          {
            text-decoration: none;
            display: inline;
            text-align: center;
            font-size: 12px;
            padding: 5px 20px 0 20px;
            float: left;
            color: white!important;
          }


          #nav2ndSuperWide li a
          {
            text-decoration: none;
            display: inline;
            text-align: center;
            font-size: 12px;
            padding: 5px 20px 0 20px;
            float: left;
            color: white!important;
          }

          #nav2nd .selected a, #nav2ndWider .selected a
          {
            /*font-weight: bold;*/
            color: #03457f!important;
            
          }


          #nav2nd .selected, #nav2ndWider .selected, #nav2ndSuperWide .selected
          {
            text-decoration: none;
            background-color: transparent;
            background-image: url(none);
            /*font-weight: bold;*/
            color: #03457f!important;
          }


          #nav2nd li a:hover, #nav2ndWider li a:hover, #nav2ndSuperWide li a:hover
          {
            text-decoration: none;
            background-color: transparent;
            background-image: url(none);
            /*font-weight: bold;*/
            color: #03457f!important;
          }



              #nav3rd
              {
                float: left;
                width: 175px;
                font-size: 12px;
                margin: 4px 0 0 2px;
              }



                    #nav3rd ul
                    {
                      margin:0px;
                      padding:0px;
                      list-style:none;
                    }

                    #nav3rd ul a
                    {
                      display: block;
                      background: #fdfdfd;
                      color: #455560;
                      background-image: url(/images/3rdNavBut.gif);
                      background-repeat: no-repeat;
                      background-position: right;
                      margin: 5px 5px;
                      padding: 3px 5px;
                      text-decoration: none;

                    }

                    #nav3rd ul a:hover, #nav3rd li.selected a
                    {
                      background-repeat: no-repeat;
                      background-position: right;
                      background-color: #fdfdfd;
                    }

                            #nav3rd ul ul li a
                            {
                              font-size: 12px;
                              padding-left:20px;
                              background-image: url(/images/3rdNavBut.gif)!important;
                              background-repeat: no-repeat;
                              background-position: right;
                              color: gray !important;
                            }

                            #nav3rd ul ul li.selected a, #nav3rd ul ul li a:hover
                            {
                              background-repeat: no-repeat;
                              background-position: right;
                              background-color:#fdfdfd;
                            }

          #nav3rdDivider
          {
            float: left;
            width: 5px;
            height: 410px;
            margin: 0 0 0 5px;
            background-image: url(/images/3rdNavDivider.gif);
            background-repeat: no-repeat;
          }
          
          #nav3rdDividerSmall
          {
            float: left;
            width: 5px;
            height: 200px;
            margin: 0 0 0 5px;
            background-image: url(/images/3rdNavDivider.gif);
            background-repeat: no-repeat;
          }


/*End*/








  ul#benefits
  {
    margin: 0;
    padding: 5px 0 0 20px;
    list-style-type: disc;
  }

  ul#benefits li, ul#benefits li:hover
  {
    background-image: none;
  }



  #banner
  {
    float: left;
    width: 982px;
    background-image: url(/images/flashbg.png);
  }

    .flash
    {
    margin: 0 0 0 1px;
    }


#main
{
  float: left;
  width: 982px;
  margin: 12px 0;
}


    #main p    /*HERE*/
    {
      margin: 0;
      padding: 0px 7px 12px 0px;
    }

    #main a
    {
      font-weight: normal;
      text-decoration: none; /*230609*/
    }
  /*
    #main a:visited
    {
    color: #000;
    text-decoration: underline;
    }
  */
    #main a:hover
    {
      text-decoration: none;
    }

          #main img, #main img a, #main img a:hover /*Fix the hover state of anchor images*/
          {
            background-color: #fdfdfd;
          }


    #content783
    {
      float: left;
      width: 783px;
    }

        #content783 .head
        {
          float: left;
          width: 100%;
          height: 29px;
          background-image: url(/images/content783h1bg.png);
          background-repeat: no-repeat;
        }
            
            



            #content783 h1
            {
              font-size: 17px;
              font-weight: bold;
              margin: 0;
              padding: 4px 0 0 7px;
              color: #1d5b8e;
            }

                    #content783 h1 .grayLine
                    {
                    color: #455560;
                    }

                    #content783 h1 .greenBit
                    {
                    color: #5d9731;
                    }



        #content783 .content
        {
          float: left;
          width: 100%;
          height: 598px;
          background-image: url(/images/bgContent783.gif);
          background-repeat: no-repeat;
          background-repeat: repeat-y;
        }
                  html>body #content783 .content{height: auto !important; min-height: 598px;}

         #content783 .contentIndex  /*Just for home to align nicley.*/
         {
          float: left;
          width: 100%;

          background-image: url(/images/bgContent783.gif);
          background-repeat: no-repeat;
          background-repeat: repeat-y;

         }

                 /*html>body #content783 .contentIndex{height: auto !important; min-height: 334px;}*/



                 #content783 #actualHomeContent
                 {
                    margin: 7px 0 0 10px;
                 }


         #content783 #actualContent
         {
          float: right;
          width: 590px;
          margin: 7px 0 0 0;
         }


         #content783 #actualContent ul, #content783 #actualContent ol
         {
            padding: 0 10px 14px 35px;
            margin: 0;
         }

              .colum1, .colum2  /*Home page 2 colums*/
              {
                width: 245px;
                float: left;
                margin-bottom: 10px;
                margin-top: 10px;
                list-style-type: disc;
                padding: 0 10px 0 22px;
              }


          
          

          #PDFs
          {
            margin: 0 0 0 5px;
            padding:  0 0 0 25px;
            list-style: url(/images/pdf.gif)
          }


          #PDFs li
          {
           padding: 2px 2px 0;
          }


              .list
              {
                line-height: 25px;
              }


                  ul.list
                  {
                      /*list-style: disc;*/
                      list-style-type: disc;
                  }

/*Reoved 080809 - for [ol] to work
                  #actualContent li
                  {
	                  list-style-type: disc;
                  }

*/
              .benefits
              {
                clear: both;
                margin: 0px 7px 10px 0px !important;
                font-size: 11px;
                padding: 7px !important;
              }



            #content783 h2, #content982 h2   /*HERE*/
            {
              font-size: 15px;
              font-weight: bold;
              margin: 0 0 7px 0;
              
             /* padding: 7px 7px 0px 7px;*/
            }


                  #content783 h2 a
                  {
                    font-weight: bold;
                  }



        #content783 .foot
        {
          float: left;
          width: 100%;
          height: 29px;
          background-image: url(/images/content783foot.png);
          background-repeat: no-repeat;
        }


        .features388
        {
          float: left;
          width: 388px;
          margin: 12px 0 0 0;
        }


        .features388 .header
        {
          float: left;
          width: 100%;
          height: 29px;
          background-image: url(/images/feature388h1bg.png);
          background-repeat: no-repeat;
        }


              .features388 h1
              {
                font-size: 14px;
                font-weight: normal;
                margin: 0;
                padding: 6px 0 0 7px;
              }


        .features388 .featurecontent
        {
          float: left;
          width: 388px;
          /*height: 85px; Remove if causes overflow issues, just to make them look pretty being same height*/
          background-image: url(/images/bgContent388.gif);
          background-repeat: no-repeat;
          background-repeat: repeat-y;
          font-size: 13px;  /*230609*/
        }


                .features388 .featurecontent img
                {
                  margin: 10px;
                }

                #actualFeatureContent
                {
                margin: 7px 0 0 10px;
                }



        .features388 .footer
        {
          float: left;
          width: 100%;
          height: 21px;
          background-image: url(/images/feature388foot.png);
          background-repeat: no-repeat;
        }

        .featureSpacer
        {
          float: left;
          width: 7px;
          height: 50px;
        }


        .features783
        {
          float: left;
          width: 783px;
          margin: 12px 0 0 0;
        }


        .features783 .header
        {
          float: left;
          width: 100%;
          height: 29px;
          background-image: url(/images/content783h1bg.png);
          background-repeat: no-repeat;
        }


              .features783 h1
              {
                font-size: 14px;
                font-weight: normal;
                margin: 0;
                padding: 6px 0 0 7px;
              }


        .features783 .featurecontent
        {
          float: left;
          width: 783px;
          height: auto;
          background-image: url(/images/bgContent783.gif);
          background-repeat: no-repeat;
          background-repeat: repeat-y;
            /*230609*/
        }




        .features783 .footer
        {
          float: left;
          width: 100%;
          height: 29px;
          background-image: url(/images/content783foot.png);
          background-repeat: no-repeat;
        }


                .features783 .featurecontent img
                {
                  margin: 3px 5px 0px 5px;
                }

.features783 .featurecontent
{
  min-height: 303px;
}

    #content186
    {
      float: right;
      width: 186px;
      font-size: 12px;
    }



    .content186
    {
      float: left;
      width: 186px;
      margin: 0 0 12px 0;
    }


        #content186 .head
        {
          float: left;
          width: 100%;
          height: 29px;
          background-image: url(/images/feature186h1bg.png);
          background-repeat: no-repeat;
        }


              #content186 h1
              {
                font-size: 14px;
                font-weight: normal;
                margin: 0;
                padding: 6px 0 0 7px;
              }


                    h1 #latestNews /*Leate news to be clickable, remove underline for nice design*/
                    {
                      text-decoration: none;
                      color: #1A598C!important;
                    }

                    h1 #latestNews:hover /*Leate news to be clickable, remove underline for nice design*/
                    {
                      color: #fdfdfd!important;
                    }


        #content186 .content
        {
          float: left;
          width: 186px;
          background-image: url(/images/bgFeature186.gif);
          background-repeat: no-repeat;
          background-repeat: repeat-y;
        }

            #content186 .content p    /*HERE*/
            {
              padding: 7px;
              margin: 0;
            }

        #content186 #registerBox
        {
          /*height: 65px;  /*All a graphic now*/ 
        }


        #content186 #newsBox
        {
          min-height: 134px;  /*added min-: March 2010*/
        }


        #content186 .newsletterBox .content
        {
          min-height: 58px; /*Just to look pretty in later browsers: IE newsletter box*/
        }

                        *:lang(en) #content186 .newsletterBox .content
                          {
                            min-height: 50px; /*Just to look pretty in later browsers: FF newsletter box*/
                          }


        #RegisterUser
        {
        margin: 0px;
        }


        #content186 .foot
        {
          float: left;
          width: 100%;
          height: 21px;
          background-image: url(/images/feature186foot.png);
          background-repeat: no-repeat;
        }

        .customerPortal
        {
          margin: 0 0 12px 0;
        }

        .customerPortal img, .customerPortal img:hover, .customerPortal a, .customerPortal a:hover
        {
          border: none;
          background-color: transparent !important;
        }





#footer
{
  float: left;
  width: 892px;
  text-align: center;
  font-size: 10px;
}

  #footer p
  {
    margin: 0;
    padding: 7px;
  }

  #footer img
  {
    border: none;
    background-color: transparent!important;
  }

  #footer a
  {
    text-decoration: none;
  }

  #footer a:hover
  {
  text-decoration: underline;
  background-color: transparent!important;
  }

.clearFix
{
  clear: both;
  height: 1px;
}




/* JQuery Stuff
	#container
  {
		position: relative;
    width: 180px;
    height: 166px;
    margin: 5px 0 0 5px;
  }
  
  *:lang(en) #container  /*QUCICK FIX UNTILL MORNING*//*
  {
  height: 155px;
  }  


	#slider2 ul
  {
		margin: 0;
		padding: 0;
		list-style: none;
	}


	#slider2 li
  {
		width: 180px;
		height: 147px;
		overflow: hidden;
    margin: 0 0 5px 0;
	}

	#prevBtn2
  {
	   display:block;
	   display:block;
     float: left;
     background-image: url(/images/testimonialPrevious.gif);
     background-repeat: no-repeat;
     background-position: left;
     padding: 0 0 0 16px;
	}

	#nextBtn2
  {
	   display:block;
     float: right;
     background-image: url(/images/testimonialNext.gif);
     background-repeat: no-repeat;
     background-position: right;
     padding: 0 16px 0 0;
	}

    		#prevBtn2:hover
      {
         background-image: url(/images/testimonialPreviousOV.gif);
    	}

    	#nextBtn2:hover
      {
         background-image: url(/images/testimonialNextOV.gif);
    	}



	#nextBtn2 a, #prevBtn2 a
	{
    background-color: transparent;
    color: #455560;
    text-decoration: none;
  }


	#nextBtn2 a:hover, #prevBtn2 a:hover
	{
    background-color: transparent!important;
    color: #1d5b8e;
    text-decoration: none;
  }


/*END/



/* JQuery Stuff*/
	#container
  {
		position: relative;
    width: 180px;
    height: 233px;
    overflow: hidden;
  }
  


	#slider2 ul
  {
		margin: 0;
		padding: 0;
		list-style: none;
	}


	#slider2 li
  {
		width: 180px;
		height: 209px;
		overflow: hidden;
    margin: 0 0 5px 0;
	}

	#prevBtn2
  {
	   display:block;
	   display:block;
     float: left;
     background-image: url(/images/testimonialPrevious.gif);
     background-repeat: no-repeat;
     background-position: left;
     padding: 0 0 0 16px;
	}

	#nextBtn2
  {
	   display:block;
     float: right;
     background-image: url(/images/testimonialNext.gif);
     background-repeat: no-repeat;
     background-position: right;
     padding: 0 16px 0 0;
	}

    		#prevBtn2:hover
      {
         background-image: url(/images/testimonialPreviousOV.gif);
    	}

    	#nextBtn2:hover
      {
         background-image: url(/images/testimonialNextOV.gif);
    	}



	#nextBtn2 a, #prevBtn2 a
	{
    background-color: transparent;
    color: #455560;
    text-decoration: none;
  }


  	#nextBtn2 a:hover, #prevBtn2 a:hover
	{
    background-color: transparent!important;
    color: #1d5b8e;
    text-decoration: none;
  }


/*END/




/*enews + contact*/


/*.overR - overides for 2010 news only menu behaviour amends*/

.overR ul .selected a
{
    color: #455560!important;
    background-image: url(/images/3rdNavBut.gif)!important;
}
    
    .overR ul .selected a:hover
    {
        background-image: url(/images/3rdNavButOV_blue.gif)!important;
        color: #1D5B8E!important;
    }



.enews
{
margin-top: -10px;
}

.newsContent
{
  margin: 7px;
}

.newsContent p
{
padding: 7px 7px 7px 0 !important;
}

    .newsContent h1
    {
        font-size: 12px !important;
        font-weight: bold !important;
        margin: 0;
        padding: 7px 7px 7px 0px !important;
    }


.enewsarticlepage
{
  padding:0px;
  border:0px;
  border-collapse:collapse;
  border-spacing: 0px;
}


.enewsarticlepageimage
{
  vertical-align:top;
  padding-right:15px;
  padding-top:6px;
  padding-left: 5px;
}


.enewsimage
{
  padding-bottom:30px;
  vertical-align:top;
  padding-right:10px;
}


.enewsarticlepagearticle
{
  padding:0px;
  margin:0px;
}


.enewsarticle
{
  padding-bottom:30px;
}


.enewsarticle .enewsdate
{
font-size: 10px;
}


.press
{
  font-style:italic;
  font-weight:normal;
}


.enquirytext
{
  width:250px;
  margin-right:5px;
}


.enquirydropdown
{
  width:254px;
}


.enquirytextarea
{
  width:250px;
  height:150px;
  margin-right:5px;
  overflow:auto;
}


#contactform
{
  margin: 10px 0 0 7px;
}


#enquirysubmit
{
  border:0;
  color:white;
  background-repeat: no-repeat;
  font-size:0.8em;
  font-weight:bold;
  width:66px;
  height: 28px;
  padding: 0 2px 6px 0;
} /*Submit Button*/


#contactform th
{
  width:130px;
  text-align: left;
}


#contactform td
{
  padding-bottom:10px;
  text-align: left;
}


#contactform th
{
  padding-bottom:10px;
  vertical-align:top;
  padding-top:4px;
}


#contactform .address
{
  padding-bottom:0px;
}


/*End*/

/*Search Results*/
.search
{
  text-align: left;
  padding: 7px;
}
/*End*/

/*Map*/

#map
{
  width:585px;
  height:400px;
  margin: 7px 0 7px 0;
}

#map img
{
  background-color: transparent!important;
}


#employment
{
  margin:10px 7px 10px 0!important;
  padding:0px !important;
  width:99%;
  background-color:#F9F9F9;
  border-right:1px solid #E7E7E7;
  text-align: left;
}


#employment th
{
  color:#1A598C;
  padding: 2px 0 2px 3px;
  border:1px solid #E7E7E7;
  background-color:#f0f0f0;
}


#employment td
{
  color:#455560;
  padding: 2px 0 2px 3px;
  border-left:1px solid #E7E7E7;
  border-bottom:1px solid #E7E7E7;
}


#main ol
{
margin: 0;
list-style: decimal url();
padding: 3px 10px 3px 35px;
}







/*enews + contact*/
.newsContent
{
  margin: 7px;
}

.newsContent p
{
padding: 7px 7px 7px 0 !important;
}

    .newsContent h1
    {
        font-size: 12px !important;
        font-weight: bold !important;
        margin: 0;
        padding: 7px 7px 7px 0px !important;
        color: #1d5b8e;
    }



/*News*/
.enewsarticlepage{padding:0px; border:0px; border-collapse:collapse; border-spacing: 0px; }
.enewsarticlepageimage{vertical-align:top;padding-right:15px;padding-top:6px; padding-left: 5px;}
.enewsimage{padding-bottom:30px;vertical-align:top;padding-right:10px; }
.enewsarticlepagearticle{}
.enewsarticle{padding-bottom:30px;}
.enewsarticle .enewsdate{}
.press{font-style:italic;color:#6E6E6E; font-weight:normal;}

.enquirytext { width:250px; margin-right:5px;}
.enquirydropdown { width:254px;}
.enquirytextarea { width:250px; height:150px; margin-right:5px; overflow:auto;}
#contactform {margin: 10px 0 0 7px;}
#enquirysubmit { border:0;  color:white; background-image: url(/images/butSubmit.jpg); background-repeat: no-repeat; font-size:0.8em; font-weight:bold;width:66px; height: 28px; padding: 0 2px 6px 0;} /*Submit Button*/
#contactform th {width:130px;text-align: left;}
#contactform td {padding-bottom:10px; text-align: left;}
#contactform th {padding-bottom:10px; vertical-align:top;padding-top:4px;}

#contactform .address{padding-bottom:0px;}


/* Call Center contact form */
#contactform_cc
{
	margin: 10px 7px 0 0px;
}

#contactform_cc th
{
	width:130px;
	text-align: left;
	padding: 4px 5px 10px 2px;
	vertical-align:top;
	background-color: #EFEFEF;
}

#contactform_cc td
{
	padding: 4px 5px 10px 2px;
	text-align: left;
	background-color: #EFEFEF;
}

#contactform_cc .small
{
	font-size: 11px;
}

/* Crystal Reports form */
#cr_form
{
	margin: 10px 7px 0 7px;
}

#cr_form th
{
	width:130px;
	text-align: left;
	padding: 4px 5px 10px 2px;
	vertical-align:top;
	background-color: #EFEFEF;
}

#cr_form td
{
	padding: 4px 5px 10px 2px;
	text-align: left;
	background-color: #EFEFEF;
}

#cr_form .small
{
	font-size: 11px;
}

/* dashboard form */
#dashboard_form
{
	margin: 10px 7px 0 7px;
}

#dashboard_form th
{
	width:130px;
	text-align: left;
	padding: 4px 5px 10px 2px;
	vertical-align:top;
	background-color: #EFEFEF;
}

#dashboard_form td
{
	padding: 4px 5px 10px 2px;
	text-align: left;
	background-color: #EFEFEF;
}

#dashboard_form .small
{
	font-size: 11px;
}


/* product enhancement form */
#per_form
{
	margin: 10px 7px 0 7px;
}

#per_form th
{
	width:130px;
	text-align: left;
	padding: 4px 5px 10px 2px;
	vertical-align:top;
	background-color: #EFEFEF;
}

#per_form td
{
	padding: 4px 5px 10px 2px;
	text-align: left;
	background-color: #EFEFEF;
}

#per_form .small
{
	font-size: 11px;
}


/* sign up form */
#sign_up_form
{
	margin: 10px 7px 0 0px;
}

#sign_up_form th
{
	width:130px;
	text-align: left;
	padding: 4px 5px 10px 2px;
	vertical-align:top;
	background-color: #EFEFEF;
}

#sign_up_form td
{
	padding: 4px 5px 10px 2px;
	text-align: left;
	background-color: #EFEFEF;
}

#sign_up_form .small
{
	font-size: 11px;
}


/* Client Survey form */
#clientsurvey
{
	padding-left: 7px;
}


#clientsurvey th
{
	width:130px;
	text-align: left;
	padding: 5px 10px 5px 10px;
	vertical-align:top;
	background-color: #EEEEEE;
	font-size: 12px;
}

#clientsurvey td
{
	padding: 5px 10px 5px 10px;
	text-align: left;
	background-color: #EFEFEF;
	font-size: 12px;
}

#clientsurvey td.nobgcol
{
	background-color: #FFFFFF;
}


#clientsurvey .small
{
	font-size: 14px;
}

#clientsurvey td.factortext
{
	font-size: 25px;
	padding-bottom: 10px;
}


#clientsurvey .big
{
	font-size: 14px;
}



/*End*/

/*Search Results*/
.search
{
text-align: left;
padding: 7px;
}
/*End*/

/*////////////////////   lumberTrackSupport   ////////////////////*/

    #content982
    {
      float: left;
      width: 982px;
    }

        #content982 .head
        {
          float: left;
          width: 100%;
          height: 29px;
          background-image: url(/images/content982h1bg.png);
          background-repeat: no-repeat;
        }


            #content982 h1
            {
              font-size: 17px;
              font-weight: bold;
              margin: 0;
              padding: 4px 0 0 7px;
              color: #1d5b8e;
            }

                    #content982 h1 .grayLine
                    {
                    color: #455560;
                    }

                    #content982 h1 .greenBit
                    {
                    color: #5d9731;
                    }



        #content982 .content
        {
          float: left;
          width: 100%;
          height: 424px;
          background-image: url(/images/bgContent982.gif);
          background-repeat: no-repeat;
          background-repeat: repeat-y;
        }
                  html>body #content982 .content{height: auto !important; min-height: 424px;}

         #content982 .contentIndex  /*Just for home to align nicley.*/
         {
          float: left;
          width: 100%;
          height: 286px;
          background-image: url(/images/bgContent982.gif);
          background-repeat: no-repeat;
          background-repeat: repeat-y;
         }

                  html>body #content982 .contentIndex{height: auto !important; min-height: 295px;}


         #content982 #actualContent
         {
          float: right;
          width: 593px;
         }


         #content982 #actualContent ul
         {
            padding: 0 10px 14px 35px;
            margin: 0;
         }

          .actualContentWide
          {
          margin:7px 7px 0 7px;
          }


         #contentSupport
         {
            float: right;
            width: 787px;
            margin: 7px 0 0 0;
         }

        #content982 .foot
        {
          float: left;
          width: 100%;
          height: 29px;
          background-image: url(/images/content982foot.png);
          background-repeat: no-repeat;
        }


#lumberTrackLoginForm
{
  width: 400px;
  margin: 0;
}


    #lumberTrackLoginForm input
    {
      margin: 0 0 5px 0;
      border: 1px solid #5D9731;
      width: 200px;
    }



    #lumberTrackLoginForm #submit
    {
      border: 0;
      width: 66px;
    }



.logoff
{
float: right;
margin: 9px 23px 0 0;
}


.error
{
	padding-left: 15px;
	color: #FF0000;
}

h2.fontsize18
{
	font-size: 18px;
}

.loggedinconfirm
{
	font-size: 14px;
	font-weight: bold;
}


/*//////////////////// End   ////////////////////*/


.individualSupportTable
{
  text-align: left;
  border-top: 1px #E7E7E7 solid;
  border-left: 1px #E7E7E7 solid;
  border-right: 1px #E7E7E7 solid;
}


    .individualSupportTable th
    {
      width: 200px;
      background-color: #5D9731;
      color: #fff;
      padding: 3px;
      border-bottom: 1px #E7E7E7 solid;
      vertical-align:top;
    }


    .individualSupportTable td
    {
      width: 200px;
      padding: 3px;
      border-bottom: 1px #E7E7E7 solid;
      vertical-align:top;
    }


    #supportTable tr, .individualSupportTable tr
    {
      vertical-align:top;
    }


         #content982 ul
         {
            padding: 0 10px 14px 35px;
            margin: 0;
         }


.smallText
{
  font-size: 10px;
}

/*//////////////////   bisTrackDemoArea   /////////////////*/




#bisTrackLoginForm #loginform
{
  margin: 0px;
}


    #bisTrackLoginForm #loginform input
    {
      margin: 0 0 5px 0;
      border: 1px solid #1D5B8E;
      width: 200px;
    }



    #bisTrackLoginForm #loginform #submit
    {
      border: 0;
      width: 66px;
    }


    ul#bisTrackDemos
    {
    margin: 0;
    padding: 0 0 10px 40px;
    list-style: url(/images/bisTrackDemo/bisTrackDemoBullet.gif)
    }

    #bisTrackDemos li
    {
    margin: 0 0 5px 0;
    }


/*//////////////////   End   /////////////////*/



#PDFbox
{
margin: 5px 7px 0 0px;
border: 1px #E7E7E7 solid;
background-color: #fafafa;
padding-bottom: 10px;
font-size: 11px;
}

    #PDFbox h2
    {
      padding: 7px 7px 0px 7px;
    }

    #PDFbox ul
    {
    margin: 3px 0 1px 5px!important;
    padding: 0 0 0 25px !important;
    list-style: url(/images/pdf.gif)
    }


    #PDFbox li
    {
    }



#homeFeatures
{
 margin-bottom: 20px;
}


#homeFeatures h2, #homeFeatures p
{
  font-size: 12px;
  line-height: 15px;
}


.homeFeaturesBlocks
{
  width: 245px;
  float: left;
  margin: 0 0px 0 0;
}


.productFeaturesBlocks
{
  width: 280px;
  float: left;
  margin: 0 0px 0 0;
}

.divider
{
  float: left;
  margin: 0 17px 10px 0!important;
}


#content783 p, #content783 h2   /*HERE*/
{
/*padding: 7px 7px 3px 13px;*/
}

.indexTitle h1
{
padding-left: 13px!important;
}


#supportBalls
{
  font-size: 10px;
  text-align: center;
}



.bisTrackDemoButton
{
margin: 15px 0 0 7px;
}


#registerGraphic
{
  border: 0;
}

#registerGraphic, #registerGraphic:hover, #registerGraphic a, #registerGraphic a:hover, #registerBox a, #registerBox a:hover, #registerBox, #registerBox:hover
{
  background-color: transparent !important;
}


#productsFeatureContent
{
height: auto !important;
min-height: 10px;
}


.ProductsLandingcontent
{
          float: left;
          width: 100%;
          background-image: url(/images/bgContent783.gif);
          background-repeat: no-repeat;
          background-repeat: repeat-y;
          height: auto!important;
}


#NewsBoxBlue a
{
    color: #1A598C!important;
}

#NewsBoxBlue a:hover
{
    background-color: #1A598C!important;
    color: #fff !important;
}

.smallerT
{
font-size: 12px!important;
}


/*eNewsUpdates*/

.padgeInt
{
background-image: url(/images/pageIntBG.png);
background-repeat: no-repeat;
padding: 5px 0px 5px 0px;
background-color: transparent!important;
width: 25px;
display: block;
text-align: center;   
float: left;
margin: 0 5px;
}

.padgeIntSel, .padgeInt:hover
{
background-image: url(/images/pageIntBGOV.png);
background-repeat: no-repeat;
padding: 5px 0px 5px 0px;
color: white;
width: 25px;
display: block;
text-align: center;
float: left;
margin: 0 5px;
}

.prevBut, .nextBut
{
float: left;
margin-top: 5px;
}


.prevBut
{
margin-right: 5px;

}


.padgeInt
{
display: block;
float: left;
}

.nextBut
{
margin-left: 5px;
}


#nav2nd #snake
{
color: #03457F!important;
}


#nav2nd #pig
{
color: #fff!important;
}


#nav2nd #snake:hover, #nav2nd #pig:hover
{
color: #03457F!important;
}
