/* 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;
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: 10px auto;
padding:1px 0;
text-align:left;
background:#ffffff;
color:#303030;
border:2px solid #a0a0a0;
}

#header{
height: 104px;
width: 768px;
margin: 1px 1px 1px 1px;
background: url(images/sfondo.banner3.jpg) repeat-x right;
color:#ffffff;
}

#header h1{
padding: 30px 0 0 10px;
font-size: 28px;
background-color:inherit;
color:#ffffff;
letter-spacing: -1px;
font-weight:normal;
}

#header h1 a{
color:#ffffff;
text-decoration:none;
}

#header h1 a:hover {
color:#CCCCCC; text-decoration:none; background-color:inherit;
}

#header h2{
margin: 14px 0 0 530px;
font-size: 18px;
background-color:inherit;
color:#f0f2f4;
letter-spacing: 0px;
font-weight:normal;
}



* 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: 280px;
		}
		
		#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:left;
width: 550px;
font-size: 12px;
padding: 10px 10px 0 15px;
}

#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:right;
width: 170px;
padding: 10px 4px 10px 0;
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: 14px;
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{margin:0 0 20px 8px; font-size: 11px;  background: transparent;       }
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{ border: 1px solid #CECECE;  color: #003A77;                          }
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{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:180px;
	margin: 5px 0px 5px 0px;
	background: transparent url('images/menu.png') no-repeat;
	text-align: center;
	line-height: 140%;
	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;
 
background-color:#fafbfc;
color:#505050;

 list-style: inside url(images/li.png);
 font-size: 11px;
}

hr {
	width: 95%;
	text-align: center;
	color: #E9E9E9;
	}


