body {
    margin: 0;
    padding: 0;
    font-family: arial, verdana, helvetica;
    background-color: #5182A1;
}

#wrapper {
    background-image: url(../images/main_top_back.png);
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    padding-top: 0px;
    float: left;
    width: 100%;
}

#container {
    width: 100%;
}

#header {
    background-image: url(../images/top_repeat.png);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 303px 0px;
    height: 100px;
}

#footer {
    height: 40px;
}

#login {
    background-image: url(../images/top_top_white_h20.png);
    height: 18px;
    width: 278px;
    float: right;
    padding-left: 5px;
    font-family: arial, verdana, helvetica;
    font-size: 0.7em;
    color: black;
    clear: both;
}

#top_menu {
    background-image: url(../images/menu_back.png);
    background-repeat: repeat-x;
    height: 33px;
    text-align: left;
    width: 100%;
}

#header h2 {
    margin: 5px;
}

#header img {
    border: 0;
    margin: 0;
    padding: 0;
    float: left;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

form {
    margin: 0;
    padding: 0;
}

#login input {
    margin: 0;
    padding: 0;
    margin-top: 2px;
    border-width: 1px;
    border-color: gray;
    border-style: solid;
    width: 125px;
    font-family: arial, verdana, helvetica;
    font-size: 0.8em;
}

#top_menu ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

#top_menu li {
    float: left;
    list-style: none;
    font-family: arial, verdana, helvetica;
    font-size: 0.9em;
    font-weight: bold;
    color: white;
    margin: 0;
    padding: 6px 6px 0px 6px;
}

#top_menu li.active {
    color: #EDE082;
}

#top_menu li.active a {
    color: #EDE082;
    text-decoration: none;
    font-weight: bold;
}

#top_menu li.normal a {
    color: white;
    text-decoration: none;
}

#top_menu li.normal a span {
    text-decoration: none;
    font-weight: bold;
}

#top_menu li.normal a:hover {
    color: #EDE082;
}

#top_menu li.normal a:hover span {
    color: #EDE082;
    text-decoration: none;
    font-weight: bold;
}

/* sidebar ---------------------------------------------*/
#sidebar_container {
    background-image: url(../images/left_menu_back_top_.png);
    background-repeat: no-repeat;
    min-height: 195px;
    overflow: hidden;
    padding: 1px;
    float: left;
    width: 150px;
    margin-left: -100%;
}

#sidebar_container img {
    float: left;
}

#sidebar {
    padding: 8px;
    width: 134px;
    float: left;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

#sidebar li {
    list-style: none;
    font-family: arial, verdana, helvetica;
    font-size: 1em;
    font-weight: bold;
    padding-top: 1px;
    padding-bottom: 1px;
}

.box_blue {
    margin-top: 6px;
    display: block;
    background-image: url(../images/left_menu_back_white_h20.png);
    padding: 0px;
    padding-bottom: 0px;
    width: 121px;
    padding-left: 5px;
}

.box_white {
    width: 116px;
    display: block;
    background: url(../images/left_menu2_top_grey.png) no-repeat top;
    background-color: transparent;
    padding-top: 6px;
    padding-bottom: 0px;
    text-align: center;
}

.box_white a {
    background: url(../images/left_menu2_top_grey.png) no-repeat bottom;
    background-color: #CCC;
}

#sidebar a{
    text-decoration: none;
}

a span.box_white {
    /*	background: url(../images/left_menu2_top_white.png) no-repeat top;
     background-color: white;
     */
    color: #005478;
    font-size: 0.8em;
}

a span.bottom_white {
    background: url(../images/left_menu2_bottom_grey.png) no-repeat bottom;
    background-color: transparent;
    height: 6px;
    width: 116px;
    display: block;
    margin-bottom: 4px;
    margin-top: -1px;
    font-size: 1px;
    line-height: 0px;
}

a:hover span.box_white {
    background: url(../images/left_menu2_top_grey.png) no-repeat top;
    color: #737070;
}

a:hover span.bottom_white {
    background: url(../images/left_menu2_bottom_grey.png) no-repeat bottom;
}

/* content ---------------------------------------------*/
#content {
    margin-top: 0px;
    background-color: white;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-left: 164px;
    margin-right: 164px;
    padding: 1px;
    min-height: 135px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.8em;
}

/* content tools --------------------------------------*/
div.title {
    padding: 2px;
    margin: 0;
    float: right;
}

div.title span {
    float: left;
    text-decoration: none;
    padding: 5px 0 0 0;
    margin-right: 0px;
    font: 900 1em "Arial", Helvetica, sans-serif;
    background: url(../images/title.png) no-repeat top right;
}

div.title span span {
    float: left;
    padding-right: 8px;
    display: block;
    margin-top: -5px;
    height: 28px;
    background: url(../images/title.png) no-repeat top left;
}

.zero {
    height: 0px;
}

.clear {
    clear: both;
}

.topleft {
    background: url("../images/corner6_top_left.png") no-repeat top left;
    width: 6px;
    padding: 6px 0px 6px 6px;
}

.topright {
    background: url("../images/corner6_top_right_long.png") no-repeat top right;
    padding: 6px 6px 6px 0px;
    display: block;
}

#top_menu img {
    float: right;
    vertical-align: middle;
}

#spray {
    background-image: url(../images/right_image_main.png);
    height: 111px;
    float: left;
    width: 80px;
    margin-left: -80px;
}

#title {
    display: inline;
    margin-left: 180px;
    color: #005478;
    font-size: 1.6em;
}

ul.level_1 {
    margin: 0;
    padding: 0;
    color: #004C99;
    text-align: left;
}

ul.level_1 li {
    text-align: left;
    margin: 0;
    padding: 0;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.gallery {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.gallery li {
    margin: 0;
    float: left;
    list-style: none;
    padding: 1px;
    margin: 2px;
    border-width: 1px;
    border-color: #5182A1;
    border-style: solid;
}

#preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
}

.boxes_area {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.boxes_area div {
}

ul.boxes {
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center;
}

.boxes li {
    list-style: none;
    font-family: arial, verdana, helvetica;
    font-size: 1em;
    font-weight: normal;
    padding: 10px;
    margin: 20px;
    margin-right: 10px;
    height: 230px;
    width: 180px;
    -moz-border-radius: 5px;
    background-color: #dddddd;
    text-align: center;
    display: block;
    float: left;
    position: relative;
    right: 50%;
}

label {
    position: absolute;
    width: 100px;
    text-align: right;
}

input, textarea, select {
    margin-left: 105px;
}

fieldset {
    display: inline;
    width: 550px;
    background-color: #e5e5e5;
    border: none;
}

form h3 {
    font-size: 1em;
    line-height: 1em;
    margin: 6px 0px 3px 0px;
}

