/* START CSS RESET */
html, body, form, fieldset{
    margin: 0;
    padding: 0;
    font: 100%/120% Arial, Helvetica, Sans-Serif;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address{
    margin: 1em 0;
    padding: 0;
}
li, dd, blockquote{
    margin-left: 1.5em;
}
form label{
    cursor: pointer;
}
fieldset{
    border: none;
}
input, select, textarea{
    font: 100% Arial, Helvetica, Sans-Serif;
}
a, img {outline: none; border:0; margin:0; padding:0;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
input::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
}
.altfont { font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-serif;}
.paginatore {padding:10px; text-align: center; white-space: nowrap; cursor:default; overflow: hidden;}
.paginatore span.prev, .paginatore span.next {padding: 0 15px; color:#999;}
.paginatore span.prev a, .paginatore span.next a {color: #377b86;}
.paginatore > a {padding:0 10px; color: #377b86; font-weight: bold;}
.paginatore > span.selected {color: #fba65b; font-weight: bold; padding:0 10px; border: 1px solid #377b86;}
/* END CSS RESET */

body {
    background: #c5e4e6 url('../img/wrapper_bg.jpg') top left repeat-x;
    padding:10px 0!important;
}
.adv-divide {
    background: transparent url('../img/divider.jpg') bottom center no-repeat;
    padding:0 0 2px 0; margin:0;
}
.adv-container {
    display:block;
    overflow:hidden;
    float:none; clear:both;
    margin: 0; padding: 5px 0 0 5px;
    background-color: #f5fcfd;
    font-family: Georgia,'Times New Roman',times,serif;
}
.adv-336 {
    display:block;
    overflow:hidden;
    margin:0; padding:0;
    width: 336px; height: 280px;
}
#container {
    width: 960px;
    overflow: hidden;
    margin: 0 auto; padding: 0 0 5px 0;
    background-color: #fff;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-top-left-radius: 10px 10px;
    -webkit-border-top-right-radius: 10px 10px;
    -webkit-border-bottom-right-radius: 10px 10px;
    -webkit-border-bottom-left-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
}
#header, #content, #footer {
    overflow:hidden;
    margin:0;
    clear:both; float:none;
}
#header {
    min-height: 50px;
    border-bottom: 2px solid #c5e4e6;
    background: #fff url('../img/header-bg.gif') center right no-repeat;
    padding:5px 10px 0 10px;
}
#content {
    min-height: 200px;
    padding:10px;
}
#footer {text-align: center; color: #666; font-size: 8pt;}
#footer .top {
    background-color: #e3f6f7;
    border-top: 2px solid #c5e4e6;
    border-bottom: 2px solid #c5e4e6;
}
#footer .top a {color: #666;}
#footer .bottom {}
#footer .bottom a {color: #377b86;}
.footer-menu {
    display:block; min-height: 20px;
    overflow:hidden; padding: 6px 10px;
    margin:0; list-style: none; white-space: nowrap;
}
.footer-menu li {display: inline; padding: 0 7px; margin:0;}
.footer-menu li .selected {color: #377b86!important; text-decoration: underline;}
#bottom-footer {min-height: 20px; width:100%; overflow:hidden; padding: 0 0 5px 0; margin:0;}

.left-content {
    width: 170px; overflow:hidden; float:left;
    min-height: 50px;
    padding: 0 10px 0 0; margin:0;
}
.right-content {
    width: 170px; overflow:hidden; float:right;
    min-height: 50px;
    padding: 0 0 0 10px; margin:0;
}
.central-content {
    width: 580px; overflow:hidden; float:left;
    padding:0; margin:0;
}
#mainlogo {
    display: block;
    width: 420px;
    height: 30px;
    overflow:hidden;
    margin: 25px 0 0 20px;
    padding:0;
    float:left;
}

#mainsearchform {
    display:block;
    width: 400px;
    height: 26px;
    overflow: hidden;
    float:right;
    text-align: right;
    margin: 29px 0 0 0;
    padding:0;
}
#mainsearchform legend {display:none;}
#searchvalue {
    display: block;
    overflow:hidden;
    float:left;
    width: 305px;
    border: 1px solid;
    border-color: #666 #bbb #bbb #666;
    height: 22px;
    line-height: normal;
    padding:1px 3px; margin: 0;
}
.button-container {
    display: block;
    overflow:hidden;
    float:right;
    width: 80px;
    height: 23px;
    border: 1px solid #666;
    padding: 0;
    margin: 0;
}
#mainsearchform .button-container, #searchvalue {
    -webkit-border-top-left-radius: 6px 6px;
    -webkit-border-top-right-radius: 6px 6px;
    -webkit-border-bottom-right-radius: 6px 6px;
    -webkit-border-bottom-left-radius: 6px 6px;
    border-top-left-radius: 6px 6px;
    border-top-right-radius: 6px 6px;
    border-bottom-right-radius: 6px 6px;
    border-bottom-left-radius: 6px 6px;
}
#searchsubmit {
    display: block;
    background: #377b86 url('../img/button_bg.jpg') top left repeat-x;
    color: #FFF;
    cursor: pointer;
    width: 100%;
    height: 100%;
    line-height: normal !important;
    border: none;
    margin: 0;
    padding: 0 4px;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    outline: none;
}
#searchsubmit:active {
    background-color: #c4c4c4;
    background-position: bottom left;
}
#main-menu {
    display:block;
    width: 100%;
    height: 25px;
    padding-top: 20px;
    margin:0;
    overflow:hidden;
    list-style: none;
    clear:both;
    float:none;
}
#main-menu li {
    display:block;
    float:left;
    margin: 0 2px 0 0;
    padding: 0;
}
#main-menu li a {
    display:inline-block;
    height: 19px; overflow:hidden;
    padding: 3px 8px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    background: #377b86 url('../img/button_bg.jpg') top left repeat-x;
    border: 1px solid #ccc;
    border-bottom: none;
    -webkit-border-top-left-radius: 5px 5px;
    -webkit-border-top-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
}
#main-menu li a:hover, #main-menu li a.selected {
    background-color: #c4c4c4;
    background-position: bottom left;
    text-decoration: none;
}

.side-menu, .side-list {
    display:block;
    overflow:hidden;
    margin:0 0 15px 0; padding:5px 5px 10px 5px;
    background-color: #e3f6f7;
    -webkit-border-top-left-radius: 7px 7px;
    -webkit-border-top-right-radius: 7px 7px;
    -webkit-border-bottom-right-radius: 7px 7px;
    -webkit-border-bottom-left-radius: 7px 7px;
    border-top-left-radius: 7px 7px;
    border-top-right-radius: 7px 7px;
    border-bottom-right-radius: 7px 7px;
    border-bottom-left-radius: 7px 7px;
}
.side-menu dt, .side-menu dt a,
.side-list dt, .side-list dt a {
    display:block;
    overflow:hidden;
    margin:0; padding: 0 0 5px 0;
    text-transform: uppercase;
    color: #377b86;
    font-weight: bold;
}
.side-menu dd {
    display:block;
    overflow:hidden;
    margin:0; padding: 5px 0 0 13px;
    background: transparent url('../img/menu_bullet.gif') 0 7px no-repeat;
    font-size: 12px;
    line-height: 14px;
}
.side-menu dd *, .side-list dd {color: #666;}
.side-menu dd .selected {color: #377b86;}
.side-list dd {
    display:block;
    overflow:hidden;
    border-top: 1px solid #c5e4e6;
    margin:0; padding: 5px 0 10px 0;
    font-size: 8pt;
}

.blocktitle {
    display: block;
    overflow:hidden;
    padding: 1px 10px;
    margin:0;
    font-size: 16pt;
    line-height: normal;
    font-weight: normal;
}
.light {
    background: #c5e4e6 url('../img/light_bg.jpg') top left repeat;
    color: #fff;
}
.dark {
    background: #377b86 url('../img/dark_bg.jpg') top left repeat;
    color: #fff;    
}

.news-list {
    display:block;
    overflow: hidden;
    list-style: none;
    padding:0; margin:0;
}
.news-list li {
    display:block; overflow:hidden;
    clear:both; float:none;
    margin:0; padding:8px 0 15px 0;
    background: transparent url('../img/divider.jpg') bottom center no-repeat;
    font-size: 10pt;
}
.item-title {
    display:block; overflow:hidden;
    clear:both; float:none;
    margin:0; padding:0 0 2px 0;
    line-height: normal;
}
.news-list .item-title {font-size: 1.5em;}
.side-list .item-title {font-size: 1.3em;}
.item-title a {color: #7F9499;}
.item-title a:hover {text-decoration: none; color: #377b86;}
.item-body {
    display:block; overflow:hidden;
    clear:both; float:none;
    margin:0; padding:0;
    font-size: 1em;
    line-height: normal;
}
.item-body a {color: #666; text-decoration: underline;}
.item-body a:hover {color: #377b86!important; text-decoration: none;}
.item-body p {margin:0; padding:0;}
.item-foto {
    display:block; overflow:hidden;
    float:left; border: 1px solid #ccc;
    padding:0; margin:3px 10px 5px 0;
}
a.item-foto {text-decoration: none!important;}
a.item-foto:hover {border-color: #c5e4e6;}
.news-list a.item-foto {width:120px; height: 90px;}
.side-list a.item-foto {width:60px; height: 45px;}
.newsbox {
    width: 336px;
    overflow:hidden;
    float:left;
    padding:0; margin:3px 10px 3px 0;
}
.newsbox > img {border: 1px solid #ccc; padding:0; margin:0;}
#contacts {margin-top: 20px;}
#contacts td {
    vertical-align: top;
}
#contacts input[type=text], #contacts textarea {
    width: 300px;
}
