/* HTML tag styles */
a:link, a:visited {
        text-decoration: none;
}

a:active, a:hover {
        text-decoration: underline;
}

body {
        margin: 1em;
        padding: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 80%;   /* Since some people think the base font is too big */
}

caption {
        font-weight: bold;
}

dt {
        font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
        margin: 0;
        padding: 0;
}

h1 {
        font-size: 125%;
}

h2 {
        font-size: 110%;
}

h3 {
        font-size: 100%;
}

h4, h5, h6 {
        font-size: 85%;
}

input {
        font-family: monospace;
}

/* Keeps fonts more consistent */
code, kbd, pre, samp, tt {
        font-family: monospace;
        font-size: 125%;
}

pre samp, pre code {
        display: block;
        font-size: 85%;
}

table {
        margin: 1em 0;
}

td {
        border: 1px solid;
}

/* System-wide styles */
.button {
        font-family: Times, serif;
}

.error, .success, .warning {
        font-weight: bold;
}

.section {
        margin: 0.5em 0;
        padding: 0.2em;
        border: 1px solid;
}

.section .section {
        margin: 0.5em;
}

.skipLink {            /* only for non-visual navigation */
        display: none;
}

/* Banner styles */
#banner {
        width: 100%;
        height: 78px;
        overflow: hidden;
        background: url(images/topHeader.gif) left top no-repeat;
}

#banner img {
        border: 0;
}

#banner h1 {
        float: left;
        width: 375px;
        height: 21px;
        margin: 0;
        padding: 0;
        font-size: 15px;
        line-height: 21px;
}

#banner #ut {
        clear: both;
}

#banner #epd {
        clear: both;
        width: 600px;
        height: 31px;
        font-size: 25px;
        line-height: 31px;
}

/* aboutEPD styles */
#aboutEPD ul {
        clear: both;
        display: inline;
        margin: 0;
        padding: 0;
        font-size: 80%;
}

#aboutEPD ul li {
        display: inline;
        float: right;
        margin: 0;
        padding: 0;
        list-style-type: none;
}

#aboutEPD li a {
        margin: 0 0.5em;
}

/* epdGroup styles */
#epdGroup {
        clear: both;
        height: 150px;
        background: url(images/middleImage.jpg) top left repeat;
        border: 1px solid;
}

#epdGroup q, #epdGroup cite {
        visibility: hidden;
}

/* vistaGroup styles */
#vistaGroup {
        clear: both;
        height: 150px;
        background: url(images/VISTAhead_sunrise.jpg) top left no-repeat;
        border: 1px solid;
}

/* navTabs styles */
#navTabs h2 {
        margin: 0;
        padding: 0 0 0 0.5em;
        text-transform: uppercase;
        font-size: 100%;
        font-weight: bold;
        border: 1px solid;
}

#navTabs ul {
        clear: both;
        display: block;
        margin: 0;
        padding: 0.1em 0;
        font-size: 80%;
        font-weight: bold;
        border: 1px solid;
}

#navTabs ul li {
        display: inline;
        margin: 0;
        padding: 0;
        padding: 0.1em 0.5em;
        list-style-type: none;
}

#navTabs a {
        text-decoration: none;
        text-transform: uppercase;
}

/* content styles */
#content {
        clear: both;
        float: right;
        width: 80%;
        margin-top: 0.5em;
        padding-left: 0.5em;
}

/* reading styles */
#reading img {
        display: block;
        margin: 1em auto;
        text-align: center;
        border: none;
}

/* footer styles */
#footer {
        clear: both;
        float: right;
        width: 80%;
        margin: 1em 0 2em 0;
        padding: 0.5em 0 0 0;
        text-align: right;
        font-size: 80%;
        border-top: 1px solid;
}

#footer a {
        display: block;
}

#homePage #footer {
        float: none;
        width: auto;
}

/* navigation styles */
#navigation {
        position: absolute;
        top: auto;
        left: 1em;
        width: 17%;
        margin: 0.5em 0 2em 0;
        padding-bottom: 2em;
        border-right: 3px double;
        overflow: hidden;
}

#navigation h2 {
        display: none;
}

#navigation ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style-type: none;
}

#navigation ul li {
        font-weight: bold;
        margin-bottom: 0.5em;
}

#navigation ul li ul li {
        font-weight: normal;
        margin-left: 1em;
}

/* Home page styles */
#homePage #news,
#homePage #changes,
#homePage #opportunities {
        float: left;
        width: 31%;
        margin: 0.5em 0.5%;
        padding: 0.5em 0;
        overflow: hidden;
}

#homePage #changes {
        border: 1px solid;
        border-top: none;
        border-bottom: none;
}

#homePage h2 {
        margin: 0 0.2em;
        padding: 0.5em 0.2em 0.2em 0.2em;
        font-size: 100%;
        border: 1px solid;
        border-bottom: 3px double;
}

#homePage h3 {
        margin: 0.5em 0.2em;
        padding: 0.5em 0 0 0;
        font-size: 100%;
        border-bottom: 1px solid;
}

#homePage p {
        margin-left: 0.5em;
        margin-right: 0.5em;
}


