/* CSS Reset
--------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Type
--------------------------------------------------------------------------- */
body {
    font-family: "MS Trebuchet", "Trebuchet MS",Arial, sans-serif;
}

h2 {
    font-size: 36px;
    color: #F90;
}

#col-right h2,
#col-right p {
    padding: 5px;
}

#col-right h2 {
    display: inline;
    border-bottom: 1px solid #999;
}

#col-right h3 {
    margin-top: 15px;
    font-size: 28px;
}

#col-right p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5em;
}

p#detail-caption {
    line-height: 1.5em;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

/* Layout
--------------------------------------------------------------------------- */
body {
    padding: 6px;
}

.clear {
    clear: both;
}

#cont-master {
    width: 986px;
    margin: 0 auto;
}

#cont-header {
    width: 986px;
    height: 108px;
}

#cont-header #logo {
    display: block;
    padding: 29px;
}

#cont-main h1 {
    display: block;
    overflow: hidden;
    width: 562px;
    height: 89px;
    margin: 0 auto;
    padding-top: 23px;
}

#cont-main #col-left,
#cont-main #col-right {
    float: left;
}

#cont-main #col-left {
    width: 576px;
    padding: 10px 26px;
    padding-left: 39px;
}

#cont-main #col-right {
    width: 321px;
}

#cont-main #col-right div {
    padding-top: 100px;
    padding-bottom: 20px;
    padding-left: 15px;
}

#cont-main #col-right a#main-btn {
    float: left;
    clear: both;
    +float: none;
    +clear: none;
}

#cont-footer {
    width: 986px;
    height: 23px;
}

#cont-main-spacer {
    width: 1px;
    height: 428px;
}

#logo span,
H1 span,
#main-btn span {
    margin-left: -10000px;
}


/*Temp*/
/*h1,*/
/*#col-left,*/
/*#col-right {
    display: none;
}
*/
/* Backgrounds
--------------------------------------------------------------------------- */
body {
    background-color: #666;
}

#cont-master {
    background: #FFF url(../images/cont-master.gif) repeat-y;
}

#cont-header {
    background: transparent url(../images/cont-header.gif) no-repeat;
}

#cont-main {
    background: transparent url(../images/cont-main.gif) no-repeat;
}

#cont-footer {
    background: transparent url(../images/cont-footer.gif) no-repeat;
}













