/***********************************************************************************************************************
DOCUMENT: style/format.css
DEVELOPED BY: Ryan Stemkoski
COMPANY: Zipline Interactive
EMAIL: ryan@gozipline.com
PHONE: 509-321-2849
DATE: 2/26/2009
DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/
.map iframe {
  width: 930px !important;
  height: 540px !important;
  }
.modal-dialog.modal-lg.map {
  width:922px !important;
  }
.wrapper {
	width: 412px;
	margin: 0 0 0 10px;
}
.accordionButton {
	width: 420px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: url(../Images/process-maps/background-header2.png) repeat;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	cursor: pointer;
	padding: 5px;
}
.accordionButton H3 {
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 0 15px;
	background:url(../Images/process-maps/chevron-right.png) center left no-repeat;
}
.accordionContent {
	width: 415px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: #fff;
	padding: 10px 5px 10px 10px;
}
.accordionContent H4 {
	font-size: 14px;
	padding: 10px 0 0 0;
}
.accordionContent p {
	font-size: 12px;
	line-height: 14px;
	padding: 0;
	margin: 0;
}
.accordionContent p:nth-of-type(even) {
	font-size: 12px;
	line-height: 14px;
	padding: 5px 0 10px 0;
	margin: 0;
	border-bottom: 1px dashed #CCCCCC;
}
.accordionContent p:last-child {
	font-size: 12px;
	line-height: 14px;
	padding: 5px 0 10px 0;
	margin: 0;
	border-bottom: none;
}

/***********************************************************************************************************************
Process Map
************************************************************************************************************************/
.nav-arrow {
	font-size: 150%;
	line-height: 15px;
	vertical-align: -1px;
	text-decoration:none;
}
.accordionContent p  a {
	text-decoration:none;
}
.menuContainer div a {
	text-decoration:none;
}
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #4F91CD;
}
.accordionButton.on H3 {
	background:url(../Images/process-maps/chevron-down.png) top left no-repeat;
	color:#FFF;
}
.over {
	background: #3A6F8F;
	color: #0C4E76;
}
/***********************************************************************************************************************
 ADDITIONAL STYLE FOR BODY COPY
************************************************************************************************************************/
.menuContainer {
	width: 900px;
	height: 30px;
	position: absolute;
	z-index: 10;
	bottom: 0px;
	left: 0px;
	background-color: #CCC;
	text-align: center;
}
.mainmenu {
	line-height: 30px;
	padding: 0 30px 0 30px;
}
.menuLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 30px;
	padding: 0 20px;
}
.menuRight {
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 30px;
	padding: 0 20px;
}
#start {
	position: absolute;
	width: 900px;
	height: 540px;
	background: url(../process-maps-coal/start.jpg) top left no-repeat;
	left: 0px;
	top: 0px;
	display: none;
	overflow: hidden;
}
#stepbase {
	position: absolute;
	z-index: 11;
	width: 900px;
	height: 540px;
	left: 0px;
	top: 0px;
}
#step1rollover {
	position: absolute;
	background: url(../process-maps-coal/over1.png) top left no-repeat;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 540px;
	visibility: hidden;
}
#step2rollover {
	position: absolute;
	background: url(../process-maps-coal/over2.png) top left no-repeat;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 540px;
	visibility: hidden;
}
#step3rollover {
	position: absolute;
	background: url(../process-maps-coal/over3.png) top left no-repeat;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 540px;
	visibility: hidden;
}
#step4rollover {
	position: absolute;
	background: url(../process-maps-coal/over4.png) top left no-repeat;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 540px;
	visibility: hidden;
}
#step1 {
	position: absolute;
	z-index: 100;
	width: 900px;
	height: 540px;
	background: url(../process-maps-coal/step1.jpg) top left no-repeat;
	left: 0px;
	top: 0px;
	display: none;
	overflow: hidden;
}
#step2 {
	position: absolute;
	z-index: 200;
	width: 900px;
	height: 540px;
	background: url(../process-maps-coal/step2.jpg) top left no-repeat;
	left: 0px;
	top: 0px;
	display: none;
	overflow: hidden;
}
#step3 {
	position: absolute;
	z-index: 300;
	width: 900px;
	height: 540px;
	background: url(../process-maps-coal/step3.jpg) top left no-repeat;
	left: 0px;
	top: 0px;
	display: none;
	overflow: hidden;
}
#step4 {
	position: absolute;
	z-index: 400;
	width: 900px;
	height: 540px;
	background: url(../process-maps-coal/step4.jpg) top left no-repeat;
	left: 0px;
	top: 0px;
	display: none;
	overflow: hidden;
}
.stepTitle {
	padding:10px;
	background-color:#275f7d;
	color:#fff;
}
.imageContent {
	float:right;
	padding:0 0 0 10px;
}