/*******************************************/
/*                                         */
/*        Service Area Stylesheet          */
/*          CSS 1.0 Compliant              */
/*                                         */
/*******************************************/



H1 {
    font-family: arial, helvetica, sans-serif;
    font-size: 130%;
    font-weight: bold;
    line-height: 1.1;
    text-decoration: none;
    color: #095AA6;    
    }    
    
H2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 110%;
    font-weight: bold;
    line-height: 1.1;
    text-decoration: none;
    color: #095AA6;
    }    
    
H3 {
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    font-style: italic;
    line-height: 1.1;
    text-decoration: none;
    color: #888888;
    }

p {
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 100%;
    line-height: 1.7;
    color: #666666;
    }   

br {
    line-height: 80%;
    }  

strong {
    color: #FF0000;
    }
    
input {
    background: #F1F8F9;
	text-align: left;
    font-family: courier, 'courier new', arial sans-serif;
	font-size: 80%;
	font-weight: normal;
    }
       
select {
    background: #E9F2E6;
    font-family: courier, 'courier new', arial sans-serif;
    }
    
.formWrapper {
    background: url(serviceimages/background_blue.gif) #095AA6;
	border: 1px solid #095AA6;
	}

.stepDetailWrapper {
    background: #FFFFFF;
	border: 1px solid #095AA6;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	}	
	
.stepDetailWrapperDynamicInset {
    background: #FFFFFF;
	border: 1px solid #015927;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	}	
	
.stepDetailWrapperDynamic {
    background: #FFFFFF;
	border: 1px solid #095AA6;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	}	

.stepDetailHeader {
	color: #095AA6;
	padding: 0px;
	font-weight: bold;
	font-size: 130%;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	}	

.stepDetailHeaderInfoText {
	color: #333333;
	padding: 0px;
	font-weight: normal;
	font-size: 80%;
	padding-top: 2px;
	padding-bottom: 4px;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	}

.stepDetailWrapperContent {
    background: #FFFFFF;
	padding: 2px;
	font-weight: normal;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	}		

.stepDetailWrapperContentSmaller {
    background: #FFFFFF;
    color: #000000;
	padding: 2px;
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	}
	
.noindent {
	text-indent: -2 em;
	}	
	
.formFieldLabel {
    background: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 9pt;
	color: #015927;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	}
	
.formFieldLabelCenter {
    background: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 9pt;
	color: #015927;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	}
	
.formFieldLabelSmall {
    background: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 8pt;
	color: #666666;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	}
	
.submitButton {
    text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	}
	
.custServiceNav {
	color: #015927;
	padding: 0px;
	font-weight: bold;
	font-size: 80%;
	line-height: 1.7;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	}		
