h1 {
	font-family: Georgia,Serif;
	font-weight: bold;
	font-size: 29px;
	color: #333333;
}
h2 {
	font-family: Georgia,Serif;
	font-weight: bold;
	font-size: 23px;
	margin: 40px 0 20px 0;
	color: #434444;
	text-align: center;
}
h3 {
	font-family: Georgia,Serif;
	font-size: 20px;
	font-weight: normal;
	margin: 30px;
	color: #333333;
}
h4 {
	font-family: Georgia,Serif;
	font-weight: bold;
	font-size: 23px;
	color: #0071BC;
}
p, .session li, .one-time li {
	font-family: Georgia,Serif;
	font-size: 20px;
	color: #333333;
}
p {
	line-height: 28px;
}

body {
	margin-top: -20px;
}

hr {
	background: url("../img/hr.png") no-repeat top center;
	border: 0;
	height: 15px;
	margin-top: 50px;
	margin-bottom: 20px;
}

h1.why {
	font-family: Georgia,Serif;
	font-weight: bold;
	font-size: 20px;
}

p.why {
	font-family: Georgia,Serif;
	font-size: 16px;
}

.centered-form li > span.dummy-why {
	width: 17px
}

h1.legal {
	font-family: Georgia,Serif;
	font-weight: bold;
	font-size: 20px;
}
p.legal {
	font-family: Georgia,Serif;
	font-size: 14px;
}

textarea {
	resize: none;
}

a:link {
	color: #0071BC;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	color: #0071BC;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color: #0071BC;
	font-size: 12px;
	font-weight: bold;
}
a:active {
	color: #9e9e9e;
	font-size: 12px;
	font-weight: bold;
}
.horizontal-list ul {
	list-style: none outside none; margin:0; padding: 0; text-align: center;
}

.horizontal-list li {
	margin: 0 10px;
	display: inline;
}

.header li {
	margin: 0 2px;
}

.header-box {
	border-radius:15px;
	width: 982px;
	height: 174px;
	margin-left:auto;
	margin-right:auto;
	background-color:#f2f2f2;
	margin-top: 10px;
}

.header-footer-line-container {
	margin-left:auto;
	margin-right:auto;
	width: 982px;
	box-shadow: 0 7px 10px #777777;
	color: #999999;
}

.header-footer-line {
	width: 981px;
	height: 32px;
	margin-top: -18px;
	margin-left: -4px;
	border: 2px solid;
	border-color: #ffffff;
	background-color:#e6e6e6;
}

.title {
	float: right;
	font-size: 54px;
	font-family: Georgia,Serif;
	padding-right: 30px;
	padding-top: 15px;
	text-shadow: -2px -2px #ffffff;
	color: #424242;
}

ul.header-list {
	list-style: none outside none;
	margin-top: 8px;
	margin-left: 115px;
	padding: 0;
	text-align: left;
}

ul.header-list li {
	margin: 0 10px;
	display: inline;
	font-weight: bold;
	color: #424242;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

#head_image_david {
	margin-left: 10px;
	padding-top: 5px;
}

#head_info_david {
	padding-top: 20px;
	padding-left: 30px;
	font-size: 10px;
	font-family: Georgia,Serif;
	font-style: italic;
	color: #424242;
	font-weight: bold;
}

a[id=header_box_home]:hover div {
	color: #0071BC;
}

p.bold {
	color: #434444;
}

#header_yearsofexperiences {
	margin-top: 5px;
}

#header_yearsofexperiences img {
	float:left;
	margin: 10px 10px 0 0;
}

#header_yearsofexperiences div {
	float:left;
	margin-top: 20px;
}

#header_yearsofexperiences span {
	float:left;
	clear: left;
}

#header_yearsofexperiences span.first {
	margin-top: 20px;
}

#head_info_name {
	font-size: 30px; /* TODO guessing the size... */
}

ul.header-menu {
	float: right;
	padding-right: 30px;
	padding-top: 14px;
}

ul.header-menu li:before {
	content: "| ";
	font-size: 12px;
	color: #9e9e9e;
}
ul.header-menu li:first-child:before { content: ""; }

#top_header_text {
	margin-left:auto;
	margin-right:auto;
	width: 985px;
	font-size: 10px; /* TODO guessing the size... */
	font-family: Georgia,Serif; /* TODO guessing */
	color: #606060;
	font-weight: bold;
}

#header_box_home {
	text-decoration: none;
}

.content {
	margin: 0 auto;
	width: 961px;
	background-color: #f9f9f9;
	text-align: center;
	box-shadow: 0 0 10px #777777;
	padding-bottom: 100px;
}

.content img.tl {
	float: left;
	margin-left: -10px;
}

.content img.tr {
	float: right;
	margin-right: -10px;
}



.content-bottom {
	margin: 0 auto;
	width: 961px;
}

.content-bottom img.bl {
	float: left;
	margin-left: -10px;
	margin-top: -18px;
}

.content-bottom img.br {
	float: right;
	margin-right: -10px;
	margin-top: -18px;
}

ul.footer-menu {
	margin: 0;
	padding: 0;
	padding-top: 8px;
	text-align: center;
}

ul.footer-menu li {
	margin: 0 30px;
	display: inline;
}

ul.footer-menu li a, ul.footer-menu li span { position: relative; left: 30px; }

ul.footer-menu li:before { content: "| "; }
ul.footer-menu li:first-child:before { content: ""; }

.mandatory:before {
	content: "*";
	color: #ff0000;
	width: 20px;
	display: inline-block;
	float: left;
}

.optional:before {
	content: " ";
	width: 20px;
	display: inline-block;
}

.centered-form li span.mandatory > span {
	width: 220px;
	float: left;
}

#contact_form li span.mandatory > span {
	width: 80px;
	float: left;
}

.ignore-margin-top {
	margin-top: 0px;
}

.centered-form {
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 30px;
	width: 540px;
	text-align: left;
}

.centered-form ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.centered-form li {
	margin: 22px 0;
}

.centered-form li > span {
	display: inline-block;
	width: 240px;
	vertical-align: top;
}

.centered-form li input, .centered-form li select {
	width: 240px;
}

.centered-form li input[type="radio"] {
	width: 20px;
}

.centered-form li textarea {
	width: 240px;
	height: 100px;
}

.contact-us-form  li span:first-child {
	width: 100px;
}

.contact-us-form li textarea {
	width: 340px;
	height: 160px;
}

#captcha {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

#birthday_month{
	width: 86px;
}

#birthday_day, #birthday_year {
	width: 73px;
}

a.why {
	background-image: url("../img/why.png");
	display: inline-block;
	width: 17px;
	height: 16px;
	margin-top: 5px;
}

.italic45 {
	font-style: italic;
	font-size: 35px;
	font-family: Georgia,Serif;
}

ul.associations {
	list-style: none outside none;
	//padding: 0 40px 0 20px;
	margin: 0;
	text-align: center;
}

ul.associations li {
    margin-left: auto;
    margin-right: auto;
	padding: 0 10px;
	display: inline-block;
	width: 250px;
	vertical-align: top;
	font-weight: bold;
}

ul.associations li:first-child {
	//padding: 0 0 0 20px;
}

ul.associations li:nth-child(4) {
	//padding: 0 0 0 20px;
}

ul.associations li:nth-child(5) img {
	//margin-top: -15px;
}

ul.associations li:last-child {
	//width: 155px;
	//padding: 0 0 0 20px;
}

ul.associations li:last-child img {
	margin-top: 10px;
}

ul.associations span {
	height: 61px;
	display: inline-block;
}

ul.associations p {
	font-size: 9px;
	font-family: Georgia,Serif;
	text-align: center;
	margin-top: 0;
	line-height: 12px;
}

.validation-error {
	color: rgb(255,0,0);
	margin-left: 20px;
	position: absolute;
}

#errors_found_placeholder {
	color: rgb(255,0,0);
}

#contact-us-title-and-image {
	width: 830px;
	padding-left: 30px;
	padding-bottom: 120px;
	margin-top: 15px;
}

#contact-us-title-and-image img {
	float: right;
	width: 72px;
	height: 72px;
	padding-top: 20px;
}

#contact-us-title-and-image h1 {
	text-align: left;
	width: 400px;
	float: left;
}

a.button-link {
	padding: 10px 15px;
	margin: 10px 15px;
	display: inline-block;
	background: linear-gradient(#f0f0f0, #cbcbcb);
	color: #000000;
	box-shadow: 1px 3px 3px #8a8a8a;
	border-radius: 6px;
	text-decoration: none;
}

.submittButton{
    height:40px;
	font-size : 18px;
}

.centered-form li span.grey-small {
	color: #9e9e9e;
	font-size: 12px;
	width: 100px;
	margin-top: 8px;
	float: left;
}

#refresh-captcha-image {
	text-decoration: none;
	background-image: url("../img/refresh.png");
	display: block;
	width: 17px;
	height: 17px;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}

#play-captcha-sound {
	margin-top: 10px;
	float: right;
}

.breadcrumbs {
	text-align: left;
	font-size: 12px;
	padding: 15px 0 0;
}

.breadcrumbs ul {
	margin: 0 30px 0;
	padding: 0;
}

.breadcrumbs ul li {
	margin: 0 2px;
	display: inline;
	color: #0071BC;
}

.breadcrumbs ul li:before { content: "> "; color: #9e9e9e; }
.breadcrumbs ul li:first-child:before { content: ""; }

#verify {
	margin-top: 80px;
	margin-left: -40px;
}

.sms-reminder-div {
	width: 700px;
}

.sms-reminder-div input:first-child {
	margin-left: 80px;
}

.sms-reminder-div select {
	width: 150px;
}

#sms_reminder_number_span {
	margin-left: 90px;
}

#sms_reminder_number_span input {
	width: 150px;
}

.session-type {
	text-align: left;
	margin-left: 190px;
}

.bold {
	font-weight: bold;
}

.top-offset {
	padding-top: 40px;
}

.break {
	display: block;
	margin: 8px 0;
}

/* fullscreen overlay */

.fullscreen-overlay {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: auto;
	bottom: 0;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9998;
}

.fullscreen-overlay-body {
	width: 566px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	background-color: #f2f2f2;
	text-align: center;
	box-shadow: 0 0 10px #777777;
	border-radius: 15px;
	padding-bottom: 15px;
	position: relative;
}

.fullscreen-overlay-body-big {
	width: 866px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #f2f2f2;
	text-align: center;
	box-shadow: 0 0 10px #777777;
	border-radius: 15px;
	padding-bottom: 15px;
	position: relative;
}

.fullscreen-overlay-body-big #fullscreen_overlay_content_wrap {
	position: relative;
	height: 70%;
	overflow-y: scroll;
}

#fullscreen_overlay_title_section {
	background: linear-gradient(#ffffff, #e4e4e4);
	height: 40px;
	border-radius: 35px;
}

#fullscreen_overlay_title {
	color: #424242;
	font-weight: bold;
	font-size: 20px;
	padding-left: 50px;
	padding-top: 10px;
	display: inline-block;
	width: 80%;
}

#fullscreen_overlay_content {
	position: relative;
	text-align: left;
	padding: 45px 40px 0;
}

.fullscreen-overlay-body #fullscreen_overlay_content {
	height: 100px;
}

.fullscreen-overlay-body-big #fullscreen_overlay_content {
	height: 400px;
}

a.overlay-close-button {
	float: right;
	background: linear-gradient(#efefef, #bfbfbf);
	border-radius: 15px;
	display: inline-block;
	padding: 0 12px;
	margin-top: 7px;
	margin-right: 20px;
	border: 1px solid;
	border-color: #747474;
	font-size: 20px;
}

#fullscreen_overlay_bottom_close {
	position: relative;
	margin-top: 50px;
	bottom: 20px;
	width: 100%;
}

#fullscreen_overlay_bottom_close a {
	font-size: 20px;
}

.packages .free-package-option .package-title {
	width: 100px;
	padding-left: 120px;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: left;
	margin-top: 41px;
    margin-bottom: 50px;
}

/* legal policy */

#legal_policy > ol {
	list-style-type: upper-roman;
	list-style-position: inside;
	padding-left: 0;
}

#legal_policy > ol > li {
	margin: 0;
}

#legal_policy ol ol {
	list-style-type: lower-alpha;
	padding-left: 20px;
	list-style-position: outside;
}

#legal_policy ul {
	list-style-type: disc;
	padding-left: 20px;
	list-style-position: outside;
}

#legal_policy ul.no-padding-left {
	list-style-type: disc;
	padding-left: 0;
}

#legal_policy ul.clear {
	list-style-type: none;
	padding-left: 0;
}

#legal_policy ul.clear > li {
	margin: 2px 0;
}

#legal_policy li {
	margin: 20px;
}

#legal_policy p {
	font-size: 16px;
}

#legal_policy span {
	font-weight: bold;
}

/* faq */

#faq {
	width: 900px;
	text-align: left;
}

#faq ul {
	list-style-type: none;
	padding-left: 50px;
}

#faq h1 {
	padding-left: 50px;
}

.centered-page {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

/* master page */

.home-page, .page-body {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.home-page ul.square-bullets {
	list-style-type: square;
	list-style-image: none;
}

.testimonial {
	background: linear-gradient(#e6e6e6, #ffffff);
	border-radius: 10px;
	border-width: 1px;
	border-color: #e6e6e6;
	border-style: solid;
	box-shadow: 0 2px 12px #777777;
	color: #424242;
	margin: 50px 0;
}

.testimonial {
	text-align: center;
}

.testimonial p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.testimonial > div {
	padding: 15px 40px;
}

.testimonial > div p {
	text-align: left;
}

.testimonial > div span {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.testimonial > span {
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	font-size: 20px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	background-color: #D3D3D3;
	color: #404041;
	font-family: Georgia,Serif;
}

.home-page ul {
	padding-left: 20px;
	font-family: Georgia,Serif;
	font-size: 20px;
	list-style-image: url('../img/bullet.png');
	margin-left: 50px;
	margin-bottom: 40px;
}

.home-page ul.bold-check-list li {
	font-size: 18px;
	color: #434444;
	font-weight: bold;
}

.home-page li {
	padding-top: 20px;
	padding-left: 20px;
	color: #333333;
}

#illness_search {
	margin: 40px auto 40px;
	width: 400px;
}

#illness_search input {
	width: 290px;
	margin-right: 10px;
}

#illness td {
	vertical-align: top;
	width: 300px;
	padding-right: 60px;
	padding-left: 60px;
}

#illness div {
	background-color: #84b5d9;
	border-radius: 10px;
	height: 40px;
	padding: 5px 15px;
	font-size: 18px;
}

#illness span {
	color: #ffffff;
	font-weight: bold;
	width: 300px;
}

#illness ul {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0;
	font-size: 18px;
}

#illness li {
	padding-left: 0;
	padding-top: 5px;
}

#illness a:link {
	color: #0071BC;
	font-size: 12px;
}
#illness a:visited {
	color: #0071BC;
	font-size: 12px;
}
#illness a:hover {
	color: #0071BC;
	font-size: 12px;
}
#illness a:active {
	color: #0071BC;
	font-size: 12px;
}

.date-text {
	float: right;
	font-size: 12px;
	color: #808080;
	margin-top: 10px;
	font-style: italic;
	font-family: Georgia,Serif;
	font-weight: bold;
}

.packages {
	margin-left: 25px;
	height: 750px;
	margin-top: 50px;
	color: #333333;
}

.packages > div {
	margin-right: 20px;
	float: left;
}

.packages > div > div {
	width: 194px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
}

.packages > a {
	color: #333333;
	margin-right: 20px;
	float: left;
	display: inline-block;
	text-decoration: none;
}

.packages > a > div {
	width: 194px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
}

#starter_package, .starter-package {
	width: 252px;
	height: 700px;
	background-image: url('../img/green-nonfree.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.starter-package_free {
	width: 252px;
	height: 700px;
	background-image: url('../img/session-power-green.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.starter-package_free1 {
	width: 252px !important;
	height: 520px;
	background-image: url('../img/Free-solo.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.packages > a.starter-package {
	height: 700px;
}
.packages > a.starter-package .package-title {
	/*text-align: right;*/
}

.packages > a.power-package {
	height: 700px;
}

.packages > a.super-power-package {
	height: 700px;
}

.package-green {
	color: #609d3a;
}

.packages .package-title {
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 50px;
}

.packages .package-bolder {
	margin-top: 20px;
	font-weight: bolder;
	font-size: 28px;
}

.packages .package-session {
	font-size: 15px;
	margin-bottom: 20px;
}

.packages ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: -40px;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}

ul.package-ul li {
	text-align: center;
	font-size: 14px;
}

.packages .package-extras {
	margin-top: 20px;
	font-size: 18px;
}

a.get-started-now {
	color: #1072b9;
	font-weight: bold;
	display: block;
	float: left;
	margin-left: 85px;
	margin-right: 105px;
	border: 4px solid;
	border-color: #f26b3a;
	padding: 4px;
	background-color: #ffca09;
}

a.selected-pkg {
	background-color: #ffffff;
}

a.get-started-now:last-child {
	margin-left: 115px;
}

a.get-started-now-active {
	background-color: #eeeeee;
}

.power-package {
	width: 304px !important;
	height: 700px;
	background-image: url('../img/blue-nonfree.png');
	background-repeat: no-repeat;
	background-position: center top;
}

.power-package-home {
	//margin-top: -11px;
}

.package-blue {
	color: #0080bf;
}

#super_power_package, .super-power-package {
	width: 314px;
	height: 700px;
	background-image: url('../img/red-nonfree.png');
	background-repeat: no-repeat;
	background-position: center top;
}

.single-free-package {
	padding-top: 40px;
	height: 600px;
}

.single-free-package > div {
	width: 910px;
	margin: 0 auto;
}

.package-red {
	color: #db2524;
}

.free-session {
	clear: both;
	margin: -30px auto 20px;
	/*width: 850px;*/
	width: 245px;	
	color: #808080;
	font-size: 13px;
}

.div_get_started {
	width: 100%;
	margin-left: 0px !important;
	margin-right: 0px !important;	
	text-align: center;
}
.div_get_started a {
	width: 95%;
	margin-left: auto !important;
	margin-right: auto !important;		
}

.normal-italic {
	font-style: italic;
	font-weight: normal;
}

.italic {
	font-style: italic;
}

h1.normal-italic span {
	font-style: italic;
	font-weight: bold;
	color: #434444;
}

/* session */
.session ul {
	text-align: left;
}

.session #starter_package {
	background-image: url('../img/session-power-green-border.png');
}

.session .power-package {
	background-image: url('../img/session-power-plus-blue-border.png');
}

.session #super_power_package {
	background-image: url('../img/session-super-power-red-border.png');
}

.session .package-bolder span {
	font-weight: normal;
	font-size: 12px;
}

.session a.get-started-now:last-child {
	margin-left: 117px;
}

.session .packages-section {
	background-color: #ffffff;
	height: 800px;
	padding-top: 40px;
}

.session .packages-section > div:first-child {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 50px;
}

.packages-redirect {
	margin-top: 60px;
	font-size: 20px;
	font-weight: bold;
}

.form-section-header {
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 30px;
	width: 540px;
}

.form-section-header h2 {
	text-align: left;
	margin-left: 0;
}

/* one time */

.one-time ul {
	text-align: left;
}

.one-time > p {
	margin-top: 60px;
}

.one-time a.get-started-now:last-child {
	margin-left: 117px;
}

.one-time .packages-section {
    background: #ffffff;
	height: 700px;
	padding-top: 40px;
}

.one-time .power-package {
	/* background-image: url('../img/session-power-plus-blue.png'); */
}

/* progress indicator */
.progress-indicator {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: auto;
	bottom: 0;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9998;
}

.progress-indicator-body {
	width: 85px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 300px;
	position: relative;
}

.progress-indicator-body img {
	margin-top: 10px;
	margin-left: 10px;
}

/* payment section */

#payment_section {
	background-color: #e6e6e6;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 50px;
}

#cc_date_section select {
	width: 70px;
	float: left;
}

span.split {
	width: 15px;
	float: left;
	margin-left: 10px;
}

#cvv2 input {
	width: 40px;
}

#ccv2 span {
	width: 80px;
}

.small-text {
	font-size: 12px;
	font-family: Georgia,Serif;
	font-weight: normal;
	color: #808080;
}

.medium-text {
	font-size: 14px;
	font-family: Georgia,Serif;
	font-weight: normal;
	color: #000000;
}

img.pp {
	margin-left: 10px;
}

#click_here_link {
	font-size: 18px;
	font-weight: bold;
	color: #0071BC;
}

ul.check-list {
	padding-left: 20px;
	font-family: Georgia,Serif;
	font-size: 24px;
	list-style-image: url('../img/bullet.png');
	margin-left: 50px;
}

ul.check-list li {
	padding-top: 20px;
	padding-left: 20px;
}

p.bold {
	font-size: 18px;
}

.bordered {
	display: block;
	background: url("../img/certificate.png") no-repeat top center;
	width: 889px;
	height: 1104px;
	margin-top: 80px;
	margin-left: -15px;
	text-align: center;
}

.bordered > div {
	width: 790px;
	padding-top: 20px;
	margin-left: 50px;
}

.bordered p {
	font-size: 17px;
	font-family:"Times New Roman",Georgia,Serif;
	font-weight: bold;
}

.bordered h2 {
	font-size: 40px;
	font-family:"Times New Roman",Georgia,Serif;
	font-style: italic;
	color: #C49E3F;
}

.bordered h2 span {
	font-size: 75px;
}

.bordered span.signature {
	float: left;
	margin-top: 160px;
	margin-left: 140px;
	font-weight: bold;
}
