/* Default Global Settings */
html,
body {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

/* Core Page Settings */
body {
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: medium;
    text-align: center;
    background-color: #ffffff;
    /*	background-image: url(../img/field140-o25blue.gif); */
    /*	background-repeat: repeat; */
    /*	background-position: -30px -20px; */
}

h1 {
    font-size: 1.9em;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.3em;
}

/* TEXT */
*.copyright {
    text-align: center;
    font-size: 0.7em;
}

/* Non-essential Styles */

/* Section Styles */
*.box {
    margin: 0 5px 10px 5px;
    font-size: 0.8em;
    border: 1px solid #000040;
    padding: 2px 0 5px 0;
}

*.box h3 {
    position: relative;
    text-align: center;
    padding: 2px 0;
    /*	border-bottom: 1px solid #000040; */
    background-color: #ff9500;
    color: #1a00ff;
}

*.box h3 a {
    text-decoration: none;
    margin: 0
}

*.box h3 a.link,
a.visited,
a.hover,
a.active {
    color: #1a00ff;
}

*.box p {
    margin: 5px 10px;
}

*.box a {
    margin: 0;
}

/* Pinned message on home page */
*.pinned {
    margin: 5px 5px 5px 5px;
    font-size: 1.0em;
    border: 1px solid #800000;
    padding: 2px 0 5px 0;
}

*.pinned h5 {
    margin: 5px 10px 20px 10px;
}

*.pinned p {
    margin: 5px 10px;
}

*.pinned a {
    margin: 0;
}

/* Box Customization */
.buyit {
    border: 1px solid #000040;
    background-color: #ffff63;
}

.buyit h3 {
    background-color: #ff9500;
    color: #1a00ff;

}

/********************************************************************
 *  SECTION LAYOUT
 ********************************************************************/

/* WRAPPER */
#wrapper {
    width: 95%;
    margin: 5px auto 0px auto;
    text-align: left;
    position: relative;
    background-color: #ffffff;
    color: #000000;
}

/* PRE-HEADER */

/* HEADER */
#header {
    float: left;
    width: 100%;
    padding: 0 0 2px 0;
    /* making space  below header until we make breadcrumbs */
    margin: 0 0 5px 0;
    border-bottom: 2px solid #000040;
    background: #ffffff;
    background-image: url(../img/yel2orggrad.png);
    background-repeat: repeat-x;
}

img {
    border: none;
}

#logo {
    float: left;
    position: relative;
    left: 5px;
}

#header .pagetitle {
    float: right;
    position: relative;
    right: 2em;
    font-size: 2em;
    top: 1em;
    color: #000000;
}

/* POST-HEADER */
#post-header {
    float: left;
    width: 100%;
    text-align: center;
}

#breadcrumbs {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    margin: 0 auto 5px auto;
    border-bottom: 2px solid #000040;
    font-size: 0.8em;
}

/* MAIN-CONTENT */

/* Semi-Retirement header */
.retire-header {
    text-align: center;
    font-weight: 900;
    color: #cc5500;
    margin-bottom: 15px;
}

/* Schedule table */
.table-outer {
    margin-top: 18px;
    text-align: center;
    border: 2px solid #ffa500;
    border-radius: 10px;
    overflow: hidden;
    /* clips header background to rounded corners */
}

.schedule-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    /* removes the white gap */
}

.schedule-table .title {
    background: #ffa500;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
}

.schedule-table th,
.schedule-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

.schedule-table .subhead {
    background: #cccccc;
    font-weight: 700;
}

/* Vertical divider */
.schedule-table th:not(:last-child),
.schedule-table td:not(:last-child) {
    border-right: 2px solid #eee;
}

/* Remove bottom border on last row */
.schedule-table tr:last-child td {
    border-bottom: 0;
}

/* column-lt is left-side navigation */
#column-lt {
    float: left;
    width: 25%;
}

#column-lt h2 {
    text-align: center;
}

/* column-rt is right-side navigation */
#column-rt {
    float: right;
    width: 25%;
}

#column-rt h2 {
    text-align: center;
}

/*trying to eliminate underline from links*/
*column-rt a {
    margin: 0 5px;
}

*column-rt a {
    text-decoration: none;
}

/* column-mid is main content, with navigation on left and right */
#column-mid {
    float: left;
    width: 48%;
    padding-left: 3px;
}

#column-mid h2 {
    text-align: center;
}

/* column-mid-lt is main content, with navigation on right */
#column-mid-lt {
    float: left;
    width: 72%;
    /* 72 instead of 75 allows a break between the boxes on the left and the text */

}

#column-mid-lt h2 {
    text-align: left;
}

/* column-mid-rt is main content, with navigation on left */
#column-mid-rt {
    float: right;
    width: 72%;
    /* 72 instead of 75 allows a break between the boxes on the left and the text */
}

#column-mid-rt h2 {
    text-align: left;
    padding: 10px;
}


/*trying to eliminate underline from links*/

#column-mid-rt a {
    text-decoration: none;
}

#column-mid-rt a:link {
    /*color: #000000;*/
    text-decoration: none;
}

/* FOOTER */
#footer {
    clear: both;
    width: 100%;
    text-align: center;
    background-color: #ffff6e;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #000000;
    border-bottom-color: #000000;
    margin-top: 10px;
}

#footer-nav ul {
    margin: 0px;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-top: 0.25em;
    padding-bottom: 0.5em;
}

#footer-nav li {
    font-size: 70%;
    text-decoration: none;
    display: inline;
}

#footer-nav li a:link {
    color: #000000;
    text-decoration: none;
}

#footer-nav li a:visited {
    color: #000000;
    text-decoration: none;
}

#footer-nav li a:hover {
    color: #0000ff;
    text-decoration: none;
}

#footer p.copyright {
    font-size: 70%;
    margin: 0px;
    padding: .5em 0em;
    text-align: center;
    border-top: 1px solid #888888;
}
