<!--

/** General styles **/

a {
    color: #003688;
    text-decoration: none;
}

a:hover {
    color: #1f73b9;
    text-decoration: underline;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    font-family: arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
}

form {
    margin: 0px;
    padding: 0px;
}

h1 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #333333;
    line-height: normal;
}

h4 {
    margin: 0px;
    padding: 5px 10px 5px 10px;
    background-color: #6eaf00;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

h5 {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 11px;
}

img, table {
    border: none;
}

input, select, textarea {
    color: #000000;
    font-family: arial, sans-serif;
    font-size: 11px;
    vertical-align: middle;
}

td {
    vertical-align: top;
}

textarea {
    overflow: auto;
}

ul {
    padding-left: 15px;
    margin-left: 0px;
    list-style: none;
}

ul li {
    padding-left: 20px;
    background: transparent url(../images/page_list_icon.gif) no-repeat top left;
}

small {
    font-size: 11px;
}

/** Common styles **/

a.list {
    display: block;
    padding: 0px 0px 0px 15px;
    margin-top: 5px;
    background: transparent url(../images/page_icon_arrow_blue.gif) no-repeat top left;
}

a.list:hover {
    background-image: url(../images/page_icon_arrow_light.gif);
}

div.list {
    padding: 5px 5px 5px 10px;
    background: transparent url(../images/page_dot_bg_blue.gif) repeat-x bottom left;
}

div.list a {
    display: block;
    padding: 0px 0px 0px 15px;
    background: transparent url(../images/page_icon_arrow_blue.gif) no-repeat top left;
}

div.list a:hover {
    background-image: url(../images/page_icon_arrow_light.gif);
}

h4.blue {
    background-color: #003688;
}

h4.green {
    background-color: #6eaf00;
}

h4.light {
    background-color: #7fc0eb;
}

.box, .box-blue {
    margin-bottom: 10px;
    font-size: 11px;
}

.box .text, .box-blue .text {
    padding: 6px 10px 6px 10px;
}

.box-blue {
    background-color: #e3f1fb;
}

.download-item {
    padding: 6px 10px 6px 10px;
    background: transparent url(../images/page_dot_bg_blue.gif) repeat-x bottom left;
}

.download-item img.filetype {
    float: left;
    padding: 3px 0px 0px 0px;
}

.download-item div {
    margin-left: 30px;
}

.product {
    float: left;
    width: 100%;
    padding: 10px 0px 10px 0px;
    background: transparent url(../images/page_dot_bg_green.gif) repeat-x bottom left;
    line-height: normal;
}

.product .image {
    float: left;
}

.product .text {
    margin-left: 90px;
}


/** Page container **/

#page {
    margin: 0px auto 0px auto;
    padding-bottom: 20px;
    width: 958px;
    border: 1px solid #dfe0e2;
    border-top: none;
}


/** Page copyright **/

#page-copyright {
    margin: 0px auto 0px auto;
    padding: 5px 5px 5px 25px;
    width: 935px;
    color: #6d7170;
    font-size: 11px;
}

#page-copyright a {
    color: #6d7170;
    text-decoration: none;
}

#page-copyright a:hover {
    text-decoration: underline;
}

#page-copyright span {
    padding: 0px 5px 0px 5px;
}


/** Page header **/

#page-header {
    position:relative;
    height: 97px;
    background-color: #003688;
    background-repeat: no-repeat;
    background-position: top right;
    line-height: normal;
}

#page-header .image {
    float: right;
}

#page-header .logo {
    float: left;
    padding: 20px;
}

#page-header .text {
    position: absolute;
    width: 400px;
    left: 310px;
    bottom: 15px;
}

#page-header .text h1 {
    color: #ffffff;
    font-size: 20px;
    vertical-align: bottom;
    line-height: 24px;
    vertical-align: text-bottom;
}


/** Page content & columns **/

#page-content {
    padding: 10px;
}

#page-column-center {
    float: left;
    width: 638px;
}

#page-column-center.slim {
    width: 428px;
}

#page-column-center .content {
    padding: 2px 10px 20px 10px;
}

#page-column-center .content a {
    text-decoration: underline;
}

#page-column-left {
    float: left;
    margin-right: 20px;
    width: 270px;
    font-size: 11px;
}

#page-column-left .banner {
    padding-bottom: 10px;
}

#page-column-left .banner img {
    display: block;
}

#page-column-right {
    float: right;
    width: 200px;
    margin-left: 20px;
    line-height: normal;
}


/** Extra elements **/

#page-contact-form {
    padding-top: 5px;
}

#page-contact-form input {
    margin-left: 3px;
}

#page-spacer {
    clear: both;
}


-->

