@charset "UTF-8";
/* CSS Document */

.clear { clear:both; }

.mainContent h1 { width:400px !important; }

.hero-section { width:565px; }

img.hero-image {
	margin-left:10px;
	margin-bottom:10px;
	float:left;
}

img.floatRight, a.floatRight img {
	padding:10px 0 10px 20px;
}


#accordion p {
	line-height:1.5em;
}
#accordion p.strong {
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
}
#accordion ul {
	margin-top:0;
	margin-bottom:0.4em;
}

#accordion h3 {
	padding:15px 0 20px 10px;
	width:420px;
}


.mainContent {
	width:770px;
}


#accordion {
	background-color:#F0EEEF;
	width: 759px;
	color: #3E3E3E;
	margin-left:10px;
}

#accordion h2 {
	background: url("../images/surges/bg-section.jpg") top left repeat-x;
	margin:0;
	padding:5px 15px;
	font-size:15px;
	font-style: italic;	
	font-weight: normal;
	border-left: 1px solid #EBE9EA;
	border-right: 1px solid #EBE9EA;
	cursor:pointer;
	color:#6e6d6a;
	height:20px;
	line-height:14px;
}


#accordion h2.first {
	background: url("../images/surges/bg-section-first.png") top left no-repeat;
	border: 0;
}

#accordion h2.last {
	background: url("../images/surges/bg-section-last.png") top left no-repeat;
	border: 0;
}

#accordion h2 span {
	background: url("../images/surges/bg-section-arrow.gif") 0 -5px no-repeat;
	padding-left:24px;
	float:left;
}

#accordion h2.current span {
	color: #D7182A;
	background-color:#fff;
}
#accordion h2 span:hover {
	color: #E20027;
}
#accordion h2.current em {
	background-position:0 -17px;
}

#accordion h2.current.last {
	background: url("../images/surges/bg-section.jpg") top left repeat-x;
	border-left: 1px solid #EBE9EA;
	border-right: 1px solid #EBE9EA;
}

#accordion h2.current span {
	background: url("../images/surges/bg-section-arrow-current.gif") 0 2px no-repeat;
}

#accordion div.pane {
	border-left: 1px solid #EBE9EA;
	border-right: 1px solid #EBE9EA;
/*	display:none;*/
	height:auto;
	padding:15px;
	color: #3E3E3E;
	font-size:12px;
}


#accordion div.pane .content_wrapper {
	background-color: #fff;
	padding: 16px;
	width: auto;
}

#accordion .faqhead {
	background: no-repeat 0 0;
	width:420px;
	height:18px;
	text-indent:-5000px;
	font-size:1%;
	margin:10px;
	padding:0;
}
#accordion .faq-ans {
	width:420px;
}

#accordion h4.faq-ques {
	color:#e20027;
	font-size:15px;
	font-style:italic;
	font-weight:normal;
	margin:10px;
}

#accordion p.surge-intro-copy {
	color:#e20027;
	font-size:15px;
	line-height:20px;
	font-style:italic;
}
.mainContent ul.surge-list-no-padding li {
	padding:0;
}
