body, html {
    background:#777 url(../img/html-bg.png) repeat-y top center;
    font-family:verdana, arial, sans-serif;
    font-size:100%;
}
/* -- LINKS -- */

a         { text-decoration:none;color:#33CECF; }
a:hover   { text-decoration:underline; }
a:visited { }
a:active  { }

/* -- HEADINGS -- */

h1, h2, h3, h4, h5, h6 { margin:20px 20px 0 20px;color:#999; }
h1 { font-size:200%; }
h2 { font-size:160%;font-weight:normal; }
h3 { font-size:140%;color:#ccc; }
h4 { font-size:120%; }
h5 { font-size:110%; }
h6 { font-size:100%;font-weight:bold; }

/* -- CONTENT BLOCKS -- */

address,
p { 
    padding:20px;
    color:#ccc;
    line-height:1.2em;
}

blockquote {
    margin:10px;
}

pre {
    margin:10px;
    font-family:monospace fixed;
    font-size:80%;
    padding:10px;
}

code {
    margin:10px;
    font-family:monospace fixed;
    font-size:80%;
    background:#eee;
    padding:10px;
}

/* -- LISTS -- */

ul { margin:10px; list-style:square; }
ul li { margin-left:40px; color:#ddd;padding:2px 0; }

ol { margin:10px; list-style:decimal; }
ol li { margin-left:40px; color:#ddd;padding:2px 0; }

/* -- TABLE.grid -- */

table.grid {
    border-collapse:collapse;
    margin:10px;
}
table.grid.fill {
    width:100%;
}
table.grid thead {}
table.grid thead tr {}
table.grid thead tr th {
    padding:8px;
    text-align:center;
    font-size:80%;
    color:#666;
    border:1px solid #111;
    background:#ddd;
}
table.grid thead tr td {
    padding:8px;
    text-align:center;
    font-size:80%;
    color:#111;
    border:1px solid #111;
}

table.grid tbody {}
table.grid tbody tr {}
table.grid tbody tr th {
    padding:8px;
    text-align:right;
    font-size:80%;
    color:#666;
    border:1px solid #111;
    background:#eee;
}
table.grid tbody tr.even th {
}
table.grid tbody tr td {
    padding:8px;
    border:1px solid #111;
    font-size:85%;
}
table.grid tbody tr.even td {
}

table.grid tfoot {}
table.grid tfoot tr {}
table.grid tfoot tr th {
    padding:8px;
    text-align:center;
    font-size:80%;
    color:#666;
    border:1px solid #111;
    background:#ddd;
}
table.grid tfoot tr td {
    padding:8px;
    text-align:center;
    font-size:80%;
    color:#111;
    border:1px solid #111;
}

/* -- FORMS -- */

fieldset { margin:10px; border:1px solid #ccc; padding:0 10px 10px 10px; }
fieldset legend { margin:10px; border:1px solid #ccc; padding:4px; }

/* -- HELPERS -- */

.center,center  { text-align:center!important; }
.left           { text-align:left!important; }
.right          { text-align:right!important; }
.bold,b,strong  { font-weight:bold!important; }
.italic,i       { font-style:italic!important; }
.xsmall         { font-size.70%!important; }
.small,small    { font-size:80%!important; }
.large          { font-size:120%!important; }
.xlarge         { font-size:140%!important; }
.hidden         { display:none!important; }
.block          { display:block!important; }
.inline         { display:inline!important; }
.small-caps     { font-variant:small-caps!important; }
.fleft          { float:left!important; }
.fright         { float:right!important; }
.clear          { clear:both!important; }
.fixed,kbd,var  { font-family:fixed monospace sans-serif; }

/* -- HEAD -- */

#hd {
    background:#ccc url(../img/banner.jpg) no-repeat 0 0;
    height:380px;
    width:900px;
    margin:0 auto;
}

#nv {
    height:96px;
    width:900px;
    margin:0 auto;
    background:#444 url(../img/nav-bg.png) repeat-x 0 0;
}
#nv .nav {
    margin:0;padding:0;
}
#nv .nav li {
    float:left;
    list-style:none;
    margin:0;padding:0;
}
#nv .nav li a {
    display:block;
    padding:40px 30px;
    color:#fff;
    background:#444 url(../img/nav-bg.png) repeat-x 0 0;
    border-right:1px solid #666;
    font-family:verdana, arial, sans-serif;
    font-weight:bold;
    font-variant:small-caps;
    position:relative;
}
#nv .nav li a:hover {
    background:#444 url(../img/nav-bg-hover.png) repeat-x 0 0;
    text-decoration:none;
}
#nv .nav li a.active {
    background:#444 url(../img/nav-bg-active.png) no-repeat top left;
    border:0;
}

/* -- BODY -- */
#title-tel {
    color:#326C6D;
    float:right;
    font-size:130%;
    height:19px;
    padding:24px;
}
#bd {
    width:900px;
    margin:0 auto;
    background:#5F5F5F url(../img/bd-bg.jpg) repeat-x top left;
}

#bd h1 {
    margin:0;
    padding:20px;
    *padding:20px 20px 19px 20px; /* IE7 fix */
    background:#214b4a url(../img/h1-bg.jpg) no-repeat top left;
    color:#fff;
    font-weight:normal;
    border-top:1px solid #aaa;
    border-bottom:1px solid #777;
    font-size:140%;
}

#ft {
    width:900px;
    margin:0 auto;
    background:#4F4F4F;
    font-size:60%;
    text-align:center;
    color:#aaa;
    padding:8px 0;
    border-top:1px solid #777;
    border-bottom:1px solid #777;
}


/* -- NEWS -- */

.news-list {}
.news-list .news {
    list-style:none;
    margin:0;padding:0;
    border-bottom:1px solid #777;
}
.news-list .news h2 small {
    font-size:50%!important;
    margin:2px 10px 0 0;
    padding:6px 10px 6px 0;
    float:left;
    display:block;
    border-right:2px solid #999;
    color:#aaa;
}
.news-list .news.first {
    background:#686F6D;
    border:2px solid #999;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.news-list .news.last {
    border:0;
}

.news-list.latests {
    margin-left:20px;
}
.news-list.latests li {
    padding:6px 0;
}
.news-list.latests li small {
    color:#999;
}
.news-list.latests li small b {
    color:#fff;
}
