/* CSS Document */

html {
	height:100%;
}

body {
	padding:0;
	margin:0;
	height:100%;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	line-height:16px;
	background-color: #ffffff;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

button {
   border-top: 1px solid #96d1f8;
   border-right: 1px solid #96d1f8;
   border-left: 1px solid #96d1f8;
   border-bottom: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5.5px 11px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   margin-bottom: 5px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
 button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
 button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }


a.button:link:nth-of-type(odd), p.button:nth-of-type(odd) {
   border-top: 1px solid #96d1f8;
   border-right: 1px solid #96d1f8;
   border-left: 1px solid #96d1f8;
   border-bottom: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5.5px 11px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   line-height: 40px;
   font-size: 16px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   font-style: normal;
   text-align: center;
   }
p.button:nth-of-type(odd){line-height: 18px;}
p.button:nth-of-type(odd) a{color: white; text-decoration: none;}
a.button:visited:nth-of-type(odd), p.button:visited:nth-of-type(odd) {
	color: white;
	
	}
a.button:hover:nth-of-type(odd), p.button:hover:nth-of-type(odd){
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
a.button:active:nth-of-type(odd), p.button:active:nth-of-type(odd){
   border-top-color: #1b435e;
   background: #1b435e;
   }
a.button2:link {
   border-top: 1px solid #fa5f5f;
   border-left: 1px solid #fa5f5f;
   border-right: 1px solid #fa5f5f;
   border-bottom: 1px solid #fa5f5f;
   background: #d63232;
   background: -webkit-gradient(linear, left top, left bottom, from(#991d1d), to(#d63232));
   background: -webkit-linear-gradient(top, #991d1d, #d63232);
   background: -moz-linear-gradient(top, #991d1d, #d63232);
   background: -ms-linear-gradient(top, #991d1d, #d63232);
   background: -o-linear-gradient(top, #991d1d, #d63232);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   line-height: 40px;
   font-size: 16px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
a.button2:hover {
   border-top-color: #751515;
   background: #751515;
   color: #ccc;
   }
a.button2:active {
   border-top-color: #570808;
   background: #570808;
   }
a.button2:visited {
	color: white;
	
	}
a.button3:link, a.button:link:nth-of-type(even), p.button:nth-of-type(even) {
   border-top: 1px solid #ffffff;
   background: #d9d9d9;
   background: -webkit-gradient(linear, left top, left bottom, from(#969696), to(#d9d9d9));
   background: -webkit-linear-gradient(top, #969696, #d9d9d9);
   background: -moz-linear-gradient(top, #969696, #d9d9d9);
   background: -ms-linear-gradient(top, #969696, #d9d9d9);
   background: -o-linear-gradient(top, #969696, #d9d9d9);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #000000;
   font-size: 16px;
   line-height: 40px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   font-style: normal;
   text-align: center;
   }
p.button:nth-of-type(even){line-height: 18px;}
p.button:nth-of-type(even) a{color: #000000; text-decoration: none;}
a.button3:hover, a.button:hover:nth-of-type(even), p.button:hover:nth-of-type(even) {
   border-top-color: #787878;
   background: #787878;
   color: #ccc;
   }
a.button3:visited, a.button:visited:nth-of-type(even) {
	color: #000000;
	
	}
a.button3:active, a.button:active:nth-of-type(even), p.button:active:nth-of-type(even){
   border-top-color: #595959;
   background: #595959;
   }
/* You can change the width of this container to whatever the width of the site is, but
you need to have a width on the container. Check the width of the main table too.*/

#container {
	padding:0;
	width:861px;
	margin-right: auto;
	margin-left: auto;
}
#container #top {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 106px;
	width: 861px;
}
#container  #top  #top_nav  {
	margin-left: 275px;
	padding-top: 42px;
	position: relative;
	z-index: 98;
	
}
/*
#container      #top      #top_nav      a         {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 11px;
	width: auto;
	text-align: center;
	line-height: 10px;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 28px;
	padding-left: 28px;
	padding-bottom: 10px;
	float: left;
	padding-top: 12px;
	font-weight: normal;
}*/
#container      #top      #top_nav      a.on        {
	background-position: bottom;
}
#container     #top     #top_nav     a:hover         {
	background-position: bottom;
	font-style: italic;
	color: #FFFF99;
}


#container #slideshow {
	font-family: Helvetica,Verdana, Arial, sans-serif;
	letter-spacing: 1px;
}
#container #slideshow ul{
	padding-left: 10px;
	margin-left:0px;
}
#container #frame {
	width: 861px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
}
#container #frame #slideshow {
	background-image: url(slideshow/empty.jpg);
	background-repeat: repeat-y;
	height: 265px;
	width: 847px;
	margin-right: auto;
	margin-left: auto;
}
#container #frame #content {
	width: 861px;
}
#container #frame #content #left {
	float: left;
	width: 230px;
	padding-top: 15px;
}
#container #frame #content #left #sub_nav {
	width: 203px;
	padding-left: 27px;
}
#container #frame #content #left #sub_nav a {
	display: block;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #1a4187;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}
#container #frame #content #left #sub_nav a:hover {
	background-color: #102e64;
	color: #FFFF99;
	font-style: italic;
}
#container  #frame  #content  #left  #sub_nav  a.subon {
	background-color: #102e64;
	color: #FFFF99;
	font-style: italic;
}
#container #frame #content #left #sub_nav div {
	display: block;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #1a4187;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}
#container #frame #content #left #sub_nav div:hover {
	background-color: #102e64;
	color: #FFFF99;
	font-style: italic;
}
#container  #frame  #content  #left  #sub_nav  div:lang(it) {
	background-color: #102e64;
	color: #FFFF99;
	font-style: italic;
}

#container #frame #content #right {
	float: right;
	width: 625px;
}
#container #frame #content #right #right_top {
	background-image: url(images/right_top.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 617px;
}
#container #frame #content #right #right_bg {
	background-image: url(images/right_bg.png);
	background-repeat: repeat-y;
	width: 567px;
	color: #333333;
	padding-left: 25px;
	padding-right: 25px;
}
#container #frame #content #right #right_bg #locations {
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	text-align: center;
}

#container #frame #content #right #right_bottom {
	height: 32px;
	width: 617px;
	background-image: url(images/right_bottom.png);
	background-repeat: no-repeat;
}

#container #frame #content #clear {
	clear: both;
}
#container #footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 631px;
	padding-left: 230px;
	text-align: center;
	padding-top: 6px;
}
#container #footer a {
	font-size: 18px;
	color: #FFFFFF;
}
#container #webworks {
	color: #666666;
	font-size: 11px;
	line-height: 13px;
	padding-left: 15px;
}
#container #webworks a {
	color: #666666;
	font-size: 11px;
	line-height: 13px;
}









/* ----------- HEADER STYLES ------------ */

h1 {
	font-weight:normal;
	font-size:13px;
	display:inline
}

h2 {
	font-weight:normal;
	font-size:13px;
	display:inline
}

h3 {
	font-weight:normal;
	font-size:13px;
	display:inline
}
  
table, td {
	border-collapse:collapse;
}

table, td, img {
	border:0; 
	padding:0;
}

form, td {
	margin:0; 
	padding:0;
}

br {
	font-size:10px;
}

table{
	border:0px; 
	border-collapse:collapse;	
}

td, input, textarea{
	font-size:13px;
	font-family:Tahoma;
	color:#999999;
	line-height:13px;
	vertical-align:top;
	padding:0px;
}

td, select, input {
	font:13px tahoma, arial, helvetica, sans-serif; 
	color:#49453c; 
	vertical-align:top;  
	text-align:left;
}

img a { 
	border:0px;
}

img { 
	vertical-align:top;
}

b {
	color:#f32648;
}

/* ------------ CHANGE LINK COLOR HERE ------------ */
/*
.header{
	font-size:22px;
	font-weight:bold;
	color:#ff4C00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 24px;
}
.subheader{
	font-size:16px;
	font-weight:bold;
	color:#ff4C00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 18px;
}
.subsubheader{
	font-size:14px;
	font-weight:bold;
	color:#ff4C00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 18px;
}*/

.header{
	font-size:22px;
	font-weight:bold;
	color:#000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 24px;
}
.subheader{
	font-size:16px;
	font-weight:bold;
	color:#000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 18px;
}
.subsubheader{
	font-size:14px;
	font-weight:bold;
	color:#000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 18px;
}
.subheaderside {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 18px;
}
img.left {
	float: left;
	margin-top: 1px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.image {
	float: right;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.youtube{
	float: right;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-left: 15px;
}
img.center { 
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.locations {
	font-size: 11px;
	font-style: italic;
}
.edges {
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
}
.edgestitle {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}



a.body:link{
	color:#0000FF;
	font-size:16px;
	text-decoration:underline;
}
a.body:visited{
	color:#0000FF;
	font-size:16px;
	text-decoration:underline;
}
a.bottom:link{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
}

a.bottom:visited{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
}
/*
a:link{
	color:#ff4C00;
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
	color:#ff4C00;
}*/

a:link{
	color: #000066;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000066;
}

a:hover{
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

ul {
	line-height:1.3em;
}

.clear{clear:both;}
#container #frame #content #left #address {
	width: 175px;
	padding-left: 40px;
	padding-top: 35px;
	font-style: italic;
}
#address a {
	color: #FFFFFF;
}

.noshow {
	display: none;
}
#map {
	float: right;
	width: 200px;
	margin-left: 25px;
}

a.gallery:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #234D99;
	margin-right: 100px;
	margin-left: 100px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3273E8;
	border-right-color: #122954;
	border-bottom-color: #122954;
	border-left-color: #3273E8;
	font-style: italic;
}
a.gallery:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #648ABE;
	margin-right: 100px;
	margin-left: 100px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #84B9FF;
	border-right-color: #446085;
	border-bottom-color: #446085;
	border-left-color: #84B9FF;
	font-style: italic;
}

a.gallery:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #102E64;
	margin-right: 100px;
	margin-left: 100px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #648ABE;
	border-right-color: #061229;
	border-bottom-color: #061229;
	border-left-color: #648ABE;
	font-style: italic;
}
a.gallery:active {
	color: #234D99;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
	margin-right: 100px;
	margin-left: 100px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99BDEF;
	border-right-color: #A4CAFF;
	border-bottom-color: #A4CAFF;
	border-left-color: #99BDEF;
	font-style: italic;
}
/* Table */
th.head {
	background-color: #234D99;
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
}
th.subhead {
	background-color: #648ABE;
	text-align: center;
	color: #EEEEEE;
	vertical-align: middle;
}
tr:nth-of-type(even) {
	background-color:#D4D9FF;
}
tr:nth-of-type(odd) {
	background-color:#C1C9FF;
}
tr.odd {
	background-color:#D4D9FF;
	
}
tr.even {
	background-color:#C1C9FF;
}
td {
	padding: 2px;
	text-align: center;
	vertical-align:middle;
}
/* Right Table */
div.left {
	float: left;
	padding-right:10px;
	padding-top: 10px;
}
div.right{
	float: right;
	padding-left:10px;
	padding-top: 10px;
}
div.center{
    width: 50%;
    margin: auto;
}
/* Tooltip */
.tooltip {
  border-bottom: 1px dotted #000000;
  color: #000000; 
  outline: none;
  cursor: help; 
  text-decoration: none;
  position: relative;
}
.tooltip span {
  margin-left: -999em;
  position: absolute;
}
.tooltip:hover span {
  position: absolute;
  left: 1em;
  top: 2em;
  z-index: 99;
  margin-left: 0;
  width: 250px;
}
a.tooltip:visited {
text-decoration: none;
}
.classic { padding: 0.8em 1em; }