html { font-size: 1em; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
 font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
 font-size: .9em;
 color: #000000;
 margin: 0px;
 text-align: center;
 overflow: auto;
 overflow: -moz-scrollbars-vertical;
 background-color: #ffffff;
}
h1 {
font-size: 1.5em;
font-weight: bold;
margin-top: 25px;
}
span.h1 {
 font-size: 1.1em;
 font-weight: bold;
 color: #c1c1c1;
}

h2 {
 color: #333333;
 padding: 0px; 
 font-size: 1.2em;
 margin: 0px;
 font-weight: bold;
 
}
/* color: #FF9900; */
h3 {
font-size: 1.2em;
font-weight: bold;
font-style: italic;
text-align: left;
margin: 0px;
}

span.big1 {
font-weight: bold;
font-size: 14pt;
color: #FF9900;
}

a:link {color:#FF9900;}     
a:visited {color:#FF9900;}  
a:hover {color:#FF9900;}  
a:active {color:#FF9900;} 

a.white:link {color:#ffffff;}     
a.white:visited {color:#ffffff;}  
a.white:hover {color:#ffffff;}  
a.white:active {color:#ffffff;} 

a.black:link {color:#000000; text-decoration: none; }     
a.black:visited {color:#000000; text-decoration: none;}  
a.black:hover {color:#000000; text-decoration: none;}  
a.black:active {color:#000000; text-decoration: none;}

#headline {
height: 80px;
background-color: #ffffff;
text-align: center;
margin-bottom: 4px;
position: fixed;
z-index: 50;
width: 100%;
filter:alpha(opacity=93); /* IE */
-moz-opacity: 0.93; /* Mozilla */
opacity: 0.93; /* Opera */
}
#box_image {
 height: auto;
 background-color: #666666;
}

div.content_box_white {
padding-top: 30px;
padding-bottom: 50px;
max-width: 2000px;
text-align: center;
color: #000000;
background-color: #ffffff;
}
div.content_box_grey {
padding-top: 30px;
padding-bottom: 50px;
max-width: 2000px;
text-align: center;
color: #ffffff;
background-color: #999999;
}
div.content_box_white a:link {color:#666666; font-size: 1.2em; font-weight: bold; text-decoration: none; }     
div.content_box_white a:visited {color:#666666; font-size: 1.2em; font-weight: bold; text-decoration: none; }  
div.content_box_white a:hover {color:#999999; font-size: 1.2em; font-weight: bold; text-decoration: none; }  
div.content_box_white a:active {color:#999999; font-size: 1.2em; font-weight: bold; text-decoration: none; } 

div.content_box_grey a:link {color:#ffffff; font-size: 1.2em; font-weight: bold; text-decoration: none; }     
div.content_box_grey a:visited {color:#ffffff; font-size: 1.2em; font-weight: bold; text-decoration: none; }  
div.content_box_grey a:hover {color:#666666; font-size: 1.2em; font-weight: bold; text-decoration: none; }  
div.content_box_grey a:active {color:#666666; font-size: 1.2em; font-weight: bold; text-decoration: none; } 


div.content_box {
padding-top: 30px;
padding-bottom: 50px;
max-width: 2000px;
text-align: center;
min-height: 33%;
}
div.content_box_subsite {
padding-top: 10px;
padding-bottom: 20px;
max-width: 2000px;
text-align: center;
}

div.box_content_grid {
 display: block;
 float: left;
 text-align: justify;
 width: 30%;
 padding: 1%;
}
div.box_content_grid img {
/* width: 99%; */
}

div.box_content_grid .headline {
 background-color: #999999;
 padding: 10px;
 text-align: center;
 font-weight: bold;
 font-size: 1.1em;
 color: white;
 margin-bottom: 15px;
}

img.grid_image {
 margin-bottom: 5px;
}

div.inline_box { 
width: 90%;
margin: 0px auto 0px auto;
}
div.inline_box_centered { 
width: 70%;
margin: 0px auto 0px auto;
}

div.centered {
text-align: left;
width: 70%;
margin: 0px auto 0px auto;
}

hr.clear {
 clear: both;
 visibility: hidden;
}
#menu {
 height: 50px;
 background-color: #DBDADA;
 text-align: center;
 background-color: white;
 }
 
#menu div.menuInner {
 margin: 0px auto 0px auto; 
 }



#content {
text-align: left;
background-color: white;
max-width: 1024px;
margin: 0px auto 0px auto; 
padding: 25px;

}

/* Navigation */

nav {
margin: 0px auto 0px auto;
	}
nav a:link { color: #696969; }	
nav a:visited {color:#696969;}  
nav a:hover {color:#696969;}  
nav a:active {color:#696969;} 

nav ul {
    padding: 0px;
    margin: 0px;
	z-index: 50;
}

nav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

nav ul,nav ul li{
    background-color: #ffffff;
}
nav ul li {
    list-style: none;
    float:left;
	background-color: #ffffff;
}
nav ul li a {
    text-decoration: none;
    display: block;
	font-weight: bold;
    padding: 5px 10px 5px 10px;
	border-bottom: 2px solid white;
    font-size: 1.0em;
	
    transition: background 0.3s ease-out; /* explorer 10 */
    -webkit-transition: background 0.3s ease-out; /* chrome & safari */
    -moz-transition: background 0.3 ease-out; /* firefox */
    -o-transition: background 0.3 ease-out; /* opera */
}

nav ul li.cat1:hover a, nav ul li.cat1:hover > ul li a  {
  border-bottom: 2px solid #FF6600;
  color: #CCCCCC;
}
nav ul li.cat2:hover a, nav ul li.cat2:hover > ul li a  {
  border-bottom: 2px solid #FF6600;
  color: #CCCCCC;
 }
nav ul li.cat3:hover a, nav ul li.cat3:hover > ul li a {
  border-bottom: 2px solid #FF6600;
    color: #CCCCCC;
 }
nav ul li.cat4:hover a, nav ul li.cat4:hover > ul li a {
  border-bottom: 2px solid #FF6600;
    color: #CCCCCC;
}
nav ul li.cat5:hover a, nav ul li.cat5:hover > ul li a {
  border-bottom: 2px solid #FF6600;
    color: #CCCCCC;
}
nav ul li.cat6:hover a, nav ul li.cat5:hover > ul li a {
  border-bottom: 2px solid #FF6600;
    color: #CCCCCC;
}
nav ul li.cat7:hover a, nav ul li.cat5:hover > ul li a {
  border-bottom: 2px solid #FF6600;
    color: #CCCCCC;
}
nav ul li:hover > a {
    color: #FF6600;
}
nav ul li:hover > ul {
    visibility: visible;
}
nav ul li ul{
    display: block;
    visibility: hidden;
    position: absolute;
    padding:0px;
	text-align: left;
}

nav ul li ul li{
	float: none;
	border-bottom: 2px solid white;
}
nav ul li ul li a {
    color: #FF6600;
}
nav ul li ul li a:hover{
	color: #CCCCCC;
}

/* figure */
figure {
  float: left;
  border-radius: 2px;
  margin: 6px 20px 10px 10px;
     filter:alpha(opacity=100); -moz-opacity: 0.99; opacity: 1.0;
}
figure img {
  border-radius: 3px 3px 0 0;
   filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1;
}
figure figcaption {
  background-color: #999999;
  color: #ffffff;
  border-radius: 0 0 3px 3px;
  text-align: center;
  padding: 3px;
   filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1;
}

/* GALLERY */
div.imageGallery img {
 border-radius: 3px;
 box-shadow: 3px 3px 3px #cccccc;
 margin: 5px; 
}
div.imageGallery img:hover {
 	opacity: 0.7; 
	filter: alpha(opacity=30);
	-ms-transform: scale3d(1.1,1.1,1.1); /* IE 9 */
    -webkit-transform:scale3d(1.1,1.1,1.1); /* Chrome, Safari, Opera */
    transform: scale3d(1.1,1.1,1.1);
}
