@charset "utf-8";
/* CSS Document */

#flashcontainer{
	height:465px;
	min-height: 465px;
	/*(border: 1px solid #CC0000;*/
	display:block;
	float:left;
	position:relative;
	 /*z-index: 1;  Hopefully this fixes the mac Safari issue */
	/*position:relative; Hopefully this fixes the mac Safari issue */
}
#flashcontainer:focus {outline:none;} 

#bar{
	z-index:20;
	position:absolute;
	top:380px;left:0px;
	width:900px;height:70px;
	background:url(/img/modules/homeBody/noflash-dsrbar.gif) transparent no-repeat;
}

#messagepad{
	position:absolute;
	top:0px;right:0px;
	width:320px;height:448px;
	background:url(/img/modules/homeBody/bg-blankpad.png) transparent no-repeat;
	padding:0px 0px 30px 0px;
	z-index:30;
}
#messagepad div{
	width:220px; height:100%;
	margin:0px 30px 0px 70px;
	overflow:auto;
}
#messagepad div p{
	margin:.5em 0 1em 0;
}
#messagepad div p.emergency,#messagepad div p.emergency a{
	font-weight:bold;
	font-size:13px;
	color:#A81A0F;
}
#messagepad div h1{
	color:#a91b0f;
	font-size:16px;
	font-weight:bold;
}
#messagepad div h1.emergency{
	font-size:24px;
}
#messagepad div a{
	color:black;
}
#homeBody {
    outline-color: -moz-use-text-color;
    outline-style: none;
}

.welcome{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#a0a0a0;
	line-height:35px;
	padding-left:30px;
	width:560px;
	padding-bottom:30px;
	vertical-align:middle;
}
