body {
	font-family: Verdana, Arial, sans-serif;
	background:black;
	color:white;
}


a {
	color:#999999;
	text-decoration:none;
	font-size:9pt;
}

a:hover {
	text-decoration:underline;
	color:#004080;
}

a:active {
	text-decoration:underline;
	color:black;
}

a:visited {
	color:#333333;
}

#overlay {
	z-index: 90;
	filter: alpha(opacity=70); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE */
	-moz-opacity: .70; /*older Mozilla*/
	-khtml-opacity: 0.7;   /*older Safari*/
	opacity: 0.7;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#000000;
	position:fixed; top:0px; left:0px; width:100%; height:100%; text-align:center; vertical-align:middle;
}

#introTitle {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}

#introTitle div {
	position:relative;
	height:100px;
	width:600px;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-300px;
	text-align:center;

}

#interactiveTimeline {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}

h1, #bigTagline {

	color: white;

	font-size: 76pt;
	font-weight:normal;

	margin-bottom:0px;
	margin-top:20px;
	z-index:10;
}

h2, .introTitle {
	font-variant: small-caps;
	margin-bottom:0px;
	margin-top:0px;
	color:white;

	font-size: 32pt;

	font-style: normal;

	font-weight: normal;
}

h3 {
	font-weight:normal;
	font-size:12pt;
	margin-top:0px;
	color:#aaa;
}


img.frontPageLogo {
	margin-top:0px;
	width:100px;
	border:none;
}

#timeline #images {
	padding:0px;
	margin:0px;
	text-align:center;
}

#timeline #images div {
	margin-left:-3px;
	margin-right:-3px;
	padding:0px;
	display:inline-block;
}

#timeline #images div:hover {
	cursor:pointer;
}


#timeline #latinNames {
	padding:0px;
	margin:0px;
}

#timeline #latinNames div {
	margin-left:-3px;
	margin-right:-3px;
	padding:0px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	display:inline-block;
	font-size:14pt;
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid #aaa;
	color:#aaa;
}

#timeline #techNames {
	padding:0px;
	margin:0px;
}

#timeline #techNames div {
	color:#aaa;
	margin-left:-3px;
	margin-right:-3px;
	padding:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display:inline-block;
	font-size:12pt;
	text-align:center;
	margin-top:-3px;
}

.detailFloater {
	background-color:black;
	position:absolute;
	width:264px;
	height:163px;
	z-index:100;
	padding:5px;
	color:#aaa;
	font-size:9pt;
	text-align:center;
}

.detail_wrapper {
	width:600px;
	position:absolute;
}

.detail_image {
	display:inline-block;
	position:absolute;
	left:0px;
}

.detail_text {
	text-align:		left;
	display:			inline-block;
	padding:			8px;
	position:			absolute;
	left:			100px;
	width:			500px;
	border:			3px solid yellow;
	color:			black;
	background-color:	#FFFFD8;
}

.detail_text .header {
	font-weight:bold;
	color:black;
	font-size:13pt;

}

.detail_text a {
	font-weight:bold;
	color:yellow;
	text-decoration:none.
}

.detail_text a:hover {
	text-decoration:underline;
}

.detail_text a:active {
	text-decoration:underline;
	color:orange;
}

.detail_bubble_stem {
	position:absolute;
	left:-27px;
}

.lightSwitch {
	filter: alpha(opacity=40); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40); /* IE */
	-moz-opacity: .40; /*older Mozilla*/
	-khtml-opacity: 0.4;   /*older Safari*/
	opacity: 0.4;   /*supported by current Mozilla, Safari, and Opera*/
	display:inline-block;
}

.letter {
	display:inline-block;
}


.bubble_br {
	font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
	background:url(/images/bubble_br.png);
	position:absolute;
	background-repeat: no-repeat;
	width:126px;
	height:107px;
	line-height:88px;
	font-size:11px;
	overflow:hidden;
	padding-left:5px;
	padding-right:9px;
}

.bubble_bl {
	font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
	background:url(/images/bubble_bl.png);
	position:absolute;
	background-repeat: no-repeat;
	width:126px;
	height:107px;
	line-height:88px;
	font-size:11px;
	overflow:hidden;
	padding-left:5px;
	padding-right:9px;
}

.bubble_tl {
	font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
	background:url(/images/bubble_tl.png);
	position:absolute;
	background-repeat: no-repeat;
	width:126px;
	height:107px;
	padding-top:19px;
	line-height:88px;
	font-size:11px;
	overflow:hidden;
	padding-left:4px;
	padding-right:9px;
}

.yacBlock {
	width:100%;
	left:0px;
	text-align:center;
}

#yacBlock .logoCaption {
	font-size:9pt;
	color:#ccc;
}



.amoeba {
	width:155px;
}
.fish {
	width:155px;
}
.trex {
	width:161px;
}
.caveman {
	width:121px;
}
.wexting {
	width:186px;
}

#wexting_detail {
	border:0px solid #666;
	text-align:center;
	padding:10px;
	width:450px;
	height:450px;
}

#wexting_detail #learnMore {
	margin-top:5px;
	font-size:16pt;
}

#wexting_detail #learnMore a {
	color:yellow;
	text-decoration:none;
	font-size:16pt;

}

#wexting_detail #learnMore a:hover {
	color:yellow;
	text-decoration:underline;
}

#wexting_detail #learnMore a:active {
	color:red;
}

#wexting_detail #learnMore a:visited {
	color:yellow;
}

#wexting_detail #learnMore #watchVideoAgain {
	font-size:9pt;
	color:#999;
}

.closeWidget {
	background:url(/images/close_widget.png);
	background-repeat: no-repeat;
	height:44px;
	width:44px;
	position:absolute;
	top:-20px;
	right:-20px;
	z-index: 500;
}


.closeWidget:hover {
	background:url(/images/close_widget_hl.png);
}

.videoButtonRow {
	text-align:center;
}

.videoButtonRow img {
	border:0px;
}

#contactForm {
	background-color:rgba(161, 195, 233, .95);
	border:10px solid #5A72B1;
	padding:10px;
	font-size:12pt;
	position:absolute;
	top:100px;
	left:25%;
	width:50%;
	text-align:left;
	z-index:100;
}

#contactForm h1 {
	font-size:18pt;
	margin-top:0px;
	margin-bottom:10px;
	color:#454545;
}

#phoneBlockWrapper {
	text-align:center;
	margin-top:0px;
	margin-bottom:5px;	
}
#phoneBlock {
	display:inline-block;
	height:64px;
	line-height:64px;
	text-align:center;
	font-weight:bold;
	font-size:150%;	
	width:75%;
}

.formField {
	border:1px solid #666;
	background:#f6f6f6;
	font-size:12pt;
	height:24px;
	line-height:24px;
	vertical-align: middle;
	width:80%;
	padding:2px;
}
textarea.formField {
	height:75px;
	width:80%;
	max-width:350px;
}

a.cancelWidget {
	background:url(/images/cancel_widget.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:44px;
	width:44px;
	position:absolute;
	top:-22px;
	right:-22px;
	z-index:2000;
	display:inline-block;
}

a.cancelWidget:hover {
	background:url(/images/cancel_widget.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}

.formLabel {
	font-weight:bold;
	color:#666666;
	text-align:right;
	font-size:12pt;
	line-height:24px;
	vertical-align: middle;
	width:125px;
}
