/*

 * REDEFINIG HTML

 */

body {
    background-color: #dfe3e4;
    color: #414141;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

table, td, th, tr {
    vertical-align: top;
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: normal;
}

h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    color: #304f7f;
    font-weight: bold;
    margin-bottom: 0.3em;
}

p, td, th, ul, li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
    margin-bottom: 0.8em;
    font-size: 1.1em;
}
td, th {
    font-size: 1.1em;
}
th {
    text-align: left;
}
ul {
    margin-left: 2.5em;
    margin-bottom: 0.8em;
    font-size: 1.1em;
}
ul ul {
    font-size: 1em;
}
ul li {
    margin-top: 0.5em;
}
form {
    clear: none;
}

input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

label {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
}

a, a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #002661;
    text-decoration:underline;
}

a:active, a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #002661;
    text-decoration:underline;
}
fieldset {
    border: 1px solid #8370a7;
}
legend {
    margin-left: 1em;
}
h2 {
    color: #638ac6;
    font-variant: small-caps;
    font-size: 1.5em;
}

/*
 * MAIN DESIGN
 */
.column-in {
    font-size: 1.1em;
}

#header {
    width: 100%;
    height: 146px;
    background-color:#002661;
}

#header-help {
    margin-left:auto;
    margin-right:auto;
    width: 1000px;
    height: 146px;
    background-image:url(/images/head.png);
    background-repeat:no-repeat;
    position:relative;
}



#main {
    margin-left:auto;
    margin-right:auto;
    width: 1000px;
}

#main-help {
    margin-left:auto;
    margin-right:auto;
    width: 860px;
    _width: 866px;
}

#left {
    width: 216px;
    float: left;
}



#middle {
    background-color:#ffffff;
    background-image:url(/images/bg_mid.png);
    background-repeat:no-repeat;
    background-position:bottom right;
    width: 632px;
    margin-left: 228px;
    color: #414141;
}

#middle-help {
    padding: 1.2em;
    _padding-right:0.9em;
    padding-top: 0;
}



#content {
    background-image:url(/images/bg_cnt.png);
    background-repeat:repeat-y;
    width: 610px;
    color: #414141;
}

#content-help {
    padding: 1em;
    padding-top: 0;
    height: 460px;
    min-height: 460px;
}

#content > #content-help {
    height: auto;
}


#footer {
    margin-left: 228px;
    width: 632px;
    text-align: right;
    color: #616161;
    padding-top: 0.5em;
}

#nav {
    float: right;
    padding-top: 0.5em;
}
#content-top {
    padding-top: 10px;
    line-height: 0;
    background-color: #ffffff;
}
#content-bottom {
    line-height: 0;
}



/*

 * COMPONENTS

 */



/*Header*/

#header-help h1 {

    display: none;

}

#header ul {

    margin: 0;

    padding: 0;

    display: block;

    list-style: none;

    position: relative;

    left: 650px;

    top: 65px;

    width: 360px;

}

#header li {

    margin: 0;

    padding: 1px;

    padding-left: 6px;

    padding-top: 6px;

    border: 0 none;

    display: block;

    float: left;

    width: 80px;

    border-left: 3px solid #638ac6;

    text-transform: uppercase;

    font-weight: bold;

    height: 40px;

}





/*Left box*/

#left table {

    width: 100%;

    border-bottom: 1px solid  #bec1c2;

    margin-top: 5px;

}

#left th {

    background-color: #638ac6;

    color: #ffffff;

    font-size: 1.1em;

    padding: 6px;

    text-transform:uppercase;

    text-align:left;

}

#left td {
    font-size: 1em;
    padding: 6px;

    text-align:left;

    background-color: #bec1c2;

}

#left input.text {

    font-family: Verdana, Arial, Helvetica, sans-serif;

    padding: 0;

    margin: 0;

    font-size: 1.3em;

    color: #000000;

    background-color: #ffffff;

}



#left ul {

    margin: 0;

    padding: 0;

    display: block;

    list-style: none;

    margin-bottom: 20px;

    margin-top: 20px;

}
#left li {
  display: inline;
}
#left li a {
    margin: 0;
    padding: 5px 3px;
    border: 0 none;
    display: block;
    width: 210px;
    border-bottom: 1px solid #bec1c2;
    font-size: 14px;
    font-weight: bold;
}
#left li ul {
  display: none;
}
#left li:hover ul {
  display: block;
  margin: 0;
  background: #dfe3e4;
}
#left li:hover ul li {
  font-size: 14px;
}
#left li:hover ul li a {
  padding-left: 12px !important;
  width: 201px;
  background: #dfe3e4;
}
#left li:hover ul li a:hover {
  padding-left: 12px !important;
  width: 201px;
  background: #bec1c2;
}
#left li:hover ul li a:hover {
}

#left a {

    margin-left: 0.8em;
}

#left li:hover a {
    background-color: #bec1c2;
}



/*

 * Others

 */

#left a, #left a:visited, #left a:active, #left a:hover {
    color: #265cb0;
    text-decoration: none;
}
#header a, #header a:visited {
    color: #ffffff;
    text-decoration: none;
}
#header a:active, #header a:hover {
    color: #eeeeee;
    text-decoration: none;
}
#nav a, #nav a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #8370A7;
    text-decoration:underline;
}

.big {

    font-size: 1.2em;

}

img.issue {

    float: left;

    margin-top:0.5em;

    margin-bottom: 1em;

    margin-right: 1em;

}

h3.main {

    margin-bottom: 1em;

}

.highlight {

    color: #638ac6;

}

#toolbox {

    margin-top: 2em;

    height: 31px;

    width: 560px;

}

#toolbox td {

    vertical-align:middle;

    text-align: left;

}

#toolbox td.first {

    background-image: url('/images/toolbox.png');

    background-repeat: no-repeat;

    width: 240px;

    padding-left: 110px;

    vertical-align:middle;

}

#toolbox img {

    vertical-align:text-bottom;

}

.error {

    color:#ff0000;

}

.require {



}

#emailform legend {
    font-size:1.1em;
}
#emailform label {
    font-size:1.1em;
    display: block;
    width: 12em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    margin-top: 0.5em;
}
#emailform input {
    margin-top: 0.6em;
    font-size:1.1em;
}
#emailform_send {
    margin-left: 12.5em;
    margin-bottom: 1em;
    border: 1px solid #bec1c2;
    background-color: #bec1c2;
    color: #ffffff;
    font-size:1.1em;
}
#pager {
    text-align: center;
}
.table td {
    padding: 4px;
    border-bottom: 1px solid #bec1c2;
}
