/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5; background: #E4E3DB url('images/bg.jpg') no-repeat top left;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {wrapper:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:85%;color:#565656;font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#999; font-family: "Baskerville", Helvetica, Arial, sans-serif;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1em;margin:.8em 0 .5em 0;}
h4 {font-size:1.2em;line-height:1.25;margin:1em 0 .5em 0;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:1em 0 1em 0;  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;}
p img {float:left;padding:0;}
p img.right {float:right;}
a:focus, a:hover {color:#000;}
a {color:#525252;text-decoration:none;outline:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}

ul {list-style-type:none;}
ol {list-style-type:decimal;}
dl dt {font-weight:bold;}

table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.81em;margin-bottom:1.875em;line-height:1.875em;}
.smaller {line-height:.3em;font-size: .3em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}  
/* For great looking quote marks in titles, replace "asdf" with:
    <span class="dquo">&#8220;</span>asdf&#8221;
    (That is, when the title starts with a quote mark). 
    (You may have to change this value depending on your font size). */  
.dquo { margin-left: -.5em;}

/* Reduced size type with incremental leading
(http://www.markboulton.co.uk/journal/comments/incremental_leading/)
This could be used for side notes. For smaller type, you don't necessarily want to 
follow the 1.5x vertical rhythm -- the line-height is too much. 
Using this class, it reduces your font size and line-height so that for 
every four lines of normal sized type, there is five lines of the sidenote. eg:
New type size in em's:
10px (wanted side note size) / 12px (existing base size) = 0.8333 (new type size in ems)
New line-height value:
12px x 1.5 = 18px (old line-height)
18px x 4 = 72px 
72px / 5 = 14.4px (new line height)
14.4px / 10px = 1.44 (new line height in em's) */
p.incr, .incr p {
font-size: 10px;
line-height: 1.44em; 
margin-bottom: 1.5em;
}

.grey {color: #DFDFDF; font-style: italic;}

/* Surround uppercase words and abbreviations with this class.
Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/] */

.caps,
.smcaps {
  float: left;
  padding: .28em .2em .5em 0;
  font-size:10em;
  font-variant: small-caps;
  font-family:"baskerville";
  letter-spacing: .01em;
  line-height: 1%;
  text-transform: lowercase;
  color: #333;
}

.smcaps { 
  font-size: 1.2em;
}

.left   { float:left;}
.right  { float:right;}
.hide   { display:none;}
.hidden { text-indent:-3000px;}

.reset-margin   { margin:0;}
.reset-padding  { padding:0;}
.reset          { margin:0;padding:0;}

.align-justify  { text-align:justify;}
.align-left     { text-align:left;}
.align-center   { text-align:center;}
.align-right    { text-align:right;}
.nav li {display:inline;list-style-type:none;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}

/* forms.css */
label {color:#dedede;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.bullet {list-style-type: disc;}

/* rollover text*/
.rollset {position: relative;}
  .rollset a {font-weight:600;}
  .rollset span.window {display: none;}
  .rollset a:hover {color:#4ebbff;}
  .rollset a:hover span.window {
    position: absolute;
      top: -8em;
      left: 13.5em;
    display: block;
    width: 14em;
    padding: 1em .6em 1.1em 1.4em;
    font-weight: 100;
    font-size: .32em;
    line-height: 1.1em;
    color: #fff;
    background:#5989ab;
    border-left: 5px solid #222 ;
    }
/*-------------------- include css -----------------------*/
.container {width: 78%; margin: .5em auto; background: #fff;}
/*.wrapper {margin: 0em auto;}*/

/*includes*/
.header {width: 50%;}

  .tagline {float: left; margin: 0 0 0 8.4%; padding: 0;}
  .contactInfoindex {float: left; margin: 0 0 0 1.8em; padding-left: 1.8em; font-style: italic; font-size: 13.3px; border-left: 1px solid #ddd;}
    .logoSm {float: left; margin: 4.6% 0 1.5% 18%;}
    .contactInfoindex h3 {float: left; margin:0; font-size: 1.08em;}

  .contactInfopage {float: left; margin: 1.2% 1.5% 0 0; padding-left: 2.5em; font-size: 10px; border-left: 1px solid #bbb;}
    .logo {float: left; margin: .12em .6em 0 0;}
    .contactInfopage h3 {margin: 0 0 0 .3em; padding: 0;}


.page ul#mainNav {clear: left;margin: 0 0 2em 0;background: #818181;border-bottom:1px solid #717171;}
  .page ul#mainNav li {float: left; margin: 0 .1%; padding: 2% 3%; text-align: center; font-family: "Baskerville", Helvetica, Arial, sans-serif; background: #818181;}
    .page ul#mainNav li a {color: #aa9; background: #818181;}
      .page ul#mainNav li a:hover {color: #333;}

#content {min-height: 33em; background: #fff;}

#footer {clear: both; background: #E4E3DB; border-top: 1px solid #E4E3DB;}
  .index div#footer {margin: 0 auto  .8%; background: #fff; border-top: 0;}
  #footer h1.logo {margin-top: 0;}
  #footer h3 {font-size: 2em; font-style: italic; letter-spacing: .036em; line-height: 1.2em;color: #9c9c9c;}
  .copyright {margin: 0; padding: 0; font-family: arial, sans-serif; background: #E4E3DB; color: #adadad;}

/*pages*/
#index {clear: both; margin: 0 auto; background: #fff;}
#index ul {margin-left: 9%;}
#index ul li {float: left; width: 18%;}
#index ul li a {display: block; text-indent: -3000px; overflow: hidden; outline: none; border: 1px solid #EFE0E3;}
    li.intro1 a {padding: 147.4% 0; background: #4a9b8f url('/css/images/intro.jpg')  17.5% 3% no-repeat;}
    li.intro1 a:hover {background: #fff url('/css/images/intro1.png') 2% 0 no-repeat;}
    li.intro2 a {padding: 148% 0; background: #07222b url('/css/images/intro.jpg')  34.8% 3% no-repeat;}
    li.intro2 a:hover {background: #fff url('/css/images/intro1.png') 27% 0 no-repeat;}
    li.intro3 a {padding: 148% 0; background: #07222b url('/css/images/intro.jpg')  53% 3% no-repeat;}
    li.intro3 a:hover {background: #fff url('/css/images/intro1.png') 51% 0 no-repeat;}
    li.intro4 a {padding: 148% 0; background: #07222b url('/css/images/intro.jpg')  72% 3% no-repeat;}
    li.intro4 a:hover {background: #fff url('/css/images/intro1.png') 76% 0 no-repeat;}
    li.intro5 a {padding: 148% 0; background: #07222b url('/css/images/intro.jpg')  90% 3% no-repeat;}
    li.intro5 a:hover {background: #fff url('/css/images/intro1.png') 100.5% 0 no-repeat;}
.index div.copyright {margin-top: 3%;}

#home,
#about,
#services,
#disclosure,
#applause {border: 3px double #EFEFEF;}

.copy {padding-bottom: 3em;}
.copy2,
div.copy li,
div.copy p {line-height: 2em; font-size: 15.3px;}

#home {padding-bottom: 3em;}
  #home div.copy {float: left; width: 315px; margin: 1.2% 3% 0 0;}
    #home div.copy p {margin: 0 0 5% 7.8%;}
  #home div.mainImg {float: left; margin: 24px 1% 0 .8%; padding: 5% 0;}
    #home div.mainImg img { border: 4px solid #EFE0E3;}
    #home div.mainImg p.small { margin: 0 0 2em;}


#about {padding-bottom: 3em;}
  #about div.copy {float: left; width: 315px; margin: 1.2% 2% 0 0;}
    #about div.copy p {margin: 0 0 5% 8.7%;}
      #about div.copy p img {float: left; margin: 4.2% 6%;}
  #about div.mainImg {float: left; margin: 0 0 0 2%; width: 615px;}
    #about div.mainImg img.img1 {float: left; margin: 0 5px 0px 0px; border: 4px solid #EFE0E3;}
    #about div.mainImg img.img2 {float: left; margin: 0 5px 0px 0px; border: 4px solid #EFE0E3;}


#services {padding-bottom: 3%;}
#services div.copy1 h3 {margin: .2em 0; color: #6F6161; font-size: 1.8em;}
#services div.copy1 {float: left; width: 50%; margin: 0 4% 0 3%; padding: 1% 1% 0 1%; background: #eee; border-top: 1px dotted #CFC2C2;}
  #services div.copy1 div.left {width: 41%; margin-right: 1%; margin-bottom: 2em; padding: 1em 4%;}
    #services div.copy1 div.left h4 {width: 80%; padding-bottom: .33em; border-bottom: 2px dotted #ddd;}
    #services div.copy1 div.left ul li {margin-left: 6%; font-size: .88em; line-height: 3em; list-style-type: disc;}
  #services div.copy1 p.small {clear: both; background-color: #CFC2C2;}
#services div.copy2 {float: left; width: 32%; margin-left: .6%; padding-top: .4em; line-height: 1.8em;}
  #services div.copy2 p {margin-bottom: 8em;}
  #services div.image {margin: 8em 0 0 5em;}
  #services div.image p.small {margin-left: 1em;}


#disclosure div.mainImg {float: left; margin: 1em 2% 0 6%; padding-top: 2em; padding-right: 2%;}
  #disclosure div.mainImg img {border: 4px solid #EFE0E3;}
  #disclosure div.mainImg p.small {margin: 0;}
#disclosure div.copy {float: left; width: 28%; line-height: 2.2em;}
#disclosure div.copy h3 {margin: 0 0 4% 0%;}
#disclosure div.copy ul {margin: 2em 0 2em 6%;}
#disclosure div.copy ul li {margin-bottom: 6%; list-style: url('/css/images/bullet.gif');}

#applause div.copy {width: 46%; margin-top: 2em; margin-left: 26em;}
#applause div.copy div.testimonial {clear: both; width: 100%; margin-top: 1em; margin-bottom: 3em;}
  #applause div.copy div.testimonial div.testimonialHeader {float: left; width: 30%; margin-right: 8%; border-top: .26em solid #EFE0E0;}
    #applause div.copy div.testimonial div.testimonialHeader  h3 {margin-top: .26em;}
    #applause div.copy div.testimonial div.testimonialHeader  h5 {margin-bottom: 0; font-weight: 400; color: #645D5C;}
  #applause div.copy div.testimonial p {margin: 0 13% 2% 0%; padding-top: .31em; line-height: 2.6em;}

.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}