﻿@font-face {
	font-family: 'web-Champignon';
	src: local('☺'), 
	url('../Fonts/Champignon.woff') format('woff'), 			/* Modern Browsers */
	url('../Fonts/Champignon.ttf') format('truetype'); 		/* Safari, Android, iOS */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'web-FuturaLT';
	src: local('☺'), 
	url('../Fonts/FuturaLT-Book.woff') format('woff'), 
	url('../Fonts/FuturaLT-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'web-HelveticaNeue';
	src: local('☺'), 
	url('../Fonts/HelveticaNeue.woff') format('woff'), 
	url('../Fonts/HelveticaNeue.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'web-HelveticaNeueBold';
	src: local('☺'), 
	url('../Fonts/HelveticaNeueBold.woff') format('woff'), 
	url('../Fonts/HelveticaNeueBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body 
{
   display: block;
   font-family: Georgia, "Times New Roman", Times; 
   font-size: 14px; 
   line-height: 18px;
   position: relative;
   margin: 0px;
   width: 100%;
}

   body .homepage #headerWrapper
   {
      z-index: 250;
   }

#headerContainer
{
   height: 120px;
   z-index: 25;
}

   #headerContainer .sitelogo
   {
      background-image: url('../Content/Images/logo_med.png');
      background-position: 0px 0px;
      background-repeat: no-repeat;
      display: block;
      left: 50px;
      overflow: hidden;
      position: absolute;
      text-indent: -200px;
      width: 219px;
      height: 52px;
      top: 42px;
      z-index: 5;
   }

   #headerContainer .slogan
   {
      background-image: url('../Content/Images/KeepingITSimple.png');
      background-position: 0px 0px;
      background-repeat: no-repeat;
      display: block;
      right: 50px;
      overflow: hidden;
      position: absolute;
      width: 218px;
      height: 14px;
      top: 60px;
      z-index: 5;
   }

#headerWrapper #primaryNavigation
{
   display: block;
   height: 35px;
   list-style: none;
   position: absolute;
   top: -50px;
   width: 960px;
   text-align: center;
   z-index: 100;
}

#headerWrapper #primaryNavigation li { 
   display: inline;
}

#headerWrapper #primaryNavigation li a {
  	color: #DCD9D0;
   font-size: 17px;
   line-height: 35px;
   margin: 0 16px;
   text-decoration: none;
   text-shadow: -1px 1px 1px #333333;
   text-transform: capitalize;
}

#headerWrapper #primaryNavigation li.selected a,
#headerWrapper #primaryNavigation li a:hover { 
   color: #FFFFFF; 
}

.layout960
{
   display: block;
   position: relative;
   margin: 0px auto;
   width: 960px;
}

#headerWrapper
{
   /*background-image: url('../Images/backgrounds/seamless.jpg');
   background-position: top left;
   background-repeat: repeat-x;*/
   background-color: #F5F5F5;
   display: block;
   overflow: visible;
   position: relative;
   width: 100%;
   z-index: 250;
}

   #headerWrapper .blackbar
   {
      background-color: #000;
      display: block;
      height: 14px;
      left: 0px;
      position: absolute;
      width: 100%;
      z-index: 50;
   }

   #headerWrapper .bottomblackbar
   {
      background-color: #757575;
      display: block;
      height: 35px;
      left: 0px;
      position: relative;
      width: 100%;
      z-index: 50;
   }

   #headerWrapper .Contentblackbar
   {
      background-color: #393838;
      display: block;
      height: 40px;
      left: 0px;
      position: absolute;
      width: 100%;
      z-index: 50;
   }

   #headerWrapper .Contentblackbar .contenttitle
   {
      display: block;
      position: absolute;
      color: #FFFFFF;
      left: 10px;
      font-size: 17px;
      text-decoration: none;
      text-shadow: -1px 1px 1px #333333;
      text-transform: capitalize;
      top: 10px;
   }

   #headerWrapper .Contentblackbar .contenttitletagline
   {
      display: block;
      position: absolute;
      color: #FFFFFF;
      right: 10px;
      font-size: 17px;
      text-decoration: none;
      text-shadow: -1px 1px 1px #333333;
      text-transform: capitalize;
      top: 10px;
   }

#bodyWrapper
{
   margin: 0px 0px 0px 0px;
   overflow: hidden;
   display: block;
   position: relative;
   width: 100%;
   z-index: 100;
}

#footerWrapper
{
   background-color: #F5F5F5;
   position: relative;
   /*position: fixed;
   bottom: 0px;*/
   height: 50px;
   border-top: solid;
   border-top-width: 1px;
   border-top-color: gray;
   width: 100%;
   z-index: 250;
}

   #footerWrapper .leftfooterText
   {
      display: block;
      position: relative;
      font-family: Tahoma;
      font-size: 8pt;
      left: -40px;
      color: grey;
      float: left;
   }

   #footerWrapper .rightfooterText
   {
      display: block;
      position: relative;
      left: 200px;
      margin: 0px 0px;
      font-family: Tahoma;
      list-style: none;
      font-size: 8pt;
      color: grey;
      float: left;
   }

   #footerWrapper li 
   { 
      display: inline;
   }

   #footerWrapper li a 
   {
      margin: 0px 5px;
      color: grey;
      text-decoration: none;
   }