html {
    background: white;
}

body {
	margin:0;
    padding: 0;
	background:#f3f4f4;
}

/*header*/
#header_bg{
	background:url(../images/site2/bg_header.gif) repeat-x 0 0;
	height:43px;
}
#header{
	overflow:hidden;
	width:943px;
	margin:0 auto;
	padding:8px 0 0 0;
	font-family:Arial;
}
ul.top_list, #main_menu, #footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
ul.top_list a, #main_menu a, #footer ul a, #logo_menu a, a.find {
	outline:none;
	text-decoration:none;
	cursor:pointer;
	line-height: normal;
}
ul.top_list{
	float:left;
	margin:4px 0 0 -12px;
}
ul.top_list li{
	float:left;
	background:url(../images/site2/divider.gif) no-repeat 100% 5px;
	padding:0 15px 0 12px;
}
ul.top_list li a{
	color:#fff;
}
ul.top_list li a:hover{
	text-decoration:underline;
}
#header strong{
	float:left;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	margin:0 0 0 13px;
}
div.search, div.social{
    float: right;
    text-align:right;
    margin: 0 1em;
}
div.search input{
	color: Black;
}
div.search input.submit{
}
#logo_menu{
	width:943px;
	height:68px;
	margin:0 auto;
	padding:22px 0 0 0;
}
#logo {
    margin: 0;
}
#logo a{
	float:left;
	background:url(../images/site2/logo.jpg) no-repeat 0 0;
	width:369px;
	height:41px;
	text-indent:-9999px;
}
#main_menu{
	float:right;
	margin:5px 0 0 0;
}
#main_menu li{
	float:left;
	background:url(../images/site2/bg_menu_divider.gif) no-repeat 0 0;
	padding:0 0 0 2px;
}
#main_menu li.first{
	padding:0;
}
#main_menu li.first a{
	background:url(../images/site2/bg_menu_left.gif) no-repeat 0 0;
}
#main_menu li.first a:hover{
	background:url(../images/site2/bg_menu_left_hover.gif) no-repeat 0 0;
}
#main_menu li.last{
	padding:0;
}
#main_menu li.last a{
	background:url(../images/site2/bg_menu_right.gif) no-repeat 100% 0;
	padding:0;
}
#main_menu li.last a:hover{
	background:url(../images/site2/bg_menu_right_hover.gif) no-repeat 100% 0;
}
#main_menu li.last span{
	background:url(../images/site2/bg_menu_divider.gif) no-repeat 0 0;
	float:left;
	padding:8px 20px 8px 18px;
}
#main_menu li a{
	background:url(../images/site2/bg_menu.gif) repeat-x 0 0;
	font-size:14px;
	padding:8px 20px 8px 18px;
	color:#fff;
	float:left;
	line-height:18px;
}
#main_menu li a:hover{
	background:url(../images/site2/bg_menu_hover.gif) repeat-x 0 0;
}
a.sign_in{
	float:right;
	width:63px;
	padding:8px 0 8px 11px;
	margin:5px 0 0 8px;
	background:url(../images/site2/btn_sign_in.gif) no-repeat 0 0;
	font-size:14px;
	color:#fff;
}
a.sign_in:hover{
	background:url(../images/site2/btn_sign_in_hover.gif) no-repeat 0 0;
}
div.yellow_block_bg{
	background:#b9090b url(../images/site2/bg_yellow_top.gif) repeat-x 0 0;
}
div.yellow_block_bg_bottom{
	background:url(../images/site2/bg_yellow_bottom.gif) repeat-x 0 100%;
}
div.learning_video{
	width:943px;
	margin:0 auto;
	padding:0;
}
div.learning{
	float:left;
	width:530px;
	font-size:16px;
	color:#804201;
}
#tagline{
	font-size:31px;
	font-weight:normal;
	color:#feffff;
	margin:0 0 22px 0;
	text-align: center;
}
div.learning p{
}
div.links{
    height:64px;
    margin:12px 0 0 2px;
}

a.free{
	float:left;
	background:url(../images/site3/view-lesson.png) no-repeat 0 0;
	width:186px;
	height:54px;
}
a.free:hover{
	background:url(../images/site3/view-lesson.png) no-repeat 0 0;
}
a.free2{
	float:left;
	background:url(../images/site3/register-trial.png) no-repeat 0 0;
	width:185px;
	height:54px;
	margin-left: 5px;
}
a.free2:hover{
	background:url(../images/site3/register-trial.png) no-repeat 0 0;
}
.learning div.links span{
	float:left;
	font-size:14px;
	margin:18px 0 0 10px;
}
.learning div.links a{
	color:#b71a00;
	text-decoration:underline;
}
.learning div.links a:hover{
	text-decoration:none;
}
div.homevideo{
	float:right;
	width: 385px;
}
div.homeinfo{
	background:url(../images/site2/bg_info_top.jpg) no-repeat 0 0;
	color:#3b464c;
}
div.homeinfo_bottom{
	background:url(../images/site2/bg_info_bottom.jpg) no-repeat 0 100%;
	min-height:270px;
}
* html div.homeinfo_bottom{
	overflow:visible;
	height:270px;
}
div.homeinfo_bottom div{
	float:left;
	width:265px;
	padding:10px 20px 0 25px;
}
.homeinfo h3{
	font-size:18px;
	font-weight:normal;
	color:#fff;
	padding:0 0 26px 0;
}
div.homeinfo p{
	line-height:18px;
}
div.homeinfo ul li{
    list-style: none;
	background:url(../images/site2/red_dot.gif) no-repeat 0 5px;
	padding:0 0 0 15px;
	margin:10px 0 0 7px;
    font-size:12px;
    line-height:normal;
}
div.hometestimonials {
    background: url(../images/site3/testimonials.png) no-repeat top left;
    height:102px;
    margin-top:12px;
    padding:35px 10px 0;
    width:362px;
    color: White;
}
a.find{
	float:left;
	height:24px;
	background:url(../images/site2/btn_find_left.gif) no-repeat 0 0;
	margin: 0 0 20px 20px;
	font-size:11px;
	color:#576166;
}
a.find:hover{
	background:url(../images/site2/btn_find_left_hover.gif) no-repeat 0 0;
}
a.find span{
	background:url(../images/site2/btn_find_right.gif) no-repeat 100% 0;
	padding:5px 10px 6px 10px;
	float:left;
}
a.find:hover span{
	background:url(../images/site2/btn_find_right_hover.gif) no-repeat 100% 0;
}
div.homethink{
	width:942px;
	margin:0 auto;
    padding-bottom:3em;
}
.quotetitle{
	font-size:18px;
	font-weight:normal;
	color:#2b3337;
	margin:20px 0 0 10px;
}
div.homequote{
	float:left;
	width:313px;
	margin:24px 0 0 0;
	font-family:Arial;
}
div.homequote div.image{
	float:left;
	width:55px;
	height:55px;
	border:1px #d3d7d7 solid;
	margin:0 15px 0 0;
}
div.homequote div.image img{
	width:51px;
	height:51px;
	margin:2px 0 0 2px;
}
div.homequote div.quotetext{
	float:left;
	font-size:13px;
	color:#656a6c;
	/* This is an addition too due to the lack of an img. */
    margin-left:20px;
    /* Was 200px due to img. */
    width:265px;
}
div.homequote div.quotetext strong{
	display:block;
	text-align:right;
	font-size:12px;
	color:#3b464c;
	margin:8px 0 0 0;
}

/* title and lesson */
div.inner_title_bg{
	background: #212428 url(../images/site4/inner-section-bg.gif) repeat-x;
	height: 41px;
	/*overflow:visible;*/
}
h1.inner-title{
	padding:5px 0 0 12px;
	color: White;
}
h1.inner-title a{
	color: White;
}
div.black_block_bg{
	background-color:#2b3337;
	border-bottom:1px #7b8083 solid;
    padding:20px 0;
}

/*footer*/
#footer{
	overflow:hidden;
	clear:both;
	margin: 0 auto;
	padding-top: 2em;
	background:url(../images/site4/footer-bg.gif) no-repeat bottom;
	font-size:11px;
	color: white;
}
#footer ul{
	padding-left: 120px;
	overflow:hidden;
}
#footer li{
	float:left;
	color: white;
}
#footer a, #getflash a {
	color: white;
}
#footer a:hover, #getflash a:hover {
	text-decoration:underline;
}
#footer span{
	color: white;
	margin:0 13px;
}
#footer p, #getflash p {
	width:100%;
	text-align:center;
	margin:5px 0 15px;
}
#footer em{
	color: white;
	font-style:normal;
}

#getflash {
	overflow:hidden;
	clear:both;
	margin: 0 auto;
	padding-top: 2em;
	font-size:12px;
	color: white;
	padding-bottom: 5em;
}

/*Inner Pages*/
#page-container {
    padding: 10px 0;
    background: white;
}
#page {
}

#page ul {
    padding: 0;
    margin-left: 1em;
    list-style-type: none;
}

#page ul li {
    background-image: url(../images/global/li.gif);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    line-height:1.2em;
    padding-bottom:0.4em;
    padding-left:1.5em;
}

#page ul.structure {
    margin-left: 0;
}

#page ul.toc li {
    background-image: none;
}

#page ul.toc li a {
    text-decoration: none;
}

ul.sub-nav {
	padding-top: 0;
	margin-bottom: 0;
	list-style:none;
}
ul.sub-nav li {
	float:left;
	font:11px Arial, Helvetica, sans-serif;
	padding:9px 11px 5px 8px;
	margin:0 -3px 0 3px;
}
ul.sub-nav li a {
	color: #7F7F7F;
	text-decoration: none;
}
ul.sub-nav li a:hover {
	color: black;
}

ul.option-nav {
	width: auto;
	padding: 0 0 0 0.5em;
}
ul.option-nav li {
	width: auto;
	white-space: nowrap;
}

#sidebar-secondary
{
	background: #EEEBC5;
	border: solid 1px #5f5f5f;
	float: right;
	width: 229px;
	padding-bottom: 10px;
	margin: 0 0 3em 0.5em;
}

#sidebar-secondary h2
{
	color: #990000;
	margin: 0 0 5px;
	font-size: 1.6em;
	padding: 0;
}

#sidebar-secondary h4
{
	font-size: 10pt;
}

#sidebar-secondary .block
{
	padding: 5px 10px;
}

#sidebar-secondary .block .section
{
	background: #f4f3e7;
	border: solid 1px #3c0000;
	margin-bottom: 0.5em;
	padding: 0.5em 0;
}

#sidebar-secondary hr 
{
	margin: 0px 10px;
	background-color: #EEEBC5;
	color: #EEEBC5;
}

.arrow
{
    vertical-align: middle;
    padding: 0.5em;
}

ul.blogrole li, ul.newsentries li {
    list-style: none;
}

.inner-banner {
    float: left;
    padding: 0 18px;
}

.inner-action {
    display: block;
    margin-bottom: 6px;
}

.inner-content-area {
    padding: 0.5em 1em;
}

.inner-content-area-bottom {
    background: no-repeat top left;
    min-height: 99px;
    padding: 68px 223px 0 22px;
}

/* Lessons */
.lesson-title {
    background: #2B3337;
    padding: 5px 10px;
    color: white;
}

.lesson-title a {
    color: white;
}

.lesson-arrow {
    color: #e3a739;
    font-size:130%;
    line-height:0;
}

#topic-list {
    list-style-type: none;
}

#topic-list li {
    border-bottom: solid 1px #ccc;
}

#topic-list a.topic {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #333;
}

#topic-list a.topic:hover {
    text-decoration: underline;
}

img.thumbnail {
     padding: 9px 5px;
     border: solid 1px #ccc;
     background: white;
}

ul.toc li {
    list-style: none;
}

dt {
    font-size:110%;
    font-weight:bold;
}

dd {
    margin-left: 2em;
}

/* CalendarDate User Control */
.date
{ 
    float: left;
    display: block;
    font-size: 11px;
    text-align: center;
    line-height: 45px;
    width: 32px;
    height: 45px;
    margin: 0.3em 1em 0 0;
}

.date .day 
{
	font-size: 140%;
}
.date .daysuffix
{
	vertical-align: super;
}
 
.month-01 { background: url(../images/icons/calendar/normal-red/png/jan.png) no-repeat 0 0; }
.month-02 { background: url(../images/icons/calendar/normal-red/png/feb.png) no-repeat 0 0; }
.month-03 { background: url(../images/icons/calendar/normal-red/png/mar.png) no-repeat 0 0; }
.month-04 { background: url(../images/icons/calendar/normal-red/png/apr.png) no-repeat 0 0; }
.month-05 { background: url(../images/icons/calendar/normal-red/png/may.png) no-repeat 0 0; }
.month-06 { background: url(../images/icons/calendar/normal-red/png/jun.png) no-repeat 0 0; }
.month-07 { background: url(../images/icons/calendar/normal-red/png/jul.png) no-repeat 0 0; }
.month-08 { background: url(../images/icons/calendar/normal-red/png/aug.png) no-repeat 0 0; }
.month-09 { background: url(../images/icons/calendar/normal-red/png/sep.png) no-repeat 0 0; }
.month-10 { background: url(../images/icons/calendar/normal-red/png/oct.png) no-repeat 0 0; }
.month-11 { background: url(../images/icons/calendar/normal-red/png/nov.png) no-repeat 0 0; }
.month-12 { background: url(../images/icons/calendar/normal-red/png/dec.png) no-repeat 0 0; }

/* CMS */
.title
{
	color: #EC0F16;
	font-size: 275%;
}

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.center img 
{
	margin: 0 auto;
}

.right
{
	text-align: right;
}

.underline
{
	text-decoration: underline;
}

.darkblue
{
	color: #336699;
}

.floatright
{
	float: right;
}

.floatleft
{
	float: left;
}

p.floatright img, p.floatleft img {
    padding: 5px;
    margin: 0 1em;
    border: solid 1px #ccc;
    background: white;
}

/* Custom Classes */
.tip
{
	font-style: italic;
	font-weight: normal;
}

/* Form Classes */
.formarea
{
	padding: 8px 8px 16px 8px;
	text-align: left;
	border: solid 1px #E1E1E1;
	border-top-width: 0;
	margin-bottom: 16px;
}

.formmessagetitle
{
	font-family: Arial,Helvetica;
	text-align: left;
	font-size: 180%;
	letter-spacing: -1px;
	font-weight: bold;
	background-color: #f4f4f4;
	color: #999;
	padding: 6px 6px 6px 8px;
	margin: 0;
	border: solid 1px #E1E1E1;
}

.formtextbig
{
	margin: 1px;
	font-size: 120%;
	font-family: Courier;
}
.formtextwide
{
	width: 250px;
}
.formwatermarked
{
	color: #AAAAAA;
}
.formtextbig label
{
	font-family: Arial,Helvetica;
	font-size: 100%;
}

.formlabel {
    padding-right: 20px;
}

.formfieldname
{
	color: #000;
	padding: 2px 8px 2px 2px;
	font-weight: bold;
	text-align: left;
}

.formfield
{
	color: #000;
	padding: 2px;
}

.formtextbutton
{
	margin: 1px;
	padding: 4px;
	border: solid 1px #999;
	background-color: #eee;
	color: #333;
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
}

.formerror
{
	text-align: center;
	color: Maroon;
}

.formsubmit
{
    padding: 1em 0 0 2px;
}

/* Table Data */
.liststyle
{
	border: solid 1px #C7C7C9;
}

.liststyle td
{
	border-color: #545151;
}
.liststyle th
{
	border-bottom: solid 1px #C7C7C9;
}

.listheader
{
	background: #F3F3F3 url(../images/global/tabstop.gif) repeat-x bottom;
	height: 20px;
}

.listheader th, .listrow td, .listaltrow td, .listhighlight td, .listfooter td
{
	padding: 0.3em 0.7em 0.3em 0.7em;
}

.listfooter
{
	background: #F3F3F3 repeat-x bottom;
	height: 20px;
}

.listfooter td
{
	border-top: solid 1px #C7C7C9;
}

.listrow
{
	background-color: #FFFFFF;
}

.listaltrow
{
	background-color: #EBEBEB;
}

.listhighlight
{
	background-color: #F2EDB8;
}
