body {
    font-family: Constantia, Lucidabright, Lucida, Georgia, serif;
	font-size: 18px;
    background: #FFFFD7;
    height: 100%;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

figure {
    float: right;
    margin: 0 0 10px 10px;
    display: table;
    width: 300px;
    height: auto;
}

figcaption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#header {
    background-image: linear-gradient(#499DE4, #2175BC);
    width: 100%;
    height: 90px;
    border-bottom: 3px solid #BD6822;
}

#header .title {
    margin: 0 auto;
    background-image: url('http://stusmith54.com/spirit/images/spiritheader.png');
    background-repeat: no-repeat;
    width: 980px;
    height: 85px;
}

#main {
    margin: 0 auto;
    min-height: 100%;
    text-align: left;
    width: 980px;
}

.panel {
    display: none;
}

.full {
    display: initial;
}

.mobile {
    display: none;
}

#col1 {
    float: left;
    width: 300px;
    padding-right: 10px;
    margin: 20px 0 10px 0;
}

#col2 {
    float: left;
	background: #FFFFFF;
	border: 1px solid #BD6822;
    width: 648px;
    padding: 10px 10px 0 10px;
    margin: 20px 0 20px 0;
}

#col2 p {
    max-width: 520px;
}

#col2 ul {
	max-width: 520px;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 2em;
    color: #000000;
    margin-top: 0;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    color: #666666;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1em;
    color: #000000;
}

hr {
    clear: both;
}

a:link, a:visited {
    color: #000099;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
    text-decoration: underline;
}

#navigation {
    float: left;
}

.nosub {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    width: 300px;
}

.nosub ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nosub li {
    background-image: none;
    margin-bottom: 1px;
    padding: 0;
}

.nosub a:link, .nosub a:visited {
    border-top: 1px solid #C0C0C0;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-left: 1px solid #C0C0C0;
    display: block;
    color: #FFFFFF;
    background: #2175BC;
    padding: 12px 7px;
    text-decoration: none;
}

.nosub a:hover {
    border-top: 1px solid #C0C0C0;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-left: 1px solid #C0C0C0;
    display: block;
    color: #FFFFFF;
    background: #499DE4;
    padding: 12px 7px;
    text-decoration: none;
}

.nosub #currentpage a {
    border-top: 1px solid #000000;
    border-right: 2px solid #C0C0C0;
    border-bottom: 2px solid #C0C0C0;
    border-left: 1px solid #000000;
    background: #808080;
    color: #FFFFFF;
}

.video-container {
    margin-top: 15px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    width: 560px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button:link, .button:visited {
    border: none;
    display: inline-block;
    vertical-align: baseline;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
	font: 15px Arial, Helvetica, sans-serif;
    padding: .5em 1.1em .55em !Important;
    text-shadow: 1px 1px 1px #000000;
    box-shadow: 2px 2px 2px #000000;
    border-radius: 1.1em !Important;
    font-weight: bold;
    text-decoration: none;
	color: #FFFFFF;
	background-image: linear-gradient(#499DE4, #2175BC);
}

.button:hover {
    color: #BD6822;
    background-image: linear-gradient(#2175BC, #499DE4);
}

.button:active {
    box-shadow: 2px 2px 2px #000000;
    transform: translateY(2px);
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #BD6822;
	text-align: right;
}

#footer p {
	max-width: 100%;
}

#top {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border: 0;
}