@CHARSET "UTF-8";

html, body {background: #000;}
html, body {
	font-size:0.9em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3em;
	
        height:100%;
	background-color: black;
	color: white;
	/*font: 1em verdana, arial, helvetica, sans-serif;*/
	font-family: sans-serif;
	/*width: 100%;*/
	margin: 0;
	padding: 0;
}

#engineer {
    padding-bottom: 50px;
}

#content {
	/*max-height: 650px;*/
	/*min-height: 650px;*/
	/*margin-top: 120px;*/
        position: relative;
	min-height: 100%;
}

#noflash {
	/*font-family: Verdana;*/
	font-size: 10px;
	width: 400px;
	height: 100px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -50px;
}

#spacer {
	height:10%;
}

a {
	color: white;
	text-decoration: none
}

#header {
	text-align:center;
	padding: 10px;
	min-height:50px;
}

#footer {
	/*padding-top: 20px;*/
    position:relative;
    height:45px; 
    margin-top: -45px;
}

#footer img {
	margin-bottom: 7px;
}

#bio_container{
	margin-top:70px;
	min-height: 200px
}

#bio {
	text-align: center;
	/*position:absolute;
	width: 100%;
	top:75%;*/
}
#bio div {
	width: 40%;
	font-size: 0.8em;
	padding-left: 30%
}

/* 3D Carousel*/
#holder_images,#carouselText {
	display: none;
}

#buttonwrapper {
	width: 100px;
	height: 50px;
	position: relative;
}

#left {
	background: url(images/left.gif) bottom left no-repeat;
	width: 39px;
	height: 50px;
	float: left;
}

#right {
	background: url(images/right.gif) bottom left no-repeat;
	width: 39px;
	height: 50px;
	float: right;
}

#left :hover,#right :hover {
	cursor: hand;
	cursor: pointer;
	background-position: top left;
}

#carousel img {
	border: 2px solid #ddd;
}

#carousel img.link:hover {
	border: 4px solid #0e0893;
}

#text {
	position: absolute;
	width: 450px;
	height: 300px;
	padding: 3em;
	font: 1em/ 1em Gill Sans, Verdana;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #DDD;
	color: #FFF;
	background-color: #666;
	display: none;
}


.menu {width:1000px;min-width:700px}
.menu a {border: none !important; /*float:left;width:100px*/}
.prev_arr, .next_arr {padding: 0px;height:24px; width:27px;display:block;outline:0;opacity: 0.8;margin-top:14%}
.prev_arr:hover, .next_arr:hover {opacity: 1;}
.prev_arr {float:left;background: url(img/slide_prev_arr.png) no-repeat top center;margin-right:25px}
.next_arr {float:right;background: url(img/slide_next_arr.png) no-repeat top center;}
.hide_arr { background: black !important; cursor: default;}
.roll_wrap {position:relative;overflow:hidden;}
.slide_menu, .roll_wrap, .roll {height:244px;}
.roll {position: absolute;}
.engineer {margin: 60px 7px 0;border: none !important}
.roll a { text-decoration:none; color: #333; font-size: 11px; line-height: 10px;}

.clear {clear: both;}
.fleft {float:left;}
.fright {float: right;}
.hide {display:none;}
.no_pad {padding: 0 !important;}
.no_float {float: none !important;}
.half {width: 49% !important;}
