
body {
	background:white;
	font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
}

h1.title {
	font-size:2em;
	font-family: serif;
}
h2.pagetitle {
	font-size:2em;
	margin:10px;
	padding:10px;
}
h2.subtitle {
	font-size:1.2em;
	font-family: serif;
}
.photocaption {
	color:white;
}

.header {
	background-color: silver;
}

.spaceblock {
	padding:5px;
}

.caption {
	padding:3px;
	background-color:#dddddd;
	border-radius:5px;
}

p.close {
	font-size: inherit;
	line-height: 1.2em;
	margin-bottom:5px;
	font-family: 'Arial', 'Helvetica', sans-serif;
}

ul.close {
	font-size: inherit;
	font-family: 'Arial', 'Helvetica', sans-serif;
}
li.close {
	font-size: inherit;
	font-family: 'Arial', 'Helvetica', sans-serif;
}

.scrollouter {
    position:relative;
    overflow:hidden; /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
}
.scrollouter:after {
    position:absolute;
    top:0;
    left:100%;
    width:50px;
    height:100%;
    border-radius:10px 0 0 10px / 50% 0 0 50%;
    box-shadow:-5px 0 10px rgba(0, 0, 0, 0.25);
    content:'';
}
/* This is the element whose content will be scrolled if necessary */
.scrollable {
    overflow-x:auto;
}

.plike {
	font-size: 0.9em;
	color: black;
}

.line {
	border-bottom: 1px solid #cccccc;
}

.spaced {
	margin-bottom:20px;
	margin-top:20px;
}

.topper {
	margin-top:20px;
	padding-top:10px;
	border-top: 1px solid white;
}

.liner {
	border-top: 1px solid black;
}

span.td {
	color: #00aa00;
	background: #eeffee;
	padding:3px;
	border:1px solid #aaddaa;
}

h6 { color:black; }

.sub-nav {
	background-color: #f2f2f2;
}

#map img
{
    max-width : none;
}

.advert {
	margin: 10px 0 10px 0;
}

.border {
	border-top: 1px solid silver;
	
}

.borderb {
	border-bottom: 1px solid silver;
	
}

.nopad {
	padding-bottom:0;
}

.tbox {
	margin-top:20px;
	padding-bottom:0;
}

.pdf {
    background: url(/img/pdf.gif) no-repeat right;
    padding-right: 18px;
}

.external {
    background: url(/img/extlink.png) no-repeat right;
    padding-right: 15px;
}

.infotitle {
	color: #72aa00;
	font-weight: bold;
	margin-bottom:0;
}

.flat {
	margin-bottom:0;
}

.infoid {
	color: #72aa00;
}

.slist {
	margin-left: 4rem;
}

.gc {
	
	display: inline-block;
}

.twocol {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	column-width:400px;
}

.threecol {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	column-width:300px;
}

.subfooter {
	text-align:center;
	width: 100%;
	margin-top:10px;
}





#footer-top-block {
	background-color: #333333;
	padding: 10px 0 10px 0;
	text-align:center;	
}

#footer-block p {
	color:#eeeeee;
}

#footer-block {
	background-color: #333333;
	color:#ffffff;
	padding: 20px;
	margin:0 ;
}

#footer-block a {
	color:#ffffff;
	text-decoration:none;	
}
#footer-block a:hover {
	text-decoration:underline;	
}

.small {
	font-size: 0.8em;
}


.tsmall {
	font-size: 0.9em;
	padding: 2px;
}

.listicon {
	float:left;
	margin: 0 5px 5px 0;
}

.listli {
	clear: left;
}

button.inline, .button.inline {
    padding-top: 0.1rem;
    padding-right: 0.5rem;
    padding-bottom: 0.1rem;
    padding-left: 0.5rem;
    font-size: 0.85rem; 
}

.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

.quote {
	padding: 0 1em 0 0;
	font-style: italic;
}

.dropper {
	position:relative;
	width:100%;
	border: 3px dashed silver;
	padding-top:2em;
}

.hidden {
	visibility: none;
	display: none;
}

.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}


.panel.splash {
    border-style: solid;
    border-width: 2px;
    border-color: orange;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #FFCC99; 
    border-radius: 10px;
}
.panel.splash > :first-child {
      margin-top: 0; 
}
.panel.splash > :last-child {
      margin-bottom: 0; 
}
.panel.splash h1, .panel.splash h2, .panel.splash h3, .panel.splash h4, .panel.splash h5, .panel.splash h6, .panel.splash p {
      color: #333333; 
}
.panel.splash h1, .panel.splash h2, .panel.splash h3, .panel.splash h4, .panel.splash h5, .panel.splash h6 {
      line-height: 1;
      margin-bottom: 0.625rem; 
}
.panel.splash h1.subheader, .panel.splash h2.subheader, .panel.splash h3.subheader, .panel.splash h4.subheader, .panel.splash h5.subheader, .panel.splash h6.subheader {
        line-height: 1.4; 
}
.panel.splash a:not(.button) {
      color: #008cba; 
}
.panel.wideradius {
    border-radius: 10px; }

    
    
.leftdiv, .centerdiv, .rightdiv
{
   text-align: center;
}
@media only screen and (min-width: 641px)
{
   .leftdiv
   {
      text-align: left;
   }
   .rightdiv
   {
      text-align: right;
   }
}


