﻿#hand
{
	float: left;
}

#steps
{
	float: left;
	margin-top: 8px;
}

div #steps .stepsHead
{
	font-size: 19pt;
	font-weight: bold;
	font-family: Arial;
}

div #steps .stepsText
{
	font-size: 11pt;
	font-family: Arial;
	margin-left: 75px;
}

div #steps .stepsImage
{
	margin-top: 5px;
}

div #links .linksImage1
{
	width: 25%;
    float: left;
    margin-top: 2px;
}

div #links .linksImage2
{
	width: 49%;
    float: left;  
    border-right-color: #ED1949;
    border-right-style: solid;
    border-right-width: 2px;
    border-left-color: #ED1949;
    border-left-style: solid;
    border-left-width: 2px;
    margin-bottom: 20px;
}

div #links .linksImage3
{
	width: 25%;
    float: left;
    margin-top: 2px;
}

.labelText
{
	font-size: 11pt;
	font-weight: bold;
	color: Black;
	font-family: Arial;
}

.alertTextHead
{
	font-size: 11pt;
	font-weight: bold;
	color: #ED1949;
	font-family: Arial;
	margin-left: 20px;
}

.alertTextUnderHead
{	
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial;
	margin-left: 20px;
	margin-right: 20px;
}

.alertText
{
	font-size: 10pt;
	font-family: Arial;
	margin-left: 20px;
	margin-right: 20px;
}

.downloadLinks
{
	color: Blue;
	font-family: Arial;
	font-size: 9pt;
}

#transition
{
	clear: both;
	background-color: #ED1949;
	height: 85px;
	color: White;
}

#transition .linksText
{
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

#linksLabel
{
	text-align: center;
}

#links .separate
{
	width: 70%;
	border-bottom-color: #ED1949;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.separateAlert
{
	width: 50%;
	border-bottom-color: #ED1949;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
}

.signUpText
{
	font-family: Arial;
	font-size: 8pt;
	color: Black;
	margin-left: 20px;
	margin-right: 38px;
	line-height: 13px;
	width: 196px;
}

.htmlText
{
	border: solid 1px black;
	background-color: #BFBCD1;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}

#mastFlash
{
	
}

.infoText
{
	font-size: 10pt;
	font-family: Arial;
	line-height: 15px;
}

.splitText
{
	font-size: 10pt;
	font-family: Arial;
	text-align: left;
	font-weight: bold;
	line-height: 17px;
	margin-left: 100px;
	margin-right: 100px;
}

.emailTextBox
{
	margin-left: 20px;
}

.emailSubmits
{
	margin-left: 20px;
}

/* Accordion */
.accordionHeader
{
	cursor: pointer;
	background-image: url(../../images/PreventH1N1/expand_blue.jpg); 
	background-position: 450px center;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	border: solid 1px black;
}

.accordionHeaderSelected
{
    cursor: pointer;
    background-image: url(../../images/PreventH1N1/collapse_blue.jpg); 
    background-position: 450px center;
    background-repeat: no-repeat;
    background-color: #EEEEEE;
	border: solid 1px black;
}

.accordion
{
	margin-left: 15px;
	margin-right: 15px;
}
