

body {
	background: #333333;
	color: #999;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}


h1, h2, h3, h4, h5 {
	color: #fff;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 16pt;	
}

h2 {
	font-size: 14pt;
	padding-bottom: 4px;
}

h3 {
	font-size: 12pt;	
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ccc;
}

.topDivContainer {
	background: #000000;
	display: none;
}

.topDiv {
	width: 940px;
	margin: 0 auto;
	overflow: auto;
}

.ourStory {
	float: left;
	width: 450px;
	padding: 15px 0px 25px 0px;
}

	.ourStory h1 {
		padding-bottom: 10px;	
	}

.contactUs {
	float: right;
	width: 450px;
	padding: 15px 0px 25px 0px;
	font-size: 8pt;
}
	
	.contactUs h1 {
		padding-bottom: 10px;	
	}
	
	.contactUs input {
		width: 440px;	
		margin-bottom: 7px;
		margin-top: 4px;
		color: #333333;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.contactUs textarea {
		width: 440px;
		margin-top: 4px;
		color: #333333;
		font-family: Arial, Helvetica, sans-serif;
		padding: 2px;
	}

.topSeparator {
	height: 4px;
	background: #000000;
}

.topLinkMiddle {
	overflow: auto;
	padding-bottom: 20px;
}

.switchButton {
	
}

.contactDiv {
	width: 180px;
	height: 25px;
	background: url(images/rounded_bottom.jpg) bottom center no-repeat #000000;
	float: right;
	text-align: center;
	padding-top: 3px;
}

#error {
	height: 20px;
	padding-left: none;
	float: left;
}

	#error ul {
		padding-left: 0px;
		margin-left: 0px;
	}

.closeDiv {
	width: 180px;
	height: 25px;
	background: url(images/rounded_bottom.jpg) bottom center no-repeat #000000;
	float: right;
	text-align: center;
	padding-top: 0px;
	display: none;
	font-size: 11pt;
}

.header {
	width: 940px;
	height: 155px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	overflow: auto;
}

.headstandLogo {
	float: left;
	width: 450px;
}

.igniteInfo {
	float: right;
	width: 200px;
	text-align: right;
	line-height: 150%;
	padding-top: 13px;
}

.igniteLogo {
	float: right;
	width: 126px;
	text-align: right;
	padding-top: 3px;
	padding-right: 1px;
}

.thumbnail {
	float: right;
	padding-left: 8px;
}

.separator {
	background: #525252;
	height: 15px;
}

.separatorMiddle {
	width: 940px;
	margin: 0 auto;
	background: #666666;
	height: 15px;
}

.middleRow {
	background: url(images/middle_bg.jpg) top repeat-x #333333;
}

.parentColumn {
	width: 942px;
	margin: 0 auto;
	overflow: auto;
}

.column {
	width: 300px;
	float: left;
	padding: 20px 20px 20px 0px;
	
}

.columnRight {
	width: 300px;
	float: left;
	padding: 20px 0px 20px 0px;
}

.bottomRow {
	background: #333333;
}

.bottomColumn {
	width: 940px;
	margin: 0 auto;
	text-align: right;
}

.title {
	height: 30px;
	padding: 0px 0px 15px 9px;
}

h1.triggerBlue {
	background: url(images/blue_button.png) top center no-repeat;
	width: 300px;
	height: 41px;
	padding-top: 7px;
	margin-top: -4px;
}
h1.triggerBlue a {
	color: #fff;
	text-decoration: none;
	display: block;
	margin-left: 43px;
}
h1.triggerBlue a:hover { color: #ccc; }

h1.triggerPink {
	background: url(images/pink_button.png) top center no-repeat;
	width: 300px;
	height: 41px;
	padding-top: 7px;
	margin-top: -4px;
}
h1.triggerPink a {
	color: #fff;
	text-decoration: none;
	display: block;
	margin-left: 43px;
}
h1.triggerPink a:hover { color: #ccc; }

h1.triggerGreen {
	background: url(images/green_button.png) top center no-repeat;
	width: 300px;
	height: 41px;
	padding-top: 7px;
	margin-top: -4px;
}
h1.triggerGreen a {
	color: #fff;
	text-decoration: none;
	display: block;
	margin-left: 43px;
}
h1.triggerGreen a:hover { color: #ccc; }

.toggle_container {
	margin: 0px 0px 15px 0px;
	padding: 0;
	overflow: hidden;
	width: 300px;
	clear: both;
}
.toggle_container .block {
	padding: 7px 10px 7px 10px;
}

