@charset "utf-8";

/****************************************************/
/*************   Main Site Definitions   ************/
/****************************************************/

/*
links: #146eb3;
text: #2c2c2c;
*/


html, body {	
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    background-color: #F3F3F3;
}

table {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}
hr {
    height: 1px;
    color: #bdcfdf;
    background-color: #bdcfdf;
    border: 0px;
}

a {
    color: #666666;
    text-decoration: none;
    outline: none;
}

.main_content_text a {
    font-weight: bold;
    border-bottom: 1px solid blue;
}

a:visited {
    color: #666666;
}
a:hover {
    color: #666666;
}

img {
    /*border: solid 1px red;*/
    border: 0;
}


/****************************************************/
/*************   Site Main Container   **************/
/****************************************************/


.main_table {
    width: 1000px;
    border: 0;
    margin: 0;
    padding: 0;
    background-image: url(../media/es_center_repeat_01.jpg);
    background-repeat:repeat-y;
}

.main_table_header {
    width: 1000px;
    height: 359px;
    background-image: url(../media/es_header_02.jpg);
    background-repeat: no-repeat;
}

.main_table_menu {
    width: 1000px;
    height: 41px;
    background-image: url(../media/es_menu_02.jpg);
    background-repeat: no-repeat;
}

.main_table_content {
    width: 1000px;
    height: 434px;
}

.main_table_footer {
    width: 1000px;
    height: 170px;
    border:0;
    margin:0;
    padding:0;
    /*
    background-image: url(../media/es_footer_01.jpg);
    background-repeat: no-repeat;
    */
}

.menu_table {
    width: 1000px;
    height: 41px;
    border: 0;
    margin: 0;
    padding: 0;
}

/****************************************************/
/*************   Site Menu   ************************/
/****************************************************/


.menu_table_link_0 a img {
    width: 190px;
    height: 41px;
}
.menu_table_link_1 a img {
    width: 71px;
    height: 41px;
}
.menu_table_link_2 a img {
    width: 118px;
    height: 41px;
}
.menu_table_link_3 a img {
    width: 110px;
    height: 41px;
    /*background-color: #F1F1F7;*/
}
.menu_table_link_4 a img {
    width: 112px;
    height: 41px;
    /*background-color: #F1F1F9;*/
}
.menu_table_link_5 a img {
    width: 103px;
    height: 41px;
    /* background-color: #F1F1F2;*/
}
.menu_table_link_6 a img {
    width: 91px;
    height: 41px;
    /*background-color: #F1F1F4;*/
}
.menu_table_link_7 a img {
    width: 91px;
    height: 41px;
    /*background-color: #F1F1F6;*/
}

.menu_table_link_8  {
    width: 114px;
    height: 41px;
    /*background-color: #F1F1F6;*/
}

#current_page {
    height: 39px;
   /* margin-top:-2px;*/
    padding-left: 1px;
    border-bottom: solid 2px #EA2D31;
}


.GalleryImage {
    border: solid 1px #336699;
    margin-right: 3px;
}