@charset "UTF-8";
/* CSS Document */

/* hide from ie on mac \*/
html {}
#flashcontent {width:800px; height:550px; overflow:hidden; }
/* end hide */

body {position:relative; text-align:center; margin:0px; padding:0px; color:#ccc; background:#fff url(bgWhite.jpg) no-repeat top center; color:#666; font-family:sans-serif; }

a, a:hover {color:#c10000; text-decoration:none; }
a:hover {color:#5ca3a3; }
p {font-size:11px; color:#666; line-height:16px; letter-spacing:0px; font-family: 'lucida', verdana, sans-serif; margin-bottom:10px; }

ul, ol {margin:0px; padding:0px; }
ul li, ol li {padding:0 0 0 15px; margin-bottom:10px; }
h1, h2, h3 {color:#5ca3a3; font-style:italic; display:block; }

table, table tr, table tr td a { padding:0px; overflow:hidden; }
.container {position:relative; width:800px; margin:0px auto; padding:10px 0 0; border:0px solid red; text-align:left; overflow:hidden; }
.left {position:relative; float:left; width:800px; padding-top:10px; overflow:hidden; }

.news {display:block; padding:10px 0 0; margin:0 35px; font-size:11px; border-top:1px solid #254a53; border-bottom:1px solid #254a53; }
	
.header {width:800px; height:160px; text-align:center; }
.headerIE {width:800px; height:160px; text-align:center; display:none; }
	
.menu {display:block; padding:10px 0; border-bottom:1px solid #444; color:#444; text-align:center; font-size:28px; }
.menu a, menu a:hover {color:#77c8eb; padding:0 45px; text-decoration:none; }
.menu a:hover {	color:#ffc000; }

.text {display:block; margin:0 0 25px; padding:0px; background:transparent; }
.text a {font-weight:bold; font-size:12px; }
.gallery {display:block; padding:0px; margin:0px; }
.footer {display:block; border-top:1px solid #ddd; padding:10px 0; text-align:center; line-height:20px; font-size:10px; font-weight:normal; clear:both; }
.evolution {position:relative; width:186px; top:3px; text-align:center; /*left:390px;*/ }
.logo {position:relative; margin-top:-20px; }
	
/*/// CONTACT FORM //////////////////
//////////////////////////////////*/
#contactform {display:none; margin:0px; padding:0px; color:#666}
.closebutton {float:right; height:15px; width:15px; margin:-5px 0px 0px; padding:0px; }
.contactName, .contactEmail, .contactSubject {width:200px; background:#666; border:1px solid #333; padding:3px 5px; margin:0px 0 10px; color:#ffffff; font:12px arial, sans-serif; }
.contactMessage{width:200px; height:100px; background:#666; border:1px solid #333; padding:5px; margin:0px 0 10px; color:#ffffff; font:12px arial, sans-serif; }
.contactSubmit{ position:relative; left:130px; font:14px Arial, sans-serif;  color:#ffffff; width:80px; height:25px; border:1px solid #68aaa9; background:#5ca3a3; }

.imgalign {vertical-align:middle; }

.resume {text-align:left; padding:0 0 10px 10px; font-size:11px; }
.resume h1 {font-size:20px; font-weight:bold; margin:0px; padding:0px; color:#5ca3a3; }
.resume h2 {font-size:12px; text-transform:capitalize; font-weight:bold; margin:15px 0 0px; color:#5ca3a3; }
.resume .rightbar {width:200px; float:right; margin-left:30px;  }
.resume .rightbar p {font-size:10px; }
.resume ul {margin:0px; list-style:none; }
.resume ul li {margin-bottom:5px; padding:0px; color:#444; } 
.downloadresume {width:200px;text-align:center;padding:5px 0;text-transform:uppercase;font-size:10px;background:#ce0000; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  z-index:999;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #fff url(rezbg.jpg) fixed no-repeat top center;
  z-index: 999;
  color:#fff;
  font-size:13px;
  display:none;
  border: 5px solid #fff;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#000;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
