/* Basic page layout */
html, body {
    text-align: center;
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    overflow-y: scroll;
    background-color: black;
    height: 100%;
}

body {
    text-align: left;
    width: 900px;
    margin: 0px auto;
    padding: 0px 30px;
    line-height: 1.25;
    background: black url(/images/flag-fade.jpg) no-repeat;
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
}

h1 { font-size: 175%; margin: 0 0 0.714285714286em 0; }
h2 { font-size: 130%; margin: 0 0 0.961538461538em 0; }
h3 { font-size: 115%; margin: 0 0 1.08695652174em 0; }
h4 { font-size: 105%; margin: 0 0 1.19047619048em 0; }
h5 { font-size: 100%; margin: 0 0 1.25em 0; }
h6 { font-size: 100%; margin: 0 0 1.25em 0; }

ul, ol, p {
    margin-top: 0;
    margin-bottom: 1.25em;
}

img {
    border: 0;
}

a {
    color: #980303;
}

a:hover {
    color: #cf3838;
}

#header {
    height: 120px;
}

#logo {
    display: inline; /* IE6 fix */
    float: left;
    margin-left: 10px;
}

#content {
    font-size: 80%;
    display: inline; /* IE6 fix */
    float: left;
    width: 748px;
    padding: 1.25em 0 0 8px;
    background-color: white;
    border: 2px solid #980303;
    min-height: 300px;
}

.section {
    display: inline; /* IE6 fix */
    float: left;
    width: 748px;
}

h1 {
    margin-left: 10px;
}

.column {
    display: inline; /* IE6 fix */
    float: left;
    margin: 0 10px;
    width: 350px;
}

.ad {
    margin: 0 0 1.25em 10px;
}

.column .ad {
    margin-left: 0;
    padding-top: 1px; /* Prevents jiggle when loading iframes */
    float: right;
    width: 350px;
    height: 280px;
}

.widead {
    height: 15px;
    width: 728px;
    clear: left;
}

.column .ad a {
    float: right;
}

.column .ad iframe {
    margin-bottom: 0;
}

.column .ad .top {
    margin-bottom: 20px;
    width: 180px;
    height: 150px;
}

.column .ad .bottom {
    width: 180px;
    height: 90px;
}

.column .ad .vert {
    width: 120px;
    height: 240px;
    margin: 16px 0 0 35px;
}

.column .ad .big {
    width: 336px;
    height: 280px;
    margin: 0 auto;
}

#content .column .ad a img {
    border: 0;
    margin: 0;
}

.skyscraper {
    width: 120px;
    height: 600px;
    float: right;
    margin-top: 1px;
    position: relative;
}

blockquote, .highlight {
    padding: 9px 9px 0;
    border: 1px dotted #474f81;
    background-color: #f8f8bb;
    margin: 0 0 1.25em;
}

/* Menu styles */
#nav {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 30px;
    margin-top: -30px;
    padding-left: 514px;
    text-align: center;
    font-size: 90%;
}

#nav li {
    display: inline; /* IE6 fix */
    float: left;
    display: block;
    width: 116px;
    margin: 0 -2px;
    padding: 0;
}

#nav a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    width: 116px;
    padding-top: 2px;
    height: 28px;
    line-height: 28px;
    background: transparent url(/images/tab.png) no-repeat;
    color: white;
}

#nav a.active {
    margin-bottom: -2px;
    height: 30px;
    position: relative;
    background-image: url(/images/tab-active.png);
    color: #474f81;
}

#nav a:focus {
    outline: none;
    text-decoration: underline;
}

#nav a:hover, #nav .hover {
    text-decoration: underline;
}

/* Footer Styles */
#footer {
    clear: left;
    font-size: 70%;
    padding: 1.25em 20px;
    color: white;
    min-height: 127px;
    width: 720px;
}

#footer a {
    color: white;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footTextlinks a {
    padding: 0 10px;
}

#footElements {
    font-style: normal;
    margin-bottom: 1.25em;
}

form {
    margin: 0 0 12px;
}

textarea {
    width: 310px;
    height: 45px;
}

label {
    font-weight: bold;
    display: block;
}

#content img {
    border: 1px solid #474f81;
    display: block;
    margin: 0 auto 1.25em;
}

#content img.clean {
    border: 0px;
}

sup {
    vertical-align: top;
    font-size: 70%;
}

.disclaimer {
    font-size: 80%;
}

#slideshow {
    height: 220px;
    margin-bottom: 1.25em;
}

#footer a {
    display: inline; /* IE6 fix */
    float: right;
    margin-left: 180px;
}

.floatRight {
    display: inline; /* IE6 fix */
    float: right;
    margin-left: 10px;
}

#content .floatRight img {
    margin: 0;
}

#faq {
    display: none;
}

.highlight h3 {
    border-top: 1px dotted #474f81;
    padding-top: 10px;
}
