/* Headings CSS */

h1,h2,h3,h4,h5 { margin: 10px 0; color: #767676; }

h1 { font-size: 30px; }
h2 { font-size: 26px; margin: 0 0 20px 0; }
h3 { font-size: 22px; margin: 20px 0; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }

/* home page go btn */

h2.journey {
	width: 200px;
	height: 36px;
	background: url(/images/layout/site_wide/nav/nav_2.jpg) 0 2px no-repeat;
	color: #00D5FF;
	font-size: 16px;
	padding: 14px 6px 4px 52px;
}

/* assets section */
h4.header-panel_assets { color: #00D5FF; margin: 10px 0 10px 5px; font-size: 14px; }

h2.downloads {
	width: 200px;
	height: 36px;
	background: url(/images/layout/journey/downloads.jpg) 0 0 no-repeat;
	color: #00D5FF;
	font-size: 16px;
	padding: 10px 6px 4px 52px;
}

h2.case_studies {
	width: 200px;
	height: 36px;
	background: url(/images/layout/journey/case_studies.jpg) 0 6px no-repeat;
	color: #00D5FF;
	font-size: 16px;
	padding: 10px 6px 4px 52px;
}

h2.links {
	width: 200px;
	height: 36px;
	background: url(/images/layout/journey/links.jpg) 0 2px no-repeat;
	color: #00D5FF;
	font-size: 16px;
	padding: 10px 6px 4px 52px;
}

/* step headers */

h3#step_headers {
	height: 41px;
	padding: 8px 0 0 85px;
	margin: 0 0 10px 15px;
	width: 500px;
}

h3.step_1 { background: url(/images/layout/journey/steps/1/1.gif) 0 0 no-repeat; }
h3.step_2 { background: url(/images/layout/journey/steps/2/2.gif) 0 0 no-repeat; }
h3.step_3 { background: url(/images/layout/journey/steps/3/3.gif) 0 0 no-repeat; }
h3.step_4 { background: url(/images/layout/journey/steps/4/4.gif) 0 0 no-repeat; }
h3.step_5 { background: url(/images/layout/journey/steps/5/5.gif) 0 0 no-repeat; }
h3.step_6 { background: url(/images/layout/journey/steps/6/6.gif) 0 0 no-repeat; }
h3.step_7 { background: url(/images/layout/journey/steps/7/7.gif) 0 0 no-repeat; }

h5.step_header { color: #00D5FF; }

h5.faq_question { font-size: 16px; }