
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image:url(images/bkg.jpg);
	background-repeat:repeat-x;
}

input {
	font-family:Arial, sans-serif;
	font-size:12px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #999999;
}

.submit input{
	color: #ffffff;
	background: #C23033;
	border: 2px outset #ffffff;
}


a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #000000;
}
/* overrides decoration from previous rule for hovered links */


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

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;
}


.gallerycat {
	width:150px;
	border:1px solid #999999;
	margin:20px;
	padding:10px;
	float:left;
	text-align:center;
	display:block;
}

.gallerycat img{
	margin-bottom:5px;
}

.gallerycat:hover {
	background-color: #C0D095;
}
				
.gallery img {
	width:150px;
	border:1px solid #999999;
	margin:20px;
	padding:10px;
	float:left;
	text-align:center;
	display:block;
}

.gallery a:hover img  {
	background-color: #C0D095;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	margin: 0 auto;
	padding: 10px;
	width: 960px;
	background-color:#FFFFFF;
}

#masthead{
	margin: 0;
	height: 98px;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	margin-top: 10px;
	padding: 0px;
	background-color: #C23033;
	height: 560px;

}

#content{
  float:right;
  width: 75%;
  margin: 0;
}


/************* #globalNav styles **************/

#globalNav{
white-space: nowrap;
}
/* '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 */

#globalNav img{
 display: block;
}

#globalNav a {

}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	background-color: #C0D095;
	font-size: 85%;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	text-align: center;
}
/* 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" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



/*********** #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 #ffffff;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: 1px solid #ffffff;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 15px 0px 15px 20px;
	width: 100%;
	color: #FFFFFF;
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	padding: 15px 0px 15px 20px;
	color: #FFFFFF;
}

#sectionLinks a:hover{
	background-color: #C3D69B;
	padding: 15px 0px 15px 20px;
	color: #000000;
}


/*******************************************/

.contatta fieldset {
	border: 0px solid #C3D69B;
	padding: 20px;
	width: 640px;
	font-size:24px;
	background-color:#E9E6D3;
}

.contatta legend {
	margin-bottom:20px;
}

.contatta div {
	margin: 5px;
	padding: 3px;
	font-size:12px;	
}

.contatta label	{
	margin-bottom: 5px;
	display: block;
	font-size: 12px;
}

.contatta input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #ccc;
	padding: 2px;
	width: 12.6em;
}

.contatta select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #ccc;
	padding: 3px;
	width: 14.2em;
}

input:focus {
	border: 1px solid #C3D69B;
} 

.contatta textarea:focus {
	border: 1px solid #C3D69B;
} 

.contatta textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #ccc;
	padding: 3px;
	width: 467px;
	height: 10em;
}

.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {font-size: 12px}

