/*----HTML Structural Elements--------------------------------------------------*/
  
  html{
    background:#E0E2D5 url(images/bg.gif) repeat;
    /*background MUST be the same as the body tag's background in XHTML*/
    height:100%;
  }
  
  body{
    background:#E0E2D5 url(images/bg.gif) repeat;
    padding:0px;
    height:100%;
    margin:0px;
    font:74.5%/150% Verdana, Arial, Helvetica, sans-serif;
    text-align:center;
  }

  h1{
    font-size:2em;
    text-indent: -5000px;
    margin:0;
    padding:0;
  }
	
  h2{
    font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    font-size:1.2em;
    color:#153f6f;
    margin:0 0 0 0;
    padding:0 0 15px 0;
    background:#fff;
    font-weight: normal;
  }
  
  h3{
    font-size:1.2em;
    margin:5px 0 5px 0;
    padding:0;
    color:#153f6f;
  }
  
  h4{
    font-size:1em;
    margin:0;
    padding:0;
    color:#444;
  }
  
  h5{
    font-size:1.1em;
    font-weight:normal;
    color:#76736D;
    margin:0 0 0 13px;
    padding:0;
  }
  
  p{
    font-size:1em;
    line-height:150%;
    margin:0 0 10px 0;
    padding:0;
	color: #743470;
  }
  
  acronym,
  abbr{
    cursor:help;
  }
	
  a{
    color:#743470;
    outline:none;
  }	
	
  a:hover{
    color:#743470;
  }
    
  a.linkButton{
    font-size:.85em;
    width: 14em;
    margin:0 0 0 8px;
    padding:1px 7px;
    text-decoration: underline;
    display:block;
    border:1px solid #666;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    background:#fff url(images/bgButton.gif) repeat-x left bottom;
    text-align:center;
    text-decoration:none;
    color:#000066;
  }
    
  a.linkButton:hover{
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    background:#fff url(images/bgButtonOver.gif) repeat-x left bottom;
    text-decoration:none;
    color:#990000;
    cursor:pointer;
  }
  
  address{
    font-size:1.1em;
    line-height:1.5em;
    font-style:normal;
    color:#4B6581;
  }
  
  img.photoInset{
    float:left;
    display:inline;
    margin:15px 15px 12px 6px;
    border:2px solid #A1BCDC;
    background:#fff;
    padding:2px;
  }
  
  img.photoInset.altPic{
    float:right;
    margin:15px 6px 12px 15px;
  }
  
  /**----Blockquote Styles------------------------------------------------------*/
  
    blockquote{
    margin:10px 20px;
      padding-top:100px;
    }
      
    blockquote p{
      margin-top:80px;
      line-height:120%;
      font-style:italic;
    color: #fff;
    }
      
    blockquote div.citationSource{
      margin:0 0 15px 30px;
      padding-left:10px;
      background:url(images/bgNavBullet.gif) no-repeat 0 8px;
      font-weight:bold;
      color:#fff;
    }
  
  /**/
  
  /**----Unordered List Styles--------------------------------------------------*/
  
    ul{
      color: #743470;
	  margin:0 0 15px 35px;
      padding:0;
      font-size:1em;
    }
    
    ul li{
      margin:0 0 5px 0;
      padding:0;
      line-height:150%;
    }
    
    ul li ul{
      margin:5px 0 5px 30px;
      font-size:1em;
    }
    
  
  /**/
  
  /**----Ordered List Styles--------------------------------------------------*/
  
    ol{
      color: #743470;
    }

  /**/
	
  /**---Definition List Styles--------------------------------------------------*/
		
    dl{
      margin:0;
      padding:0;
      width:95%;
      clear:both;
      float:left;
      font-size:1em;
    }
		
    dl dt{
      font-size:1em;
      margin:0 0 1px 0;
      padding:0;
      font-weight:bold;
    }
		
    dl dd{
      margin:0 0 10px 0;
      padding:0;
      line-height:150%;
    }
    
  /**/

  /**---Table Styles------------------------------------------------------------*/	
		
    table{
      background-color:#ffffff;
      border:1px solid #5E749E;
      border-right:0;
      margin:15px 0 18px 4%;
      font-size:1em;
      width:94%;
      color:#4565A2;
      border-collapse:collapse;
      empty-cell:show;
    }
		
    table tbody tr th,
    table tbody tr td{
      text-align:left;
      vertical-align:top;
      padding:5px 3px 5px 5px;
      border-right:1px solid #5E749E;
    }
		
    table thead tr th{
      background:#C0CAD5;
      color:#13273F;
      border-right:1px solid #5E749E;
      padding:5px 3px 5px 5px;
    }
			
    table th label{
      display:block;
    }
		
    table tbody tr.even td,
    table tbody tr.even th{
      background-color:#EAEFF4;
    }
		
    table td input,
    table td select,
    table td textarea{
      font-size: 1em;
    }
    
    table tfoot th,
    table tfoot td{
      border:none;
      border-top:1px solid #5E749E;
      border-right:1px solid #5E749E;
      color:#660000;
      font-weight:bold;
      padding:5px;
    }

  /**/

  /**---Form Styles-------------------------------------------------------------*/
		
    form{
      margin:0;
      padding:0;
      width:100%;
    }
		
    input, 
    select, 
    textarea{
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 1em;
      line-height:1em;
      color:#4565A2;
      padding:1px;
      border:1px solid #aeaeae;
    }
    
    input.checkbox,
    input.radioButton{
      border:0;
      padding:0;
    }
	
    select,
    textarea{
      border:1px solid #aeaeae;
      padding:0;
    }
		
    input:focus, 
    textarea:focus, 
    select:focus{
      color:#0E2E56;
      background:#F2F7FF;
      border:1px solid #144D94;
    }
    
    input.submitButton,
    form fieldset.over dl dd input.submitButton{
      font-size:.85em;
      width: 14em;
      margin:0 0 0 8px;
      padding:3px 7px 4px 7px;
      text-decoration: underline;
      display:block;
      border:1px solid #666;
      border-left:1px solid #ccc;
      border-top:1px solid #ccc;
      background:#fff url(images/bgButton.gif) repeat-x left bottom;
      text-align:center;
      text-decoration:none;
      color:#000066;
    }
    
    input.submitButton.over,
    form fieldset.over dl dd input.submitButton.over{
      border-right:1px solid #000;
      border-bottom:1px solid #000;
      background:#fff url(images/bgButtonOver.gif) repeat-x left bottom;
      text-decoration:none;
      color:#990000;
      cursor:pointer;
    }
    
    input.submitButton.actionButton,
    form fieldset.over dl dd input.actionButton{
      background:#FFFDD7 url(images/bgAddToCart.gif) repeat-x left bottom;
      border-color:#FFC96F #AC5A00 #AC5A00 #FFC96F;
      color:#8F2C04;
    }
    
    input.submitButton.actionButton.over,
    form fieldset.over dl dd input.actionButton.over{
      background:#fffff9 url(images/bgAddToCartOver.gif) repeat-x left bottom;
      color:#650000;
    }

    form fieldset{
      float:left;
      display:inline;
      clear:both;
      width:94%;
      border:1px solid #ccc;
      padding:0 0 15px 0;
      margin:20px 0 20px 4%;
    }
    
    form fieldset p{
      padding:0;
      margin:20px 0 0 20px;
      width:92%;
      float:left;
      display:inline;
      clear:both;
    }
    
    form fieldset.over{
      border:1px solid #8ba6c7;
    }
    
    form fieldset legend{
      margin:0;
      font-size:1.1em;
      color:#999;
      font-weight:bold;
    }
    
    form fieldset.over legend{
      color:#325d94;
    }
    
    form fieldset dl{
      margin:10px 0 0 0;
    }
    
    form fieldset dl dt{
      margin:0 5px 6px 0;
      padding:0;
      float:left;
      display:inline;
      clear:left;
      width:25%;
      font-weight:normal;
      text-align:right;
    }
    
    form fieldset dl dt label{
      display:block;
      text-align:right;
    }
    
    form fieldset.over dl dt label,
    form fieldset.over dl dd label{
      color:#305078;
    }
    
    form fieldset.over dl dt label:hover,
    form fieldset.over dl dd label:hover{
      color:#2066c7;
    }
    
    
    form fieldset.over dl dd input,
    form fieldset.over dl dd select,
    form fieldset.over dl dd textarea{
      border-color:#8ba6c7;
      background:#f9fafb;
    }
    
    form fieldset.over dl dd input:focus,
    form fieldset.over dl dd select:focus,
    form fieldset.over dl dd textarea:focus{
      border-color:#144D94;
      background:#F2F7FF;
    }
    
    form fieldset dl dd{
      margin:0 3px 6px 0;
      padding:0;
      float:left;
      display:inline;
      width:50%;
      text-align:left;
    }
    
    form fieldset dl dd label{
      float:left;
      display:inline;
      padding-bottom:4px;
    }
    
    form div.formSubmits{
      float:left;
      display:inline;
      clear:both;
      width:100%;
    }
    
  /**/

/**/

/*----Page Structural Elements/Wraps--------------------------------------------*/
	
  .parentWrap{
    width:759px;
    min-height:100%;
    margin:0 auto;
    padding:0;
    text-align:left;
    color:#333333;
    background:#fff url(images/back.jpg) repeat-y;
  }
  
  .contentWrap{
	float:right;
	display:inline;
	width:516px;
	height:auto;
	margin:0 4px 0 0;
	position:relative;
	background:#fff url(images/hBannerHeader.jpg) no-repeat;
  }
	
  .contentSection{
    float:left;
    display:inline;
    width:480px;
    margin:0 0 6px 20px;
    padding:15px 0 0 0;
    border-bottom:1px solid #e9e7ea;
  }

/**/	

/*----Header Section------------------------------------------------------------*/
	
  .bannerHeader {
    width:516px;
    margin:0;
    padding:0;
  }
  
/**/

/*----Nav Section---------------------------------------------------------------*/
  
  /**----Main Nav Section-------------------------------------------------------*/

    .nav {
      float:left;
      display:inline;
      width:230px;
      height:auto;
      margin:0 0 0 4px;
      padding:0;
      background:#5D94D4 url(images/bgNav.jpg) no-repeat;
    }
    
    .nav ul{
      margin-bottom:40px;
      float:left;
      display:inline;
    }
    
    .nav ul li {
      float:left;
      list-style-type: none;
      padding:0;
      margin:0;
    }
    
    .nav ul li a {
      display:block;
      padding:7px 3px 6px 13px;
      margin:1px 0 0 0;
      color:#153f6f;
      text-decoration: none;
      text-align:left;
      font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
      font-size:12px;
      line-height:1em;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #769ac4;
      width: 160px;
      background:url(images/arrow.gif) no-repeat 0 11px;
    }
    
    .nav ul li a:hover{
      color:#fff;
    }
    
    .nav ul li#activePage a{
      color:#fff;
    }
    
    .nav ul li#active a{
      background: #EEEEEE;
      border-bottom: 1px solid #AFB0B0;
    }
    
  /**/
  
  /**----Sub Nav Section--------------------------------------------------------*/
    
    .subnav{
      float:left;
      display:inline;
      width:470px;
      margin:20px 0 0 20px;
      padding:0 5px 10px 0;
      border-bottom:1px solid #e9e7ea;
    }
    
    .subnav ul{
      float:left;
      display:inline;
      width:100%;
      margin:0;
      padding:0;
      background:none;
      list-style-type: none;
      clear:both;
      position:relative;
    }
    
    .subnav ul li{
      float:left;
      display:inline;
      margin:0;
      padding:0;
    }
    
    .subnav ul li a {
      display:block;
      padding:9px 14px 9px 18px;
      margin:0 0 5px 0;
      color:#153f6f;
      text-align:right;
      text-decoration: none;
      font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
      font-size:12px;
      line-height:1em;
      background:url(images/arrowSub.gif) no-repeat 0 13px;
      border-right:10px solid white;
    }
    
    .subnav ul li a:hover,
    .subnav ul li#currentPage a{
      background:#f3ecf4 url(images/arrowSub.gif) no-repeat 0 13px;
      text-decoration:none;
    }
    
  /**/

/**/

/*----Footer Styles-------------------------------------------------------------*/

  .footer{
    text-align:center;
    width:480px;
    font-size:10px;
    color:#104277;
    margin:0 0 15px 255px;
    clear:both;
    position:relative;
  }
  
  .footer p{
    color:#104277;
    margin:0;
    padding:0 0 15px 0;
  }
  
  .footer p#copyright{
    padding:15px 0 0 0;
  }
  
/**/


/*------------------------------------------------------------------------------*/
/*----BEGIN PAGE STYLES---------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

/*----Home Page------------------------------------------------------------*/
	
  .footer.homeFooter{
    margin-top:20px;
    border-top:1px solid #e9e7ea;
  }
  
  .parentWrap.home p.footer{
  	width:480px;
    font-size:10px;
    color:#104277;
    line-height:80%;
  }
	
  .parentWrap.home p{
    font-size:12px;
    line-height:160%;
    margin:0 10px 10px 0;
	
  }
	
  .parentWrap.home h1 {
    background:#fff url(images/welcome.jpg) no-repeat;
    height: 44px;
    width: 516px;
    margin-top: 220px;
  }
    
  .contentSection.classroom{
    float:right;
    display:inline;
    margin:55px 20px 0 0;
    background-image: url(images/classroom.jpg);
    background-repeat: no-repeat;
    height: 147px;
    width: 171px;
    border:2px solid #d1d5ba;
  }
  
  .contentSection.shelfware{
    float:left;
    display:inline;
    width:274px;
    height:265px;
    margin:13px 0 20px 20px;
    padding:0;
    border:2px solid #eaebcb;
    background-color: #FFFFFF;
    background-image: url(images/shelfware.jpg);
    background-repeat: no-repeat;
  }
  
  h2.homeQuote{
    display:block;
    clear:both;
    background:#5d94d3 url(images/ourMission.jpg) no-repeat 0 0;
    height:26px;
    width:234px;
    margin:0;
    font-size:1px;
    color:#5D94D4;
    line-height:1px;
    padding:0;
  }
  
  .parentWrap.home p.missionStatement{
    font-size:1em;
    line-height:120%;
    font-style: italic;
    color:#fff;
    padding:20px 10px 20px 20px;
  }
  
  .parentWrap.home .shelfware p{
    color:#000;
    font-size:1em;
    padding:160px 10px 0 10px;
    line-height: 130%;
  }
  
  .shelfware ul{
    list-style:none;
  }
  
  .shelfware ul li a {
    color:#153f6f;
    text-decoration: underline;
    margin:0 0 0 130px;
    padding:0 0 0 13px;
    text-align:left;
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    font-size:1em;
    background:url(images/arrow.gif) no-repeat 0 6px;
  }
  
/**/


/*----About Us Page------------------------------------------------------------*/
	
  .contentWrap.about {
    background:#fff url(images/aBannerHeader.jpg) no-repeat;
  }
  
  h1.about {
    background:#fff url(images/hAboutUs.gif) no-repeat;
    height: 47px;
    width: 516px;
    margin-top: 161px;
  }
  
  p.sidebarFact{
    color:#fff;
    padding:0;
    margin:20px 20px 40px 20px;
  }
    
/**/

/*----Outsource PT Page------------------------------------------------------------*/
	
  h1.outsourcePT {
	background:#fff url(images/hOutsourceProductTraining.gif) no-repeat;
	height: 47px;
	width: 516px;
	margin-top: 161px;
  }
     
/**/

/*----Education Experts Page------------------------------------------------------------*/
	
  h1.educationExperts {
	background:#fff url(images/hEducationExperts.gif) no-repeat;
	height: 47px;
	width: 516px;
	margin-top: 161px;
  }
    
/**/

/**----Clients Page------------------------------------------------------*/
  
  .contentSection.clients blockquote{
    font-size:1em;
    padding:0;
    margin:0 0 40px 0;
  }

  .clients blockquote p{
    margin-top:0;
    line-height:160%;
    font-style:italic;
    color: #743470;
  }
  
  .clients blockquote .clientsSource p{
    font-style:normal;
    padding:0;
    margin:0 0 1px 0;
    color:#997197;
  }
    
  .clientsSource{
    margin:0 0 15px 40px;
    padding-left:10px;
    font-weight:bold;
  }
  
/**/

/*----Contact Us Page-----------------------------------------------------------*/

  h1.contactUs {
    background:#fff url(images/hContactUs.gif) no-repeat;
    height: 47px;
    width: 516px;
    margin-top: 161px;
  }

  address.contact{
    width:40%;
    float:left;
    display:inline;
    margin-top:3px;
    padding:10px 15px 35px 15px;
  }
  
  dl.contactInfoList{
    color: #743470;
    width:50%;
    border-left:1px solid #e9e7ea;
    float:right;
    display:inline;
    clear:none;
    margin:0 0 15px 0;
    padding-bottom:10px;
  }
  
  dl.contactInfoList dt,
  dl.contactInfoList dd{
    margin:0;
    padding:0 0 0 25px;
  }
  
  dl.contactInfoList dt{
    margin-top:10px;
  }
  
  .contentSection#operatingHours{
    background:url(images/bgOperatingHours.gif) repeat-x 0 0;
    padding-left:10px;
  }
  
  dl.operatingHoursList{
    margin:15px 0 0 5px;
  }

/**/

