html, body
{
	font-family: arial, verdana;
	font-style:normal;
	font-size:0.9em;
	color: #000000;
	margin:0;
	height:100%;
	background-color:White;
}

b
{
    font-size:inherit;
    font-weight:900;
}
a
{
	text-decoration: underline;
	font-weight: normal;
	color: #3453C6;
}
a:hover
{
	text-decoration: underline;
	color: #6570A0;
}
#page-container
{
	font-size: inherit;
    position: relative;
    min-height:100%;
    margin-bottom:3em;
}

#regulations-container
{
	font-size: inherit;
	color: #000000;
}
#regulations-container textarea
{
	font-size: .5em;
	font-weight: 100;
	font-family: courier;
	width: 100%;
}

#header
{
	font-size: 1.5em;
	position:relative;
	margin: 0em auto 0 auto;
	top:0.5em;
	width:700px;
	min-height:100px; /* image height */
}

#header img
{
	width:102px;
	height:100px;
	border:none;	
}

#header img.fireLogo
{
	position:absolute;
	top:0px;
	left:0px;
}
#header img.townLogo
{
	position:absolute;
	top:0px;
	right:0px;
}

#header #title
{    
	font-size: inherit;
	color: #000000;
	font-weight: 900;
	text-align:center;
	position:relative;
	margin: 0 auto 0 auto;
	top:0px;
	width:100%;
}

#header #title div /* sub title */
{
	font-size: 0.75em;
}
#header #titleContent
{
	font-size: 0.6em;
	color: #000000;
	font-weight:normal;
	text-align:left;
	position:relative;
	margin: 0 102px 0 102px;
	top:20px;
	width:480px;
}

#body
{
	font-size: inherit;
    position:relative;
	margin: 1em auto 1em auto;
	padding-bottom:6em;
	top:20px;
	width:700px;
}

#footer
{
	font-size: .75em;
	color: #000000;
	font-weight: 100;
	text-align:center;
	position:absolute;
	width: 100%;
	bottom: 1em;
    height: 1em;
}
/*******************************************************************
***************************** BUTTONS ******************************
*******************************************************************/

.nextButton
{
    float:right;
}

.previousButton
{
    float:left;
}

/*******************************************************************
************************ STEP 2       ******************************
*******************************************************************/

.step-container
{
    font-size:inherit;
    position:relative;
    margin: 1em;
}
.step-container .step-title
{
    display:block;
    font-size:.9em;
    color:#898989;
    margin: 3em;
}

.step-container .step-body
{
    font-size:inherit;
    position:relative;
    padding-bottom:1em;
}

/*******************************************************************
************************ Appointment  ******************************
*******************************************************************/

.AppointmentContainer
{
    font-size:inherit;
    position:relative;
    margin: 1em;
}
.AppointmentContainer .AppointmentTitle
{
    display:block;
    font-size:.9em;
    color:#898989;
    margin: 3em;
}

.AppointmentContainer .AppointmentBody
{
    font-size:inherit;
    position:relative;
    padding-bottom:1em;
}
.AppointmentBody .AppointmentLeftColumn
{
    font-size:inherit;
    width:17em;
    margin: 0 1em 0 1em;
}

.AppointmentBody .AppointmentFullColumn /* only applied programmatically when hiding the calendar */
{
    font-size:inherit;
    width:13em;
    margin: 0 auto 0 auto;
    position:relative;
	background: #fafafa;
}

.AppointmentBody .AppointmentRightColumn
{
    font-size:inherit;
    position:absolute;
    top:0em;
    left:19em;
    width:13em;
	background: #fafafa;
}

#AppointmentContainer
{
	position:relative;
	margin: 0.5em 1.0em 0.5em 1.25em;
}

#AppointmentContainer .AppointmentTitle
{
	position:relative;
	top:0;
	left:-0.75em;
	white-space:nowrap;
	font-weight:900;
	color:#3764a0;	
}

/************ RadioButtonList ********************/
.AppointmentBody div div span
{
	padding-bottom:0.4em;
	display:block;
	text-align:left;
}
.AppointmentBody div div span input
{
	margin-top: 0.4em;
}
.AppointmentBody div div span label
{
	margin-bottom: 0.4em;
}
/************************************************/

.AppointmentBody span
{
	text-align:center;
	display:block;
}

#AppointmentError
{
    white-space:nowrap;
    display:block;
    height:1em;
}

/*******************************************************************
************************ FORM         ******************************
*******************************************************************/

#customerForm
{
    font-size: inherit;
    width: 30em;
    margin: 2em auto 2em auto;
}

.form-container
{
    font-size:inherit;
	margin: 1em 1em 1em 1em;
	width:100%;
}
.form-container .formRow
{
    font-size:inherit;
	position: relative;
	margin: .25em 0em .25em 0em;
}
.form-container .formRow label
{
    font-size:inherit;
	display: block;
	margin-bottom: -1em;
}
.form-container .formRow input, 
.form-container .formRow select
{
    font-size:inherit;
	position: relative;
	left: 13em;
	top: -0.5em;
    width:12.5em;
	border: solid 1px #A9AAAE;
	background: #FFFFFF;
}
#ie .form-container .formRow input, 
#ie .form-container .formRow select
{
    display:block;
}

.form-container .formRow span
{
    font-size:inherit;
	position: absolute;
	left: 26em;	
	
	top: 0em;
}

#ie .form-container .formRow span { left: 27em;}

.form-container .formButtonRow input
{
    font-size:inherit;
	position:relative;
	width:4em;
	top:0;
	left:23em;
    border: solid 1px #666666;
    background: #006633;
    color:white;
}

/*******************************************************************
****************** CREDIT CARD FORM OVERRIDES **********************
*******************************************************************/

.form-container .formRow .creditCardCCV
{	
	left: 21.5em;
    width:4em;
}
.form-container .formRow .creditCardMonth
{	
    width:7.5em;
    display:inline;
}
.form-container .formRow .creditCardYear
{
    width:5em;
    display:inline;
}
/******************************************************************/
/*********************** Customer Confirmation ********************/
/******************************************************************/
#customer-confirm-container
{
    font-size:0.9em;
	margin: 1em auto 1em auto;
    width: 75%;
    position:relative;
}
.customerCardDropShadowContainer
{
    border: solid 1px #a2a2a2;
    background-color:White;
    position:relative;
    width:100%;
}
#customer-card-container
{
    position:relative;
    background-color:Transparent;
    z-index:1;
    margin:1em;
}
#background-container 
{
    position:absolute;
    top:0;
    left:0;    
    width:100%; 
    height:100% !important; 
    height:0;					/* won't display in IE 6.0.2800 so trick it into hiding */
    z-index:0;
}
.backgroundImage
{ 
    width:100%;
    height:100% !important;
    height:0;					/* won't display in IE 6.0.2800 so trick it into hiding */
}

.formLabelText
{
    background-color:Transparent;
    font-size:inherit;
	display: block;
	margin-bottom: -.75em;
	color: #656565;
}

.formLabelValue
{
    background-color:Transparent;
    font-size:inherit;
	display: block;
	position: relative;
	left: 13em;
	top: -.5em;
	color: #000000;
	font-weight: 900;
}

/******************************************************************/
/*********************** Billing Information   ********************/
/******************************************************************/
#billing-info-container
{
    font-size:inherit;
	margin: 1em auto 1em auto;
	width:26em;
	position:relative;
}
.sectionTitle
{
    font-size:.9em;
	font-weight:bold;
	color:#434343;
	margin-bottom:1em;
}
#billing-checkbox
{
    font-size:inherit;
	font-weight:normal;
	color:#999999;
	vertical-align:middle;
}

/*******************************************************************
************************ Print Application *************************
*******************************************************************/

#download-pdf
{
    font-size: 1.1em;
	font-weight: 900;
	position:relative;
	padding-bottom:2em;
	width:100%;
	text-align:center;
}
#download-pdf a
{    
	white-space:nowrap;
}

/*******************************************************************
************************ WIZARD       ******************************
*******************************************************************/

#scheduler-container
{
    font-size:inherit;
	width:100%;
	text-align:center;
}

#wizard-container
{
	text-align:left;
	width:505px; /* size of the progress bar (455px) plus padding */
	margin: 0 auto 0 auto;
}
#wizard-header-image
{
    text-align:center;
}

/*******************************************************************
************************ LOGIN PAGE   ******************************
*******************************************************************/
#login-container
{
	font-size: 1.2em;
    width:15em;
	margin: 0em auto 0em auto;
    padding-top:3em;
}

#login-container table,
#login-container table table
{
    width:100%;
}
#login-container table td
{
    padding:.05em;
}
#login-container label, span, input
{
    white-space:nowrap;
}