/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px 0px 0px 0px;
	padding: 50px;
	text-align: left;
}

a{
	color: #034695;
	text-decoration: none;
}

a:link{
	color: #000000;
	text-decoration: none;
	border-color: #FF6600;
}

a:visited{
	text-decoration: none;
}

a:hover{
	color: #e97a04;
	text-decoration: underline;
	
}

a:selected{
	color: #FF0000;
	text-decoration: underline;
	
}
/* overrides decoration from previous rule for hovered links */



h1{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 110%;
 color: #e97a03;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #e97a03;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #074a75;
	width: 100%;
	background:#ffffff;
	
}

#navBar{
    float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #074a75;
	border-right: 1px solid #074a75;
	border-bottom: 1px solid #074a75;
	background:#ffffff;
}

#content{
    float:right;
	width: 79%;
	margin: 0px;
	background:#ffffff;
	padding: 0px;
}

#headlines{
    float:left;
	width: 100%;
	background-image:url(http://www.arces.it/public/progetti_internet/anno_2009/Citizenship/img/texture.jpg);

}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	
	
	}


/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-color:#FFFFFF;
	

}


/************* #globalNav styles **************/

#globalNav{
padding: 3px 3px 3px 3px;
margin: 5px 0px 0px -20px;
background-color:#034695;



}

#globalNav img{
 display: block;
 
}

#globalNav a {
	font-size: 100%;
	padding: 0px 5px 0 5px;
	color:#cccccc;
	text-decoration: none;
	border-color: #FF6600;
	 
		
}

#globalNav a:hover {
	color: #e97a04;
	text-decoration: underline;
		
}

#globalNav a:visited{
	text-decoration: none;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 90%;
	padding:5px 0px 0px 0px;
	color: #e97a04;
	font-style:normal;
	background-color:#FFFFFF;
	border-bottom: 1px solid #cccccc;
	width:60%;
	
}

#breadCrumb a {
	color:#000000;
	font-style:normal;

}

/************** .feature styles ***************/

.feature{
	padding: 20px 10px 0px 30px;
	font-size: 90%;
	background-color:#ffffff;
	width:90%;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	
	 
}

.feature h3{
	padding: 10px 40px 5px 0px;
	text-align: left;
	
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
	background-color:#FFFFFF;
	
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 25px 25px 25px 25px;
	background-color:#ffffff;
	font-size: 80%;
	
}

.story p{
	padding: 0px 0px 10px 0px;
	background-color:#ffffff;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #074a75;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	background-color: #074a75; 
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


#siteInfo a {
	font-size: 100%;
	color: #cccccc;
	text-decoration: none;
		 
		
}

#siteInfo a:hover {
	color: #e97a04;
	text-decoration: underline;
		
}

#siteInfo a:visited{
	text-decoration: none;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */




/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #074a75;
	font-size: 90%;
	background-color: #ffffff;
	border-top: 1px solid #074a75;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #074a75;
	font-size: 90%;
	background-color: #ffffff;
}


#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #074a75;
	width: 100%;
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #074a75;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #074a75;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 10px;
	padding: 10px 0px 10px 10px;
	font-size: 90%;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 30px 0px 0px 0px;
	border-left: 1px solid #074a75;
	border-bottom: 1px solid #074a75;
	border-top:1px solid #074a75;
	background-color:#ffffff;
	width:100%;
}

#advert img{
	display: block;
	background-color:#FFFFFF;
}


/************** #headlines styles **************/

#headlines{
	margin:0px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	background-color:#FFFFFF;
	border-right: 1px solid #074a75;
	border-left: 1px solid #074a75;
}

#headlines p{
	padding: 5px 0px 5px 0px;
	background-color:#FFFFFF;
}



