/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font: 12px Verdana,Tahoma,Arial,sans-serif;
line-height: 16px;
text-align:center;
color:#303030;
background: #ccccff url(images/sfondo.body.gif) repeat-x fixed top;
margin: 0px 0px 10px 0px;
}

a{
color:#467aa7;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0 0 4px 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/

#container{
width: 770px;
margin: 5px auto;
padding:1px 0;
text-align:left;
background:#ffffff;
color:#303030;
border:2px solid #a0a0a0;
}
#menu-sotto{
margin: 5px 0 12px 0px;
padding: 6px 5px 5px 1px;
color: White;
line-height: 10px;
  font-size: 11px;
  text-align: center;
 }
#header{
height: 120px;
width: 768px;
margin: 1px 1px 1px 1px;
background: url(images/sfondo.banner.jpg) repeat-x right;
color:#ffffff;
 font-family: "Arial Unicode MS";
}

#header h1{
padding: 11px 0 0 6px;
font-size: 28px;
background-color:inherit;
color: #03497C;
letter-spacing: -2px;
font-weight:normal;
}

#header h1 a{
color: #03497C;
text-decoration:none;
}

#header h1 a:hover {
color: #8E8E8E; text-decoration:none; background-color:inherit;
}

#header h2{
margin: 7px 0 0 8px;
font-size: 13px;
background-color:inherit;
color: #6D6D6D;
letter-spacing: -1px;
font-weight:normal;
}
#header h3{
margin: 0px 0 -2px 8px;
font-size: 10px;
background-color:inherit;
color: #6D6D6D;
letter-spacing: 0px;
font-weight: normal;
 font-family: Verdana,Tahoma,Arial,sans-serif;
 line-height: 12px;
 }


* html #navigation a {width:1%;}


/* Navigation for drop downs*/

	ul li#bypass {
		display			: none;
	}


#navigation{
height:2.2em;
line-height:2.2em;
width: 768px;
margin:0 1px;
background:#578bb8;
color:#ffffff;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
display: inline;
position: relative;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase; /* transformed text to uppercase */
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background:#80b0da;
color:#ffffff;
text-decoration:none;
}

/* Navigation for drop downs*/

	ul li#bypass {
		display			: none;
	}

	#navigation ul {
		height			: 18px; /* you will also need to change #navigation a padding and #navigation li ul margin-top*/
		width			: 100%;
		margin			: 0;
		padding			: 0;
		background:#578bb8; /* background coor of the drop downs */
		color: #ffffff;
		list-style-type	: none;
	}

		#navigation li ul {
			border-top		: 1px solid White;
			margin-top		: 3px;		/* How far down the drop down menus start  - you will also need to change #navigation ul height and #navigation a padding */
			display			: none;
			left			: 0;
			position		: absolute;
			width			: 152px;		/* width of the drop down menus? */
			height			: auto;
		}
		
		#navigation li li {
			width			: 150px;		/* width of the drop down menus? */
			border			: 1px solid #FFFFFF; /* color of drop down borders */
			border-top		: 0;
		}
		
		#navigation li li a {
		display:block;
		padding: 0 4px;
		font-size:0.8em;
		font-weight:normal;
		text-transform:uppercase; /* transformed text to uppercase */
		text-decoration:none;
		background-color:inherit;
		color: White;
		border-right: none;
		width: 150px;
		}
		
		#navigation a:hover, #navigation a:focus {
		background-color:inherit;
		color: #ffffff;
		}
		
		#navigation .sel a {
		background-color:inherit;
		color: #ffffff;
		}
		
		

		

		#navigation a:active {
		background-color:inherit;
		color: #ffffff;
		}

/**************** Content styles ****************/

#content{
float: right;
width: 550px;
font-size: 11px;
padding: 5px 14px 0 15px;
}
#content img { border-color: #C8C8C8; border-width: 1px; border-style: solid;  padding-top: 1px; padding-right: 1px; padding-bottom: 1px; padding-left: 1px; }

#content h1{
display:block;
margin:0 0 16px 0;
font-size: 26px;
font-weight:normal;
letter-spacing: -1px;
color:#505050;
background-color:inherit;
}

#content h2{
display:block;
margin:0 0 16px 0;
font-size: 22px;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size: 16px; letter-spacing:-1px;   }
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Sidebar styles ****************/

#subcontent{
float: left;
width: 150px;
padding: 10px 0px 5px 4px;
line-height: 14px;
 }

#subcontent h2{
display:block;
margin:0 0 15px 0;
font-size: 20px;
font-weight:normal;
text-align:left;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#subcontent h3{
display:block;
margin:0 0 15px 0;
font-size: 14px;
font-weight:normal;
text-align:left;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#subcontent h4{
display:block;
margin: 0 0 2px 0;
font-size: 13px;
font-weight:normal;
text-align:left;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#subcontent p{margin:0 0 16px 0; font-size: 10px;}






/**************** Menublock styles ****************/

.menublock{PADDING-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 150px; PADDING-TOP: 0px       }
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock LI {
	WIDTH: 150px
}
.menublock li a{
	PADDING-RIGHT: 0px; BORDER-TOP: #f7fcfa 1px solid; DISPLAY: block; PADDING-LEFT: 7px; FONT-SIZE: 10px; BACKGROUND: #99221c url(images/bg_nav.gif) no-repeat right 50%; PADDING-BOTTOM: 5px; MARGIN: 0px; WIDTH: 95%; COLOR: white; PADDING-TOP: 5px}

.menublock li a:hover{ 
	BACKGROUND: url(images/bg_nav.gif) #002f64 no-repeat right 50%; COLOR: white; TEXT-DECORATION: none
	}

.menublock H2 {
	PADDING-RIGHT: 3px; BORDER-TOP: #e2e2e2 1px solid; PADDING-LEFT: 6px; FONT-SIZE: 12px; BACKGROUND: #797979; PADDING-BOTTOM: 3px; MARGIN: 0px; COLOR: white; PADDING-TOP: 3px
}
.menublock UL {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.menublock UL UL {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.menublock LI {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.menublock UL LI {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.menublock UL LI {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.menublock UL UL {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; BACKGROUND: #f3f3f3; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.menublock UL UL LI A {
	PADDING-RIGHT: 0px; BORDER-TOP: white 1px solid; PADDING-LEFT: 7px; FONT-SIZE: 10px; BACKGROUND: #d5dce3; PADDING-BOTTOM: 4px; MARGIN: 0px; COLOR: #002446; PADDING-TOP: 4px
}
.menublock UL UL LI A:hover {
	BACKGROUND: #8c9eaf; COLOR: white; TEXT-DECORATION: none
}
.menublock UL UL UL LI A {
	PADDING-RIGHT: 0px; BORDER-TOP: white 1px solid; PADDING-LEFT: 7px; FONT-SIZE: 10px; BACKGROUND: url(images/ul_ul_ul.gif) #f4f4f4 no-repeat left 50%; PADDING-BOTTOM: 2px; MARGIN: 0px; COLOR: #3a4665; TEXT-INDENT: 15px; PADDING-TOP: 2px
}
.menublock UL UL UL LI A:hover {
	BACKGROUND: url(images/ul_ul_ul.gif) #e8ecf0 no-repeat left 50%; COLOR: #002a53; TEXT-DECORATION: none
}
.current {
	FONT-WEIGHT: bold
}











/**************** Searchbar styles ****************/

#searchbar{margin: 2px 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height: 12px;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size: 12px;
text-align:center;
}

#wrapper-menu-page {
	float: right;
	width: 160px;
	margin: 5px 0px 5px 0px;
	background: transparent url('images/menu.png') no-repeat;
	text-align: center;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	padding-top: 8px;
}
/**************** Footer styles ****************/

#footer{
clear:both;
width: 768px;
padding:5px 0;
margin:0 1px;
font-size: 10px;
color:#f0f0f0;
background:#467aa7;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

#newsheadlines {padding:0; margin:0; text-align: left;}

/**************** Misc classes and styles ****************/
.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size: 10px;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}
.bread_crumbs { font-size: 12px; color: #696969; font-weight: strong; text-align: left;  font: italic lighter;  border: thin none;  azimuth: far-right;    border-bottom-color: #AAAAAA;  border-bottom-style: dashed;  border-bottom-width: 1px;  border-collapse: collapse;  margin-bottom: 30px;                   }

.box{
margin: 5px 0 12px 0px;
padding: 6px 5px 5px 1px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height: 10px;
 list-style: inside url(images/li.png);
 font-size: 11px;
}

hr {
	width: 95%;
	text-align: center;
	color: #E9E9E9;
	}
#navheader {
position:relative;
margin:0 auto;
width:100%;
height:18px;
border-top:1px solid #fff;
border-bottom:1px solid #78919B;
background-color:#ffffff;
padding:6px 0 0 0;
z-index:0;
}

#navheader li {
position:relative;
display:inline;
font:10px verdana;
padding:0;
z-index:20;
display : block;
float : left;
}

#navheader li a {
text-decoration:none;
color:#000000;
display : block;
text-align : center;
width : 80px;

}

#navheader li a:hover {
text-decoration:none;
color:#999999;
cursor: hand;

}

#slider {
position:absolute;
border-bottom:5px solid #78919B;
width:80px;
height:16px;
margin:0 2px 0 2px 0;
z-index:2;
margin-left : 5px;
}



