/* Start of CMSMS style sheet 'cpa_generalsite' */
body {
  background-color: #99F;
  font-family: Helvetica Narrow, Trebuchet MS, Arial, sans-serif;
  font-size: 10pt;
  color: #000;
}

p {
  text-align: justify;
}

body img {
  border: 0;
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 24%;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}

div#main {
   margin-left: 24%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */
     min-height:750px;
     height:auto !important; 
}

div#main h1 {
  font-family:Arial,sans-serif;
  font-size:12pt;
  font-weight:normal;
  color: #6666CC;
}

/* position for the search box */
div#search {
  text-align: left;
  padding: 0;
  margin-left:10px;
  margin-top: 10px;
}

div#search input {
  font-size: 8pt;
}

div#pagewrapper {
  /*margin: 0 auto; */      /* this centers wrapper */
  background-color: #FFF;
  color: black;
  width: 730px;
  float: left;
  margin-bottom: 10px;

}

#header {
  background-image: url(includes/images/elements/template_top.jpg);
  background-repeat: no-repeat;
  background-position:right; 
  height: 155px;
}

#logo {
  width: 150px;
  height: 133px;
  border: none;
  vertical-align: top;
  margin-top:.5em;
  margin-left: .5em;
}

#footer {
  background-image: url(includes/images/elements/template_btm.jpg);
  height: 250px;
}

#by_line {
  font-family: Arial,sans-serif;
  font-size: 8pt;
  background-color: #E3E0FF;
  text-align: center;
  padding-bottom: 5px;
}

h3 {
  font-size : 12pt;
  font-weight : bold;
  color: #6666CC;
}

.headshotdiv img, .cpaspecialimg {
  background: none repeat scroll 0 0 #FAFAFA;
  border: 1px solid #DCDCDC;
 /*  float: left; */
  padding: 5px;
  margin-right: 5px;
}

.cpaspecialimg {
  margin: 10px;
}

.specialsmall {
  font-size: smaller;
  font-style: italic;
}

.specialrowodd {
  background-color: #F0F0FF;
}

blockquote {
  background:url(uploads/images/events_pictures/icons/quote.jpg) no-repeat scroll 5px  5px transparent;
  margin:2em 0 0 0.2em;
}

blockquote p {
  color: #333333;
  padding: 5px 10px 0 70px;
  text-align: justify;
}

blockquote p.source {
  color: #666666;
  font-style: italic;
  margin: 0.5em 0 0;
  text-align: right;
}

.center-style {
  text-align: center;
}

/* End of 'cpa_generalsite' */

