@import url("/Files/System/reset.css");
@import url("/Files/System/text_classes.css");
@import url("/Files/System/menu.css");
@import url("/Files/System/news.css");
@import url("/Files/System/jobs.css");
/*@import url("/Files/System/contact_form.css");*/
@import url("/Files/System/contact_form_module.css");

body {
    margin:0;
    padding:0;
    background-color:transparent;
    font-family:Tahoma;
}

/* MAIN LAYERS */

#container {
    margin-left:auto;	
    margin-right:auto;
    width:900px;
}

#top_logo {
    float:left;
    width:898px;
    height:90px;
    overflow:hidden;
    background-repeat:no-repeat;
    border-left:1px solid #3F9A6B;
    border-right:1px solid #3F9A6B;
} 

#invisible_click {   
    float:left;
    width:180px;
    height:80px;
    background-color:transparent;
    cursor:hand;  
}

#menu_breadcrumb {
    float:right;
    width:350px;
    height:30px;
    padding:0px 15px 0px 0px;
}

#search {
    float:right;
    width:200px;
    height:20px;
    padding:24px 0px 0px 0px;
    clear:right;
}

#menu_container {
    float:left;
    width:900px;
    height:28px;
    background-color:#FFFFFF;
    clear:both;
}

#menu_left_img {
    float:left;
    width:232px;
    height:28px;
}

#top_menu {
    float:left;
    width:666px;
    height:26px;
    border:1px solid #3F9A6B;
    background-color:#FFFFFF;
}

#content_container {
    float:left;
    width:900px;
    padding:0px 0px 0px 0px;
    text-align:left;
    overflow:hidden;
    background-image:url('/Files/System/img/container_bg.gif');
    background-repeat:repeat-y;
    border-bottom:1px solid #3F9A6B;
}

#left_column {
    float:left;
    width:231px;
    padding:0px 0px 0px 1px;
    overflow:hidden;
}

#middle_column {
    float:left;
    width:494px;
    padding:0px 0px 0px 1px;
    overflow:hidden;
}

#middle_column_news_fullview {
    float:left;
    width:415px;
    padding:0px 50px 0px 31px;
    overflow:hidden;
}

#middle_column_contact {
    float:left;
    width:665px;
    margin-left:1px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
    background-image:url('/Files/System/img/contact_bg.gif');
    background-repeat:repeat-y;
}

#left_contact_label {
    float:left;
    width:60px;
    padding:0px 0px 0px 50px;
    clear:left;
}

#right_contact_label {
    float:left;
    width:110px;
    padding:0px 0px 0px 0px;
    clear:left;
}

#left_contact_input {
    float:left;
    width:180px;
    padding:0px 0px 0px 0px;
}


#right_column {
    float:left;
    width:171px;
    padding:0px 0px 20px 1px;
    overflow:hidden;
}

#right_column_nopadding {
    float:left;
    width:171px;
    padding:0px 0px 0px 1px;
    overflow:hidden;
}

#footer {
    float:left;
    width:870px;
    height:27px;
    padding:21px 0px 0px 30px;
    overflow:hidden;
    background-image:url('/Files/System/img/footer.jpg');
    background-repeat:no-repeat;
    border-bottom:1px solid #3F9A6B;
}

#pn1 {
    float:left;
    width:900px;
    height:20px;
    overflow:hidden;
    background-color:transparent;
}

.pn1_logo {
    float:right;
    padding:2px 0px 0px 0px;
    border:none;
}

#sitemap_container {
    float:left;
    width:444px;
    padding:0px 0px 50px 50px;
    overflow:hidden;
}