/* ---------------------------------------------------------------
------------------------------------------------------------------
-----CONTENTS-----------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------

1) Resets and overrides

2) Links and type

3) Body Include





------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
--1) RESETS & OVERRIDES-------------------------------------------
----------------------------------------------------------------*/

* {
    padding: 0 0;
    margin: 0 0;
}

body {
    text-align: center;
}

h2,h3,h4 {
    padding: 0 0;
    margin: 0 0;
    font-weight: normal;
}

h3, h4 {
    color: #06529A;
}

hr {
    border: 0;
    height: 1px;
    background: #CCC;
    margin: 0 0;
}

ul {
    list-style-type: none;
}

/*----------------------------------------------------------------
------2) LINKS & TYPE---------------------------------------------
----------------------------------------------------------------*/

a {
    color: #06529a;
    font-family: 'Average', serif;
    font-size: 1.1em;
}

a.headlink {
    color: #06529a;
    font-family: 'Questrial', serif;
}

a:link {
    text-decoration: none
}
a:visited {
    text-decoration: none

}
a:active {
    text-decoration: none
}
a:hover {
    text-decoration: none;
}

/*----------------------------------------------------------------
------3) BODY_INCLUDE---------------------------------------------
----------------------------------------------------------------*/

#nav-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    z-index: 2;
    background: #FFF;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #DDD;
    padding-top: 15px;
}

#navlist li {
    list-style-type: none;
    padding: 10px 30px !important;
    padding: 2 0;
    margin: 0 auto !important;
    text-align: left !important;
    text-align: center;
}

#hr-top {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 5px !important;
    margin-bottom: 2px;
    width: 160px;
}

#navlist {
    position: relative;
    top: 50px;
}

#hr-bot {
    margin: 0 auto;
    margin-top: 8px !important;
    margin-top: 1px;
    width: 160px;
}

.navhr {
    width: 160px;
    margin: 0 auto;
}

#head-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #FFF;
    z-index: 1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DDD;
    float: left;
}

#title {
    float: left;
    padding-top: 5px;
    color: #AAA;
    position: relative;
    left: 230px;
    font-family: 'Average' sans-serif;
    font-variant: small-caps;
}

#rmtn {
    font-family: sans-serif;
    position: relative;
    top: 10px;
    font-size: 0.9em;
    color: #BBB;
    font-weight: 300;
}

#footer {
    position: absolute;
    bottom: 30px;
    left: 1px;
}

#footer p {
    color: #BBB;
    font-family: 'Average' serif;
}

/*-------------------------------------*/

.justifyme {
    text-align: justify;
    text-justify: inter-word;
}

#pagetit {
    height: 60px;
    margin-top: 10px;
}

.pagetit{
    display: inline;
    position: relative;
    vertical-align: middle;
    line-height: 1.4em;
}

#stepno {
    font-size: 1.5em;
    color: #06529a;
}

#pagename {
    padding-left: 10px;
    font-size: 1.1em;
}


#hr-bot2 {
    margin-top: 8px !important;
    margin-top: 1px;
    width: 800px;
    margin: 0 auto;
    position: relative;
    top: 15px;
    left: 0px;
}

/* --------- */
/* CONTAINER */
/* --------- */

#container {
    font-family: 'Average';
    font-size: 1em;
    width: 800px;
    position: relative;
    left: 230px;
    float: left;
    text-align: left;
    line-height: 25px;
    letter-spacing: 0em;
    word-spacing: 1px;
    z-index: 0;
    top: 40px;
}

#image-container {
    float: left;
    width: 170px;
    height: 145px;
    padding: 17px 5px 17px 5px;
}

#text-container {
    float: right;
    width: 600px;
    height: 145px;
    padding: 34px 5px 0px 5px;
}

#bodywrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

#tool-link {
    position: relative;
    top: 30px;
    font-size: 1.2em;
    color: #06529A;
}

#introfoot {
    text-align: center;
    height: 100px;
}

#toolform {
    position: relative;
    float: right;
    left: 220px;
    top: -440px;
    width: 300px;
}

#inputbox {
    position: relative;
    width: 200px;
}

#inputbox-opt {
    position: relative;
    width: 200px;
    top: -10px;
}

#checklist {
    position: relative;
    padding-top: 15px;
    width: 250px;

}

#subbut {
    position: relative;
    top: 20px;
    left: 30px;
}

.grey-button {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    background: #FFF;
    color: #06529A;
    font-weight: bold;
    padding: 1px 5px;
    border-color: #DDD;
}

.grey-button:hover {
    background: #DDD;
    color: #FFF;
    font-weight: bold;
    padding: 1px 5px;
    border-color: #777;
}

#introlist {
    width: 700px;
}

#introlist li {
    padding-top: 10px;
}

#output {
    position: relative;
    width: 700px;
    height: 450px;
    float: left;
}

#errorlist {
    position: relative;
    left: 50px;
    padding-top: 20px;
}

#errorlist li {
    padding: 4px 0;
    
}

#ylabel {
    position: absolute;
    top: 202px;
}

#xlabel {
    position: absolute;
    top: 445px;
    left: 318px;
}

#step2text {
    float: left;
    width: 450px;
    padding-right: 20px;
}

#step2form {
    float: right;
    width: 230px;
}

#methodtext {
    float: left;
    width: 330px;
}

#methodoutput {
    float:right;
    width: 450px;
}

#linecountlocal {
    position: relative;
    top: 25px;
    left: 5px;
    width: 150px;
    height: 50px;
    text-align: center;
}

#linecount {
    position: relative;
    top: 70px;
    left: -720px;
    width: 650px;
    height: 50px;
    text-align: center;
}

#hiddenform {
    width: 10px;
    height: 10px;
}

#methodform {
    position: absolute;
    float: left;
    top: 13px;
    left: 680px;
    width: 150px;
}

#methodtextarea {
    position: relative;
    top: 12px;
    left: -88px;
}

.formtit{
    padding-top: 5px;
    padding-bottom: 1px;
}

#optnext {
    position: absolute;
    top: 430px;
    left: 280px;
    width: 650px;
    height: 50px;
    text-align: center;
}

#goptnext {
    position: absolute;
    top: 400px;
    left: 465px;
    width: 290px;
    height: 50px;
    text-align: center;
}
