body {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 0px 0 40px;
	font-size:13px;
	/*line-height: 1.5;*/
	margin: 0;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
}

a {
	color: #000;
}

a:focus{
	outline: 1px dotted invert;
}

h1 {
	width: 380px;
	height: 103px;
	background: url(/img/logo.png);
	text-indent: -9999px;
	margin: 0;
	font-size: 25px;
}

h1 a {
	text-decoration:none;
	display: block;
	height: 103px;
}

h1 a:hover {
	background: url(/img/logo-hover.png);
	text-indent: -9999px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

hr {
	border: 0 #CCC solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

ol {
	list-style: decimal;
	padding: 0;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p, dl, hr, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin: 0 0 10px;
}

a img {
	border: 0 none;
}

div.sign-up {
	background: url(/img/goal_button.png) no-repeat;
	width: 181px;
	height: 42px;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
}

div.sign-up a {
	color: #FFF;
	display: block;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
}

span.underline {
	text-decoration: underline;
}

#container {
	width: 940px;
	margin: 0 auto;
}

#header {
	overflow: hidden;
	width: 940px;
}

#header #login {
	float: right;
	margin-top: 30px;
}

#header #login .error {
	margin: 0;
	padding: 0;
	color: #FF0000;
	list-style: none;
	width: 317px;
}

#header #login .error li {
	margin: 0;
}

#header #login p {
	margin: 0;
}

#header #login input {
	background-color: #9FC4F4;
	border: 1px solid #2D7CCC;
	margin: 0;
	padding: 2px 0;
	font-size: 12px;
	color: #217BE8;
	font-weight: bold;
	width: 136px;
}

#header #login input.submit {
	background: #ACD64F url(/media/img/login_button_bg.gif) repeat-x bottom left;
	border: 1px solid #90C231;	
	color: #FFF;
	font-weight: bold;
	padding: 1px 5px;
	_padding: 0 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	width: auto;
}

#mainMenu {
	margin: 0 0 5px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 51px;
	line-height: 51px;
	width: 940px;
	background: url(/img/nav_bg.gif) repeat-x;
}

#mainMenu li {
	float: left;
	margin: 0;
	padding-right: 2px;
	background: url(/img/menu_separator.gif) no-repeat bottom right;
}

#mainMenu li.blog {
	background: none;
	padding: 0;
}

#mainMenu li.sign-up {
	float: right;
	margin: 0 4px 0 0;
	padding: 0;
	background: none;
}

#mainMenu li.sign-up a {
	float: right;
}

#mainMenu a {
	position: relative;
	display: block;
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	padding: 0 12px;
	z-index: 10;
	height: 51px;
	float: left;
	text-transform: uppercase;
}

#mainMenu li.active a,
#mainMenu a:hover {
	background: url(/img/nav_hover.gif) no-repeat center bottom;
}

#mainMenu span {
	position: absolute;
	top: 2px;
	left: 14px;
	color: #325F86;
	z-index: -1;
	cursor: pointer;
}

#showcase {
	background: #3184E0 url(/img/showcase_bg.jpg) no-repeat top left;
	overflow: hidden;
	width: 940px;
	color: #FFF;
	margin-bottom: 5px;
}

#showcase .feature {
	width: 290px;
}

#showcase .first {
	width: 318px;
}

#showcase h2 {
	padding: 15px 0 20px;
	margin: 0;
	font-size: 30px;
}

#showcase h3 {
	font-size: 22px;
	padding: 15px 0 10px;
	margin: 0;
}

#showcase ul {
	margin: 0;
	padding: 0 0 0 25px;
	line-height: 1.6;
}

#showcase p,
#showcase li {
	font-size: 18px;
	margin: 0;
}

#showcase .last ul {
	padding-right: 10px;
	line-height: 1.4;
}

#showcase_bar {
	clear: both;
	height: 43px;
	padding-top: 23px;
	background: url(/img/showcase_bar.gif) repeat-x bottom left;
}

#showcase_bar .feature {
	text-align: center;
	height: 43px;
}

#showcase_bar .first {
	margin-top: -23px;
}

#showcase_bar .middle {
	margin-top: -22px;
}

#showcase_bar .last {
	margin-top: -14px;
}

.feature {
	width: 300px;
	float: left;
	display: inline;
	margin: 0 10px;
}

.feature p.image,
div#features p.image {
	text-align: center;
	padding: 0;
}

#home div#features p.image {
	text-align: left;
	float: right;
	padding: 0 10px;
}

#showcase p.image {
	margin-top: 32px;
}

.feature h3 {
	font-size: 18px;
	font-weight: normal;
}

.first,
.last {
	margin-right: 0;
}

.first p {
	padding: 0 0 5px 10px;
}

div#features {
	overflow: hidden;
	background: #CDE0F6 url(/img/features_bg.gif) repeat-y;
	border: 1px solid #7BA1E5;
	width: 938px;
	margin-bottom: 5px;
}

#home div#features {
	width: 634px;
	float: left;
	background: none;
	border: 0 none;
}

div#features .feature {
	width: 314px;
	margin: 0 0 10px;
}

#home div#features .feature {
	width: 632px;
	background-color: #CDE0F6;
	border: 1px solid #7BA1E5;
}

div#features .first,
div#features .last {
	width: 312px;
}

div#features .first p {
	padding-bottom: 11px;
}

div#features h3 {
	line-height: 31px;
	margin: 0 0 10px;
	padding-left: 10px;
	color: #FFF;
	background: url(/img/feature_heading_bg.gif) repeat-x;
}

div#features p,
div#features ul,
div#features ol {
	margin: 0;
	color: #000;
	padding: 0 10px 5px 10px;
}

div#features li {
	margin-left: 25px;
}

.highlight {
	color: #227CE8;
	font-size: 18px;
}

body#privacy-policy #content,
body#terms-of-use #content {
	width: 918px;
}

#content,
#sidebar {
	margin-top: 10px;
	background: #CDE0F6 url(/img/content_bg.gif) repeat-x;
	border: 1px solid #7BA1E5;
	padding: 0 10px;
	color: #000;
	width: 598px;
	float: left;
	margin-bottom: 5px;
}

#sidebar {
	margin-top: 0;
}

#content h2,
#sidebar h3 {
	color: #3567A8;
	font-size: 24px;
	line-height: 33px;
	border-bottom: 1px solid #8BAEE8;
	margin: 0 0 10px;
}

#content h3 {
	color: #3567A8;
	font-size: 18px;
	line-height: 33px;
	margin: 0;
}

#content ul {
	padding: 0;
}

#features #content li {
	padding: 8px 0;
}

#sidebar {
	float: right;
	width: 278px;
	padding: 0 10px;
}

#sidebar h3 {
	font-size: 18px;
}

#home #fb-like {
	margin-left: 6px;
}

#fb-like {
	float: right;
	clear: right;
	margin: 0 0 10px 20px
}

#e-course-signup {
	float: right;
	background-color: #238A05;
	padding: 10px;
	width: 280px;
	color: #FFF;
	margin: 10px 0 5px;
}

#home #e-course-signup {
	margin-top: 0;
}

#e-course-signup p,
#e-course-signup h3 {
	text-align: center;
	margin: 0;
	font-size: 14px;
}

#e-course-signup h3 {
	color: #FFF;
	font-size: 18px;
	margin-bottom: 5px;
}

#e-course-signup input {
	width: 210px;
}

#e-course-signup input.submit {
	width: 60px;
}

#twitter ul ,
#blog-feed {
	margin: 0;
	padding: 0;
	list-style: none;
}

#twitter li,
#blog-feed li {
	margin: 0;
}

#twitter li,
#blog-feed li {
	padding-bottom: 5px;
}

#twitter a {
	color: #666;
	text-decoration: none;
}

#twitter a:hover {
	text-decoration: underline;
}

#blog-feed a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#blog-feed a:hover {
	text-decoration: underline;
}

#sidebar #twitter a,
#sidebar #blog-feed a {
	color: #000;
}

#sidebar #twitter li,
#sidebar #blog-feed li {
	padding-bottom: 10px;
}

#footer {
	overflow: hidden;
	width: 940px;
	margin-bottom: 5px;
	background: #C7C7C7 url(/img/footer_bg.png) no-repeat;
}

#footer h3 {
	color: #666;
	margin: 25px 0 15px;
}

#footer .last p {
	margin: 0;
}

#copyright {
	clear: both;
	text-align: center;
	color: #919191;
	font-size: 10px;
}

#copyright img {
	vertical-align: -4px;
}

#copyright ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#copyright li {
	display: inline;
	margin: 0;
}

#copyright a {
	color: #919191;
	text-decoration: none;
}

#copyright li.active a,
#copyright a:hover {
	text-decoration: underline;
}

#bb-bg {
	height: 610px;
	padding-top: 44px;
	background: url(/get-the-411/img/bb/bb-bg.jpg) no-repeat;
}

#bb-bg .text {
	color: #999;
	padding-top: 10px;
	text-align: center;	
}

/* PAY IT FORWARD */

a.pif-header {
	background: url(/img/pay-it-forward-header-large.png) no-repeat 0 0;
	width: 213px;
	height: 47px;
	float: left;
	margin: 35px 0 0 15px;
}

#pay-it-forward .heading {
	width: 940px;
	overflow: hidden;
	color: #000;
}

#pay-it-forward .heading div.left {
	width: 626px;
	float: left;
}

#pay-it-forward .heading div.left img {
	border: 0 none;
}

#pay-it-forward .heading div.right {
	width: 300px;
	float: right;
}

#pay-it-forward .heading h2 {
	font-size: 20px;
}

#pay-it-forward .heading {
	font-size: 15px;
}

#pay-it-forward .heading ul {
	padding: 0 0 6px;
	list-style: disc;
}

#pay-it-forward .heading ul li {
	margin-left: 25px;
}

#pay-it-forward .heading p {
	padding-bottom: 6px;
}

#pay-it-forward .heading .sign-up {
	text-align: center;
}

#pay-it-forward #features .first p,
#pay-it-forward #features .first li {
	font-size: 13px;
	padding-bottom: 15px;
}

#pay-it-forward #features ol {
	padding-bottom: 0;
}

#pay-it-forward #features img {
	display: block;
	margin: 0 auto 10px;
}

/* PERSONAL SUCCESS 101 */

#personal-success-101 .heading div.left {
	width: 626px;
	float: left;
	padding-bottom: 10px;
}

#personal-success-101 .heading div.right {
	width: 300px;
	float: right;
	font-size: 16px;
	font-weight: bold;
}

#personal-success-101 .heading div.right ul {
	list-style-type: disc;
	padding: 0;
}

#box-101 {
	clear: both;
	padding: 10px 15px;
	color: #FFF;
	background: url(/img/bg101.jpg) no-repeat;
	font-size: 16px;
}

#box-101 h2 {
	font-size: 35px;
	text-align: center;
	font-weight: normal;
}

#box-101 ul {
	list-style-type: disc;
	padding: 0;
}

#box-101 li {
	padding-bottom: 20px;
}
