/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}
body {
    background: #343434 url(../images/header_bg.png) repeat-x scroll center 0;
    color: #3f3f3f;
    font-family: verdana,helvetica,aial,sans-serif;
    font-size: 12px;
    height: 100%;
}
dfn {font-style: italic;}
h1, h2, h3, h4 {
    color: #005a9c;
    font-family: georgia,times,serif;
    font-weight: normal;
    margin-top: 10px;
}
h1 {
    font-size: 200%;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
h2 {font-size: 170%;}
h3 {font-size: 140%;}
h4 {font-size: 120%;}

ol, ul {
    list-style: none;
}
blockquote:before, blockquote:after {
    content: "";
}
blockquote, q {
    font-style: italic;
    quotes: "«" "»" "'" "'";
}
pre, code {
    background: #F5F5F5;
    font-family: consolas,monaco,"courier new",courier,monospace;
    font-size: 90%;
}
pre {
    display: block;
    margin: 25px 0;
    padding: 15px;
    border: 1px solid #dadada;
    overflow: auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0 0;
    caption-side: bottom;
    empty-cells: show;
}
caption {font-size: smaller;}
th, td  {
    border: 1px solid #666;
    padding: 0 5px;
}

.clear {clear: both;}
.hide {display: none;}
.credit {
    color: maroon;
    font-style: italic;
}
.copyright {
    color: #c60;
    font-family: times,serif;
}
.log {
    clear: left;
    color: #666;
    font-size: smaller;
    font-style: italic;
    text-align: right;
}
/**----------- link styles */
a:link, a:visited {
    color: #630;
    text-decoration:none;
}
a:hover {
    color: orange;
    text-decoration:none;
}
a:active {
    color: #f60;
    text-decoration:none;
}

/**---------- header */
#header {
    position: relative;
    height: 80px;
    width: 960px;
    margin: 0 auto;
    color: #666;
}
#navigation {
    height: 2.5em;
    position: absolute;
    right: 3px;
    bottom: 0;
    font: 66.6% Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
#navigation li {
    display: inline;
    padding: 0.5em 0 0.5em 1.5em;
    letter-spacing: -0.05em;
}
#navigation a:link, #navigation a:visited {
    color: #727272;
    text-decoration:none;
}
#navigation a:hover {
    color: #fff;
    text-decoration:none;
}
#navigation li.current_item a {
    color: #fff;
    text-decoration:none;
}
#home {
    position: absolute;
    left: 0;
    top: 25px;
}
#home a {
    color: #9ff;
    font: 35px times,serif;
    font-style: italic;
}
#home span {
    padding-left: 10px;
    font-family: verdana,arial,helvetica,sans-serif;
}

/**---------- wrapper */
#wrapper {
    background: #fff url(../images/page_bg.png) repeat-y;
    width: 960px;
    margin: 0 auto;
}

/**---------- content */
#content {
    float: left;
    width: 729px;
    padding: 30px;
}
#content a[href ^="http"] {
    background: url(../images/icon_xtern.png) no-repeat right;
    padding-right: 12px;
}
#content a[href ^="mailto:"] {
    background: url(../images/icon_mail.png) no-repeat right;
    padding-right: 17px;
}
#content p {margin-top: 10px;}
#content p.cap:first-letter {
    font-size: 170%;
    font-family: times,serif;
    font-weight: bold;
}
#content ul {padding-left: 20px;}
#content ul li {
    list-style: square inside;
}
#content ol {
    margin: 1em 0;
    padding-left: 20px;
}
#content ol li {
    list-style: decimal outside;
}
#content dl dt {margin-top: 10px;}
#content dl dd {margin-left: 20px;}
#content blockquote {
    font-size: 90%;
    font-style: italic;
    padding: 20px 20px 20px 60px;
    margin: 20px 0;
    background: url(../images/quote.png) no-repeat 0 0;
}

#content img.center {
    display: block;
    margin: 0 auto;
}
#content img.left {
    float: left;
    margin: 5px 10px 0 0;
    border: 1px solid #000;
}
#content img.right {
    float: right;
    margin: 5px 0 0 10px;
    border: 1px solid #000;
}
#content var {
    color: #066;
    font-style: italic;
}
#content dfn {color: #000070;}

#content .signature {font-style: italic;}

#content div.welcome {text-align: center;}
#content div.fr {
    background: url(../images/icon_fr_bg.png) no-repeat;
    float: left;
    width: 364px;
}
#content div.fr.welcome {
    background: url(../images/icon_fr.png) no-repeat top center;
    padding-top: 16px;
}
#content div.en {
    background: url(../images/icon_en_bg.png) no-repeat 5px 0;
    float: right;
    width: 360px;
    padding-left: 5px;
}
#content div.en.welcome {
    background: url(../images/icon_en.gif) no-repeat top center;
    padding-top: 16px;
}
#content div.no_bg {background-image: none;}

/**---------- dfn_home */
#dfn_home {text-align: center;}
#dfn_home h1 {
    border-bottom: none;    
}

/**---------- gallery */
#gallery {
    margin-top: 20px;
}

/**---------- path */
ul#path {padding: 0;}
#path {
    font-size: 75%;
    font-family: consolas,monaco,"courier new",courier,monospace;
    text-transform: uppercase;
}
#path li {
    display: inline;
    float: left;
    margin: 0 0;
    padding: 0 10px;
    border-left: 1px solid #c5c5c5;
}
#path a:link, #path a:visited {
    color: #007080;
    text-decoration:none;
}
#path a:hover {
    color: #000;
    text-decoration:none;
}

/**---------- sidebar */
#sidebar {
    float: right;
    width: 170px;
    margin-right: 1px;
    padding-bottom: 30px;
    font-family: arial,sans-serif;
}
#sidebar a:link, #sidebar a:visited {
    color: #8b8f8f;
    text-decoration:none;
}
#sidebar a:hover {
    color: #000;
    text-decoration:none;
}
#sidebar a:active {
    color: #8b8f8f;
    text-decoration:none;
}
#sidebar h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 1em;
    font-variant: small-caps;
}
#sidebar h3 a:link, #sidebar h3 a:visited {
    color: #3a3a3a;
}
#sidebar .search_div {
    background: url(../images/search_bg.png) repeat-y;
    padding: 15px 0;
    border-bottom: 1px solid #a5aaaa;
}
#sidebar input {
    margin-left: 7px;
}
#sidebar input[type ^="text"] {
    background: #FFF url(../images/google_bg.png) no-repeat right;
    display: block;
    padding: 2px 0;
    margin: 0 auto;
    border: 1px solid #9e9e9e;
    width: 140px;
}
#sidebar .sidebox_div {
    background: url(../images/sidebox_bg.png) no-repeat 0 100%;
    padding: 15px;
    color: #8b8f8f;
}

/**---------- footer */
#footer {
    position: relative;
    height: 30px;
    width: 960px;
    margin: 0 auto;
}


