/* This style sheet contains all content properties from text, images, and list properties */
 

.tNum{
    font-family:Arial;
    color:#ffffff;
    margin:0px;
    float:right;
    
}

.cTitle{
    font-family:Arial;
    font-weight:bold;
    color:#004279;
    margin:0px;
}

.pTitle{
    font-family:Arial;
    font-weight:bold;
    float:right;
    color:#ffffff;
    margin:0px;
}

.cText1{
    font-family: Arial;
    color:#0053a1;
    font-size:.875em;
}

.cText1B{
    font-family:Arial;
    font-weight:bold;
    color:#0053a1;
    font-size:.875em;
}

.cText2{
    font-family: Arial;
    font-weight:bold;
    color:#004279;
    font-size:.9em;
    margin:0px;
}

.cText3{
    font-family: Arial;
    color:#0053a1;
    font-size:.875em;
    margin:10px 0px 0px 0px;
}

.cText4{
    font-family: Arial;
    color:#dbe7ff;
    font-size:.875em;
}

.cText4 li{
    font-family: Arial;
    color:#dbe7ff;
    font-size:.875em;
}

ul{
    list-style:none;
    padding:0px;
    margin:0px;
}

ul li{
    font-family: Arial;
    color:#0053a1;
    font-size:.875em;
}

.formHeader{
    font-family:Arial;
    color:#ffffff;
    font-size:1em;
    margin:0px;
}

 

 
label.error { 
    font-family:Arial;
    font-weight:bold;
    float: none; 
    color:#ff706d; 
    padding-left:5px;
}

#leadS{
    width:85%;
}

.required{
	height:20px;
	margin-bottom:10px;
}

.digits1{
    width:15%;
}

.digits2{
    width:15%;
}

.digits3{
    width:18%;
}

.fName{
	width:300px;
}

.lName{
	width:300px;
}

.email{
	width:300px;
}
.addy{
	width:300px;
        height:20px;
}

.city{
	width:300px;
        height:20px;
}


.zip{
        width:140px;
        height:20px;
}
.state{
	width:260px;
	margin-bottom:10px;
}
