@charset "UTF-8";
/* CSS Document */

html,body 
{
	width:100%;
	height:100%
}        
body 
{
   background-color: #000000;
   margin: 0px;
   font-family:Arial, Helvetica, sans-serif;
} 
#flashcontent 
{
    width: 100%;
   	height: 100%;
	position:absolute;
	margin:0px;
	text-align:left;
}
#alt
{
	margin:0px;
	width:310px;
	border:1px solid #8F281D;
	padding:5px;
	text-align:left;
	background-color:#8F281D;
}
#nav
{
	margin:0px;
	margin-top:-12px;
	background-color:#8F281D;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:5px;
	border-top:1px solid #8F281D;
	border-bottom:1px solid #8F281D;
}
#nav li
{
	list-style:none;
	margin:0px;
}
#blob a:link, #blob a:visited, #blob a:hover
{
	font-size:11px;
	text-decoration:none;
	color:#000;
}
#blob a:hover
{
	text-decoration:underline;
	color:#000;
}
#head li
{
	
}
.onitem, .subOn
{
	font-size:12px;
	color:#000;
	font-weight:bold;
}
#nav li a:link, #nav li a:visited, #nav li a:hover
{
	font-size:12px;
	text-decoration:none;
	color:#000;
}
#nav li a:hover
{
	color:#8F281D;
	background-color:#000;
}
#head, #head a:link, #head a:visited
{
	width:100%;
	background-color:#8F281D;
	margin:0px;
	text-decoration:none;
	color:#000;
}
#head a:hover
{
	text-decoration:underline;
}
.headline
{
	font-size:17px;
	color:#000;
	font-weight:bold;
}
.address
{
	font-size:12px;
	color:#000;
}
.text
{
	font-size:11px;
	color:#000;
}

img
{
	width:308px;
	border:1px solid #000;
}

.form
{
	display:block;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:dotted 1px #000;
}
.form .text
{
	display:inline-block;
	margin-top:10px;
	font-size:13px;
}
.form p
{
	font-size:16px;
	color:#000;
	margin-top:-4px;
}
.form .name
{
	width:300px;	
}
.form .email
{
	width:104px;	
}
.emailall
{
	display:inline;	
}
.form input[type="text"], .form textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
	padding:2px;
    margin-bottom: 2px;
    display: inline-block;
    border: solid 0px #000;
	background:#F2F2F2;
}
.button 
{
    display:inline-block;
	border:solid 1px #000;
    background: #000;
	color:#fff;
	width:308px;
	height:25px;
	font-size: 13px;
}
.button:hover 
{
    border:solid 1px #000;
	color:#000;
	background: #fff;
}

