@charset "utf-8";
/* CSS Document */

body{
	background-image:url(img/background.jpg);
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px;
	}

a{
	color: #425468;
	text-decoration:none;
}
a:hover{
	color: #8a0106;
}

Container {
	width:100%;
	height:100%;
	position:relative;
}

.Content {
	position:relative;
	width:951px;
	height:100%;
}

nav {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #425468;
}

SPAN.nav {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #425468;
}
SPAN.current {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: black;
}
SPAN.header {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	color: #425468;
}
SPAN.midheader {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	line-height:26px;
	color: #ffffff;
}
SPAN.midbody {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	line-height:22px;
	color: #ffffff;
}
.disclaimer{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:11px;	
	color: #8a0106;
}

.Caseeval{
	position:absolute;
	left: 4px;
	top: 515px;
	border:medium;
	border:#666;
	width:348px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}
.textarea{
	width:310px;
	height:50px;
}
.Leftimage{
	position:absolute;
	top:126px;
	left:3px;
}
.footer{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;	
	color: #425468;
}
.disclaimerPop{
	position:absolute;
	display:none;
	top:240px;
	left:250px;
	width:500px;
	font-size:12px;
	z-index:10;
	background-image:url(img/popup_background.jpg)
}
.videoPop{
	position:absolute;
	display:none;
	top:240px;
	left:250px;
	width:550px;
	font-size:12px;
	z-index:10;
	background-color:white;
}
.vidbutton{
	position:absolute;
	top:280px;
	left:650px;
}