body {
	margin: 0px;
	font-family: arial, sans-serif;
	border-bottom: 10px solid #344A76;
}

.clear {
 display:inline-block;
}

.clear:after {
 display:block; 
 visibility:hidden; 
 clear:both; 
 height:0; 
 content: "."; 
}

#header {
	background-color: #344A76;
	padding: 10px 0 10px 0;
	width: 100%;
}

#header ul {
	float: left;
	list-style: none;
	padding: 0;
	display: inline;
	margin: 0;
}

#header li {
	padding: 0 10px 0 0;
	display: inline;
	font-size: 12px;
	}

#header a {
	color: #fff;
	padding: 0 0 0 15px;
	text-decoration: none;
}

#header a:hover {
	color: #FFFF9E;
}

#contact {
	color: #fff;
	float: right;
	font-size: 18px;
	margin: 0 15px 0 0;
	display: block;
}

#headline {
	background-color: #3D5980;
	border-top: 1px dashed #91B0E5;
	padding: 15px 0 15px 0;
}

#fb {
	float: right;
}

h1 {
	color: #333333;
	font-size: 30px;
	font-weight: normal;
	line-height: 28px;
	margin: 18px 0 5px 0;
	text-align: center;
}

h3 {
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	margin: 0 0 30px 0;
}

h4 {
	color: #303030;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	padding: 20px 0 10px 0;
	text-align: center;
}

#content {
	background-color: #E5E9F3;
	border-top: 1px solid #fff;
	padding: 20px 0 20px 0;
	width: 100%;
}

#focus {
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 40px auto 80px auto;
	display: block;
	padding: 30px;
	-moz-border-radius: 1em 1em 1em 1em;
	border-radius: 1em 1em 1em 1em;
	-webkit-border-radius: 1em 1em 1em 1em;
	-webkit-box-shadow: 3px 3px 5px #BABABA;
	-moz-box-shadow: 3px 3px 5px #BABABA;
	box-shadow: 3px 3px 5px #BABABA;
	width: 850px;
}

#left_gutter {
	float: left;
	width: 600px;
}

#left_gutter img {
	max-width: 450px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.description {
	border-top: 1px solid #ddd;
	color: #303030;
	font-size: 14px;
	line-height: 20px;
	padding: 20px 0 10px 0;
}

#right_gutter {
	background-color: #F2F2F2;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	float: left;
	margin-left: 40px;
	padding: 0 10px 0 10px;
	width: 190px;
}

#right_gutter p {
	color: #303030;
	font-size: 12px;
	line-height: 18px;
}

#signup_left {
	float: left;
	width: 420px;
}

#show_lightbox {
	color: blue;
	clear: both;
	display: block;
	text-align: center;
	padding: 5px;
}

.lightbox {
	border: 1px solid #DEDEDE;
	padding: 2px;
	width: 190px;
	font-size: 12px;
	float: left;
	margin: 0 10px 10px 0;
}

#signup_right {
	background-color: #FFFEDB;
	border-top: 2px solid #FFF673;
	border-right: 1px solid #FFF673;
	border-left: 1px solid #FFF673;
	border-bottom: 2px solid #FFF673;
	float: right;
//	margin-left: 200px;
	padding: 10px;
	width: 328px;
}

.ss-q-title {
	font-size: 14px;
}

.ss-q-short {
	clear: both;
	display: block;
	font-size: 18px;
	margin-top: 5px;
}

#signup_right select {
	font-size: 12px;
	clear: both;
	display: block;
	margin-top: 10px;
	width: 200px;
}

.ss-choices {
	list-style: none;
	padding: 0;
	line-height: 40px;
	font-size: 14px;
}

.button {
	background-color:#28A11B;
	background-image:none;
	border-color:#40E82E #144D0E #144D0E #40E82E;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF !important;
	cursor:pointer;
	font-size:18px;
	padding:3px 4px;
	text-decoration:none;
}

.ss-choice-item {
	border-top: 1px dotted #ddd;
	margin-top: 20px;
}

.package_features {
	font-size: 12px;
	line-height: 20px;
}

#signup_header {
	font-size: 25px;
	font-weight: bold;
	color: #344A76;
	margin: 0;
}

#container {
	width: 1000px;
	margin: 25px auto 45px auto;
	display: block;
}

#narrow_container {
	width: 650px;
	margin: 25px auto 45px auto;
	display: block;
}

.card {
	background-color: #fff;
	border: 1px solid #ddd;
	float: left;
	height: 255px;
	margin: 25px;
	padding: 15px;
	width: 250px;
	-moz-border-radius: .5em .5em .5em .5em;
	border-radius: .5em .5em .5em .5em;
	-webkit-border-radius: .5em .5em .5em .5em;
	-webkit-box-shadow: 2px 2px 3px #BABABA;
	-moz-box-shadow: 2px 2px 3px #BABABA;
	box-shadow: 2px 2px 3px #BABABA;
}

.blue_link {
	color: blue;
	margin-left: -5px;
	padding: 3px 2px 3px 2px;
}

.blue_link:hover {
	background-color: blue;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.subtitle {
	color: #909090;
	font-size: 14px;
	line-height: 20px;
	padding: 20px 0 10px 0;
	margin: 80px;
}

#video_holder {
	width: 100%;
	height: 385px;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 50px 0;
	padding: 20px 0;
}

#logo {
	margin: 0 auto 40px auto;
	display: block;
	width: 100px;	
}

#copyright {
	color: #ADBADB;
	text-align: center;
	margin: 80px 0 0 0;
	font-size: 10px;
}
.inset {
	margin-bottom: 10px;
  padding-left: 15px;
}
