/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}




/* These are some messy DEMO styles. No need to poke around here all that much */


/* Base
------------------------------------------*/

html {
  -webkit-font-smoothing: antialiased;    
}

body {
  margin:  0;
  background: #FFF ;
  color: #444;
  font: normal normal 400 100%/1.5em georgia, verdana, sans-serif;
  font-family: "Times New Roman", Times, Georgia, serif;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #000099;
}

a:hover,
a:focus {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

figure img {
  display: block;
}

/* Typography
------------------------------------------*/

h1, h2, h3, h4, h5, h6, dl, ol, ul, p, blockquote, pre {
  margin-bottom: 1em;
  margin-top: 1em;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.5em;
}

li {
  display: list-item;
  list-style-position: inside;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.525em;
}

h3 {
  font-size: 1.225em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1em;
}

p{font-family: Arial, Helvetica, sans-serif;; font-size:1em}

/* Typographic elements */

.section-title {
  /* margin-top: 1.5em; */
  padding: .4em 0 .55em;
  border-top: 1px solid rgba(0,0,0,.2);
  border-bottom: 1px dashed rgba(0,0,0,.2);
}


/* Page
------------------------------------------*/

#page {
  margin: 0 auto;
  width: 93%;
  max-width: 1400px;
}

#footer {
  margin-top: 2.2em;
  padding-top: 1em;
  border-top: 1px dashed rgba(0,0,0,.2);
  clear: both;
  
}

/* Removed his image replacement code.
#masthead h1 {
  margin: .1em 0;
  position: absolute;
  left: -9999em;
} */

#masthead {
background-image: url(header.gif);
background-position:top center;
background-repeat:no-repeat;
height:343px;
margin-top:0;
}
#masthead h1{
font-size:3.5em;
color:#000099;
word-spacing:normal;
text-align:right;
letter-spacing: normal;
padding:20px;
margin-top:0.5em;
}
#masthead h1 span{
font-size:125%;font-style:italic;
}

#masthead h2 {
  font-size: 90%;
}


@media only screen and (min-width: 769px) {

  .demo-introduction {
    padding-left: 26%;
  }
  
}

/* Gallery example
------------------------------------------*/

.gallery a {
  display: block;
  margin-top: .4em;
  margin-bottom: .4em;
}

.gallery img {
  display: block;
  box-shadow: 0 0 0 4px rgba(0,0,0,0);
  -webkit-transition: box-shadow .5s;
  -moz-transition: box-shadow .5s;
  -ms-transition: box-shadow .5s;
  -o-transition: box-shadow .5s;
  transition: box-shadow .5s;
}

.gallery a:hover img,
.gallery a:focus img {
  box-shadow: 0 0 0 4px rgba(0,0,0,1);
}

/* custom gallery gutters */

.gallery {
  margin: 0 -.4em;
}

.gallery .unit {
  padding: 0 .4em;
}


/* Components
------------------------------------------*/

.box {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1px 1em;
  background: #fff;
  *zoom: 1;
}

figure + .box {
  margin-top: -1em;
}

/* Article layout
------------------------------------------*/

.news-articles .unit {
  margin-top: 1em;
  margin-bottom: 1em;
}

.news-articles .unit {
  border-left: 1px solid rgba(0,0,0,.2);
}

.news-articles .unit:first-child {
  border-left: none;
}

.news-articles figure {
  margin-top: 0;
}

/* Breakpoint examples
------------------------------------------*/

@media only screen and (max-width:768px) {
  
  .gallery .unit {
    width: 25%;
  }
  
  .in-fourths .unit {
    width: 50%;
  }
  
  .intro .unit {
    width: auto;
    display: block;
  }
  
}

@media only screen and (max-width: 480px) {

  /* Test of reflowing some layout for smaller screens */

  .news-articles .unit:nth-child(3) {
    border-left: none;
  }
  
  .ingrid .unit {
    width: auto;
    display: block;
  }
  
  .gallery .unit {
    width: 33.33333%;
    display: inline-block;
  }
  
}

/* Custom styles apart from grid alterations */

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

/* Custom styles not involving the grid itself */


#masthead h1 > .tagline {
font-size:0.5em;

letter-spacing:0.05em;
word-spacing:normal;
font-style:italic;
font-weight:300;
color:black;
}

.section-title{margin-top:-2em; border:0; /* border set in the ingrid file */}
.shadows {
position:relative;
	margin:10px 0;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px;
			
	-webkit-box-shadow: 5px 5px 15px #aaa;
	   -moz-box-shadow: 5px 5px 15px #aaa;
	        box-shadow: 5px 5px 15px #aaa;

}

#footer {color:#DAA520; border-top:0;}

h2{color:#000099; font-weight:400;}

b {font-weight:700;}

h3 {font-weight:700;}

.imgright{float:right;}
.squares{list-style-type:square;}
/*  Accordion extra styles */
.accordionButton {
	color:#000099; 
	cursor: pointer;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px;	
}
.accordionContent {
	color:green;
	margin-top:-250px; 
	padding:0 10px;
	background:#eee; 
	min-height:230px; 
	-webkit-box-shadow: 4px 4px 4px #ddd;
	   -moz-box-shadow: 4px 4px 4px #ddd;
	        box-shadow: 4px 4px 4px #ddd;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px;
	border: 1px solid #ccc;
	position:relative;
}
.accordionButton h3{
	font-weight:300; 
	padding-left:10px;
	font-weight:300; 
	padding-left:10px;
	color:blue;
	background-color:#e8e8e8; 
	padding:10px 15px;
	-webkit-border-radius:35px;
	   -moz-border-radius:35px;
			border-radius:35px;
	border:2px solid #aaa;
	box-shadow:3px 3px 3px #ddd;}
.accordionButton h3:hover{
	/*color:#fff;
	background:#000099;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px; */
			border:2px solid #888;
box-shadow:3px 3px 3px #aaa;
}
.close{ float:right; margin-top:0; cursor:pointer; color:gray;}
.close:hover {color:#000; text-decoration:underline;}
.shorter {
min-height:125px;
margin-top:-145px;
}

/* end accordion extra styles */

.tbVincent th {
text-align:left;
}

.indenter{margin-left:50px;}