html, body {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	font: normal 62.5% Arial, Helvetica, sans-serif;
	line-height: 1.67em;
	color: #333;
	background: url('../images/background.png') 0 0 repeat-x #fff;
}
img { border: none; }
a, a:link, a:visited { color: #39c; }
a:hover { color: #3cf; }
a:active, a:focus { outline: none; }
h1,h2,h3,h4,h5,h6,div,form { margin: 0; }
p {
	margin-top: 0;
	margin-bottom: 1em;
}
a.button, a.button:link, a.button:visited {
	position: relative;
	display: block;
	height: 0;
	overflow: hidden;
	text-decoration: none;
}

.container {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.column {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
ul.column, ol.column, ul.column li, ol.column li { list-style: none; }
.floatL { float: left; }
.floatR { float: right; }
.clear_left { clear: left; }
.clear_right { clear: right; }
.clear_both { clear: both; }
.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center { text-align: center; }

ol.horizontal, ol.horizontal li,
ul.horizontal, ul.horizontal li,
ol.navigation, ul.navigation li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
ol.horizontal, ul.horizontal,
ol.navigation, ul.navigation {
	position: relative;
	width: 100%;
	overflow: hidden;
	clear: both;
}
ol.horizontal li, ul.horizontal li, ol.navigation li, ul.horizontal li { float: left; }

ol.formList, ol.formList li {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
ol.formList li { clear: both; }

div.error {
	line-height: 20px;
	height: 20px;
	border: 1px solid #ccc;
	background: #c00;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 8px;
	margin: 0 0 10px;
}

.flash {
	position: relative;
	padding: 5px 10px;
	display: inline-block;
	width: auto;
	border: 1px solid #ccc;
	background: #ffc;
	font-size: 12px;
	color: #000;
	min-width: 328px;
	margin: 0 0 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.separator-before {
	margin-top: 20px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
}
.separator-after {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

#header {
	z-index: 300;
	width: 960px;
	margin: 0 auto;
	padding-top: 73px;
	overflow: visible;
}
#logo_header {
	position: absolute;
	top: 10px;
	left: 0;
}
#logo_header.home {
	left: 50%;
	margin-left: -119px;
}
#logo_90days_header {
	position: absolute;
	top: 17px;
	left: 0;
}
#login_header {
	position: absolute;
	top: 27px;
	right: 0;
	float: left;
	font-size: 1.4em;
}
#login_header a, #login_header a:link, #login_header a:visited { color: #333; }
#login_header a:hover { text-decoration: none; }
#navigation {
	position: relative;
	width: auto;
	height: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right-color: rgb(220,67,67);
	border-left-color: rgb(180,10,10);
	border-right: 1px solid rgba(255,255,255,0.23);
	border-left: 1px solid rgba(0,0,0,0.15);
}
#navigation li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
	height: 50px;
	line-height: 50px;
	float: left;
}
#navigation li a, #navigation li a:link, #navigation li a:visited {
	position: relative;
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	width: auto;
	color: #000;
	text-decoration: none;
	font-family: Gotham, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	padding: 0 28px 0 29px;
	text-shadow: 1px 1px #fb5d5d;
	border-left: 1px solid rgba(255,255,255,0.23);
	border-right: 1px solid rgba(0,0,0,0.15);
}
#navigation li:first-child a, #navigation li:first-child a:link, #navigation li:first-child a:visited { padding-left: 28px; }
#navigation li a:hover { background: url('../images/nav.png'); }
#navigation li ul.sub {
	position: absolute;
	display: none;
	top: 50px;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url('../images/inner_shadow.png') 0 0 repeat-x #fff;
	border: 1px solid #000;
	border-top: none;
}
#navigation li:hover ul.sub { display: block; }
#navigation li.nav_3 ul.sub { min-width: 220px; }
#navigation li.last ul.sub { min-width: 168px; }
#navigation li ul.sub li {
	position: relative;
	margin: 0;
	padding: 0;
	float: none;
	height: 28px;
	line-height: 28px;
}
#navigation li ul.sub li a, #navigation li ul.sub li a:link, #navigation li ul.sub li a:visited {
	position: relative;
	display: block;
	padding: 0 14px;
	min-width: 128px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
	border: none;
	background: url('../images/nav_sub.png') bottom center no-repeat;
}
#navigation li.last ul.sub li a, #navigation li.last ul.sub li a:link, #navigation li.last ul.sub li a:visited { min-width: 140px; }
#navigation li.nav_3 ul.sub li a, #navigation li.nav_3 ul.sub li a:link, #navigation li.nav_3 ul.sub li a:visited { min-width: 202px; }
#navigation li ul.sub li.last a, #navigation li ul.sub li.last a:link, #navigation li ul.sub li.last a:visited { background-image: none; }
#navigation li ul.sub li a:hover { background: #e1e1e1; }
#navigation li ul.sub li:first-child a:hover { background: url('../images/inner_shadow.png') 0 0 repeat-x #e1e1e1; }
#navigation li ul.sub li a.disabled, #navigation li ul.sub li a.disabled:link, #navigation li ul.sub li a.disabled:visited, #navigation li ul.sub li a.disabled:hover {
	cursor: default;
	color: #999;
	background: url('../images/nav_sub.png') bottom center no-repeat;
}

#content {
	min-height: 400px;
	z-index: 200;
	padding-bottom: 75px;
}
#content .column {
	position: relative;
	margin-left: 30px;
}
#content .column:first-child { margin-left: 0; }
#content .width-2 { width: 630px; }
#content .width-1 { width: 300px; }
#content .subtitle, #content h6 {
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
}
#content h5 {
	margin-bottom: 10px;
	font-size: 1em;
	text-transform: uppercase;
}
#content h3.cufon {
	color: #181818;
	font-family: "Gotham Black", "Arial Black", Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#content h3.cufon a, #content h3.cufon a:link, #content h3.cufon a:visited {
	color: #181818;
	text-decoration: none;
}
#content h3.cufon a:hover { color: #39c; }
#content h3.cufon a.link_continue, #content h3.cufon a.link_continue:link, #content h3.cufon a.link_continue:visited {
	color: #39c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
}
#content h3.cufon a.link_continue:hover { color: #3cf; }
#content img.floatL { margin: 0 20px 10px 0; }
#content img.floatR { margin: 0 0 10px 20px; }

#home_header {
	height: 368px;
	background: url('../images/wood.jpg') center top no-repeat #000;
}
#home_header .content {
	width: 960px;
	margin: 0 auto;
	color: #fff;
	font-size: 1.2em;
}
#home_header .content .floatL {
	position: relative;
	padding-top: 40px;
	width: 520px;
}
#home_header .content .floatL h1.title {
	line-height: 164px;
	height: 0;
	padding-top: 164px;
	margin-bottom: 25px;
	overflow: hidden;
	background: url('../images/title_learn-how-to-play-guitar-in-90-days.png') right top no-repeat;
}
#home_header .content p { margin-bottom: 20px; }
a.btn_take-the-quiz, a.btn_take-the-quiz:link, a.btn_take-the-quiz:visited {
	float: right;
	width: 293px;
	padding-top: 53px;
	background: url('../images/btn_take-the-quiz.png') 0 0;
}
a.btn_take-the-quiz:hover { background-position: 0 -53px; }
a.btn_take-the-quiz:active { background-position: 0 -106px; }
#home_header .content .floatR {
	position: relative;
	width: 390px;
	padding-top: 55px;
}
#home_demo_video {
	position: relative;
	z-index: 1;
	border: 6px solid #fff;
	margin: 0 0 10px;
	height: 213px;
	background: #000;
}
#home_demo_video object, #home_demo_video embed { z-index: 1; }
#home_header .content .floatR h4.cufon {
	color: #ffd902;
	font-size: 18px;
	font-family: ChunkFive, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

#content_body {
	background: #fff;
	padding-top: 25px;
	width: 960px;
	margin: 0 auto;
	color: #191919;
	font-size: 1.3em;
	line-height: 1.53em;
}
#content_body h2.cufon {
	font-family: "Gotham Black", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	line-height: 30px;
	margin-bottom: 20px;
} 

#how-it-works h4 {
	position: relative;
	width: 268px;
	height: 0;
	padding-top: 26px;
	margin: 5px 0 20px;
	overflow: hidden;
	background: url('../images/title_12-lessons-12-weeks.png');
}
#how-it-works ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#how-it-works ul li {
	height: 85px;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}
#how-it-works ul li img { border: 1px solid #ccc; }
#how-it-works ul li img.floatL { margin: 0; }
#how-it-works ul li strong {
	width: 185px;
	float: right;
	padding-top: 25px;
}
#how-it-works ul li.lines-2 strong { padding-top: 15px; }

.advertisement {
	position: relative;
	clear: both;
	margin-bottom: 20px;
}
.advertisement .title {
	text-align: center;
	line-height: 18px;
	height: 18px;
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	background: #e3e3e3;
	margin-bottom: 0;
}

#tip-of-the-day, #sidebar_quiz-results, #sidebar_preparation {
	margin-bottom: 35px;
	background: #161616;
}
#tip-of-the-day h3, #sidebar_quiz-results h3, #sidebar_preparation h3 {
	width: 300px;
	height: 0;
	padding-top: 43px;
	overflow: hidden;
	background: url('../images/title_tip-of-the-day.png');
}
#sidebar_quiz-results h3 { background-image: url('../images/title_quiz-results.png'); }
#sidebar_preparation h3 { background-image: url('../images/title_preparation.png'); }
#tip-of-the-day .content, #sidebar_quiz-results .content, #sidebar_preparation .content {
	color: #fff;
	padding: 20px;
}

#sidebar_lesson_progress {
	position: relative;
	background: #edf7fc;
	padding: 15px 7px 0;
	margin-bottom: 25px;
}
#sidebar_lesson_progress h3.cufon {
	margin-left: 10px;
	font-size: 17px;
}
#sidebar_lesson_progress table {
	width: 286px;
	color: #333;
}
#sidebar_lesson_progress table tr td {
	border-top: 1px solid #dbe9f0;
	height: 25px;
	line-height: 25px;
}
#sidebar_lesson_progress table tr:first-child td { border-top: none; }
#sidebar_lesson_progress table tr td.col1 {
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
}
#sidebar_lesson_progress table tr td.col1 a, #sidebar_lesson_progress table tr td.col1 a:link, #sidebar_lesson_progress table tr td.col1 a:visited {
	text-decoration: none;
}
#sidebar_lesson_progress table tr td.col2 {
	padding-right: 10px;
	text-align: right;
}
#sidebar_lesson_progress table tr td.col2 .status.completed {
	color: #5a9147;
	padding-left: 20px;
	background: url('../images/icon_completed_green.png') center left no-repeat;
}
#sidebar_lesson_progress table tr td.col2 .status.locked { font-style: italic; }
#sidebar_lesson_progress table tr td.col2 .status.active { font-weight: bold; }

iframe.FB_SERVER_IFRAME { width: 300px !important; }

#expert-bio h3.cufon.small { font-size: 17px; }

#login {
	font-size: 1.6em;
	width: 780px;
	color: #191919;
}
#login.modal {
	height: 306px;
	background: url('../images/login_modal.jpg') right top no-repeat #b70202;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
#login.modal .column {
	width: 390px;
	color: #fff;
}
#login .column.floatL {
	padding: 34px 0 0 34px;
	width: 356px;
}
#login .column.floatR {
	padding: 34px 35px 0 50px;
	width: 305px;
}
#login .column.floatL p { font-size: 13px; }
#login .column h2.cufon {
	font-family: "Gotham", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#login .column.floatR h2.cufon {
	color: #fff;
	margin-bottom: 25px;
}
#login ol li { padding-bottom: 10px; }
#login ol li label {
	display: block;
	font-weight: bold;
	line-height: 26px;
}
#login ol li input[type="text"], #login ol li input[type="password"] {
	width: 286px;
	height: 34px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	border: 1px solid #999;
	padding: 5px 11px 0;
	background: #fff;
	background: -moz-linear-gradient(center top, #dadada 0%, #fff 20%);
	background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#dadada), to(#fff));
}
#login ol li.last a.floatL, #login ol li.last a.floatL:link, #login ol li.last a.floatL:visited {
	font-size: 12px;
	margin-left: 10px;
	margin-top: 15px;
}
#login.modal ol li.last a.floatL, #login.modal ol li.last a.floatL:link, #login.modal ol li.last a.floatL:visited {
	color: #fff;
}
#login ol li.last a.floatL:hover { text-decoration: none; }
#login .column.floatR p { margin-bottom: 45px; }
#login .column.floatR p.align_center {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffe925;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#login a.btn_take-the-quiz, #login a.btn_take-the-quiz:link, #login a.btn_take-the-quiz:visited { float: none; }

form .slidedeck h4 {
	position: relative;
	width: 100%;
	font-size: 1.53em;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.1em;
}
form .slidedeck h4 em.note {
	white-space: nowrap;
	color: #666;
	font-size: 13px;
	font-weight: normal;
}
form fieldset {
	position: relative;
	width: auto;
	display: block;
	border: none;
	margin: 0 0 20px;
	padding: 10px;
	background: #dfeff0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
form fieldset ul, form fieldset ol {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
form fieldset ul li, form fieldset ol li {
	position: relative;
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
	font-size: 1.08em;
	line-height: 22px; 
}
form fieldset ul li label.floatL { margin-right: 5px; }
form fieldset ul li:first-child, form fieldset ol li:first-child { padding-top: 0; }
form .slidedeck a.btn_next, form .slidedeck a.btn_next:link, form .slidedeck a.btn_next:visited {
	position: relative;
	display: block;
	clear: both;
	margin: 0;
	padding-top: 50px;
	width: 120px;
	height: 0;
	overflow: hidden;
	background: url('../images/btn_next.png') 0 0;
}
form .slidedeck a.btn_next:hover { background-position: 0 -50px; }
form .slidedeck a.btn_next:active { background-position: 0 -100px; }
form .slidedeck .helper {
	position: absolute;
	display: none;
	right: 0;
	margin-top: -27px;
	z-index: 100;
	min-width: 150px;
	padding: 5px 8px;
	padding-left: 16px;
	text-indent: -8px;
	font-size: 11px;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	background: #e2e2e2;
	box-shadow: 1px 1px 3px #999999;
	-moz-box-shadow: 1px 1px 3px #999999;
	-webkit-box-shadow: 1px 1px 3px #999999;
}
form .slidedeck .helper .corner {
	position: absolute;
	display: block;
	top: 5px;
	left: -12px;
	width: 12px;
	height: 25px;
	background: url('../images/helper_corner.png');
}
form .slidedeck li:hover .helper { display: block; }
form .slidedeck #user_profile_form li:hover .helper { display: none; }
form .slidedeck #user_profile_form li #show_tandc:hover .helper { display: block !important; }
form#user_profile_form fieldset { width: 455px; }
#user_profile_form ol li {
	overflow: hidden;
	clear: both;
}
#user_profile_form ol li.last, #user_profile_form ol li .helper ul li { overflow: visible; }
#user_profile_form label {
	position: relative;
	width: 140px;
	float: left;
}
#user_profile_form input.text, #user_profile_form select {
	float: left;
	margin: 0 5px 0 0;
}
form#user_profile_form span#input_username,
form#user_profile_form span#input_email {
	font-weight: bold;
	font-style: italic;
}
#user_profile_form select#input_country { width: 200px; }
#user_profile_form input.disabled {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}
#user_profile_form ol li.last label {
	float: none;
	width: auto;
}
#user_profile_form ol li.last label { font-size: 12px; }
dd#user_profile_form ol li.last label { font-size: inherit; }
#user_profile_form fieldset .helper {
	width: 350px;
	margin-top: -160px;
}
#user_profile_form fieldset .helper ul li {
	font-size: 11px;
	line-height: 17px;
	padding: 0 0 5px 4px;
	margin-left: 10px;
	list-style: disc;
	text-indent: 0;
}
#user_profile_form fieldset em.note {
	font-size: 10px;
	clear: both;
	margin-left: 140px;
	display: inline-block;
}
#user_profile_form fieldset input.error {
	border-color: #c00;
	background: #fcc;
}
#user_profile_form fieldset .response {
	position: relative;
	float: left;
	width: 16px;
	height: 0;
	padding-top: 22px;
	line-height: 22px;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: center;
}
#user_profile_form fieldset .response.accepted { background-image: url('../images/icon_accepted.png'); }
#user_profile_form fieldset .response.unaccepted { background-image: url('../images/icon_unaccepted.png'); }
#user_profile_form fieldset .response.warning { background-image: url('../images/icon_warning.png'); }

form#user_profile_form fieldset span.error {
	color: #c00;
	font-style: italic;
	font-size: 10px;
	margin-left: 140px;
	display: block;
	clear: both;
}

#submit_indicator {
	position: relative;
	float: left;
	margin-left: 10px;
	margin-top: 13px;
}

#quiz_slidedeck .slide_8 fieldset { width: 205px; }

#lessons {
	position: relative;
	width: 100%;
}
#lessons_available { margin-bottom: 2px; }
#lessons h3.section_title {
	position: relative;
	padding: 0 10px;
	height: 23px;
	line-height: 23px;
	font-size: 14px;
	font-weight: normal;
	font-family: "Gotham Black", "Arial Black", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #7d99a8;
	background: url('../images/accordion_title.png') 0 0;
	text-shadow: -1px -1px 1px #144e8a;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 2px solid #fff;
}
#lessons h3.section_title:first-child { border-top: none; }
#lessons h3.section_title:hover {
	background-position: 0 -23px;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#lessons h3.section_title a, #lessons h3.section_title a:link, #lessons h3.section_title a:visited {
	color: #fff;
	line-height: 23px;
	text-decoration: none;
	padding: 0;
}
#lessons h3.section_title a:hover { border: none; }
#lessons h3.section_title.locked {
	cursor: default;
	background-position: 0 -46px;
	text-shadow: 0 1px 1px #fff;
}
#lessons .section_title .status {
	position: absolute;
	top: 0;
	right: 12px;
	height: 23px;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
	text-transform: none;
	color: #7d99a8;
}
#lessons .section_title .status.available, #lessons .section_title .status.completed {
	color: #fff;
	padding-left: 19px;
	background: url('../images/icon_completed.png') center left no-repeat;
}
#lessons .section, .lesson_summary {
	padding: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border: none;
	background: url('../images/inner_shadow.png') 0 0 repeat-x #f3f3f3;
}
#lesson .lesson_summary {
	border: 1px solid #ccc;
	background-image: none;
	margin-bottom: 20px;
}
#lessons .section .content, #lesson .lesson_summary .content {
	position: relative;
	padding: 25px 15px 20px 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#lessons .section h4.cufon, #lesson .lesson_summary h4.cufon {
	font-family: ChunkFive, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 22px;
	color: #236ab4;
	margin-bottom: 10px;
	text-transform: none;
}
#lesson .lesson_summary a.link_goto_lesson, #lesson .lesson_summary a.link_goto_lesson:link, #lesson .lesson_summary a.link_goto_lesson:visited,
#lessons .section a.link_goto_lesson, #lessons .section a.link_goto_lesson:link, #lessons .section a.link_goto_lesson:visited {
	position: absolute;
	top: 25px;
	right: 15px;
	font-size: 15px;
	font-weight: bold;
}
#lesson .lesson_summary a.learn, #lesson .lesson_summary a.learn:link, #lesson .lesson_summary a.learn:visited,
#lessons .section a.learn, #lessons .section a.learn:link, #lessons .section a.learn:visited {
	position: relative;
	float: left;
	width: 220px;
	height: 81px;
	padding-top: 20px;
	padding-left: 135px;
	margin-bottom: 12px;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #000;
}
#lesson .lesson_summary a.learn, #lesson .lesson_summary a.learn:link, #lesson .lesson_summary a.learn:visited {
	display: block;
	width: auto;
	clear: both;
}
#lessons .section a.learn .cufon, .lesson_summary a.learn .cufon { font-family: "Gotham Black", "Arial Black", Arial, Helvetica, sans-serif; }
#lesson .lesson_summary a.learn img, #lessons .section a.learn img {
	position: absolute;
	top: 0;
	left: 0;
	border: 5px solid #d3d3d3;
}
#lesson .lesson_summary a.learn:hover img, #lessons .section a.learn:hover img { border-color: #39c; }
#lesson .lesson_summary .alternate-links p {
	width: 100%;
	clear: both;
	overflow: hidden;
}
#lesson .lesson_summary .alternate-links a, #lesson .lesson_summary .alternate-links a:link, #lesson .lesson_summary .alternate-links a:visited {
	display: block;
	margin-top: 10px;
	line-height: 24px;
	float: left;
	clear: both;
	padding: 0 7px;
	font-size: 14px;
	font-weight: bold;
	background: #236ab4;
	text-decoration: none;
	color: #fff;
}
#lesson .lesson_summary .alternate-links a:hover { background: #2b75c4; }
#lesson p {
	margin-top: 0;
	margin-bottom: 25px;
}
#lesson .lesson_summary p { margin-bottom: 15px; }
#lesson h4.cufon {
	font-family: "Gotham Black", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	color: #0c0c0c;
	margin-bottom: 15px;
}
.section_imagery {
	position: relative;
	border: 1px solid #ccc;
	padding: 15px;
	overflow: hidden;
	background: #f3f3f3;
	margin-bottom: 60px;
}
.section_imagery.floatL, .section_imagery.floatR { width: 260px; }
.section_imagery .inner {
	position: relative;
	border: 1px solid #ddd;
	text-align: center;
	overflow: hidden;
	background: #fff;
}
#lesson .lesson_summary ul li { margin-bottom: 10px; }
#lesson #lesson_playing_schedule h4.cufon { color: #000; }
#lesson h4#lesson_complete { margin-bottom: 60px; }

.expert-bio { margin-bottom: 60px; }
#content_body .expert-bio h3.cufon { text-transform: none; }
#content_body .expert-bio h3.cufon em {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #666;
	text-transform: uppercase;
}

.article {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

#quiz_results .section {
	padding-top: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#quiz_results .section:first-child { border-top: none; }

#footer {
	height: 115px;
	padding-top: 20px;
	z-index: 100;
	color: #fff;
	background: #810000;
	font-size: 13px;
}
#footer .content {
	width: 960px;
	margin: 0 auto;
}
#footer #logo_footer {
	position: absolute;
	top: 0;
	right: 0;
}
#footer p { line-height: 23px; }
#footer p:first-child { line-height: 14px; }
#footer p:first-child a, #footer p:first-child a:link, #footer p:first-child a:visited {
	color: #fff;
	border-left: 1px solid #fff;
	text-decoration: none;
	padding-left: 5px;
	margin-right: 5px;
}
#footer p:first-child a:first-child, #footer p:first-child a:first-child:link, #footer p:first-child a:first-child:visited {
	padding-left: 0;
	border-left: none;
}
#footer p:first-child a:hover { text-decoration: underline; }
#footer p .cufon {
	font-family: "Gotham Black", "Arial Black", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #230000;
}
#footer_copyright {
	position: absolute;
	top: 0;
	left: 0;
}
