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

html{
	width:960px;
border: 1px solid black;
}
emblem{
	 position: absolute;
    left: 0px;
    top: 0px;
    z-index: -5;
}

body{
	
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	background-color:#DAD9DE;
}
	#pageTitle{
		
		color:#00138F;
		
	}
	

container{ 
width:100%;}

	
#agencyName, #street{
	text-align:center;	
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
form{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:95%;
	margin:5px;

}
fieldset{

	width:100%;
}
legend{
	font-size:18px;
	font-weight:bold;
	
}

input[type="text"]{
	margin-top:10px;
	
}

input[type="radio"]{
	padding:10px;
	
}
ul{
list-style-type: none;
    margin: 5px;
    padding: 0;	
}
li{
	
	padding:5px;
	display:inline;

}
#mName,#suffix{
	width:15px;
}
#lName{
	width:150px;
}


.emailInput{
	width:250px;
}
.zipInput{
	width:75px;
	
}label{
	padding-top:10px;
	padding-botton:10px;
}
#ssn{width:75px;}
.addressInput{width:350px;}
.stateInput{width:20px;}
.phoneInput{width:80px;}
.superInput{width:200px;}
.titleInput{width:200px;}
.empNameInput{width:350px;}
.dateInput{width:70px;}
#submit{font-size:24px;}
#iAgree{
	font-weight:bold;
	color:red;
	font-size:24px;
}
#agree{
	height:40px;
	width:40px;
	
}