﻿*
{
    border-color: #CC6600;
    margin: 0px;
    padding: 0px;
}
div
{
    position: relative;
}
body
{
    font-family: 'Lucida Sans Unicode';
    font-size: medium;
    color: #000044;
    background-image: url(images/body_bg.png);
}
#seta
{
    background-position: center top;
    padding-top: 70px;
    width: 100px;
    height: 30px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    background-image: url(images/seta.png);
    text-align: center;
    background-repeat: no-repeat;
}
#main
{
    border: 5px double #C0C0C0;
    margin: 10px auto 25px auto;
    width: 810px;
    background-color: #FFFFFF;
}
#header
{
    background-image: url(images/header.png);
    height: 98px;
}
#nav ul, #nav
{
    text-indent: 0px;
    margin: 0px;
    list-style-type: none;
    padding-left: 0px;
    list-style-position: inside;
}
#nav
{
    border-style: solid;
    border-width: 2px 1px 2px 1px;
    border-color: #CC6600;
    height: 230px;
}
#nav > li
{
    display: block;
    width: 268px;
    height: 230px;
    float: left;
    text-align: center;
    line-height: 40px;
    background-color: #FFCC66;
    font-size: medium;
}
#nav > li > a
{
    color: #000044;
    text-decoration: none;
}
#nav > li + li
{
    width: 269px;
    border-style: none none none solid;
    border-width: 1px;
    border-color: inherit;
}
#nav > li > ul
{
    padding-left: 0px;
    list-style-position: inside;
    border-style: solid none none none;
    border-width: thin;
    text-align: left;
    line-height: 1.8;
    background-color: #FFFFFF;
    font-size: 12px;
    height: 179px;
    text-transform: uppercase;
    padding-top: 10px;
    cursor: pointer;
    color: #000066;
}
#nav > li > ul a
{
    color: #000066;
    display: block;
    padding-left: 10px;
}
#nav > li > ul a:link
{
    text-decoration: none;
    display: block;
}
#nav > li > ul a:hover
{
    text-decoration: none;
    background-color: #FFCC66;
}
#nav > li > ul a:active
{
    text-decoration: none;
    color: #FF0000;
}
#nav > li > ul a:visited
{
    text-decoration: none;
}

#content
{
    padding: 10px;
}
h1
{
    border-style: none none dashed none;
    border-width: 1px;
    border-color: #CC6600;
    font-size: x-large;
    color: #000066;
    font-variant: small-caps;
    margin-top: 35px;
    letter-spacing: .3em;
    font-weight: normal;
    margin-bottom: 15px;
}
h2
{
    color: #000099;
    font-size: x-large;
    font-weight: normal;
    font-variant: small-caps;
    letter-spacing: .2em;
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: right;
}
p
{
    font-size: 0.9em;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.4em;
    text-indent: 20px;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 15px;
}
ul
{
    margin-bottom: 15px;
    margin-top: 10px;
    text-indent: 0px;
    line-height: 1.7em;
    font-size: 0.9em;
    list-style-type: circle;
    list-style-position: outside;
    padding-left: 30px;
}
dfn
{
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
}
strong
{
    font-weight: bold;
}
img
{
    border: 3px double #CC6600;
    margin: 5px 0px 5px 15px;
    float: right;
}
img.l
{
    border: 3px double #CC6600;
    margin: 5px 15px 5px 0px;
    float: left;
}
img.g
{
    border: 3px double #CC6600;
    margin: 25px 0px 25px 0px;
    width: 780px;
    float: none;
}
table
{
    font-size: 0.9em;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.4em;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 15px;
}
td
{
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #C0C0C0;
}
#footer
{
    border-top-style: solid;
    border-width: 2px;
    border-color: #CC6600;
    font-size: xx-small;
    text-align: center;
}
br
{
    float: none;
    clear: both;
    height: 1px;
    display: block;
}
fieldset
{
    border-style: none;
}
fieldset > p
{
    text-indent: 0px;
    color: #555555;
    margin-bottom: 20px;
    position: relative;
}
fieldset > div
{
    padding-top: 10px;
    min-height: 40px;
}
fieldset > div > label
{
    font-size: small;
    width: 150px;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 8px;
    display: block;
    float: left;
    font-weight: bold;
}
fieldset > div > input[type="text"] + div, fieldset > div > input[type="password"] + div, fieldset > div > select + div
{
    min-height: 40px;
    width: 290px;
    display: block;
    margin-left: 470px;
    margin-top: 0px;
    margin-bottom: 0px;
    clear: right;
    text-align: justify;
}
fieldset > div > div p
{
    padding: 0px;
    margin: 0px;
    font-size: small;
    text-indent: 0px;
    color: #555555;
}
fieldset > div > input[type="text"], fieldset > div > input[type="password"]
{
    border: medium groove #CCFFCC;
    padding: 2px;
    width: 280px;
    height: 20px;
    font-size: medium;
    float: left;
    display: block;
}
fieldset select
{
    border: medium groove #CCFFCC;
    padding: 0px;
    width: 80px;
    height: 30px;
    font-size: medium;
    display: block;
}
fieldset img
{
    float: none;
    padding: 0px;
    margin: 0px;
}
fieldset table td
{
    width: 100px;
}
fieldset table td + td
{
    width: 550px;
}
fieldset table td + td + td
{
    width: 130px;
    text-align: right;
}
fieldset select.datefield
{
    border: medium groove #CCFFCC;
    padding: 0px;
    margin: 0px 15px 0 0px;
    width: auto;
    height: 30px;
    font-size: medium;
    display: inline;
}
fieldset select.fulldate
{
    width: 320px;
}
.wizard table, .wizard td, .wizard tr
{
    border-style: none;
    width: 100%;
    border-color: White;
    border-width: 0px;
}
.wizard
{
    min-height: 330px;
}
var
{
    font-style: normal;
}
ul.prices
{text-indent: 30px; list-style-type: disc; list-style-position: inside;}