/* 
faqcommon.css
Styles for FAQ page only.
Author: Eric Lundberg
*/

/* Reset Defaults */

body {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color: #7b7e7d;
	min-width: 780px;
}

html, body, form, legend, fieldset, input, select, div, span, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, hr {
	margin: 0px;
	padding: 0px;
}

#tab1 ul li, #tab2 ul li, #tab3 ul li, #tab4 ul li, #tab5 ul li, #tab6 ul li {
	position: relative; 
	top: -3px;
}           

p { 
	margin: 10px 6px; 
}

hr {
	border: none;
	border-top: 1px solid #e9e9e9;
}

strong {
}

div.emphasis {
	/* border-color in segment.css */
	border-width: 1px;
	border-style:solid;
	/* background-color in segment.css */
	margin: 20px !important;
}

sup {
	vertical-align: text-top;
}

a img {
	border: none;
}

/* ---- HEADERS ---- */
h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	margin: 20px 6px 6px 6px;
	color: #0f709d;
	font-size: 12px;
}

h3.contextual_head, h3.contextual-head {
	font-size: 115%;
}

h4 {
	margin: 20px 6px 3px 6px;
	font-size: 120%;			
}

h5 {
	margin-top: 20px;
	margin-bottom: 8px;
	font-size:110%;
	color: #006600;
}

h3 a, h4 a, h5 a, h6 a {
	text-decoration: none !important;
}

div#content-main h3 {
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-top: 5px !important;
color: #aa0828;
border-top: 1px solid #c6c4c0;
}

div#content-main h4 {
color: #000;
font-size: 13px;
padding-bottom: 0px;
}

div#content-main p {
padding-top: 0px;
}

/* ---- ACCESSIBILITY ---- */
.access-aid {
	display: none;
}

/* ---- SECTIONS ---- */
div#content h3 {
	color: #333333;
	/*font-size: 175%; */
}

div#header { 
	background-color: #fff; 
}

div#content { 
	font: 75% Verdana, Arial, Helvetica, sans-serif;
}

div#pos { 
	background-image: url(../affiliateImages/introtext_bg.gif); /* default image if there is no inline image */
	background-position: top left;
	background-repeat: no-repeat; 
}
