@charset "UTF-8";
/* CSS Document */


.sites
{
	font-size: 1.0em;
}

.sites ul {
    list-style-type: none;
    margin: auto;
	padding: 0;
    overflow: hidden;
    background-color: #bcd9e1;
	/* For IE, the outcast */
        zoom:1;
        *display: inline;
}

.sites li {
	float: left;
}

.sites li a {
    display: block;
    color: 0000ff;
    text-align: center;
    padding: 0.3em;
	margin: 0.0em 0.3em 0.0em;
    text-decoration: none;
}

.sites li a:hover:not(.active) {
    background-color: #ddd;
}

.sites li a.active {
    color: white;
	font-weight: bold;
    background-color: #e6001e;
}

#site-title
{
   text-align: left;
   font-size: 1.07em;
   color: #e6001e;
   margin: 0.2em 0em 0.4em;
}

body
{
   max-width: 1024px;
   font-family: Verdana,Calibri,sans-serif;
   background-color: #f6f6f6;
   font-size: 1.0em;
   height: 100%;
   margin: 0 auto;
}



ul.menu-list
{
   margin: 1.0em 0em;
   list-style-type: none;
   padding: 0;
   text-align: center;
}

li.menu-item
{
      margin: 0em 2.4em;
	  display: inline;
}


a.menu-item-link
{
   font-size: 1.2em;
   font-family: Verdana,Calibri,sans-serif;
   text-decoration: none;
   color: #0066ff;
   position: relative;

}

a.menu-item-link:hover
{
   color: #000000;
}

a.menu-item-link:active
{
   top: 0.1em;
   left: 0.1em;
}

a.about-link
{
   text-decoration: none;
   color: #0066ff;
position: relative;

}

a.about-link:hover
{
   color: #000000;
}

a.about-link:active
{
   top: 0.1em;
   left: 0.1em;
}

a.linktotop-link
{
   text-align: center;
   text-decoration: none;
   color: #0066ff;
position: relative;

}

a.linktotop-link:hover
{
   color: #000000;
}

a.linktotop:active
{
   top: 0.1em;
   left: 0.1em;
}

a.contact-link
{
   font-size: 0.9em;
   text-decoration: none;
   color: #999999;
position: relative;

}

a.contact-link:hover
{
   color: #000000;
}

a.contact-link:active
{
   top: 0.1em;
   left: 0.1em;
}

.stretch
   {
      width: 100%;
      display: inline-block;
      *display: inline;
      zoom: 1;
   }


.fluidMedia {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 0px;
    height: 100%;  /*  Depending on your case I suggest you set height for images */
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}



img
{
   border: 0em;
    width: 100%;
}


.float-left
{
   float: left;
}

.float-right
{
   float: right;
}

.clear-both
{
   clear: both;
}


p
{
   font-size: 0.9em;
}

#about
{
   text-align: left;
   margin: 0.2em 0em 0.5em;
}

#about span {
    float: right;
    }
	
#aboutcenter
{
   text-align: center;
}

.addthis_native_toolbox {
    margin: 0.0em 0em 3.5em 0em;
}

#fine-print {
    font-size: 0.75em;
	margin: 0.0em 0.5em 0.0em;
}


.columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 0.2em; /* Chrome, Safari, Opera */
    -moz-column-gap: 0.2em; /* Firefox */
    column-gap: 0.2em;
    -webkit-column-rule: 1px solid lightblue; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid lightblue; /* Firefox */
    column-rule: 1px solid lightblue;
    margin: 0.0em 0.0em 0.0em 26.0em;
}


#main-footer
{
   background-color: #e6e6e6;
   text-align: left;
   padding: 0.5em;
   
}

#main-footer span {
    float: right;
	
    }
	
	
#text  {
   font-family: 'PT Serif', Georgia, serif;
   font-size: 1.3em;
   line-height: 1.3em;
   text-indent: 1.5em;
   margin: 0em 1.4em 0.6em;
}

#crosshead  {
   font-family: Verdana,sans-serif;
   font-size: 1.1em;
   font-weight: bold;
   line-height: 1.4em;
   text-indent: 0.0em;
   margin: 0em 1.4em 0.6em;
}

#desktop-only
   {
   position: absolute; top: 9.0em;
   }