﻿/*
   FOUNDATION CSS
   Desc: CSS Reset & Typography Reset
   Author: Bill Kracke
   www.Bill Kracke.com

*/

/* --------------------
        =RESET 
-------------------- */
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;
}


/* Tables */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Quotes */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Annoyances */
a img { border: none; }


/* -------------------
    =TYPOGRAPHY
------------------- */
html {font-size:100.1%;line-height: 1.5;}
/* Headings */

h1,h2,h3,h4,h5,h6 { font-weight: bold;}

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: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1.1em; margin-bottom: 1.4em; }
h6 { font-size: 1em;}


/* Standard Elements */

p           { margin: 0 0 1.5em 0;
              padding-left:1em;
              font-size:14px;
              }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; 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 #333; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#999; text-decoration:line-through; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font-size: 1em; line-height: 1.5; } 


/* Lists */
ul, ol      { margin: 0 1.5em 1.5em 1.5em; 
              padding-left:1em;}
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
li ul, 
li ol       { margin:0 1.5em; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em; font-style:italic;}


/* Tables */
table       { margin-bottom: 1.4em; width:auto; }
th          { font-weight: bold;}
th,td       { padding: 5px 8px 5px 5px; }
tfoot       { font-style: italic; }


/* -------------
    =UTILITY
 ------------ */
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.show {display:block; visibility:visible;}  
.hide {display:none; visibility:hidden;}  
.inline {display:inline;}
.block {display:block;}
.clear {clear:both;}
.alignRight {text-align:right;}
.alignLeft{text-align:left;}
.footerText{ font-size: 12px; line-height: 1em;}
.body {font-size:14px;}
.quote{padding-left: 50px; padding-right: 50px; text-align:justify; font-size:14px;}
.quoteh{padding-left: 50px; padding-right: 50px; text-align:justify;} 
div#srvnav{height:161px; padding:10px 0px 28px 5px; width:688px;}
div#srvnav a img {float:left; margin: 0px 11px 0px 0px;}
div#srvnav a img:hover{opacity:0.75;}
div#gallerynav{width: 688px; height: 281px; padding-left:60px; padding-bottom:1.5em;}
div#gallerynav a img {float: left; width: 254px; margin-right:60px;}
div#gallerynav a img:hover{opacity:0.75;}

