* {
	
	padding: 0px;
	margin: 0px;
}

body{
	


}	
	
	
#headerTitle{
	font-size: 14px;
	padding-top: 20px;
	width: 140px;
	margin-left: auto;
	margin-right: auto;
}

#headerMedicare {
	
	font-size: 14px;
	color: #009D4F;
	padding-left: 5%;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;

}
#headerVocation{
	font-size: 14px;
	width: 285px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
#headerPhone{
	font-size: 14px;
	padding-top: 0px;
	width: 273px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#quals {
	
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#header {

	height: auto;
	margin-bottom: 10px;
	-webkit-border-radius: 18px 18px 18px 18px;

}

#headerImageLogo{

	float: right;
	
	<!-- Required for responsivity-->;
	<!-- Max width is a proportion of the browser window -->;
	max-width: 15%;
	height: auto;
	
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	box-shadow: 5px 5px 5px grey;
	
}

#headerImageSusan {

	float: left;
	
	<!-- Required for responsivity-->;
	<!-- Max width is a proportion of the browser window -->;
	max-width: 15%;
	height: auto;
	
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	
	box-shadow: 5px 5px 5px grey;


}

#clickVideo{
	
	width: 35px;
	height: 12px;

	position: absolute;
    top: 44%;
    left: 66%;

}