@charset "utf-8";
/* CSS Document */

/*--------- General ---------*/

.breadcrumb {
 font-weight: normal;
 font-size: .85em;
 text-decoration: none;
 color: #000;
 margin: 5px 0 10px 0;
}

#head h1 {
  font-size: 1.5em;
  font-weight: bold;
  color: #2c4677;;
  margin: 1em .5em;
}

#cccsmain {
  margin: 1px;
  padding-left: 1px;
}


#cccsmain #cccsright {
  float:left;
  width:675px;
  border-left: 210px solid #fff;
  padding-top: 0;
  margin-top: 0;
  line-height: 1.65em;
  font-size: 1em;
}

#cccsmain #cccsright ul li {
  margin: 15px 0;  
}

#cccsmain #cccsright ul.long li {
  margin: 10px 0;  
}

#cccsmain #cccsright ul li li {
  margin: 5px 0;  
}

#cccsmain  #cccsright h3 {
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  color: #2c4677;
  text-transform: none;
  text-shadow: 0px 0px #fff;
  border-bottom: none;
  margin: 0px 0px -10px 3px;
  line-height: 28px;
}

#cccsmain  #cccsright h4 {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #2c4677;
  text-transform: none;
  text-shadow: 0px 0px #fff;
  border-bottom: none;
  margin: 20px 0px 0px 3px;
}

h5 {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #2c4677;
  text-transform: none;
  text-shadow: 0px 0px #fff;
  border-bottom: none;
  margin: 20px 0px 0px 0px;
}

#cccsmain #cccssidebar {
  float: left;
  width:210px;
  margin-right: -210px;
  position: relative;
}

#cccsmain #cccssidebar img{
  border:none;
}

.cccs-nav {
 border-top: 1px solid #ccc; 
 padding-top: 5px;
}

/* --------- Testimonials ------*/

.testimonial blockquote {
  background:#f5f5f5;
  border-left: 10px solid #ccc;
  margin: 1.5em;
  padding: 0.8em 1.5em;
}

.testimonial blockquote p {
  display:inline;
}

.testimonial blockquote cite {
  display: block;
  margin: 0.5em 0 0 0.5em;
  color: #777;
}

.testimonial {
  margin: 0 .3em;
  float: right;
  width: 50%;
  font-size: .9em;
  font-style: italic;
}

.testimonial .bqstart {
  float: left;
  height: 25px;
  margin-top: -25px;
  padding-top: 15px;
  margin-bottom: -50px;
  font-size: 400%;
  color: #c63a3a;
  font-style: normal;
 }

.testimonial .bqend {
  float: right;
  height: 25px;
  margin-top: -15px;
  padding-top: 10px;
  font-size: 400%;
  color: #c63a3a;
  font-style: normal;
 }
 
.testimonial blockquote {
  padding: 0 8px;
  margin: 25px;
  }

.testimonial blockquote.style1 {
  font: 14px/20px italic Times, serif;
  padding: 8px;
  background-color: #faebbc;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  margin: 0 5px;
  background-image: url(images/openquote1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  }
  
.testimonial blockquote.style1 span {
  display: block;
  background-image: url(images/closequote1.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
}

/* --------- SCA Footer ------*/

.feedback {
  clear: both;
  margin: 2em 0;
  padding: 0;
  width: 100%;
}

.feedback .fbbox {
  margin: 5px 4px;
  width: 90%;
  padding: 0 0 0 2px;;
  text-align: center;
}

.feedback .fbbox .header {
  font-weight: bold;
  font-size: 1.1em;
  margin: 5px auto;
  width: 85%;
  /*margin: 5px 20px 10px 20px;*/
  border-bottom: 1px solid #888;
  text-align: center;
}

.feedback .fbbox p {
  margin: 0;
}

.feedback .fbbox ul {
    margin-left: .75em;
    padding-left:0;
    text-align: left;
    list-style-type: none;
}

.feedback .fbbox ul li {
    margin: 1.2em o;;
}

/* -------------------- Image styles --------------------*/

img.img_left {
  float: left;
  margin-right: 4px;
}

img.img_right {
  float: right;
  margin-left: 4px;
}
 
.img_shadow {
  background:#FFFFFF;
  padding:4px;
  border:1px solid #777777;
  margin-top:5px;
  -moz-box-shadow:0px 0px 5px #666666;
  -webkit-box-shadow:0px 0px 5px #666666;
  box-shadow:0px 0px 5px #666666;
}