@charset "utf-8";
@font-face {
	font-family:"Calibri";
	font-weight:normal;
	font-style:normal;
	src:url('../fonts/calibri.ttf');
}
@font-face {
	font-family:"Kravitz Thermal";
	font-weight:normal;
	font-style:normal;
	src:url('../fonts/kravitz-th.TTF');
}

/*
.gradientV{
    background: #008800;
    background: -moz-linear-gradient(top, #00FF00, #000000);
    background: -webkit-gradient(linear, left top, left bottom, from(#00FF00), to(#000000));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#00FF00', EndColorStr='#000000', GradientType=0);
  }
.gradientV2{
    background: #CCC;
    background: -moz-linear-gradient(top, #FF00FF, #00FF00); 
    background: -webkit-gradient(linear, left top, left bottom, from(#FF00FF), to(#00FF00));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FF00FF', EndColorStr='#00FF00', GradientType=0);
  }
*/
body.white-wm {
	font-family:"Calibri";
	font-size:11pt;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image:url(../images/watermark-b-ws.png);
	background-repeat: repeat-y;
	background-position: right top;
	text-align: justify;
	margin-left:100px;
	margin-right:100px;
}

body.grey-wm {
	background-attachment: fixed;
	background-color: #353736;
	background-image:url(../images/watermark-ws.png);
	background-repeat: repeat-y;
	background-position: right top;
	margin-left:100px;
	margin-right:100px;
}

body.index {
/*	background-color: #B6CBD7;*/
	background-color: #C6DBE7;
	background-attachment: fixed;
	background-image:url(../images/watermark-b-ws.png);
	background-repeat: repeat-y;
	background-position: right top;
	overflow:hidden;
}


body.white-wm p, body.white-wm ul {
	font-family:"Calibri";
	font-size:11pt;
	font-weight:normal;
	font-style:normal;
	color:#333333;
}

body.index p {
	font-family:"Calibri";
	font-size:11pt;
	font-weight:normal;
	font-style:normal;
	color:#333333;
}

body.grey-wm p, body.grey-wm ul {
	font-family:"Calibri";
	font-size:11pt;
	font-weight:normal;
	font-style:normal;
	color:white;
}

div.hilit-text, div.hilit-text p, div.hilit-text ul {
	font-size:12pt;
}

div.front {
/*	float:left;*/
}

div.front img, div.front canvas {
	position:absolute;
}

div.front p {
	font-family:"Calibri";
	font-size:9pt;
	color:#222222;
	position:absolute;
	letter-spacing:2px;
	z-index:200;
}

h1 {
	font-family:"Kravitz Thermal";
	font-size:26pt;
	font-weight:600;
	font-style:normal;
	color:#B6CBD7;
	letter-spacing:3px;
}
h2 {
	font-family:"Kravitz Thermal";
	font-size:22pt;
	font-weight:normal;
	font-style:normal;
	color:#B6CBD7;
}
span.inlh {
	font-family:"Kravitz Thermal";
	font-size:16pt;
	font-weight:normal;
	font-style:normal;
	color:#222222;
	font-weight:500;
	padding-right:10px;
}
span.h2ish {
	font-family:"Kravitz Thermal";
	font-size:22pt;
	font-weight:normal;
	font-style:normal;
	color:#B6CBD7;
}

div.column-3 {
	float: left;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 15px;
	min-height: 100px;
	display:table-cell;
	width:33%;
	text-align: justify;
}

div.column-3g {
	float: left;
	background-color: #353736;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 15px;
	min-height: 100px;
	display:table-cell;
    background: -moz-linear-gradient(top, #000000, #353736);
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#353736));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#000000', EndColorStr='#353736', GradientType=0);
	width:33%;
}

div.column-3g p {
	color:white;
}

div.column-l {
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 15px;
	min-height: 100px;
	display:table-cell;
	float:none;
}

div.column-2-3 {
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 15px;
	min-height: 100px;
	display:block;
	width:66%;
}
div.column-3-4 {
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 15px;
	min-height: 100px;
	display:block;
	width:75%;
}
div.derbg
{
	background-image:url(../images/blackbirds.gif);
	background-repeat:no-repeat;
	background-position:600px 20px;
	height:300px;
}

div.grey-crew-list
{
}

div.grey-crew-list ul
{
	padding-top:35px;
	padding-bottom:35px;
	padding-left:15px;
	padding-right:15px;
	list-style-type:none;
	background-color: #353736;
	color:#B6CBD7;
	width:330px;
	position:relative;
	background-image:url(../images/whitebirds.gif);
	background-repeat:no-repeat;
	background-position:200px -40px;
}

div.grey-crew-list ul li
{
	color:#B6CBD7;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

a.button {
	border-radius:15px;
	-moz-border-radius:15px;
   background-color: #aaaaaa;  
    background: -moz-linear-gradient(top, #ffffff, #aaaaaa);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#aaaaaa));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#aaaaaa', GradientType=0);
   border-color:  black;  
   color:black;   
   border: 1px solid;   
   display: block;   
   width: 180px;
   height: 100%;
   padding: 0px 0px 0px 8px;   
   margin: 0px 0px 0px 0px;   
   position: relative;   
   line-height: 1.2em;   
	font-family:"Kravitz Thermal";
   font-size:12pt;  
   font-weight:800;
   top: 0px;   
   bottom: 0px;   
   text-align: left;   
   text-decoration: none;   
 
/*   background-position: top left;   */
/*   background-image: url(../images/camo5.gif); */
}   
  
a.button:hover {   
   text-align: left;   
   color:white;   
   text-decoration: none;   
   border: 1px solid;   
   background-color:  #888888;   
    background: -moz-linear-gradient(top, #dddddd, #888888);
    background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#888888));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#dddddd', EndColorStr='#888888', GradientType=0);
   border: thin solid;   
   border-color: black;  
}   
  
a.button:active {   
   text-align: left;   
   color: black;   
   text-decoration: none;   
   border: thin solid;   
   border-color: black;  
   background-color: #888888;   
    background: -moz-linear-gradient(top, #dddddd, #888888);
    background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#888888));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#dddddd', EndColorStr='#888888', GradientType=0);
	z-index:100;
}  
  
a.button:visited {
   border: thin solid;   
   border-color: black;  
	z-index:100;
}
   
a.button:link {
   border: thin solid;   
   border-color: black;  
	z-index:100;
}  

a {
	color: #3FB7D9;
	font-weight: bold;
   text-decoration: none;   
}

a:hover {
	color: blue;
}

a:active {
   color: #1BFF78;   
}

a:visited {
   color: purple;   
}

a:link {
	color: #333366;
}

body.grey-wm a:visited, div.column-3g a:visited {
	color: #A020A0;
}
body.grey-wm a:link, div.column-3g a:link {
	color: #30C000;
}

DIV.black-blk-600 {
	background-color: #353736;
	padding: 5px 15px 5px 15px;
	float:right;
	width: 650px;
}

div.black-blk-600 p {
	color:white;
	font-size:16px;
}
	
DIV.white-blk-600 {
	padding: 5px 15px 5px 15px;
	float:right;
	width: 650px;
}

div.partner-box {
	width:90%;
}
div.person-box div.info {
	font-family:"Calibri";
	font-size:11pt;
	font-weight:normal;
	font-style:normal;
	color:#333333;
}

div.person-box {
	overflow:auto;
	width:90%;
	margin-bottom:30px;
}
div.person-box div.info {
	font-family:"Calibri";
	font-size:11pt;
	font-weight:normal;
	font-style:normal;
	color:#333333;
	display:table-cell;
}
div.person-box img {
	float:left;
	margin-right:30px;
}
div.person-box dt
{
	clear:left;
	float:left;
	font-weight:700;
}
div.person-box dd
{
}

div.person-box dl
{
	clear: left;
	
}

div.captioned-image {
	font-size:9pt;
	text-align:center;
	font-family:"Calibri";
	font-weight:normal;
	font-style:normal;
	color:#333333;
	margin-left:auto;
	margin-right:auto;
}

div.captioned-image img
{
	width:100%;
}

div.gallery-select-image
{
	float:left;
	padding-right:30px;
	text-align:center;
	font-family:"Kravitz Thermal";
	font-size:14pt;
	font-weight:bold;
	font-style:normal;
	color:#333333;
	margin-left:auto;
	margin-right:auto;
}

div.gallery-select-image img
{
	margin:0px auto;
/*	float:left;*/
/*	width:100%;*/
}


div.navigation {
/*	margin-left: 20%;
	margin-right: 20%;
	margin-top: 5px;
	margin-bottom: 10px;*/
	padding: 5px 5px 5px 5px;
	border-color: #222222 #888888 #888888 #222222;
	background-color: #dddddd;
	display:table;
/*	color: #444444; */
	border-style: solid;
	border-width: thin;
	text-align: center;
}

/* drop down two level menu ... */	
ul.nav {
	list-style-type: none;
	/*background-image: url(navi_bg.png);*/
	height: 40px;
	width: 1300px;
	margin: auto;
	z-index:100;
}
ul.nav li {
	float:left;
	z-index:100;
}
ul.nav li ul {
	list-style-type:none;
	display:none;
	padding:0px 0px 0px 20px;
	z-index:100;
}
ul.nav li ul a.button {
	width:160px;
	font-size:11pt;
	z-index:100;
}
	
ul.nav li:hover ul {
	display:block;
	position:absolute;
	z-index:100;
}
ul.nav li:hover ul li {
	float:none;
	z-index:100;
}

ul.nav li.lang  {
	padding:0px 20px 0px 0px;
}

ul.nav li.lang ul  {
	padding:0px 0px 0px 0px;
}
ul.nav li.lang ul li {
	display:block;
	background:#111111;
}

ul.nav li.lang:hover ul li {
	display:block;
	background:#dddddd;
}

ul.nav li.lang ul li:hover {
	display:block;
	background:#aaaaaa;
}

ul.cest {
	list-style-type: none;
}

ul.subnav {
	list-style-type: none;
}
ul.subnav li {
	float:left;
}
