@charset "utf-8";
body, p, h1, h2, h3, h4, h5, h6, ul, li, ol, hr, form {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(../graphics/screenBackground.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment:fixed;
	background-color: #808080;
	border-top: 32px solid #000000;
}
#top {
	position: fixed;
	left: 0px;
	background-color: #000000;
	height: 32px;
	top: 0px;
	right: 0px;
	width: 100%;
}
#logo {
	position: fixed;
	z-index: 20;
	left: 0px;
	top: 0px;
	background-attachment: fixed;
	background-image: url(../graphics/topblackbar.png);
	background-repeat: repeat-x;
	background-position: right top;
	width: 100%;
}
#menu {
	position: fixed;
	z-index: 25;
	left: 0px;
	top: 0px;
	width: 230px;
}
#theBox {
	position: absolute;
	top: 22%;
	right: 1%;
	z-index: 99;
	width: 327px;
}
.box {
	width: 327px;
	background-image: url(../graphics/box-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 0.9em;
	color: #000000;
	padding-top: 1em;
	padding-bottom: 1em;
}

#theBox p {
	line-height: 1.1em;
	padding-bottom: 1.2ex;
	font-size: 0.9em;
	color: #000000;
	text-align: justify;
	width: 306px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 10px;
}
iframe {
	width: 321px;
	border: 0;
}
form#Responder, form#Friend-Family, form#Victim-Survivor {
	width: 90%;
	padding-left: 10px;
}
#theBox ul li {
	list-style-type: circle;
	list-style-position: outside;
	font-size: 0.9em;
	color: #000000;
	padding: 0.5ex 2ex 0.5ex 0ex;
	margin-left: 1.5em;
}
#theBox ul ul li {
	list-style-type: square;
	list-style-position: outside;
	font-size: 1em;
	color: #000000;
	padding: 0.5ex 1ex 0.5ex 0ex;
	margin-left: 1em;
}
#theBox ul {
	padding-top: 1ex;
	padding-bottom: 1ex;
	display: inline;
}

.boxMiddle {
	width: 322px;
	background-image: url(../graphics/box-central.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	background-color: #e6e7e8;
	margin-left: 2px;
	height: 90%;
}
.boxLower {
	width: 322px;
	background-image: url(../graphics/box-low.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	margin-left: 0px;
	padding-bottom:1ex;
	margin-bottom: 1ex;
}
#tagline {
	display: none;
}
h2 {
	margin: 0;
	color: #FFFFFF;
	background-image: url(../graphics/box-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.3em;
	font-weight: bold;
	width: 306px;
	display: block;
	padding: 8px 11px 0px 12px;
	line-height: 96%;
}
h3 {
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #ff3131;
	padding-bottom: 1ex;
	font: italic 1.4em Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	width: 306px;
	background-image: url(../graphics/hr.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #150530;
	padding: 0.5ex 8px 2px 10px;
	line-height: 1.2em;
}


a:link, a:link ul li, a li {
	color: #cd1627;
	text-decoration: none;
}
a:visited, a:visited li {
	text-decoration: none;
	color: #4E080E;
}
a:hover, a:hover li {
	text-decoration: underline;
	color: #075781;
}
a:active, a:active li {
	text-decoration: none;
	color: #81010B;
}
textarea, .textinput {
	width: 280px;
	background: none;
	background-image: url(../graphics/textareaBG.png);
	background-repeat: repeat;
	padding: 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #FFFFFF;
	overflow: auto;
	border: ridge;
}
label {
	text-align: left;
}
#photobox {
	position: fixed;
	top:277px;
	z-index:6;
	bottom: 5%;
	left: 245px;
	right: 327px;
	padding-right: 2%;
	text-align: center;
}
#photobox * {
	text-align: center;
}
hr {
	background-image: url(../graphics/hr.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-width: 0px;
	border-style: none;
	margin: 0;
	padding: 0;
}
#getFlash {
	position: absolute;
	left: 15px;
	top: 625px;
	z-index: 1;
}
.engineLinks {
	font-size: 1px;
	color: #000;
	display: none;
}
