@charset "UTF-8";
/* CSS Document */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin : 0;
	padding : 0;
}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size : 100%;
}
/* Removes list-style from lists */
ul {
	list-style : none;
}
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style : normal;
	font-weight : normal;
}
/* Removes table-style */
table {
	border-collapse : collapse;
	border-spacing : 0;
}
/* Removes border from fieldset and img */
fieldset, img {
	border : 0;
}
/*
==========================================================
  General Rules
==========================================================
*/
body {
	background: url(../images/footerbk.png) bottom repeat-x, url(../images/orange-greenbkgrd.jpg) top repeat-x;
	margin: 0px auto;
	padding: 0px;
	color: #000;
	font-family: Century Gothic, Verdana, Geneva, sans-serif;
	font-size: 67.5%;
	line-height: 1.6em;
}
p {
	line-height: 140%;
	margin-bottom: 15px;
	font-size: 1.3em;
}
p.small {
	font-size: 1.1em;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
strong, strong em {
	font-weight: bold;
	font-size: 100%;
}
em {
	font-style: italic;
}
.standout {
	color: #000;
}
.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.left {
	float: left;
	clear: both;
	margin-bottom: 10px;
	margin-right: 10px;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited {
	color: #575718;
	border-bottom: 1px dotted #575718;
}
a:hover {
	color: #993300;
	border-bottom: 1px dotted #1D2E60;
}
.quote {
	font-style: italic;
}
.quote a:link, .quote a:visited {
	color: #000;
	border-bottom: 1px dotted #000;
}
.quote a:hover {
	color: #812B00;
	border-bottom: 1px dotted #812B00;
}
.maroon {
	color: #A9440F;
}
.gold {
	color: #FBD211;
}
.border {
	border: medium double #A9440F;
}
.border p {
	padding-left: 5px;
}
ul {
	list-style: square;
	font-size: 1.3em;
	padding-left: 30px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 150%;
}
h1 {
	margin-top: 20px;
	font-size: 2.2em;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	text-transform: capitalize;
}
h2 {
	font-size: 2em;
	font-weight: normal;
	color: #000;
	line-height: 140%;
	letter-spacing: 1px;
	clear: both;
	margin-bottom: 15px;
}
.big {
	font-size: 1.4em;
}
h3 {
	margin-top: 20px;
	font-size: 1.8em;
	font-weight: bold;
	color: #A9440F;
	line-height: 130%;
	margin-bottom: 5px;
	text-decoration: underline;
}
h4 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 130%;
	margin-bottom: 5px;
}
h4 a {
	font-weight: bold;
	line-height: 130%;
	margin-bottom: 5px;
}
h4 a:link, h4 a:visited {
	color: #A9440F;
}
h4 a:hover {
	color: #000;
}
hr {
	width: 550px;
	height: 4px;
	margin: 20px auto;
	background: #FFF;
	border-bottom: 1px solid #A9440F;
	border-top: 1px solid #A9440F;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#quotepage hr {
	width: 300px;
}
#quotepage p {
	font-weight: bold;
}
#main-inside p.doubleline {
	clear: both;
	width: 650px;
	border-bottom: 1px solid #A9440F;
	border-top: 1px solid #A9440F;
	height: 1px;
	margin: 10px auto;
}
#container {
	margin: 0px auto;
	width: 1000px;
}
iframe {
	margin: 10px 0;
}
.note {
	font-size: 1.2em;
	margin-top: -10px;
}
blockquote {
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: -10px;
}
a.image {
	border-bottom: 0;
}
img.border {
	border: 1px solid #000;
}
.twocols {
	width: 500px;
}
.colleft {
	float: left;
	width: 410px;
	margin-right: 10px;
}
.colleft250 {
	float: left;
	width: 250px;
}
.colright250 {
	float: right;
	width: 250px;
}
.colright {
	float: right;
	width: 290px;
}
form.freestufflink input {
	font-size: 1.8em;
	border: none;
	background: #fff;
	font-weight: bold;
	color: #A9440F;
	border-bottom: 1px dotted #A9440F;
}
/*
==========================================================
  Header
==========================================================
*/
#header {
	background: url(/images/header.jpg) no-repeat;
	width: 100%;
	height: 274px;
	margin: 27px auto 0px auto;
}
#header h1 {
	font-weight: normal;
	text-align: center;
	font-size: 1.8em;
	padding-top: 4px;
	margin-left: -60px;
}
/*
==========================================================
  content
==========================================================
*/
#content-home {
	width: 990px;
}
#content-inside {
	border-right: 1px solid #E3E3E3;
	width: 990px;
	padding-right: 5px;
}
.topnav {
	/* float: right;
    margin-bottom: 15px; */
	display: none;
}
/*
==========================================================
  Left Column HOME
==========================================================
*/
#leftcol {
	float: left;
	width: 260px;
	margin-right: 15px;
	padding-left: 10px;
}
#leftcol p {
	font-size: 1.2em;
}
#leftcol h2 {
	color: #1D2E60;
}
#leftcol h3 {
	font-family: Geneva, Tahoma, Verdana, sans-serif;
}
#leftcol form, #leftcol-inside form {
	text-align: center;
}
#leftcol a {
	text-decoration: none;
	border-bottom: none;
	border: 0;
	font-size: 1.2em;
}
#leftcol a:link, #leftcol a:visited {
	color: #990033;
	border-bottom: 1px dotted #990033;
}
#leftcol a:hover {
	color: #1D2E60;
	border-bottom: 1px dotted #1D2E60;
}
#leftcol a.image {
	border-bottom: 0;
}
/*
==========================================================
  Left Column HOME form
==========================================================
*/
#leftcol form p, #leftcol-inside form p {
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 15px;
}
form input {
	margin-bottom: 5px;
	margin-left: 5px;
}
#leftcol form a:link, #leftcol-inside form a:link {
	color: #000;
	margin-bottom: 5px;
}
#leftcol form p.small, #leftcol form p.small a, #leftcol-inside form p.small, #leftcol-inside form p.small a {
	font-size: 1em;
	margin-top: 5px;
	font-weight: normal;
	border-bottom: none;
}
iframe {
	margin: 5px 0 5px 3px;
}
/*
==========================================================
  Left Column BOOKBOX
==========================================================
*/
#leftcol .bookbox, #leftcol-inside .bookbox {
	border: 1px solid #CCC;
	background: #F0F0BE;
	font-size: 1em;
	text-align: center;
}
#leftcol .bookbox a:link, #leftcol-inside .bookbox a:link {
	color: #5D1F00;
	font-size: 1em;
}
#leftcol .bookbox a:hover, #leftcol-inside .bookbox a:hover {
	color: #1D2E60;
	border-bottom: 1px dotted #1D2E60;
}
#leftcol .bookbox h2, #leftcol-inside .bookbox h2 {
	color: #F0F0BE;
	background: #5D1F00;
	font-size: 1.6em;
	font-weight: normal;
	text-align: center;
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0;
}
#leftcol .bookbox h3, #leftcol-inside .bookbox h3 {
	color: #000;
	font-size: 1.4em;
	text-align: center;
	padding: 3px;
	margin-bottom: 5px;
}
#leftcol .bookbox .h3, #leftcol-inside .bookbox .h3 {
	color: #5D1F00;
	font-size: 1.2em;
	text-align: center;
	padding: 3px;
	margin-bottom: 5px;
}
/*
==========================================================
  Left Column Inside
==========================================================
*/
#leftcol-inside {
	float: left;
	width: 240px;
	margin-right: 10px;
	padding-top: 0px;
	margin-left: 10px;
	background: #F0F0BE;
}
/*
==========================================================
  Left Column Inside BOXES
==========================================================
*/
.inset-quote-side {
	border-top: 1px solid #75743B;
	padding: 10px;
}
#leftcol-inside img.right {
	float: right;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#leftcol-inside img.left {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
}
p.white {
	background: #FFF;
	height: 10px;
	margin: 0;
}
/*
==========================================================
  Main Column Inside
==========================================================
*/
#main-inside {
	width: 720px;
	float: right;
	padding-bottom: 50px;
}
#main-inside .ctrimage {
	text-align: center;
}
#main-inside .ctrimage img {
	border: 1px solid #000;
	margin-right: 5px;
}
.aaplayer {
	text-align: center;
}
/*
==========================================================
  Life's Little Lessons Sidebar
==========================================================
*/
#lll-button {
	padding: 8px 20px;
	background: #5D1F00;
	border: none;
	color: #F0F0BE;
	font-size: 1em;
	font-family: Century Gothic, Verdana, Geneva, sans-serif;
	cursor: pointer;
}
/*
==========================================================
  Mistakes Form
==========================================================
*/
#mistakesForm div {
	margin: 10px;
}
#mistakesForm label, #mistakesForm2 label {
	margin: 0 0px 0 15px;
	font-weight: bold;
}
#mistakesForm input {
	float: right;
	margin-right: 30px;
}
#mistakesForm2 div {
	margin: 10px;
}
#mistakesForm2 input {
	float: right;
	margin-right: 320px;
}
/*
==========================================================
  Main Column Inside QUOTE
==========================================================
*/

#main-inside .inset-quote em {
	font-weight: bold;
}
#main-inside .lefttext {
	text-align: left;
}
#main-inside .colright .inset-quote {
	background: #666633;
	color: #F0F0BE;
	font-weight: normal;
	margin-top: 0;
}
#main-inside .colright .inset-quote a {
	color: #F0F0BE;
	font-weight: normal;
	text-decoration: underline;
}
#main-inside .inset-quote h2 {
	color: #666633;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 2em;
	margin-top: 0;
	margin-bottom: 10px;
}
#main-inside .inset-quote h3 {
	color: #A9440F;
	font-weight: normal;
	text-decoration: none;
}
#main-inside .inset-quote ul li {
	margin-bottom: -5px;
	padding-bottom: 0px;
}
#main-inside .inset-quote ul {
	margin-top: -5px;
	padding-top: 0;
}
#main-inside .inset-quote p {
	line-height: 120%;
	margin-bottom: 5px;
}
#main-inside .inset-quote, #main-inside .inset-quote-medium, #main-inside .inset-quote-small {
	margin: 50px 0px;
	font-family: Georgia;
	padding: 15px;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
#main-inside .inset-quote {
	background: #F0F0BE;
	color: #666633;
	border: 2px solid #666633;
}
#main-inside .inset-quote-medium {
	width: 85%;
	margin: 50px auto;
	background: #666633;
	color: #F0F0BE;
	border: medium solid #F0F0BE;
}
#main-inside .inset-quote-medium .maroon {
	color: #FBD211;
}
#main-inside .inset-quote-medium a {
	color: #F0F0BE;
	border-bottom: 1px dotted #F0F0BE;
}
#main-inside .inset-quote-medium a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}
#main-inside .inset-quote-small {
	padding: 15px;
	border: medium double #A9440F;
	color: #666633;
	width: 80%;
	margin: 50px auto;
}
/*
==========================================================
  Laser Testimonials
==========================================================
*/
#header-laser-testimonials {
	background: url(../images/logo.jpg) no-repeat;
	height: 220px;
	width: 990px;
	margin: 31px auto 0px auto;
}
#laser-testimonials {
	width: 990px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#laser-testimonials em {
	font-weight: bold;
}
#laser-testimonials .inset-quote, #laser-testimonials .inset-quote-medium, #laser-testimonials .inset-quote-small {
	margin: 50px 0px;
	font-family: Georgia;
	padding: 15px;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
#laser-testimonials .inset-quote {
	width: 900px;
	background: #F0F0BE;
	color: #666633;
	border: 2px solid #666633;
}
#laser-testimonials .inset-quote-medium {
	width: 800px;
	margin: 50px auto;
	background: #666633;
	color: #F0F0BE;
	border: medium solid #F0F0BE;
}
#laser-testimonials .inset-quote-medium .maroon {
	color: #FBD211;
}
#laser-testimonials .inset-quote-medium a {
	color: #F0F0BE;
	border-bottom: 1px dotted #F0F0BE;
}
#laser-testimonials .inset-quote-medium a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}
#laser-testimonials .inset-quote-small {
	padding: 15px;
	border: medium double #A9440F;
	color: #666633;
	width: 650px;
	margin: 50px auto;
}
/*
==========================================================
  Mentor Table
==========================================================
*/
table#mentor-options td {
	border: 1px solid #000;
	padding: 10px 10px;
	vertical-align: top;
	font-size: 1.2em;
	margin-right: 5px;
}
table#mentor-options p {
	font-size: 1.1em;
	margin-bottom: 5px;
}
table#mentor-options form {
	padding-top: 10px;
}
/*
==========================================================
  Main Column Inside QUOTE
==========================================================
*/
#main-inside .inset-quote {
	background: #F0F0BE;
	margin: 50px 0px;
	font-family: Georgia;
	padding: 15px;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	color: #666633;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #ccc;
}
#main-inside .inset-quote em {
	font-weight: bold;
}
#main-inside .lefttext {
	text-align: left;
}
#main-inside .colright .inset-quote {
	background: #666633;
	color: #F0F0BE;
	font-weight: normal;
	margin-top: 0;
}
#main-inside .colright .inset-quote a {
	color: #F0F0BE;
	font-weight: normal;
	text-decoration: underline;
}
#main-inside .inset-quote h2 {
	color: #666633;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 2em;
	margin-top: 0;
	margin-bottom: 10px;
}
#main-inside .inset-quote h3 {
	color: #A9440F;
	font-weight: normal;
	text-decoration: none;
}
#main-inside .inset-quote ul li {
	margin-bottom: -5px;
	padding-bottom: 0px;
}
#main-inside .inset-quote ul {
	margin-top: -5px;
	padding-top: 0;
}
#main-inside .inset-quote p {
	line-height: 120%;
	margin-bottom: 5px;
}
/*
==========================================================
  Main Column SQUARE LIST
==========================================================
*/
ul.squarelist {
	margin: 20px 0;
}
ul.squarelist li {
	list-style: url(../images/squareo.gif);
	line-height: 140%;
	font-size: 1m;
}
ul.squarelist li {
	margin-bottom: 10px;
}
/*
==========================================================
  Zillions
==========================================================
*/
.zillions {
	border: medium double #A9440F;
	width: 600px;
	text-align: center;
	margin: 50px auto;
	background: #663;
	color: #F0F0BE;
	padding-top: 10px;
}
.zillions h2 a {
	margin-top: 15px;
	font-weight: normal;
}
.zillions a:link, .zillions a:visited {
	color: #F0F0BE;
	border-bottom: 1px dotted #F0F0BE;
}
.zillions a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
	margin-top: 15px;
}
.resources {
	border: medium double #A9440F;
	width: 600px;
	text-align: center;
	padding-top: 15px;
	margin: 50px auto;
}
/*
==========================================================
 Contact form
==========================================================
*/
#contactfields {
	padding: 0 100px;
}
#contactfields .label {
	margin: 2px 0;
	font-size: 13px;
	font-weight: bold;
}
#contactfields .field {
	margin: 0 0 20px 0;
	font-size: 1.1em;
}
#contactfields input, textarea {
	width: 100%;
	padding: 15px;
	font-family: Century Gothic, Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	border: 1px solid #A1A1A1;
}
#contactfields textarea {
	height: 150px;
}
#contactfields button {
	padding: 12px 60px;
	background: #5D1F00;
	border: none;
	color: #F0F0BE;
	font-size: 1.5em;
	font-family: Century Gothic, Verdana, Geneva, sans-serif;
	cursor: pointer;
}
#contactfields #message {
	padding: 0 40px 0 0;
}
#contactfields #mail-status {
	padding: 12px 20px;
	width: 100%;
	display: none;
	font-size: 1em;
	font-family: "Georgia", Times, serif;
	color: rgb(40, 40, 40);
}
#contactfields .error {
	background-color: #F7902D;
	margin-bottom: 40px;
}
#contactfields .success {
	background-color: #48e0a4;
}
#contactfields .g-recaptcha {
	margin: 0 0 25px 0;
}
/*
==========================================================
  Footer
==========================================================
*/
.logos {
	padding: 20px 0px 15px 0px;
	clear: both;
}
.logos ul {
	margin: 0 auto;
	width: 870px;
	clear: both;
}
.logos li {
	float: left;
	display: block;
	margin-right: 68px;
}
.logos li.last {
	float: left;
	display: block;
	margin-right: 0px;
}
#footer {
	margin: 0 auto;
	width: 100%;
	height: 55px;
	text-align: center;
	color: #F0F0BE;
	font-size: .95em;
	clear: both;
}
#footer p {
	margin-bottom: 5px;
}
#footer a {
	border-bottom: 1px dashed #F0F0BE;
	color: #F0F0BE;
	font-weight: normal;
}
/*