html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #41393D;
	font-family: athelasregular, serif;
    font-style: normal;
	font-size: 13pt;
	font-weight: 400;
	color: #8a8c8f;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #41393D;
}

p, ol, ul
{
	margin-top: 0;
}

ol, ul
{
	padding: 0;
	list-style: none;
}

strong {
    color: #BD212E;
}

p
{
	line-height: 180%;
}

a
{
	color: #2C383B;
}

a:hover
{
	text-decoration: none;
}

.container
{
	margin: 0px auto;
	width: 1200px;
}

/* Image */

	.image
{
	display: inline-block;
}

.image img
{
	display: block;
	width: 100%;
}

.image-full
{
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image-left
{
	float: left;
	margin: 0 2em 2em 0;
}

.image-centered
{
	display: block;
	margin: 0 0 2em 0;
}

.image-centered img
{
	margin: 0 auto;
	width: auto;
}

/* Title */

	.title
{
	margin-bottom: 3em;
}

.title h2
{
	font-weight: 400;
	font-size: 2.8em;
	color: #323232;
}

.title .byline
{
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.1em;
	color: #6F6F6F;
}

/* Header */
	
#header-wrapper
{
	padding: 1em 0em;
	background: #ffffff;
}

#header
{
	position: relative;
	height: 75px;
    width: 100%;
}

/* Logo */

#logo
{
	position: relative;
	top: 0em;
	left: 0;
}

/* Nav */

#menu
{
	position: relative;
	left: 0;
	top: 1em;
    background: #ffffff;
}

#menu ul
{
	display: inline-block;
}

#menu li
{
	display: block;
    float: left;
	text-align: center;
	line-height: 60px;
}

#menu li a, #menu li span
{
	display: inline-block;
	margin-left: 1px;
	padding: 0em 1.5em;
	letter-spacing: 0.10em;
	text-decoration: none;
	font-size: 1em;
	text-transform: uppercase;
	outline: 0;
	color: #41393d;
    transition: .3s ease;
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
}

#menu li a:hover
{
    border-top: 4px solid #be1e2d;
    border-bottom: 4px solid #be1e2d;
}

/* Page */

#wrapper
{
	background: #ffffff;
}

#page
{
	overflow: hidden;
	padding: 6em 0em;
	border-bottom: 2px solid #E3E3E3;
	text-align: center;
}

#page .button
{
	margin-top: 2em;
}

/* Content */

#content
{
	padding: 0em 7em;
}

/* Sidebar */

	#sidebar
{
	float: right;
	width: 450px;
}

#sidebar h3
{
    display: block;
    padding-bottom: .2em;
	font-size: 1.4em;
    font-family: majesti banner;
    font-weight: bold;
    font-variant: small-caps;
    border-bottom: 1px solid #BD212E;
}

/* Copyright */

#copyright
{
	overflow: hidden;
	padding: 2em 0em 0em 0em;
    background: #41393d;
    width: 100%;
}

#copyright p
{
	letter-spacing: 0.20em;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.80em;
	color: rgba(255,255,255,0.3);
}

#copyright a
{
	text-decoration: none;
	color: rgba(255,255,255,0.6);
}

#copyright div
{
    padding-bottom: .5em;
    display: inline-block;
    margin: 0 auto 0 12em;
}

/* Featured */

#featured-wrapper
{
	overflow: hidden;
	padding: 1em 0em;
	background: #ffffff;
	text-align: center;
}

#featured
{
	overflow: hidden;
}

#featured .title
{
	margin-bottom: .1em;
	padding-bottom: .1em;
    font-variant: small-caps;
    font-family: majesti banner;
}

#featured .title h2
{
	font-size: 1.5em;
    font-weight: bold;
    color: #BD212E;
}

#featured h1
{
	margin: 0em;
    margin-bottom: 1em;
	padding: 0em;
	font-weight: 400;
	font-size: 2.4em;
    font-family: majesti banner;
    font-variant: small-caps;
    font-weight: bold;
	color: #BD212E;
}

#featured h3
{
	margin: 0em;
    margin-bottom: .3em;
	padding: 0em;
    border-bottom: 1px #8A8C8F solid;
	font-weight: 400;
	font-size: 1.2em;
    font-family: athelasregular, serif;
    font-variant: small-caps;
	color: #41393D;
}

#featured img
{
    border-radius: 100px;
}

.column1,  .column2,  .column3
{
	width: 382px;
}

.column1,  .column2
{
	float: left;
	margin-right: 15px;
}

.column3
{
	float: left;
}

/* Extra */
#extra
{
	overflow: hidden;
	margin: 0em auto 0em auto;
	padding: 1em 0em 1em 0em;
	text-align: left;
}

#extra h2
{
	margin: 0em;
    margin-bottom: 1em;
	padding: 0em;
	font-weight: 400;
	font-size: 2.4em;
    font-family: majesti banner;
    font-variant: small-caps;
    font-weight: bold;
	color: #BD212E;
}

#extra img
{
    border-radius: 100px;
    padding-right: 10px;
}

#extra span
{
	display: block;
	padding-top: 0.20em;
	margin-bottom: 3em;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #A2A2A2;
}

/* Extra */
#extramenu, #extramenu2
{
	overflow: hidden;
	margin: 0em auto 0em auto;
	padding: 1em 0em 1em 0em;
	text-align: left;
}

#extramenu h2
{
	margin: 0em;
    margin-bottom: 1em;
	padding: 0em;
	font-weight: 400;
	font-size: 2.4em;
    font-family: majesti banner;
    font-variant: small-caps;
    font-weight: bold;
	color: #BD212E;
}

#extramenu h3 
{
    text-align: left;
    font-variant: small-caps;
    font-family: majesti banner;
    font-size: 1.5em;
    color: #BD212E;
    font-weight: bold;
    border-bottom: 1px solid #8A8C8F;
    margin-bottom: .5em;
}

#extramenu2 h3 
{
    text-align: right;
    font-variant: small-caps;
    font-family: majesti banner;
    font-size: 1.5em;
    color: #BD212E;
    font-weight: bold;
    border-bottom: 1px solid #8A8C8F;
    margin-bottom: .5em;
}

#extramenu h4 
{
    text-align: left;
    font-family: athelasregular, serif;
    font-variant: small-caps;
    font-size: 1.2em;
    color: #BD212E;
    margin-bottom: .1em;
}

#extramenu2 h4 
{
    text-align: right;
    font-family: athelasregular, serif;
    font-variant: small-caps;
    font-size: 1.2em;
    color: #BD212E;
    margin-bottom: .1em;
}

#extramenu img
{
    border-radius: 100px;
    padding-right: 10px;
}

#extramenu span
{
	display: block;
	padding-top: 0.20em;
	margin-bottom: 3em;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #A2A2A2;
}

#extramenu p
{
    line-height: 15px;
    padding-top: 10px;
}

#extramenu2 p
{
    line-height: 15px;
    padding-top: 10px;
    text-align: right;
}

/* Slider */
@keyframes slidy 
{
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

#header-featured 
{ 
    overflow: hidden; 
}

#header-featured img 
{ 
    width: 20%; 
    float: left; 
}

#header-featured figure 
{ 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 20s slidy infinite; 
}

/* Dividers */
#divider 
{ 
  position: relative;
  background: #d7e4c2;
  width: 100%;
  height: 10px;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0; 
}

#divider2 
{ 
  position: relative;
  background: #d7e4c2;
  width: 100%;
  height: 5px;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0; 
}

/* Contact */
#extracontact
{
	overflow: hidden;
	margin: 0em auto 0em auto;
	padding: 1em 0em 1em 0em;
	text-align: center;
}

#extracontact p {
    font-family: athelasregular, sans-serif;
    margin-bottom: 1px;
}

#extracontact h2
{
	margin: 0em;
    margin-bottom: .5em;
	padding: 0em;
	font-weight: 400;
	font-size: 2.4em;
    font-family: majesti banner;
    font-variant: small-caps;
    font-weight: bold;
	color: #BD212E;
}

#extracontact h3 {
    font-family: majesti banner, sans-serif;
    font-size: 1.4em;
    color: #BD212E;
    font-weight: bold;
    font-variant: small-caps;
    font-weight: 400;
}

/* Sitemap Column */
#copyright ul
{
	display: inline-block;
    margin-top: 1em;
}

#copyright li
{
	display: block;
    float: left;
	text-align: center;
	line-height: 20px;
}

#copyright li a, #copyright li span
{
	display: inline-block;
	margin-left: -20px;
	padding: 0em 1em;
	letter-spacing: 0.10em;
	text-decoration: none;
	font-size: 1em;
	text-transform: uppercase;
	outline: 0;
	color: #BD212E;
}

#copyright li a:hover
{
    color: #ffffff;
}

/* Contact Info */
#contactinfo {
    width: 200px;
    margin-left: 15em;
    text-align: center;
}

#contactinfo p {
    color: #8A8C8F;
    font-size: 1.2em;
    line-height: 4px;
}