* {
    margin: 0;
    padding: 0;
}

html, body {
    background-image: URL("/pics/bg.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #FCF6DC;
    color: #333333;
    font-family: arial;
    font-size: 9pt;
    line-height: 1.6;
    height:100%; /* needed for container min-height */
    behavior: url("/csshover3.htc");
}

#page_container {
    position:relative; /* needed for footer positioning*/
    margin:0;
    width: 100%;
    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
}

/* use this for coma3 preview */
#preview_main { 
    background-color: #FCF6DC;
    color: #333333;
    font-family: arial;
    font-size: 9pt;
    line-height: 1.6;
    width: 500px;
}

#main_menu {
    position: relative;
    z-index: 5;
    width: 892px;
    height: 50px;
    font-weight: normal;
    font-family: arial;
    margin-left: 130px;
    text-align: left;
}

/* remove bullets and list indents */
#main_menu ul { 
    font-weight: normal;
    list-style-type: none;
    width: 500px;
    height: 50px;
    margin: auto;
    margin-left: 0px;
}

#main_menu li {
    float: left;
    margin-top: 15px;
}

#main_menu ul a {
    padding-left: 0px;
    padding-right: 20px;
    display: block;
    line-height: 35px;
    text-decoration: none;
    font-family: arial;
    font-size: 10pt;
    color: #333333;
    outline: none;
}

#main_menu ul a:hover {
    color: #FFF;
}

#logo { 
    position: relative;
    z-index: 3;
    margin-left: 30px;
    margin-top: -22px;
    width: 285px;
    height: 99px;
    float: left;
}

#mailto { 
    font-size: 8pt;
    float: left;
    margin-left:100px;
    margin-top:30px;
}

#banner {
    width: 468px;
    line-height: 104px;
    padding-top: 10px;
    padding-right: 24px;
    float: right;
}

#footer_banner {
    width: 185px;
    height: 60px;
    margin-top: 10px;
    margin-right: 30px;
    float: right;
}

#header {
    position: relative;
    width: 1038px;
    height: 103px;
    color: #333333;
    background-image: URL("/pics/header.png");
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 3;
}

#footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 1038px;
    height: 89px;
    color: #333333;
    background-image: URL("/pics/footer.png");
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 5;
}

#main {
    position: relative;
    width: 1038px;
    background-image: URL("/pics/ornament.png");
    background-repeat: repeat-y;
    background-position: top left;
    margin-top: -20px;
    z-index: 0;
    padding-bottom: 120px;
    min-height: 100%;
}

#content_container {
    position: relative;
    width: 740px;
    background-image: URL("/pics/block_wide.png");
    background-repeat: repeat-y;
    background-position: top left;
    margin-left: 70px;
    z-index: 1;
}

#content {
    position: relative;
    width: 660px;
    margin-left: 30px;
    padding-top: 40px;
    z-index: 2;
}

#content_container_end {
    position: relative;
    width: 740px;
    margin-left: 66px;
    z-index: 1;
}

#left_mainpart {
    float: left;
}

#ad_panel {
    float: right;
    margin-top: 80px;
    margin-right: 10px;
}

#ad_panel_top {
    width: 200px;
    height: 20px;
    background-image: URL("/pics/ad_panel_top.png");
    background-repeat: no-repeat;
    background-position: top;
}

#ad_panel_middle {
    background-image: URL("/pics/ad_panel_middle.png");
    background-repeat: repeat-y;
}

#ad_panel_content {
    width: 170px;
    padding: 8px 14px;
}

#ad_panel_bottom {
    width: 200px;
    height: 20px;
    background-image: URL("/pics/ad_panel_bottom.png");
    background-repeat: no-repeat;
    background-position: bottom;
}

/***************** HREFS ****************/

a:link {
    color: #333333;
    text-decoration: none;
}

a:visited {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #151515;
    text-decoration: none;
}

a:active {
    color: #333333;
    text-decoration: none;
}

/***************** DOCUMENTS ****************/

#documents {
    float: right;
    width: 500px;
    margin-left: 18px;
    margin-top: 15px;
}

.document_detail {
    border-top: 3px solid #dfc080;
}

.document_detail ul {
    padding-left: 20px;
}

.document_detail a:link {
    text-decoration: underline;
}
.document_detail a:visited {
    text-decoration: underline;
}
.document_detail a:hover {
    color: #151515;
    text-decoration: underline;
}
.document_detail a:active {
    text-decoration: underline;
}

div.doc_preview {
    line-height: 1.6;
    padding-top: 12px;
    margin-bottom: 15px;
    width: 500px;
    height: 130px;
    clear: both;
    font-size: 9pt;
    border-top: 3px solid #dfc080;
}

div.doc_preview_image {
    float: left;
    margin: 5px;
    width: 180px;
    height: 120px;
}

p.doc_preview_title {
    text-transform: uppercase;
    margin-top: 2px;
    padding-bottom: 6px;
    font-size: 10pt;
}

div.doc_preview_desc {
    width: 300px;
    height: 130px;
    text-align: left;
    float: right;
}

div.doc_preview a {
    font-weight: bold;
    font-size: 9pt;
}
div.doc_preview a:hover {
    color: #292929;
    text-decoration: underline;
}

div.press_mat {
    line-height: 1.6;
    padding-top: 12px;
    margin-bottom: 15px;
    width: 500px;
    font-size: 9pt;
    border-top: 3px solid #dfc080;
}

/***************** MENU LEVEL 1 ****************/

#menu_level_1 {
    font-weight: normal;
    font-family: arial;
    text-align: left;
    height:30px;
}

/* remove bullets and list indents */
#menu_level_1 ul { 
    font-weight: normal;
    list-style-type: none;
    margin-left: 0px;
    text-transform: uppercase;
}

#menu_level_1 li {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    background-image: URL("/pics/deliminiter.jpg");
    background-repeat: no-repeat;
    background-position: center right;
}

#menu_level_1 ul a {
    padding-top: 5px;
    text-decoration: none;
    font-family: arial;
    font-size: 10pt;
    color: #333333;
    outline: none;
    line-height: 30px;
}

#menu_level_1 ul a:hover {
    border-top: 3px solid #dfc080;
}

#menu_level_1 ul li.first_item {
    padding-left: 4px;
}

#menu_level_1 ul li.last_item {
    background-image: none;
}

#menu_level_1 ul li a.item_selected {
    border-top: 3px solid #dfc080;
}

/***************** MENU LEVEL 2 ****************/

#menu_level_2 {
    float:left;
    width: 140px;
    margin-top: 15px;
    font-weight: normal;
    text-align: left;
}

#menu_level_2 ul {
    font-weight: normal;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#menu_level_2 li {
    /*    display: inline;*/
    height: 28px;
    line-height: 30px;
}

#menu_level_2 a {
    font-size: 9pt;
    display: block;
    margin: 0;
    padding: 7px 5px;
    outline: none;
    line-height: 1.2;
    background: #F5EBCE;
}

#menu_level_2 a.item_selected {
    color: #ffffff;
    background: #dfc080;
}

#menu_level_2 a:hover {
    color: black;
    background: #ffffff;
}

/***************** MENU LEVEL 3 ****************/

#menu_level_2 ul li:hover {
    position:relative;
}

#menu_level_2 ul ul {
    display:none;
    position:absolute;
    left:80px;
    top:8px;
    border:1px solid #dfc080;
    background-color: #F5EBCE;
}
#menu_level_2 ul li:hover ul {
    display:block;
}
#menu_level_2 ul ul li {
    border:none;
    width:150px;
    float:left;
    display:inline;
}
/*#menu_level_2 ul ul li:hover {text-decoration:underline; border:none;}*/
