
html {
    margin: 0;
    padding: 0;
}
body {
    background-color: #e6e7e8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 70%;
    color: #333;
    text-align: center;
    margin: 0;
    padding: 0;
}
a { color: #333; text-decoration: none; }
a:hover { color: #e03a3e; }
.skip { display: none; }
#content {
    margin: 37px auto; 
    text-align: left;
    width: 962px;
    background: url(../images/bg.contentEmpty.png) repeat-y;
}
input[type=hidden] {
    display: none;
}


/* header */
#head {
    margin: 0;
    position: relative;
    border-bottom: 1px solid #666;
    height: 100px;
    z-index: 2;
    padding: 16px 0 0 0;
    background: #fff url(../images/border-top_red.png) top left no-repeat;
}
#logo {
    margin: 25px 0 0 40px;
    border: none;
}
#search-box {
    position: absolute;
    left: 818px;
    bottom: 10px;
    margin: 0;
    padding: 0;
    width: 130px;
}
#search-box input, #search-box select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    border: 1px solid #666 !important;
    width: 100%;
}
#search-box input {
    margin-top: 10px;
}

/* menu */
/*issue 3275*/
#menu ul li a {
   color: #fff;
}
#menu ul li a:hover {
   color: #333;
}
#menu ul li ul li a {
   color: #333;
}

#menu ul li ul li a:hover {
   color: #e03a3e;
}

#menu {
    border-left: 1px solid #666;
    /*issue 3275*/
    border-left: 1px solid #fff;
    position: absolute;
    left: 38px; /* changed from 30 to 38 by DO */
    bottom: 0;
    font-size: 90%;
    width: 735px;
}
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    
}
#menu li {
    display: block;
    float: left;
    margin: 0;
    padding: 0 15px 4px 15px;
    list-style: none;
    border-right: 1px solid #666;
    /*issue 3275*/
    border-right: 1px solid #fff; 
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    
}
#menu li ul {
    position: absolute;
    left: -2000px;
    display: block;
    background-image: url(../images/white.a90.png);
    border: 1px solid #666;
    margin-top: 4px;
    width: 170px;
}
#menu li:hover ul {
    left: -1px;
}
#menu li li {
    display: block;
    padding: 4px 8px;
    border-right: none;
    float: none;
}
#menu li li a {
    display: block;
}


/* body-container */
#stripe {
    height: 32px;
}
#body {
    /* padding: 1 5px; *//* 6 instead of 5 coz of the border in the bg. */
    padding: 1 6px;
    position: relative;
}
.float-container {
    clear: both;
}

#text {
    line-height: 150%;
}
#text ul {
    margin-left: 10px;
    margin-right: 0;
    padding: 0;
    list-style: none;
}
#text ol {
    margin-left: 10px;
    margin-right: 0;
    padding: 0;
}
#text ul li {
    margin: 0;
    padding: 0 0 0 12px;
    background: url(../images/dot.red.png) 0 0.6em no-repeat;
}
#text ol li {
    margin: 0 0 0 12px;
    padding: 0;
}
#text a {
    text-decoration: underline;
}
#text h2 {
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: -1em;
    letter-spacing: 2px;
}
#text h3 {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: -1em;
}


/* footer */
#body:after { /* for the white line at the bottom. gecko+safari+opera */
    clear: both;
    height: 0px;
    display: block;
    background-color: #fff;
    width: 912px;
    content: "";
}
#foot {
    border-top: 1px solid #666;
    padding: 5px 20px;
    margin: 0;
    margin-top: 5px; /* white line in ie+opera */
    background: #fff url(../images/border-bottom.png) bottom left no-repeat;
    clear: both;
}
#foot p {
    margin: 0;
    text-align: center;
}
#foot span {
    margin: 0 10px;
}
#foot a {
    text-decoration: underline;
}


.bg1 p { background-color: #f1f1f2; }
.bg2 p { background-color: #e6e7e8; }
.bg3 p { background-color: #d5d7d8; }



/** admin css **/
#admin {
    position: absolute;
    top: 0;
    left: 300px;
    background-color: #fff;
    border: 1px dashed #000;
    z-index: 1000;
    font-family: verdana, geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
#highlight .block div.pageElementEdit img {
    width: auto !important;
    display: inline;
    margin: 0;
}
#highlight .block div.pageElementEdit .readmore {
    display: none;
}

