/*
Psychology Online

Light Purple: #d5d5e8;
Dark Blue: #202185;
*/

body {
  background: #d5d5e8;
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS";
  color: #202185;
  font-size: 16px;
  line-height: 30px;
}

/* 
Main Anchor Styles */
a:focus {outline: 0;}
a img {border: 0;}

form {
  padding: 0;
  margin: 0;
}

/* 
Some useful classes */
.left {float: left; display: inline;}
.right {float: right; display: inline;}
.clear {clear: both;}


/* 
Onto the structure */
#mainContainer {
  width: 982px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #fff;
  border-top: 0; border-bottom: 0; 
  text-align: left;
}

  #headerFade {
    margin: 0;
    padding: 0;
    height: 198px;
    text-align: left;
  }
    
  img.header {border: 0;} /* no border on homepage link */

/*
H1 styles and stuff */

h1 {
  font-size: 21px;
  font-weight: normal;
  padding: 0;
  margin: 0px 0 20px 0;
}

/*
Top Menu */

  #topMenu {
    list-style-type: none;
    height: 56px;
    margin: 0;
    padding: 0;
    margin-top: 2px;
    background: url('../images/menu/background.jpg') repeat-x;
  }
  
    #topMenu li {
      float: left;
      height: 56px;
      background: #fff;
      padding-left: 2px;
      font-size: 12px;
      color: #202185;
      margin-right: 1px;
    }
    
    #topMenu li a,
    #topMenu li:hover a {
      display: block;
      height: 56px;
    }
        
    #topMenu li#home {
      background: #fff url('../images/menu/home.jpg') no-repeat;
      width: 101px;
    } #topMenu li#home:hover {background-position:0  -56px;}
    #topMenu li#therapyservice {
      background: #fff url('../images/menu/therapyservices.jpg') no-repeat;
      width: 160px;
    } #topMenu li#therapyservice:hover {background-position:0  -56px;}
    #topMenu li#aboutus {
      background: #fff url('../images/menu/aboutus.jpg') no-repeat;
      width: 106px;
    } #topMenu li#aboutus:hover {background-position:0  -56px;}
    #topMenu li#contactus {
      background: #fff url('../images/menu/contactus.jpg') no-repeat;
      width: 133px;
    } #topMenu li#contactus:hover {background-position:0  -56px;}
    #topMenu li#register {
      background: #fff url('../images/menu/register.jpg') no-repeat;
      width: 117px;
    } #topMenu li#register:hover {background-position:0  -56px;}
    #topMenu li#links {
      background: #fff url('../images/menu/links.jpg') no-repeat;
      width: 113px;
    } #topMenu li#links:hover {background-position:0  -56px;}
    
    #topMenu li#cost {
      background: #fff url('../images/menu/cost.jpg') no-repeat;
      width: 106px;
    } #topMenu li#cost:hover {background-position: 0 -56px;}
    
    #topMenu li#right {
      background: transparent;
      width: 230px;      
      line-height: 56px;
      text-align: center;
      font-size: 12px;
    }
/*
Content */

#content {
  margin-top: 25px;
  background: #fff;
}

#content p {
  padding-left: 15px;
}
  
  #content h1 {
    padding-left: 15px;
  }

  #leftContent {
    width: 440px;
    padding: 0 20px;
    display: inline;
  }
  
  #rightContent {
    width: 490px;
    margin-top: 5px;
    padding: 0;
    display: inline;
  }
     
    /* Little group classes */
    .testimonial,
    .largeBox,
    .loginbox {
      border: 1px solid #ffce9d;
      border-width: 0 1px 0 1px;
      padding: 5px;
      padding-left: 10px;
      font-size: 13px;
      font-style: italic;
      line-height: 18px;
    } .testimonial span, .largeBox span {font-style: normal; font-size: 11px; color: #000033; display: block;}    
     
    .testimonial {
      width: 199px;
      *width: 216px;
    } .halfbox-bottom {background: url('../images/testimonial-bottom.jpg') bottom left no-repeat; height: 4px; margin-bottom: 12px; font-size: 0; width: 216px;}
      .halfbox-top {background: url('../images/testimonial-top.jpg') no-repeat; height: 4px; width: 216px; font-size: 0; width: 216px;}
      
    .largeBox {
      width: 464px;
      *width: 482px;
    } .largeBox-top {background: url('../images/largebox-top.jpg') no-repeat; height: 3px; margin-top: 12px; font-size: 0; width: 482px;}
      .largeBox-bottom {background: url('../images/largebox-bottom.jpg') bottom left no-repeat; height: 3px; margin-bottom: 12px; font-size: 0;  width: 482px;}

.mainLogin-top {height: 4px; background: url('../images/mainlogin-top.gif') no-repeat; width: 250px; line-height: 0; font-size: 0;}
.mainLogin-bottom {height: 4px; background: url('../images/mainlogin-bottom.gif') no-repeat; width: 250px; margin-bottom: 12px; line-height: 0; font-size: 0;}
.mainLogin {
  width: 248px;
  padding-left: 0;
  border: 1px solid #ffce9d;
  border-top: 0;
  border-bottom: 0;
}
.mainLogin h1 {
  margin: 0; 
  padding: 0;
  padding-bottom: 10px;
}
.mainLogin label {
  width: 80px;
  *width: 90px;
  font-style: normal;
  display: block;
  float: left;
  padding-left: 10px;
  line-height: 20px;
}
.mainLogin input {
  margin-bottom: 4px;
  float: left;
}

.mainLogin input.submit {
  width: 233px;
  background: url('../images/loginbutton.jpg') no-repeat;
  border: 0;
  font-size: 0;
  line-height: 0;
  height: 23px;
  margin-left: 8px;
  
}
    
#rightLeft {
  width: 218px;
}

#rightRight {
  width: 250px;
  padding-left: 15px;
}

/*
Footer */

  /* 
  Some shared values */

  ul.bottomMenu,
  ul#footer {
    clear: both;
    width: inherit;
    margin: 0;
    padding: 0;
    list-style-type: none;  
    text-align: center;
  }
  
  ul.bottomMenu {
    margin-top: 10px;
    height: 36px;
    background: url('../images/menu/bottom-bg.jpg') repeat-x;
    margin-top: 20px;
  }
  
    .bottomMenu li {
      display: inline;
      line-height: 36px;
    }
  
      .bottomMenu li a {
        padding: 6px 10px;
        font-size: 14px;
        text-decoration: none;
        color: #202185;
      }
  .footerMain {
    width: 978px;
    background: #202185;
    border-right: 4px solid #202185;
  }
  ul#footer {
    padding: 20px 10px;    
  }
    ul#footer li {
      display: inline;
      color: #fff;
      line-height: 36px;
    }
    
      ul#footer li a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        padding: 6px 6px;
      }

.therapyservices {
  padding-left: 15px;
  margin-bottom: 15px;
}

.therapyservices a img.moreinfo {
  vertical-align: bottom
}
.therapyservices a img.select {
  vertical-align: bottom
}

.therapyservices .row {
  float: left;
  width: 480px;
}

.services-top {width:467px;height:7px;background: url('../images/service-top.jpg') no-repeat; font-size: 0;}
.services-bottom {width:467px;height:7px;background: url('../images/service-bottom.jpg') no-repeat;}
.servicesbox {
  width: 459px;
  *width: 467px; 
  background: url('../images/service-middle.jpg') repeat-x;
  border: 2px solid #ffce9d;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  padding-left: 4px;
}

  .therapyservices ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
  }
  
  .therapyservices ul li {
    float: left;
    margin-bottom: 50px;
    height: 200px;
    width: 450px;
  }

/* The rapist diary */

.diary-top {width:705px;height:9px;background: url('../images/diary-top.jpg') no-repeat;margin-left: 15px; font-size: 0; line-height: 0;}
.diary-bottom {width:705px;height:7px;background: url('../images/diary-bottom.jpg') no-repeat;margin-left: 15px;}

.diary {
  width: 697px;
  *width: 706px;
  background: url('../images/service-middle.jpg') repeat-x;
  border: 2px solid #ffce9d;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  padding-left: 4px;
  margin-left: 15px;
}

.diaryHeadBlock {
  width: 350px;
  float: right;
}

.diary h1 {
  width: 350px;
  padding: 0;
  margin:0;
}
.diary h2 {
  width: 350px;
  color: #542285;
  font-size: 18px;
  padding: 0;
  margin:0;
  padding-left: 5px;
}

.diary h3 {
  width: 200px;
  color: #542285;
  font-size: 16px;
  float: left;
  margin: 0;
  padding-top: 10px;
  padding-left: 15px;
}

.diary p {
  line-height: 16px;
  font-size: 16px;
  font-weight: normal;
  padding-left: 5px;
}

.resultHead {
  background: url('../images/results.jpg') no-repeat;
  margin-left: 2px;
  color: #fff;
  padding-left: 5px;
  line-height: 28px;
  font-weight: bold;
  width: 689px;
  margin-top: 10px;
}

.availableBox {
  background: #fec6a2;
  border: 1px solid #fff;
  color: #2c286f;
  padding-left: 5px;
  margin: 0;
}

.availableBox span {
  float: left; 
  width: 50px;
}

.availableBox select {
  width: 140px;
  margin-left: 15px;
  float: left;
  margin-top: 5px;
}

.resultBox {
  border-left: 1px solid #5859a2;
  border-right: 1px solid #5859a2;
  width: 687px;
  margin-left: 2px;
}

.booknow {
  float: right;
  background: url('../images/booknow.jpg') no-repeat;
  margin-top: 4px;
  margin-right: 4px;
  width: 197px;
  height: 21px;
  font-size: 0;
  line-height: 0;
  border: 0;
}

.resultsboxbottom {
  border-top: 1px solid #5859a2;
  height: 1px;
  margin-left: 2px;
  width: 689px;
  font-size: 0;
  line-height: 0;
}

.buttonBlock {
  margin-top: 5px;
  padding-left: 4px;
}

.statement-top {width:939px;height:9px;background: url('../images/long-top.gif') no-repeat;margin-left: 15px; font-size: 0; line-height: 0;}
.statement-bottom {width:939px;height:9px;background: url('../images/long-bottom.gif') no-repeat;margin-left: 15px;}

.statement {
  width: 931px; /* -8 because of the padding */
  background: url('../images/long-middle.gif') repeat-x;
  border: 2px solid #ffce9d;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  padding-left: 4px;
  margin-left: 15px;
}

.login-top {width:939px;height:8px;background: url('../images/login-top.gif') no-repeat;margin-left: 15px; font-size: 0; line-height: 0;}
.login-bottom {width:939px;height:9px;background: url('../images/login-bottom.gif') no-repeat;margin-left: 15px;}

.loginBox {
  width: 429px; /* -8 because of the padding */
  background: url('../images/long-middle.gif') repeat-x;
  border: 2px solid #ffce9d;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  padding-left: 10px;
  margin-left: 15px;
}

.update-top {
  background: url('../images/update-top.jpg') no-repeat;
  height: 6px;
  width: 457px;
  margin-top: 10px;
}

.update-details {
  background: url('../images/update-middle.gif') repeat-x;
  width: 439px;
  border-left: 1px solid #ff9349;
  border-right: 1px solid #ff9349;
  padding-left: 15px;
  padding-top: 10px;
}

.update-bottom {
  background: url('../images/update-bottom.jpg') no-repeat;
  height: 10px;
  width: 457px;
}

.update-details label,
.update-details input {
  display: block;
  float: left;
  padding-right: 10px;
  line-height: 20px;
}

.update-details input {
  border: 1px solid #262686;
  background: #d6d6fb;
}

.update-details input.submit {
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
}

div.media {
  text-align: center;
}