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: 12px;
}

#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/images/stuartheader.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: inline;
}

.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;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.8em;
    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;
}

.textbox {
	border: 1px solid #000000;
	background: #EEEEEE;
	padding: 10px 10px 0 10px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	min-height: 465px;
}

table tbody tr:nth-child(2n) td {
    background-color: #EEEEEE;
    padding: 5px;
	vertical-align: top;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

table tbody tr:nth-child(2n+1) td {
    background-color: #FFFFFF;
    padding: 5px;
	vertical-align: top;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#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 12px 30px;
    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 12px 30px;
    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;
}

.menu {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 300px;
}

.menu ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu li {
    background-image: none;
    margin-bottom: 1px;
    padding: 0;

}

.menu ul ul {
    display: block;
}

.menu ul ul li a {
    padding-left: 20px;
    width: 222px;
}

.menu a {
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    margin-left: 0;
    padding: 12px 7px 12px 30px;
    width: 260px;
}

.menu a.expanded {
    background: #2175BC url('images/collapse-white.gif') no-repeat 10px 50%;
    border-top: 1px solid #C0C0C0;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-left: 1px solid #C0C0C0;
}

.menu a.collapsed {
    background: #2175BC url('images/expand-white.gif') no-repeat 10px 50%;
    border-top: 1px solid #C0C0C0;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-left: 1px solid #C0C0C0;
}

.menu a:hover {
    color: #FFFFFF;
    background-color: #499DE4;
    text-decoration: none;
}

.menu ul a:link, .menu ul a:visited {
    color: #FFFFFF;
    background-color: #2175BC;
    text-decoration: none;
    border-top: 1px solid #C0C0C0;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-left: 1px solid #C0C0C0;
    display: block;
    padding: 12px 7px;
    margin-left: 10px;
    width: 273px;
}

.menu ul a:hover {
    color: #FFFFFF;
    background-color: #499DE4;
    text-decoration: none;
    border-top: 1px solid #C0C0C0;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-left: 1px solid #C0C0C0;
    display: block;
    padding: 12px 7px;
    margin-left: 10px;
    width: 273px;
}

.menu ul #currentpage a {
    border-top: 1px solid #000000;
    border-right: 2px solid #C0C0C0;
    border-bottom: 2px solid #C0C0C0;
    border-left: 1px solid #000000;
    background-color: #808080;
    color: #FFFFFF;
}

.menu li.active a {
    background-color: #FFFFFF;
}

.menu li.active li a {
    background-color: #FFFFFF;
    color: #000000;
}

.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%;
}

#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;
}