#main {
}
#header_box {
	position: relative;
}
	#header_box #coming_soon {
		position: absolute;
		top: 0px;
		right: 0px;
	}
#header {
	padding-top: 30px;
	vertical-align: bottom;
	margin-bottom: 30px;
	position: relative;
}
	#header #logo {
		float: left;
		padding-left: 40px;
	}

	#header #nav {
		float: right;
		overflow: hidden;
		margin-right: 0px;
		margin-bottom: 0px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
		#header #nav li {
			list-style: none;
			float: left;
			padding: 0px 6px 0px 6px;
			margin: 0px;
			font-weight: lighter;
		}
			#header #nav li a {
				color: #616161;
				text-decoration: none;
				font-size: 16px;
				font-weight: bold;
			}

.content_box {
	overflow: hidden;
}
.content {
	margin-left: auto;
	margin-right: auto;
	width:860px;
	overflow: hidden;
}
.text_box {
	border:1px solid #888888;
	font-size:14px;
	height:16px;
	padding:5px 10px;
	width:210px;
	vertical-align: bottom;
}
.defaultText { 
}
.defaultTextActive { 
	color: #a1a1a1;
}
.submit {
	border:1px solid #888888;
	background: #7BC2BC;
	font-size:14px;
	font-weight: bold;
	width: 96px;
	height: 28px;
}
.serif {
	font-family: georgia,"times new roman",times,serif;
}

#banner_box {
	background: url(../img/banner_bg.png) repeat-x;
	line-height: 0;
	margin-bottom: 2px;
}

#banner {
	height:95px;
	display:block; // So the image will center
}
	
#summary_box {
	background: #231f20;
	color: #ffffff;
	padding-top: 34px;
	padding-bottom: 14px;
	margin-bottom: 5px;
}

#summary {
	letter-spacing: 1px;
}
	#summary p {
		background: #231f20;
		margin-right: 40px;
		font-size: 20px;
		width: 400px;
		color: #d3d3d3;
		line-height: 1.5;
		font-weight: lighter;
		float: left;
	}
	
		#summary p strong {
			color: #ffffff;
			display:block;
			padding-bottom:4px;
		}
	
	#summary ul {
		display: inline;
		width: 420px;
		float: left;
		margin-top: 4px;
	}
	
	#summary li {
		list-style: none;
		font-size: 15px;
		line-height: 1.25;
	}
	
		#summary li.benefit {
			color: #848484;
			font-size: 13px;
			padding-bottom: 12px;
		}
		
#info_box {
	background: #e7e7e7 url(../img/info_bg.png) repeat-x;
	padding-bottom: 106px;
	margin-bottom: 8px;
}

#info {
	overflow: hidden;
}
	#info strong{
		color: #ae1f23;
	}

#info_row {
	overflow: hidden;
}
	
#notification_signup {
	background: #ffffff url(../img/notification_bg.png) repeat-x;
	padding: 8px 18px 20px 26px;
	overflow: hidden;
	width: 816px;
}
	#notification_signup strong {
		font-size: 20px;
		font-weight: lighter;
		text-align: center;
		margin-bottom: 0px;
		display: block;
	}
	#notification_signup form {
		display: inline;
		float: right;
		font-weight:lighter;
	}
	#notification_signup .text_box {
		margin-right: 6px;
	}
	#notification_signup .submit {
		margin-left: 8px;
	}

#company_summary {
	background: #ffffff;
	margin-top: 20px;
	padding:30px 40px 8px;
	font-size: 17px;
	font-weight: lighter;
	color: #231f20;
}
	
#home_options {
	display: inline;
	float: right;
	width: 290px;
	margin-top: 24px;
}
	#home_options .option_minor {
		display: block;
		background: #ffffff url(../img/minor_button_bg.png) repeat-x;
		height: 44px;
		text-decoration: none;
		margin-bottom: 6px;
		text-align: center;
		font-size:16px;
		font-weight:normal;
		color: #222222;
		padding:20px 0 0;
	}
	#home_options .option_major {
		display: block;
		background: #7BC2BC url(../img/major_button_bg.png) repeat-x;
		height: 40px;
		text-decoration: none;
		margin-bottom: 6px;
		margin-top: 16px;
		text-align: center;
		font-size:16px;
		font-weight:normal;
		color: #222222;
		padding:14px 0 0;
	}
#copyright {
	margin-top: 42px;
	color: #444444;
	text-align: center;
}