/* Based on the work of Andreas Viklund (http://andreasviklund.com). Thank-you Andreas. */

/* Undo Styles: */

hr {
  display: none;
}

/* basic styles */

ul {
margin: 0 0 1em 0;
padding: 0 0 0 15px;
}

ul li ul {
margin: 0;
list-style: circle;
}

/* Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 88% Arial,Helvetica,Verdana,Tahoma,sans-serif;
/*20060711
font: 76% Arial,Helvetica,Verdana,Tahoma,sans-serif;
background: url(test.gif) top center no-repeat;
background: #DCD9C6; // url(bgFade_bright.jpg) top center repeat-x;*/
overflow: -moz-scrollbars-vertical;
}

#wrap {
background: white;
color: #303030;
margin: 0px auto;
padding: 11px 10px 0px 10px;
/*20060711
border: 1px solid #3C3624; //#A3A3A3;*/
width: 910px;
}

#header {
clear: both;
margin: 0 0 11px 0;
padding: 0;
height: 60px;
border-bottom: 4px solid #CA0000;
/*20060711 background: url(background.gif);*/
}

#header h1 {
margin: 0;
padding: 0;
color: white;
font-size: 1.5em;
}

#header h1 img {
float: left;
}

#header h1 a {
text-decoration:none;
}

/* Columns ********************************************************************/

#leftCol {
width: 163px;
}

#rightCol {
width: 744px;
float: right;
}

#right-right {
width: 163px;
float:right;
}

#right-left {
float:left;
width: 578px;/*446*/
}

/* end Columns */


#avmenu {
width: 100%;
margin: 0;
padding: 0;
}

#avmenu ul {
list-style: none;
margin: 0 0 10px 0;
padding: 0;
border-bottom: 1px dotted #DCD9C6;
}

#avmenu li {
/*20060711 margin-bottom: 4px;*/
}

#avmenu li a {
font-weight: bold;
text-decoration: none;
color: #303030;
display: block;
padding: 3px 3px 3px 5px;
background: #F2F0EA;
border: 1px dotted #DCD9C6;
border-bottom: 0px;
border-left: 4px solid #DCD9C6;
}

* html #avmenu li a {
height:1em;
}

#avmenu li a:hover {
color: #CA0000;
border-left: 4px solid #CA0000;
}

.announce {
border: 1px dotted #DCD9C6;
padding: 3px 3px 3px 9px;
margin: 0 0 10px 0;
background: #F2F0EA;
font-size: 0.9em;
}

.announce h3 {
        font-size: 1.1em;
        font-weight: bold;
}

.announce h3 a {
text-decoration: none;
color: inherit;
}

#extras {
font-size: 0.9em;
border-left: 1px dotted #DCD9C6;
}

#extras p, ul {
margin-left: 10px;
}

#extras h3{
padding: 0px 0 1px 10px;
font-size: 1.1em;
font-weight: bold;
background: #F2F0EA;
/*20060711
//padding: 3px 0 3px 10px;
//border-top: 1px solid #DCD9C6;
//border-left: 0px;
//color: white;
*/
}

#extras img {
/*20060711 width: 153px;*/
padding: 0px 0px 4px 9px;
}

#content img, #avmenu img {
float: left;
/*20060711
border: 1px solid #DCD9C6;
padding: 4px;
*/
margin: 0 10px 10px 0px;
}

#content img.inline {
vertical-align:middle;
float: none;
border: 0;
padding: 0;
margin: 0;
}


#content {
padding: 0px 10px 0 10px;
margin: 0;
line-height: 1.5em;
/*padding: 0 10px 0 7px;text-align: justify;*/
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
text-transform: uppercase;
padding: 0 0 4px 0;
/*20060711
border-bottom: 2px solid #DCD9C6;
*/
}

#content h3 {
clear: both;
border-bottom: 1px solid #DCD9C6;
}

#content h3 a {
clear: both;
text-decoration: none;
color: inherit;
}

#content h4 {
margin: 0 10px 0 0;
padding: 0;
}

#content p, #content dl, #content ul {
margin: 0px 0 10px 0;
}

#content table {
text-align: center;
}

#content th, #content td {
border: 1px solid #f0f0f0;
font-weight: normal;
}

#calendar th, #calendar td {
  font-size:0.7em;
}

div#nav-lang{
position: absolute;
top: 55px; /*26px; /*131*/
width: 910px;
text-align:right;
}

div#nav-lang li, div#nav-lang h2, div#nav-lang ul{
display:inline;
margin: 0px;
padding: 0px;
}

div#nav-lang a, div#nav-lang h2{
color: white;
font-weight: bold;
font-size: 0.9em;
margin: 0px;
border: 0px;
padding: 0px 4px 0px 4px;
background: #CA0000;
}

div#nav-lang a:hover{
background: white;
color:#CA0000;
}

div#nav-lang h2 {
display: none;
}



h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

/*h2:after {
    content: url("insina_header.jpg");
}*/

a {
text-decoration: none;
color: #003366;
border-bottom: 1px dotted #003366;
}

a:hover, a:focus {
color: #CA0000;
border-bottom: 1px solid #CA0000;
}

img {
border: 0;
}

#footer {
clear: both;
border-top: 2px solid #DCD9C6;/*#DCD9C6;*/
padding: 4px 0px;
width: 910px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer p {
margin: 0;
}

.hide, .verbose {
display: none;
}

label, dt {
  width: 100px;
  display: block;
  float: left;
  clear:both;
  text-align: right;
  vertical-align:top;
  padding: 0 6px 0 0;
  margin: 0 6px 3px 0;
}

dd {
margin:0 0 3px 112px;
}

input[type="text"], textarea, select {
width: 300px;
font: 1em Arial,Helvetica,Verdana,Tahoma,sans-serif;
}

select, textarea, input {
  margin-bottom: 3px;
}

form br, br.clear {
  clear: left;
}

.error input, .error select {
  padding: 1px;
  border: 1px solid #ff0000;
}

p.error {
  color: red;
  font-weight: bold
}

/* splash ********************************************************************/

#mySlideshow
{
    width: 450px !important;
    height: 299px !important;
    float: right;
    margin-bottom: 11px;
}

/* nav-lang ******************************************************************

div#nav-lang ul {
font-size: 90%;
position:absolute;
top:0px;
text-align:right;
list-style: none;
width:735px;
}

div#nav-lang ul li {
display:inline;
}

div#nav-lang ul a {
color: #888;
}

div#nav-lang ul a:hover {
color: #333;
text-decoration: underline;
}
*/
/* end nav-lang */

