/* business page */

div #topSplash {
	position: relative;
	height: 306px;
	margin: 0 auto 56px auto;
	width: 960px;
	background: url(../images/photos/business_meeting.jpg) 345px 0px no-repeat;
}

div #topSplash-costofdowntime {
	position: relative;
	height: 306px;
	margin: 0 auto 56px auto;
	width: 960px;
	background: url(../images/photos/costofdowntime.jpg) 345px 0px no-repeat;
}


div #topSplash-industries {
	position: relative;
	height: 306px;
	margin: 0 auto 56px auto;
	width: 960px;
	background: url(../images/photos/industries.jpg) 345px 0px no-repeat;
}

div #topSplash-purchase {
	position: relative;
	height: 306px;
	margin: 0 auto 56px auto;
	width: 960px;
	background: url(../images/photos/purchase.jpg) 345px 0px no-repeat;
}

div #topSplash-press {
	position: relative;
	height: 306px;
	margin: 0 auto 56px auto;
	width: 960px;
	background: url(../images/photos/press.jpg) 345px 0px no-repeat;
}

div #splashContent {
	padding: 30px 20px 20px;
}

.clouds {
	display: block;
	position: absolute;
	bottom: 0;
}

div.indexGreen {
	margin: 4px 0 0 0;
	background-color: #87c80a;
}

div.indexGreen h1 {
	color: #ffffff;
	width: 280px;
}

div.indexYellow {
	margin: 4px 0 0 0;
	background-color: #ffcd00;
}

div.indexYellow h1 {
	color: #2C2C2C;
	width: 280px;
}

div.indexOrange {
	margin: 4px 0 0 0;
	background-color: #ff7300;
}

div.indexOrange h1 {
	color: #ffffff;
	width: 280px;
}

div.panelBlock {
	border-top: 1px solid #7fd7f7;
	border-bottom: 1px solid #7fd7f7;
	background: #e5f6fd;
	display: block;
	padding: 10px 0 10px 0;
}

#panelScreen {
	width: 290px;
	height: 185px;
	float: left;
	margin: -30px 0 -55px 0;
}

.panelText {
	padding: 0;
}

.panelText p {
	margin: 0 0 10px 0;
	padding: 0 !important;
}

.panelText h2 {
	padding: 0 0 10px 0 !important;
}

.panelWrapper {
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	overflow: visible;
}

.contentSplit {
	margin: 55px 0 0 0;
}

#sidebarContent {
    padding-top: 0 !important;
}

a#submitButton {
	margin-top: 10px;
}