/* CSS Document */

html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	background-color: #333;
}
#flashcontent {
	width: 100%;
	height: 100%;
}
#no_flash_home {
	margin:0 auto;
	width:850px;
}
#flashcontent h1 {
	background:url("/images/temp_nonflash_header.jpg") no-repeat scroll center top transparent;
	height:182px;
	margin:0;
	text-indent:-9999px;
	width:850px;
}
#flashcontent #content {
	background:url("/images/temp_nonflash_bg.jpg") no-repeat scroll right bottom #FFFFFF;
	margin:0 auto;
	padding:0 30px 50px;
	width:790px;
}
#flashcontent #content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #333;
	line-height: 16px;
	margin-bottom: 25px;
	font-weight: normal;
	letter-spacing: -0.05em;
}
#flashcontent #content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 20px;
	margin-bottom: 25px;
	font-weight: normal;
	letter-spacing: -0.03em;
}
#flashcontent #content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	letter-spacing: -0.03em;
}
#flashcontent #content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 16px;
	margin-bottom: 15px;
}
#flashcontent #content hr {
	margin-bottom: 10px;
	color: #999;
}
#flashcontent #content .vidBox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	letter-spacing: 0.05em;
	padding: 12px;
	overflow: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	width: 550px;
}
#flashcontent #content .vidBox img {
	border: 1px solid #CCCCCC;
	float: left;
	margin-top: 4px;
}
#flashcontent #content .vidBox p {
	margin: 0px 0px 15px 20px;
	padding: 0px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	letter-spacing: -0.065em;
}
#flashcontent #content a.button img {
	border:medium none;
}
#footer {
	display:none;
}
