* {
    position: relative;
}

body {
    background: #ececec;
    font: 14px Arial,Helvetica,Sans-Serif;
    color: #444;
    width: 100%;
    margin: auto;
    position: relative;
    text-align: center;
}

h1 {
    font-size: 16px;
    color: #ce1507;
    font-weight: bold;
    padding-top: 15px;
}

h2, legend {
    font-size: 16px;
    color: #ce1507;
    font-weight: bold;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
}

legend {
    border-top: solid 1px #ce1507;
    background-color: #f6f6f6;
    padding-right: 490px;
    padding-left: 10px;
    margin-left: -10px;;
    position: absolute;
    top: 0px;
    left: 0;
    width: 500px;
    clear: both;
}

form {
    width: 490px;
    overflow: hidden;
}

fieldset {
    margin-top: 20px;
    border: none;
    background-color: white;
    overflow: hidden;
    padding: 10px;
    position: relative;
    padding-top: 30px;
}

hr {
    color: #ce1507;
    background-color: #ce1507;
    border-color: #ce1507;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 30px;
}

p {
    margin: 0;
    line-height: 1.6em;
    margin-bottom: 10px;
}

td, th, li {
    line-height: 1.6em;
    vertical-align: top;
}

a {
    text-decoration: none;
    color: #ce1507;
}

a:hover {
    color: #ff3015;
}

img {
    border: 0;
}

#intro_flash_placeholder {
   background-color: white;
}

span.mandatory {
    color: #ce1507;
    padding-left: 10px;
    font-weight: bold;
    font-size: 20px;
}


span.form_label {
    display: block;
    float: left;
    width: 135px;
    margin-right: 15px;
    height: 25px;
    text-align: right;
}

input {
    width: 250px;
}

textarea {
    width: 420px;
    height:200px;
}

input, textarea {
    border: solid 1px #BFBFBF;
}

form br {
    clear: both;
}

input.form_submit {
    margin: 10px;
    width: 150px;
    background-color: #ce1507;
    color: white;
    font-weight: bold;
    float: right;
}

th {
    text-align: left;
    vertical-align: top;
    width: 150px;
}

#recaptcha_response_field {
    border: solid 1px #BFBFBF !important;
}

.checkbox {
    width: auto;
}

#pageholder1 {
    width: 900px;
    margin: auto;
    padding-bottom: 70px;
    padding-top: 20px;
    overflow: visible;
    border-top: solid 1px #dbdbdb;
    text-align: left;
    position: relative;
}

#pageholder1_5 {
    padding-top: 10px;
    background-image: url('/_gfx/upper_gradient.png');
    background-repeat: repeat-x;
    border: solid 1px #dbdbdb;
    border-top: none;
}

#pageholder2 {
    border: solid 1px f2f2f2;
    border-top: none;
    overflow: visible;
}

#pageholder3 {
    border: solid 2px #f6f6f6;
    border-top: none;
    background: white;
    position: relative;
    overflow: visible;
}

#pageholder {
    margin: 0 12px 0;
    background-color: #f6f6f6;
    position: relative;
}

#banner_placeholder {
    height: 150px;
    background-color: white;
    position: relative;
}

#banner_placeholder img {
    position: absolute;
    bottom: 10px;
}

#topmenu {
    height: 30px;
    background-color: #d9d9d9;
    text-align: center;
    margin-bottom: 30px;
    padding-left: 160px;
}

.menu_topmenu a {
    color: #868686;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.menu_topmenu {
    border-left: solid 4px white;
    border-right: solid 4px white;
    height: 30px;
    padding-left: 8px;
    margin-right: 160px;
}

.menu_topmenu_item {
    height: 30px;
    float: left;
    border-left: solid 2px #ce1507;
    padding-right: 15px;
    padding-left: 5px;
    position: relative;
    overflow: visible;
}

.menu_topmenu_item a:hover
{
  color: #aaa;
}

.menu_topmenu_item a.highlight:hover {
  color: white;
}


.menu_topmenu_subitems {
    position: absolute;
    z-index: 50;
    left: -2px;
    top: 30px;
    border-left: solid 2px #ce1507;
    display: none;
    width: 528px;
}

.menu_topmenu_hover:hover .menu_topmenu_subitems {
    display: block;
}

.menu_topmenu_subitem {
    float: left;
    background-color: #d9d9d9;
    padding: 0 11px 0;
}

.menu_topmenu_subitem a {
    font-size: 12px;
    color: #868686;
}


.menu_topmenu_subitem a:hover {
    color: #9f9f9f;
}

.menu_topmenu .highlight {
    color: #f6f6f6;
}

.menu_topmenu_subitems .highlight a {
    font-size: 12px;
}

#leftpane {
    width: 160px;
    float: left;
    padding-bottom: 20px;
}

#mainpane {
    margin-left: 190px;
    margin-right: 160px;
    padding: 0 12px;
    z-index: 10;
    position: relative;
    padding-bottom: 20px;
}

#rightpane {
    width: 160px;
    float: right;
    z-index: 10;
    position: relative;
    padding-bottom: 20px;
}

#footer {
    padding-left: 15px;
    padding-right: 15px;
    height: 20px;
    color: #ddd;
    font-size: 12px;
    line-height: 20px;
    background-color: #9e9e9e;
    margin-bottom: -2px;
    z-index: 10;
    position: relative;
}

img#watermark {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 0 -2px -70px 0;
    z-index: 1;
    width: 287px;
    height: 422px;
}

#watermark_back {
    width: 50%;
    position: absolute;
    left: 50%;
    bottom: 100px;
    background-image: url('/_gfx/watermark_right.png');
    background-repeat: no-repeat;
    background-position: 450px 0;
    height: 325px;
}

#toggle-intro {
    display: block;
    position: absolute;
    padding: 4px 10px;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 500;
}

#introbox {
    width: 100%;
    height: 1500px;
    background-color: white;
    overflow: hidden;
    position: relative;
}
#introbox2 {
    top: 0%;
    left: 50%;
    height: 0px;
    width: 0px;
    overflow: visible;
    position: absolute;
}

#introflashbox {
    position: absolute;
    top: 0px;
    left :-450px;
    width: 900px;
    height: 800px;
    background-image: url(/_gfx/intro_logo.png);
    background-position: 268px 235px;
    background-repeat: no-repeat;
}

#watermark_back {
    width: 50%;
    position: absolute;
    left: 50%;
    bottom: 100px;
    background-image: url('/_gfx/watermark_right.png');
    background-repeat: no-repeat;
    background-position: 450px 0;
    height: 325px;
}

.control_box_default {
    background-color: #e0e0e0;
    color: #7d7d7d;
    margin: 5px 0 15px;
}

.control_box_content {
    padding: 10px;
    font-size: 12px;
}

.control_box_title {
    background-color: #85d113;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
}

.leftmenu1_title,
.leftmenu2_title,
.leftmenu3_title {
    color: white;
    font-size: 20px;
    font-weight: bold;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 5px 10px 12px;
}

.leftmenu1_title {
    background-color: #85d113;
}

.leftmenu2_title {
    background-color: #f0b417;
}

.leftmenu3_title {
    background-color: #3399ff;
}

.leftmenu_box_content {
    padding: 10px;
    font-size: 12px;
    background-color: #eee;
}

.leftmenu_box_content a {
    color: #777;
    line-height: 160%;
    padding-left: 4px;
}

.leftmenu_box_content a:hover {
    color: #aaa;
}

.leftmenu1_title a,
.leftmenu2_title a,
.leftmenu3_title a
{
   color: white;
}


.control_box_double {
    color: #9d9d9d;
    margin: 5px 0;
    text-align: center;
    margin-bottom: 15px;
}

.control_box_double_background {
    background-image: url('/_gfx/box_upper_gradient.png');
    background-repeat: repeat-x;
    font-size: 12px;
    float: left;
    text-align: center;
    overflow: hidden;
    padding-bottom: 50px;
    margin-bottom: -50px;
}

.control_box_double_content {
    padding: 5px;
    width: 69px;
    height: 150px;
}

.control_box_double_wrapper {
    background-image: url('/_gfx/box_lower_gradient.png');
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-color: #e0e0e0;
    overflow: hidden;
}

.control_box_double_title {
    text-align: left;
    background-color: #009ffe;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
}

.control_box_linked_title {
    text-align: left;
    background-color: #aeaeae;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
}

.control_box_linked_title a {
    padding-left: 3px;
    font-weight: 700;
    font-size: 18px;
}

div.menu_leftmenu {
    width: 158px;
    margin-bottom: 10px;
}

div.menu_leftmenu ul {
    padding: 10px 0 0 25px;
}

div.menu_leftmenu li {
    padding: 5px 0 5px;
}
