@charset "utf-8";
@import url("menu_styles.css");
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
}

#MainWrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:97px;
	width:100%;
	clear:both;
}

*:first-child+html #header{height:100px;}

#header #logo {
	padding:18px 0 0 16px;
	float:left;
}

#header #UtilityNav {
	float:right;
}

#header #UtilityNav ul{
	margin:0px;
	padding:18px 10px 0px 0px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#header #UtilityNav ul li{
	display:inline;
	padding-left:20px;
}

#header #UtilityNav ul li a {
	text-decoration:none;
	color:#666;
}

#header #UtilityNav ul li img {
	margin-bottom:-1px;
}

#header #UtilityNav ul li a span.highlight {
	color:#db5d2f;
}

#header .headerBG {
	background:url(/images/headerBG.gif) no-repeat bottom;
	height:15px;
	width:100%;
	clear:both;
}

#header .headerBG2 {
	background:url(/images/headerBG2.gif) no-repeat top;
	height:36px;
	width:960px;
	clear:both;
	margin:0px;
	position:absolute;
	z-index:1;
	display:block;
}

#innerWrapper {
	width:100%;
	background:url(/images/innerWrapperBG.gif) repeat-y;
	display:block;
	float:left;
	z-index:-1;
	margin-top:0px;
}

#innerWrapper .pageTitle {
	float:left;
	width:565px;
}

#innerWrapper .pageTitle h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:bold;
	color:#414343;
	margin:99px 0 0 42px;
	text-transform:uppercase;
}
#innerWrapper .pageTitle h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#f00;
	margin:60px 0 0 42px;
	 
}

#innerWrapper .pageTitle .highlight {
	color:#db5d2f;
}

#innerWrapper .content {
	clear:both;
	padding-top:8px;
}

#innerWrapper .content .txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#414343;
	float:left;
	width:543px;
	padding:0 20px 0 42px;
}

#innerWrapper .content .txt .info {
	font-size:12px;
}

#innerWrapper .content .txt ul.listStyle2 {
	margin:3px 0px;
}

#innerWrapper .content .txt ul {
	padding-left:15px;
	margin-left:0px;
}

#innerWrapper .content .pic {
	width:351px;
	float:right;
}

#innerWrapper .content .txt .highlight {
	color:#db5d2f;
}

#innerWrapper .content .txt a.highlight {
	color:#db5d2f;
	font-size:15px;
}

#innerWrapper .content .txt .next {
	padding-top:45px;
}

#innerWrapper .content .txt .formData {
	clear:both;
}

#innerWrapper .content .txt .formData input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#innerWrapper .content .txt .formData #errTxt {
	display:none;
}

#innerWrapper .content .txt .formData #errTxt ul {
	margin:20px;
	color:#F00;
}

.clrBoth {
	clear:both;
}

.space {
	height:150px;
}

.space2 {
	height:40px;
}

#innerWrapper .content .FAQ {
	font-family:Arial, Helvetica, sans-serif;
	padding-top:15px;
}

#innerWrapper .content .FAQ dl {
	margin:0px 0 0 20px;
}

#innerWrapper .content .FAQ dt {
	color:#2b0f0f;
	text-decoration:none;
	font-size:15px;
	margin-top:12px;
	cursor:pointer;
}

#innerWrapper .content .FAQ dt span.current {
	color:#c24e23;
	font-weight:bold;
	text-decoration:underline;
	font-size:15px;
	
}

#innerWrapper .content .FAQ dd {
	color:#2b0f0f;
	font-size:12px;
	margin:5px 0 20px 17px;
}

#innerWrapper .content .FAQ dd a {
	color:#c24e23;
	font-weight:bold;
	text-decoration:underline;
}

#innerWrapper .content .FAQ dd ul {
	margin:10px;
}

#innerWrapper .content .FAQ dd ul.styleHyphen {
	list-style:url(/images/ul_hyphen.gif);
}

*:first-child+html #innerWrapper .content .FAQ dd ul.styleHyphen{list-style:url(/images/ul_hyphen2.gif);}
* html #innerWrapper .content .FAQ dd ul.styleHyphen{list-style:url(/images/ul_hyphen2.gif);}

#innerWrapper .content .txt ul.styleHyphen, #innerWrapper .content .txt ul li.styleHyphen {
	list-style:url(/images/ul_hyphen.gif);
	margin:10px;
}

*:first-child+html #innerWrapper .content .txt ul.styleHyphen, *:first-child+html #innerWrapper .content .txt ul li.styleHyphen {
	list-style:url(/images/ul_hyphen2.gif);
	margin:10px;
}

* html #innerWrapper .content .txt ul.styleHyphen, * html #innerWrapper .content .txt ul li.styleHyphen {
	list-style:url(/images/ul_hyphen2.gif);
	margin:10px;
}

#innerWrapper .content .txt li.circle {
	list-style:circle;
	margin:10px 10px 10px 30px;
}

.js dt {
	color:#2b0f0f;
	text-decoration:none;
	font-size:15px;
	margin-top:12px;
	cursor:pointer;
}

#innerWrapper .content .txt .taContent {
	clear:both;
	margin-top:14px;
}

#innerWrapper .content .txt .taNum {
	font-family:Arial, Helvetica, sans-serif;
	font-size:45px;
	font-weight:bold;
	color:#db5d2f;
	float:left;
	vertical-align:top;
	width:40px;
}

#innerWrapper .content .txt .taTxt {
	float:left;
	padding:8px 0 0 10px;
	width:480px;
}

#innerWrapper .content .txt .taTxt .highlight {
	font-size:17px;
	font-weight:bold;
	color:#414343;
}

#innerWrapper .content .txt .taTxt a {
	color:#414343;
	text-decoration:underline;
}

#innerWrapper .content .txt .divider {
	border-bottom:1px solid #b2c7bb;
	height:16px;
	width:480px;
	clear:both;
}

#innerWrapper .content .txt .butCont {
	padding-top:44px;
}

#innerWrapper .content .txt .butCont2 {
	margin:25px 0 5px 0;
}

#innerWrapper .content .txt ul.sitemap {
	margin:0px;
	padding:0px;
	list-style:none;
}

#innerWrapper .content .txt ul.sitemap li {
	padding-bottom:20px;
}

#innerWrapper .content .txt ul.sitemap li a {
	text-decoration:underline;
	color:#da5d2f;
	font-size:15px;
}

#innerWrapper .content .txt ul.sitemap li ul {
	margin:0px;
	padding:5px 40px;
	list-style:none;
}

#innerWrapper .content .txt ul.sitemap li ul li {
	padding-bottom:5px;
}

.expcoll {
	padding-right:6px;
	text-decoration:none;
}
.expcol2 {
	padding-right:0px;
	text-decoration:none;
}
.Line2{
margin-top: 4px;
padding-right: 5px;
padding-bottom:10px;
}

#homeAnimationDiv {
float:left;
height:560px;
margin-top:0px;
padding:0;
width:960px;
z-index:-100;
}

#whoopingCoughMapDiv, #whoopingCoughQuizDiv {
float:left;
height:460px;
margin-top:0px;
padding:0;
width:960px;
z-index:-1000;
}

.adobeNote {
	margin-top:20px;
}

.adobeNote .smlfont {
	font-size:12px;
}

.adobeNote a {
	color:#414343;
}
	

#footer {
	padding-top:25px;
	clear:both;
	width:100%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

#footer a {
	color: #db5d2f;
	text-decoration:none;
}