@import url(//fonts.googleapis.com/css?family=Alex+Brush);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@font-face {
    font-family: 'itc_isadorabold';
    src: url('/fonts/isadora-bold-webfont.eot');
    src: url('/fonts/isadora-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/isadora-bold-webfont.woff') format('woff'),
         url('/fonts/isadora-bold-webfont.ttf') format('truetype'),
         url('/fonts/isadora-bold-webfont.svg#itc_isadorabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
	padding: 0px;
	margin: 0px;
	background-color: #fdfbf6;
}
body {
	margin: 0px;
	padding: 50px 0px 30px;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 300;
	color: #444444;
	background-color: #fdfbf6;
	background-image: url(../speak/images/pageBG.png);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
a {
	color: #005a84;
}
a:hover {
	color: #833594;
}
.displace {
	position: absolute;
	left: -5000px;
}
strong {
	font-weight: 700;
}
.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: -1px 0px 0px;
	padding: 0px;
}
#preLoad {
	display: none;
}
#outerContainer {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	background-color: #FFFFFF;
	border: solid 2px #005a84;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
#innerContainer {
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
	background-image: url(../speak/images/headerBG.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#header {
	height: 310px;
}
#goldArrow {
	position: absolute;
	margin: -31px -85px 0px 694px;
	z-index: 999;
}
#goldArrow2 {
	position: absolute;
	margin: 35px -93px 0px 473px;
	z-index: 999;
}
#content {
	padding: 0px 35px 100px;
	background-image: url(../speak/images/goldFooter.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.rightContent {
	float: right;
	width: 350px;
}
.leftContent {
	float: left;
	width: 430px;
}
#rightOptin {
	float: right;
	width: 260px;
	margin: 0px 0px 30px 20px;
	padding: 15px 25px 45px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #833594;
	color: #FFFFFF;
}
input[type=text], input[type=email] {
	font-size: 16px;
	padding: 0px 15px;
	height: 35px;
	line-height: 35px;
	color: #444444;
	font-family: "Open Sans", sans-serif;
	margin: 0px 0px 10px;
	border: none;
}
#rightOptin input[type=text], #rightOptin input[type=email] {
	display: block;
	width: 230px;
}
#greenArrow {
	margin: 0px 0px 0px -35px;
	height: 103px;
	background-image: url(/images/psp/greenArrow.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#footerBox {
	padding: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #833594;
	color: #FFFFFF;
}
#footer {
	border-radius: 0px 0px 13px 13px;
	-moz-border-radius: 0px 0px 13px 13px;
	-webkit-border-radius: 0px 0px 13px 13px;
	padding: 25px 40px;
	height: 15px;
	color: #FFFFFF;
	background-color: #005a84;
}
#copyright {
	font-size: 14px;
	line-height: 15px;
	font-weight: 400;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #CC0000;
}
.bannerBar {
	margin: 0px -35px;
}
#bioBox {
	font-size: 12px;
	width: 250px;
	margin-bottom: 30px;
	padding: 30px;
	border-radius: 25px 0px 0px 25px;
	-moz-border-radius: 25px 0px 0px 25px;
	-webkit-border-radius: 25px 0px 0px 25px;
	background-color: #f1ecf7;
	box-shadow: -2px 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow: -2px 0 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: -2px 0 3px rgba(0,0,0,0.3);
}
#bioBox p {
	text-align: justify;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.3);
}
#bioBox p:last-child {
	margin-bottom: 0px;
}
#bioBox img {
}
img.photoBox {
	background-color: #FFFFFF;
	padding: 5px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.featureBox {
	padding: 30px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-moz-box-shadow: 0 0 5px 0 #9A9A9A;
	-webkit-box-shadow: 0 0 5px 0 #9A9A9A;
	box-shadow: 0 0 5px 0 #9A9A9A;
	background-color: rgba(255,255,255,1);
}
.yesBox {
	background-image: url("http://www.leaplive.com/images/yes.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}
ul.iconList {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	list-style: none;
}
ul.iconList li {
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 20px 40px;
	list-style: none;
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 20px;
}
ul.purpleCheck li {
	background-image: url(../speak/images/listIconsCheck-purple.png);
}
ul.blueArrow li {
	background-image: url(../speak/images/listIconsArrow-blue.png);
}
.helvetica {
	font-family: "Helvetica Neue", Helvetica;
}
.alexBrush {
	font-family: "Alex Brush";
}
.isadora {
	font-family: "itc_isadorabold";
	font-size: 1.2em;
}
.openSansCondensed {
	font-family: 'Open Sans Condensed', sans-serif;
}
h2 { color: #49176d;}
h3 { color: #005a84; }
h4 { color: #49176d; } 
.red {
	color: #822123;
}
.green {
	color: #578d3b;
}
.teal {
	color: #005a84;
}
.purple {
	color: #833594;
}
.darkPurple {
	color: #49176d;
}
.purpleBG {
	background-color: #833594;
}
.textcolor {
	color: #444444;
}
.blue {
	color: #0000CC;
}
.highlight {
	background-color: #FF0;
}
.hide {
	/*display: none;*/
}
.nomargin {
	margin: 0px;
}
.nomargin-t {
	margin-top: 0px;
}
.nomargin-b {
	margin-bottom: 0px;
}
a.facebookshare {
	display: block;
	width: 56px;
	height: 24px;
	background-image: url(/images/share.png);
	background-position: 0px 0px;
}
a.facebookshare:hover {
	background-position: 0px -24px;
}
.bigNumber {
	display: block;
	text-align: center;
	font-weight: bold;
	width: 110px;
	height: 110px;
	line-height: 110px;
	font-size: 77px;
	color: #FFFFFF;
	background-image: url(/images/purpleCircle.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.smallNumber {
	display: block;
	text-align: center;
	font-weight: bold;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	color: #FFFFFF;
	background-image: url(/images/purpleCircle.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 50px 50px;
}
.left {
	float: left;
	margin-right: 10px;
}
.right {
	float: right;
	margin-left: 10px;
}
table.shaded {
	background-color: #ffffff;
	border-left: solid 1px #eeeeee;
	border-top: solid 1px #eeeeee;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}
.headrow td {
	background-color: #e2e2e2;
	border-bottom: solid 1px #cccccc;
	font-weight: bold;
	font-size: 24px;
}
.subheadrow td {
	font-weight: bold;
	font-size: 18px;
	background-color: #eeeeee;
}
.borderbottom td {
	border-bottom: solid 1px #e2e2e2;
}
td.divider {
	width: 1px;
	padding: 0px;
	background-color: #e2e2e2;
}
input.textfield {
	padding: 6px;
	border-left: solid 1px #eeeeee;
	border-top: solid 1px #eeeeee;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	line-height: 16px;
	font-size: 14px;
	width: 210px;
	font-family: Verdana, Geneva, sans-serif;
}
textarea.textbox {
	margin-top: 4px;
	padding: 3px;
	width: 335px;
	height: 120px;
	border-left: solid 1px #eeeeee;
	border-top: solid 1px #eeeeee;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	line-height: 16px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
.boxbottom {
	width: 250px;
	background-color: #eeeeee;
	background-image: url(/images/box_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.boxtop {
	background-image: url(/images/box_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 10px;
}
.quotebox {
	margin: 10px 30px;
	padding: 19px;
	border: solid 1px #eeeeee;
	background-color: #f9f9f9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-style: italic;
	background-image: url(/images/quote.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.quotebox p {
	text-align: right;
	font-style: normal;
	margin: 0px;
}
.detailsBox {
    border-radius: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-bottom: 20px;
    padding: 20px;
}
.registerbox {
	margin: 10px 30px;
	border: dashed 3px #CC0000;
	padding: 17px;
	background-color: #FFC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.registerbox a.alexButton {
	width: 400px;
}
table.tv {
}
td.tv-top-left {
	height: 35px;
	width: 35px;
	background-image: url(/images/tv_tl.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
td.tv-top {
	height: 35px;
	background-image: url(/images/tv_t.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
td.tv-top-right {
	height: 35px;
	width: 35px;
	background-image: url(/images/tv_tr.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
td.tv-left {
	width: 35px;
	background-image: url(/images/tv_l.png);
	background-position: right;
	background-repeat: repeat-y;
}
td.tv-screen {
	background-color: #000000;
}
td.tv-right {
	width: 35px;
	background-image: url(/images/tv_r.png);
	background-position: left;
	background-repeat: repeat-y;
}
td.tv-bottom-left {
	min-height: 35px;
	width: 35px;
	background-image: url(/images/tv_bl.png);
	background-position: top right;
	background-repeat: no-repeat;
}
td.tv-bottom {
	min-height: 10px;
	background-image: url(/images/tv_b.png);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 25px;
}
td.tv-bottom-right {
	min-height: 35px;
	width: 35px;
	background-image: url(/images/tv_br.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.tw {
	font: normal 10px Arial, Helvetica, sans-serif;
}
fieldset.offerbox {
	margin: 20px;
	padding: 20px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	color: #ffffff;
	border: none;
}
fieldset.offerbox legend {
	padding: 3px 8px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 24px;
	border: solid 2px #ffffff;
}
fieldset.greenoffer, fieldset.greenoffer legend {
	background-color: #7C8D56;
}
fieldset.redoffer, fieldset.redoffer legend {
	background-color: #72002e;
}
fieldset.blueoffer, fieldset.blueoffer legend {
	background-color: #003768;
}
fieldset.greyoffer, fieldset.greyoffer legend {
	background-color: #647070;
}
a.facebookshare {
	display: block;
	width: 56px;
	height: 24px;
	background-image: url(/images/share.png);
	background-position: 0px 0px;
}
a.facebookshare:hover {
	background-position: 0px -24px;
}
#exitWrapper {
	backgound: #ffffff;
	width: 600px;
	border: 8px dashed #000;
	margin: 20px auto;
	padding: 10px;
	background: #FFFFFF;
}
#exitWrapper h1 {
	font-weight: normal;
}
.left {
	float: left;
	margin-right: 10px;
}
.right {
	float: right;
	margin-left: 10px;
}
.nomargin {
	margin: 0px;
}
.nomargin-t {
	margin-top: 0px;
}
.nomargin-b {
	margin-bottom: 0px;
}
.font08 {
	font-size: 8px !important;
}
.font09 {
	font-size: 9px !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font31 {
	font-size: 31px !important;
}
.font32 {
	font-size: 32px !important;
}
.font33 {
	font-size: 33px !important;
}
.font34 {
	font-size: 34px !important;
}
.font35 {
	font-size: 35px !important;
}
.font36 {
	font-size: 36px !important;
}
.font37 {
	font-size: 37px !important;
}
.font38 {
	font-size: 38px !important;
}
.font39 {
	font-size: 39px !important;
}
.font40 {
	font-size: 40px !important;
}
.font41 {
	font-size: 41px !important;
}
.font42 {
	font-size: 42px !important;
}
.font43 {
	font-size: 43px !important;
}
.font44 {
	font-size: 44px !important;
}
.font45 {
	font-size: 45px !important;
}
.font46 {
	font-size: 46px !important;
}
.font47 {
	font-size: 47px !important;
}
.font48 {
	font-size: 48px !important;
}
.font49 {
	font-size: 49px !important;
}
.font50 {
	font-size: 50px !important;
}
.line08 {
	line-height: 8px !important;
}
.line09 {
	line-height: 9px !important;
}
.line10 {
	line-height: 10px !important;
}
.line11 {
	line-height: 11px !important;
}
.line12 {
	line-height: 12px !important;
}
.line13 {
	line-height: 13px !important;
}
.line14 {
	line-height: 14px !important;
}
.line15 {
	line-height: 15px !important;
}
.line16 {
	line-height: 16px !important;
}
.line17 {
	line-height: 17px !important;
}
.line18 {
	line-height: 18px !important;
}
.line19 {
	line-height: 19px !important;
}
.line20 {
	line-height: 20px !important;
}
.line21 {
	line-height: 21px !important;
}
.line22 {
	line-height: 22px !important;
}
.line23 {
	line-height: 23px !important;
}
.line24 {
	line-height: 24px !important;
}
.line25 {
	line-height: 25px !important;
}
.line26 {
	line-height: 26px !important;
}
.line27 {
	line-height: 27px !important;
}
.line28 {
	line-height: 28px !important;
}
.line29 {
	line-height: 29px !important;
}
.line30 {
	line-height: 30px !important;
}
.line31 {
	line-height: 31px !important;
}
.line32 {
	line-height: 32px !important;
}
.line33 {
	line-height: 33px !important;
}
.line34 {
	line-height: 34px !important;
}
.line35 {
	line-height: 35px !important;
}
.line36 {
	line-height: 36px !important;
}
.line37 {
	line-height: 37px !important;
}
.line38 {
	line-height: 38px !important;
}
.line39 {
	line-height: 39px !important;
}
.line40 {
	line-height: 40px !important;
}
.line41 {
	line-height: 41px !important;
}
.line42 {
	line-height: 42px !important;
}
.line43 {
	line-height: 43px !important;
}
.line44 {
	line-height: 44px !important;
}
.line45 {
	line-height: 45px !important;
}
.line46 {
	line-height: 46px !important;
}
.line47 {
	line-height: 47px !important;
}
.line48 {
	line-height: 48px !important;
}
.line49 {
	line-height: 49px !important;
}
.line50 {
	line-height: 50px !important;
}
.weight300 {
	font-weight: 300 !important;
}
.weight400 {
	font-weight: 400 !important;
}
.weight600 {
	font-weight: 600 !important;
}
.weight700 {
	font-weight: 700 !important;
}
.weight800 {
	font-weight: 800 !important;
}
@media (min-width:1680px) {
	body {
		background-size: 100% 1200px;
	}
}