/* v1.0 | 20080212 */

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;
}
html, body {
    font-family: Arial,Helvetica,sans-serif;
    height:100%;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: 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;
}
.clear {
    clear: both;
}
#page {
    position: relative;
    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
    background: #b6b7b7 url('/images/mainBackground.png') bottom repeat-x;
}
#header {
    background: url('/images/headerBackground.png') repeat-x;
    height: 89px;
}
#featured {
    background: url('/images/featuredBackground.png') repeat-x;
    height: 252px;
    text-align: center;
}
#featured img {
    margin: 22px 35px;
}
#content {
    width: 780px;
    margin: 0 auto;
}
#blueBorder {
    position: relative;
    top: -30px;
    padding: 15px;
    background: url('/images/transparentBlue.png');
}
#innerContent {
    background: #FFF;
}
#rightBar {
    float: right;
    background: #D4EAF5;
    width: 250px;
    margin: 15px;
    padding: 7px;
}
#main {
    padding: 15px;
    font-family: Arial,Helvetica,sans-serif;
}
#main h1 {
    font-size: 1.3em;
    font-family: Georgia,'Times New Roman',times,serif;
    font-style: italic;
    padding-bottom: 3px;
}
#main p {
    padding: 10px 0;
}
#main label {
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 7px 0;
    background: #D4EAF5;
    margin-right: 280px;
}
#main input, #main select {
    display: block;
    margin: 0 auto;
}
#submitButton{
    background: url('/images/convertButton.png') 50% 0%;
    width: 281px;
    height: 68px;
    border: none;
    text-indent: -9999px;
    margin-top: 15px !important;
}
.error {
    background: #FFBABA;
    color: #D8000C;
    border: 1px solid;
    margin-right: 280px;
    padding: 7px;
}
#submitButton:hover{
    background-position: 50% 100%;
}
#rightBar h2 {
    font-size: 1.2em;
    font-family: Georgia,'Times New Roman',times,serif;
    font-style: italic;
    margin-bottom: 7px;
}
#rightBar p {
    margin-bottom: 10px;
}
#footer {
    height: 20px;
    position:absolute;
    width: 100%;
    bottom:0;
    text-align: center;
}