@font-face {font-family: 'PuppyBellies';
	font-style: normal;
	font-weight: normal;
	src: local('PuppyBellies'), local('PuppyBellies'), url('fonts/PuppyBellies.ttf') format('truetype');
	}

@font-face {font-family: 'AsapCondensed-SemiBold';
	font-style: normal;
	font-weight: normal;
	src: local('AsapCondensed-SemiBold'), local('AsapCondensed-SemiBold'), url('fonts/AsapCondensed-SemiBold.ttf') format('truetype');
	}

@font-face {font-family: 'Nunito-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Nunito-Regular'), local('Nunito-Regular'), url('fonts/Nunito-Regular.ttf') format('truetype');
	}

@font-face {font-family: 'OpenSans-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('OpenSans-Regular'), local('OpenSans-Regular'), url('fonts/OpenSans-Regular.ttf') format('woff'), url('fonts/OpenSans-Regular.ttf') format('truetype');
	}

* { margin: 0; padding: 0; outline: 0; }

body {
    font-size: 18px;
    line-height: 20px;
    font-family: Nunito-Regular, arial, sans-serif;
    color: #404040;
    background-color: #fff;
}

a { color: #FF0000; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }
p { padding: 0 0 11px 0; }
.left {float: left; padding: 5px 10px 0 0;}
.right {float: right; padding-left: 10px;}

.wrapper {width: 90%; padding 5px; margin: auto;}

#page-top {padding: 10px 0 10px 0; margin: 0; width: 100%; text-align: center; line-height: 170%; background-color: #5A7085; color: #fff;}
	.phone {width: 175px; float: left; text-align: left; padding-left: 10px; font-size: 20px;}
	.fb {width: 175px; float: right; text-align: right; padding-right: 20px; font-size: 20px;}
#page-top a {color: #fff;}

#heading {padding: 20px 0 0 0; margin: 0; width: 100%; text-align: center; background-color: #FF0000; line-height: 40px;}
#heading a {color: #fff;}
#logo {padding: 20px 0 0 0; margin: 0; width: 100%; text-align: center; line-height: 40px; background-color: #EBEFF1; font-size: 20px;}
#logo a {color: #4040FF;}

#content-light-green {padding: 40px 0 40px 0; margin: 0; width: 100%; text-align: center; line-height: 170%; background-color: #D0D7DF;}
#content-faint-green {padding: 40px 0 40px 0; margin: 0; width: 100%; text-align: center; line-height: 170%; background-color: #EBEFF1;}
#content-dark-green {padding: 40px 0 40px 0; margin: 0; width: 100%; text-align: center; line-height: 170%; background-color: #566E7A; color: #fff;}
#content-grey {padding: 40px 0 40px 0; margin: 0; width: 100%; text-align: center; line-height: 170%; background-color: #f1f1f1;}

#footer {padding-top: 20px; padding-bottom: 20px; margin: 0; width: 100%; background-color: #5A7085; text-align: center; color: #fff; line-height: 170%;}
#footer a {color: #fff;}

.footer-heading {font-family: PuppyBellies, arial, sans-serif; font-size: 26px; padding-bottom: 30px; font-weight: normal;}
.copyright {font-family: PuppyBellies, arial, sans-serif; font-size: 24px; padding-bottom: 30px; font-weight: normal;}

h1 {font-family: PuppyBellies, arial, sans-serif; font-size: 48px; padding-bottom: 20px; font-weight: normal; line-height: 110%; color: #273238;}
h2 {font-family: PuppyBellies, arial, sans-serif; font-size: 48px; padding-bottom: 20px; font-weight: normal; line-height: 110%; color: #273238;}
h3 {font-family: PuppyBellies, arial, sans-serif; font-size: 48px; padding-bottom: 20px; font-weight: normal; line-height: 110%; color: #273238;}
h4 {font-family: PuppyBellies, arial, sans-serif; font-size: 48px; padding-bottom: 20px; font-weight: normal; line-height: 110%; color: #273238;}
h5 {font-family: PuppyBellies, arial, sans-serif; font-size: 48px; padding-bottom: 20px; font-weight: normal; line-height: 110%; color: #273238;}
h6 {font-family: PuppyBellies, arial, sans-serif; font-size: 48px; padding-bottom: 20px; font-weight: normal; line-height: 110%; color: #273238;}

a.button {background:#fff; font-family: AsapCondensed-SemiBold, Arial, sans-serif; font-size:22px; line-height:24px; color:#306a41; display:inline-block; padding:5px 23px 5px 23px; border:1px solid #306a41;}
a.button:hover {background:#2A2B30; color: #fff;}

#cssmenu {
  font-family: AsapCondensed-SemiBold, OpenSans-Regular, Arial, sans-serif;
  font-size: 22px;
  line-height: 15px;
  text-align: left;
}
#cssmenu > ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #273238;
  border: 1px solid #400040;
  border-bottom: 3px solid #400040;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 250px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #88575B;
  border: 1px solid #400040;
  border-bottom: 3px solid #400040;
  border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  background-image: url('images/caret.png');
  background-repeat: no-repeat;
  background-position: 90% -95%;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  background: #88575B url('images/caret.png') no-repeat;
  background-position: 90% 195%;
}
#cssmenu > ul li a {
  display: block;
  padding: 12px 24px 11px 24px;
  text-decoration: none;
  color: #fff;
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  background: #88575B;
  color: #fff;
}
@media (max-width: 600px) {
  #cssmenu > ul {
    width: 100%;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('images/menu.png') no-repeat;
    background-position: 95% -35%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    background-color: #88575B;
    background-position: 95% 135%;
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #ffffff;
    border: 0 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
}
/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 600px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
}

.nav-wrapper {width: 99%;}