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


h1
{
	font-size:4.0em;
	color:#FFFFFF;
}
h2
{
	font-size:2.7em;
}
p,h2,h3
{
	color:#FFFFFF;
}

dt, dd
{
	margin:0px;
	padding:0px;
}
#address
{
	float:left;
	width:300px;
	margin-top:20px;
	margin-right:10px;
}
#map
{
	float:left;
	width:300px;
	margin-top:20px;
	margin-right:10px;
}
#contact-form
{
	float:right;
	width:346px;/*409*/
	height:357px;
	line-height:15px;
	font-size:0.65em;
	text-transform:uppercase;
}
#contact-form dt
{
	margin-bottom:5px;
}
#contact_name, #contact_email, #contact_subject, #contact_body
{
	width:283px;
	border:none;
	font-size:1em;
}
#contact_body
{
	height:128px;
}
#title
{
	height:110px;/*160px;*/
	padding:43px 25px 7px;
}
#flash
{
	padding:0px;
	width:1000px;
}
#flash-item
{
	width:590px;
	height:357px;
	background-color:#400000;
}

#contact-form ul, #contact-form li
{
	margin:0px;
	padding:0px;
	color:#990000;
	list-style:none;
}
#contact_email_alternate
{
	display:none;
}
#submit
{
	float:right;
	margin-right:63px;
	background-image:url(../images/submit_button.gif);
	text-transform:uppercase;
	font-size:0.9em;
	color:#000000;
	text-indent:230px;
	width:55px;
	border:none;
	height:12px;
	line-height:8px;
}


