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

html,body 
{
	width:100%;
	height:100%
}        
body 
{
   background-color: #FFF;
   margin: 0px;
   font: 100% Arial, Helvetica, sans-serif;
} 
#flashcontent 
{
    width: 100%;
   	height: 100%;
	position:absolute;
	margin:0px;
	text-align:left;
}
#alt
{	
	display: block;
  	margin-left: auto;
  	margin-right: auto; 
	width:750px;
	padding:15px 5px 0 5px;
	text-align:left;
}
#blob
{
	background-color: #FFF;
	margin-top:20px;
	padding:10px;
}
#blob a:link, #blob a:visited, #blob a:hover
{
	font-size:14px;
	text-decoration:none;
	color:#0094A9;
}
#blob a:hover
{
	text-decoration:underline;
	color:#0094A9;
}

#head, #head a:link, #head a:visited
{
	width:100%;
	height:90px;
	background-color:#FFF;
	margin:0px;
	text-decoration:none;
	color:#0094A9;
	border-bottom:1px dotted #adddea;
}
#head a:hover
{
	text-decoration:underline;
}
.headline img
{
	border:none;
}
.address
{
	display:block;
	float:right;
	margin-top:-58px;
	margin-right:60px;
	font-size:20px;
	color:#C2552C;
	letter-spacing:4px;
}
.text
{
	font-size:16px;
	color:#0094A9;
}
.main-text
{
	display:inline-block;
	margin-top:15px;
	padding-top:6px;
	font-size:14px;
	color:#0094A9;
	border-top:1px #adddea dotted;
}
#sitemap
{
	border-top:1px dotted #adddea;
	padding-bottom:6px;
	margin-top:180px;
}
#sitemap p
{
	font-size:12px;
	color:#0094A9;
}

#sitemap a:link, #sitemap a:visited
{	
	font-size:12px;
	color:#0094A9;
}
h1 
{
	font-size:16px;
	font-weight:bold;
}
.form
{
	
	width:220px;
	margin-top:-352px;
	float:right;
}
.video .title
{
	display:block;
	width:496px;
	margin-top:20px;
	font-size:12px;
	color:#0094A9;
}

.headline {
	display:block;
	width:496px;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:10px;
	font-size:16px;
	color:#0094A9;
}

.headline-promo {
	display:block;
	width:496px;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:10px;
	font-size:15px;
	line-height: 22px;
	color:#0094A9;
}
.form p
{
	font-size:12px;
	color:#0094A9;
}
.form input[type="text"], .form textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    margin-bottom: 2px;
    display: block;
    border: solid 1px #D8D8D8;
	background:#F2F2F2;
    width: 215px;
}
.form select
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    margin-bottom: 2px;
    display: block;
    border: solid 1px #D8D8D8;
	background:#F2F2F2;
    width: 217px;
}
.enter-button
{
	display:inline-block;
	width:100px;
	height:25px;
	margin-right:5px;
	margin-top:10px;
}
.enter-button a
{
	border: none;
	text-decoration:none;
}
.enter-button a:hover 
{
	text-decoration:underline overline;
}
.button 
{
    display:inline-block;
	border: none;
    background: #0094A9;
	color:#000;
	width:110px;
	height:25px;
	font-size: 13px;
}
.button:hover 
{
    border: none;
	color:#FFF;
}
#landing-slideshow
{
	border:1px solid #adddea;
}
