* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    background: #000000;
    color: #1f1f1f;
}

a {
    color: #366d89;
}

a:hover {
    color: #FF3300;
}

img {
    border: none;
}

p,li,h1,h2,h3,h4,h5,th,td,div,input,select,table,textarea {
    font-size: 1em;
}



input {
    vertical-align: top;
}

table {
    border-collapse: collapse;
}

th, td {
    vertical-align: top;
    text-align: left;
}

input {
    font-family:  Arial, sans-serif;
    padding: 0px;
}


em {
    font-style: italic;
    font-weight: normal;
    color: #323232;
}

strong {
    font-style: normal;
    font-weight: bold;
}

h1 {
    font-family:  Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #ff4a00;
    font-size: 1.4em;
    margin-bottom: 0.3em; 
    font-weight: normal;
}

h2 {
    font-family:  Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 2.0em;
    font-weight: bold;  
    letter-spacing: -1px;
    padding-bottom: 0.4em;
    margin-bottom: 0.4em;
    border-bottom: solid 1px #9f9f9f;
}

.col2 h2, .col456 h2 {
    border-bottom: none;
    font-size: 1.8em;
}

p, li, td {
    line-height: 1.5em;
}

ul, ol {
    padding-left: 2.5em;
}

p, ul {
    margin: 1.3em 0;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

.col1 p {
    margin-right: 120px; /* Extra margin for readability */
}

.textimage {
    margin-bottom: 2em;
    position: relative;
}

.introduction {
    color: #6b6b6b;
    font-size: 1.3em;
    line-height: 1.2em;
}

.centered {
  text-align: center;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.top {
    height: 120px;
    margin: 0px auto 0px auto;
    width: 980px;
    color: #ffffff;
    position: relative;
    font-size: 0.85em;
}

.top a {
    color: #ffffff;
}

.top a:hover {
   color: #ff3300;
}

.topnav {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding-bottom: 14px;
}

.topnav a {
  text-decoration: none;
  margin-left: 14px;
}

.topnav a.selected {
    font-weight: bold;
}

.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -72px;
    margin-top: -7px;
}

.archivebutton {
    background: url(images/archivebutton.png) no-repeat;
    width: 141px;
    height: 37px;
    display: block;
}

.archivebutton span {
    display: none;
}

.toplinks {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 37px;
}

.toplinks * {
    margin-left: 1em;
}

.toplinks .login {
    background: url(images/loginbg.png) 0% 50% no-repeat;
    padding: 20px 38px 20px 14px;
    width: 97px;
}

.search {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -1em;
}

.search * {
    float: left;
}

.search input[name=search] {
    padding: 3px 3px 3px 25px;
    border: 1px solid #dadada;
    width: 14em;
    background: #ffffff url(images/lookingglass.png) 4px 4px no-repeat;
    margin-right: 14px;
}

.labelinside {
    position: relative;
}

.labelinside > span {
    position: absolute;
    top: 4px;
    left: 25px;
    color: #666666;
    cursor: text;
}

.focused > span {
    display: none;
}

.columns {
    width: 980px;
    margin: 0px auto 0px auto;
    border: 1px solid #dadada;
    background: #ffffff;
    border: 1px solid #cfcfcf;
    /* Part of filthy hack to get navcol fill all the way down */
    overflow: hidden;
}

.content {
    width: 980px;
    margin: 0px auto 0px auto;
    border: 1px solid #dadada;
    background: #ffffff;
    border: 1px solid #cfcfcf;
    position: relative;
}

.navcol {
    width: 203px;
    padding: 28px 28px 28px 27px;
    border-left: 1px solid #dadada;
    background: #efefef;
    float: right;
    /* Filthy hack to get column fill down */
    padding-bottom: 5000px;
    margin-bottom: -5000px;
}

.precol, .postcol {
    width: 665px;
    margin: 28px 0;
    padding: 0 28px;
}

.col1 {
    width: 665px;
    margin: 28px 0;
    padding: 0 28px;
}

.col23 {
    width: 721px;
    margin: 28px 0;
}

.col2 {
    width: 203px;
    padding-left: 28px;
    float: left;
}

.col3 {
    width: 434px;
    padding: 0 28px;
    float: left;
}

.col456 {
    clear: left;
    width: 721px;
    margin: 28px 0;
}

.col4 {
    width: 203px;
    padding-left: 28px;
    float: left;
}
.col5 {
    width: 203px;
    padding-left: 28px;
    float: left;
}
.col6 {
    width: 203px;
    padding: 0 28px;    
    float: left;
}
.col7 {
    /* exists when supressing nav */
    float: left;
}

.colbottom, .imgclear {
    clear: left;
}

li {
    margin: 1em 0;
}

ul.nav li {
    list-style: none;
    font-size: 0.95em;
}

ul.nav > li:first-child {
    margin-top: 0;
}

ul.nav a.selected  {
    font-weight: bold;
}

ul.nav a {
    text-decoration: none;
    color: #323232;
}

ul.nav a:hover {
    color: #366d89;
}

ul.nav {
    padding: 0px;
    margin: 0 0 14px 0;
    font-size: 0.95em;
}

ul.nav ul {
    margin: 0;
}

.imgholder {
    position: relative;
}

.floatleft img {
    margin: 0 14px 14px 0;
}

.floatright img {
    margin: 0 0 14px 14px;
}

.byline {
    position: absolute;
    bottom: -1em;
    right: 0px;
    font-size: 0.85em;
}

.divider {
    margin: 28px 0;
    border-bottom: 1px solid #d5d5d5;
}

.nonav .precol, .nonav .postcol {
    width: 924px;
}
.nonav .col1 {
    width: 924px;
}
.nonav .col23 {
    width: 980px;
}
.nonav .col2, .nonav .col3 {
    width: 448px;
}
.nonav .col456 {
    width: 980px;
}
.nonav .col4,
.nonav .col5,
.nonav .col6,
.nonav .col7 {
    width: 210px;
}

.footerholder {
    clear: both;
    background: #0e0e0e;
}

.footer {
    margin: 28px auto 0 auto;
    padding: 28px 0;
    width: 980px;
    position: relative;
    height: 200px;
    color: #323232;
    font-size: 0.85em;
    line-height: 1.8em;
    height: 200px;
}
.footer a {
    color: #323232;
    text-decoration: none;
}
.footer a:hover {
   color: #ff3300;
}
.footer em {
    font-style: normal;
    font-weight: bold;
    color: #535353;
}
.footercol1 {
    position: absolute;
    width: 520px;
    height: 200px;  
    bottom: 28px;
    left: 0;
    border-right: 1px solid #535353;
}
.footercol2 {
    position: absolute;
    width: 460px;
    height: 200px;  
    bottom: 28;
    right: 0;
}

.anchor {
    line-height: 0.01em;
    height: 0.01em;   
}
