/* CSS Document *//* ---------- HEADERS ---------- *//* Sunfire Yellow - Page Title */h1 {	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman";	font-style: italic;	font-size: 30px;	font-weight: normal;	color: #DEAD07;	line-height: 35px; 	margin: 0 0 15px 0;}/* Ocean Blue - Sub Title */h2 {	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman";	font-size: 20px;	color: #508FD3;	font-weight: normal;	line-height: 20px; 	padding-top: 15px;	margin: 0 0 15px 0;	border-top: 1px solid #dddddd;}/* Emerald Green - Sub of a Sub Title */h3 {	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;	font-size: 16px;	font-weight: normal;	color: #6DAD29;	line-height: 25px; 	margin: 0 0 5px 0;}/* Sunfire - Footer or Blocked Title */h4 {	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;	font-size: 18px;	font-weight: normal;	color: #F1C220;	line-height: 25px; 	margin: 0 0 15px 0;}/* ---------- PARAGRAPHS AND GENERAL TEXT ---------- */p {	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;	font-size: 13px; 	color: #4A5F67;	line-height: 20px;	margin: 0 0 15px 0;}.red {	color: #CB1E06;}/* ---------- SMALL PRINT ---------- */.small-print {	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;	font-size: 11px; 	color: #547481;	line-height: 14px;	margin: 0;}/* ---------- MASTHEAD PHONE NUMBER AREA ---------- */.phone, .lastfour {	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman";	font-style: italic;	color: #DEAD07;	line-height: 30px;}.phone {	font-size: 30px;}.lastfour {	font-size: 20px;}
