/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: 48px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #e96a3e;
	margin: 0 0 10px 0;
	line-height: 1.1em;
}

h2 {
	font: 36px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6c6968;
	letter-spacing: -1px;
	margin: 22px 0 10px 0;
}

h3 {
	font: 30px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #454443;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
}

h3.orange {
	letter-spacing: 0px;
	color: #e96a3e;
	margin: 0 0 3px 0;
}

h4 {
	font: 24px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #757675;
	margin: 0 0 2px 0;
	line-height: 1.1em;
	letter-spacing: -1px;
	word-spacing: 3px;
}

h5 {
	font: 20px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	word-spacing: 2px;
	margin: 0 0 2px 0;
}

.news {
	margin: 28px 0 0 0;
}

.news h5 {
	margin: 0 0 2px 0;
	color: #129413;
}

.news h5 a:link, .news h5 a:visited {
	color: #129413;
}

/* Links */

a:link, a:visited, a:active {
	color: #118e12;
	text-decoration: none;
}

a:hover {
	color: #0f6a0f;
	text-decoration: underline;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 16px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #30150e;
	background: #FFF url('../i/footer_bg.gif') repeat-x 50% 100%;
}

.all {
	background: url('../i/all_bg_index.jpg') repeat-x;
}

.frame {
	width: 1024px;
	margin: 0 auto;
}

/* Header */

.header {
	position: relative;
	overflow: hidden;
	height: 87px;
}

.logo {
	margin: 6px 0 0 0;
}

/* Menu */

.menu {
	position: absolute;
	top: 29px;
	left:250px;
}

.menu li {
	float: left;
	display: inline;
	font-size: 16px;
	height: 42px;
	background: url('../i/blank.gif') repeat;
}

.menu li.active, .menu li:hover {
	background: #f4f4f4 url('../i/menu_active_right.gif') no-repeat 100% 0;
}

.menu span {
	display: block;
	float: left;
	height: 42px;
	line-height: 40px;
	letter-spacing: -1px;
}

.menu li a:link, .menu li a:visited {
	color: #6a6868;
	display: block;
	height: 42px;
	float: left;
	padding: 0 23px 0 25px;
}

.menu li a:hover {
	text-decoration: none;
}

.menu li.active a:link, .menu li.active a:visited, .menu li:hover span, .menu li:hover span {
	background: url('../i/menu_active_left.gif') no-repeat 0 0;
}

/* Top line */

.top_line {
	/*background: url('../i/kids.jpg') no-repeat 100% 0;*/
	height: 266px;
	overflow: hidden;
}

.about {
	margin: 27px 0 0 0;
	width: 490px;
	color: #f4f2ed;
}

.about_title {
	font-size: 30px;
	color: #0f7a0e;
	position: relative;
	padding: 2px 0 0 2px;
	letter-spacing: -1px;
	word-spacing: 2px;
	line-height: 1em;
	margin: 0 0 8px 0;
}

.about_title span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
}

.about p {
	font: 18px Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	width: 360px;
	margin: 0 0 12px 0;
}

.about p.small {
	font-size: 14px;
	margin: 0 0 13px 3px;
}

.role li {
	float: left;
	display: inline;
	height: 48px;
	overflow: hidden;
	margin: 0 17px 0 0;
}

.role li:hover img {
	margin: -48px 0 0 0;
}

/* Columns */

.cols {
	
	margin: 10px 0 0 0;
}

/* Left column */

.col_left {
	float: left;
	display: inline;
	width: 650px;
}

.col_left p, .one_col p {
	margin: 0 0 24px 0;
	word-spacing: -2px;
	line-height: 1.5em;
}

p.very_big {
	font-size: 26px;
	line-height: 1.2em;
	margin: 0 0 12px 0;
	color: #343232;
	word-spacing: 0px;
}

p.bigger {
	font-size: 24px;
	letter-spacing: -1px;
	word-spacing: 2px;
	line-height: 1.2em;
	margin: 0 25px 28px 0;
}

p.big {
	font-size: 18px;
	line-height: 24px;
	word-spacing: -1px;
}

.col_left .news p {
	line-height: 1.2em;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin: 0;
}

.news_col_1 {
	float: left;
	display: inline;
	width: 250px;
	margin: 0 110px 0 0;
}

.news_col_2 {
	float: left;
	display: inline;
	width: 250px;
}

.new {
	margin: 0 0 25px 0;
}

.more_news {
	margin: 2px 17px 0 0;
}

.more_news .button {
	float: right;
	display: block;
	height: 42px;
	overflow: hidden;
}

.more_news .button:hover img {
	margin: -42px 0 0 0;
}

/* Right column */

.col_right {
	float: left;
	display: inline;
	width: 288px;
	margin: 12px 0 0 20px;
}

/* Login box */

.login {
	background: #f2f2f2 url('../i/login_bg.gif') no-repeat;
	
	height: 161px;
	overflow: hidden;
	margin: 0 0 13px 0;
}

.login .box_title {
	font-size: 22px;
	color: #5d605d;
	word-spacing: -2px;
	margin: 0 0 2px 0;
}

.login .inner {
	margin: 11px 0 0 25px;
}

.login .text {
	background: url('../i/login_text_bg.gif') no-repeat;
	width: 234px;
	height: 27px;
	color: #9b9f98;
	border: 0px solid transparent;
	font: 22px "Trebuchet MS";
	padding: 4px 0 0 7px;
	letter-spacing: -1px;
	margin: 0 0 7px 0;
}

.button_line {
	overflow: hidden;
	margin: -2px 0 0 0;
}

.login .lost {
	float: left;
	display: inline;
	margin: 6px 0 0 22px;
	font-size: 16px;
}

.login .lost a:link, .login .lost a:visited {
	color: #a19dac;
}

.login .lost a:hover {
	color: #636267;
	text-decoration: none;
}

.btn_go_white {
	float: left;
	display: inline;
	height: 37px;
	overflow: hidden;
	margin: 0 0 0 32px;
	cursor: pointer;
}

.btn_go_white:hover input {
	margin: -37px 0 0 0;
}

.news_btn {
	float: left;
	display: inline;
	height: 42px;
	overflow: hidden;
	margin: 0 0 0 0px;
	cursor: pointer;
	
}

.news_btn:hover input {
	margin: -42px 0 0 0;
	
	
}
/* Registration box */

.register {
	background: url('../i/register_bg.gif') no-repeat;
	overflow: hidden;
	height: 103px;
	margin: 0 0 13px 0;
}

.register .inner {
	margin: 5px 0 0 16px;
}

.register .box_title {
	font-size: 24px;
	color: #5d605d;
	text-align: center;
	margin: 0 0 6px 0;
}

.btn_right {
	height: 51px;
	overflow: hidden;
}

.btn_right:hover img {
	margin: -51px 0 0 0;
}

/* Offer box */

.offer {
	background: url('../i/offer_bg_bottom.gif') no-repeat 0 100%;
	font-size: 18px;
	color: #5d605d;
	text-align: center;
	word-spacing: -2px;
	padding: 0 0 15px 0;
}

.offer_bg {
	background: url('../i/offer_bg_top.gif') no-repeat 0 0;
	overflow: hidden;
}

.offer .inner {
	margin: 20px 7px 0 7px;
}

.offer big {
	display: block;
	font-size: 30px;
	color: #0a850b;
	letter-spacing: -1px;
	word-spacing: 4px !important;
	margin: 0 0 3px 0;
}

.offer small {
	font-size: 12px;
	color: #565454;
	line-height: 1.2em;
	display: block;
	margin: 0 5px;
}

.offer p {
	margin: 0 0 12px 0;
}

/* Footer */

.footer {
	margin: 39px 0 0 0;
	position: relative;
	height: 174px;
	overflow: hidden;
}

.accept {
	font-size: 14px;
	color: #27262f;
	position: absolute;
	top: 35px;
	left: 8px;
}

.accept p {
	margin: 0 0 10px 0;
}

.accept ul li {
	float: left;
	display: inline;
	margin: 0 11px 0 0;
}

.copyright {
	font-size: 9px;
	color: #363434;
	position: absolute;
	top: 165px;
	left: 0px;
	word-spacing: -1px;
}

.contact {
	color: #5d605d;
	text-align: right;
	position: absolute;
	top: 15px;
	right: 25px;
	font-size: 18px;
	font-weight: normal;
}

.contact big {
	display: block;
	font-size: 28px;
}

.contact big .phone {
	display: block;
	font-size: 36px;
	line-height: 1.1em;
	margin: 0 3px 0 0;
}

.working_hours {
	margin: 0 3px 0 0;
}

.email_link {
	margin: 13px 4px 0 0;
}

.email_link a:link, .email_link a:visited {
	color: #7484e4;
	background: url('../i/ico_email.gif') no-repeat 0 6px;
	padding: 0 0 0 27px;
}

/* Inner pages */

#inside .all {
	background: url('../i/all_bg_inside.jpg') repeat-x;
}

.page_title {
	margin: 25px 0 0 0;
	width: 610px;
	color: #f4f2ed;
}

.title {
	font-size: 52px;
	color: #0f7a0e;
	position: relative;
	padding: 2px 0 0 2px;
	letter-spacing: -1px;
	word-spacing: 2px;
	line-height: 1em;
	margin: 0 0 5px 0;
}

.title span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
}

.page_title p {
	font-size: 30px;
	line-height: 1.1em;
	width: 610px;
	margin: 0 0 12px 0;
}

#inside .top_line {
	background: transparent;
	height: 145px;
	overflow: hidden;
	position: relative;
}

.auth {
	width: 168px;
	position: absolute;
	top: 13px;
	right: 4px;
	color: #FFF;
	font-size: 11px;
}

.auth .box_title {
	font-size: 17px;
}

.auth .text {
	background: url('../i/auth_text_bg.gif') no-repeat;
	border: 0px solid transparent;
	width: 166px;
	height: 22px;
	color: #9b9f98;
	font: 16px "Trebuchet MS";
	padding: 1px 0 0 6px;
	margin: 0 0 3px 0;
}

.auth .lost {
	float: left;
	display: inline;
	margin: 7px 0 0 16px;
}

.auth .lost a:link, .auth .lost a:visited {
	color: #a19dac;
}

.auth .lost a:hover {
	text-decoration: none;
}

.auth .btn_go_green {
	float: left;
	display: inline;
	height: 37px;
	overflow: hidden;
	margin: 0 0 0 21px;
	cursor: pointer;
}

.about_us {
	width: 780px;
}

/* Team members */

.team_member {
	margin: 0 0 12px 12px;
}

.team_pic {
	float: left;
	display: inline;
	width: 216px;
}

.team_info {
	float: left;
	display: inline;
	margin: 0 0 0 13px;
	width: 538px;
}

.team_info h3 {
	margin: 0;
	letter-spacing: 0px;
	color: #108712;
}

.team_info h4 {
	margin: 0 0 2px 0;
	letter-spacing: 0;
	word-spacing: 0;
}

.programs {
	width: 890px;
}

.programs h4 {
	margin: 0 0 20px 0;
}

.program {
	font-size: 14px;
	color: #6c6968;
	margin: 0 0 24px 10px;
}

.program h3 {
	color: #6c6968;
	margin: 0 0 5px 0;
}

.program p {
	line-height: 1.2em;
	margin: 0;
	word-spacing: 0;
}

p.marked_green {
	color: #178b19;
	font-size: 24px;
	letter-spacing: -1px;
	word-spacing: 2px;
	margin: 0 0 0 5px;
}

body#inside {
	background: #FFF url('../i/footer_bg.gif') repeat-x 50% 100%;
}

#inside .footer {
	margin: 7px 0 0 0;
}

/* Contacts page */

.contact_details {
	color: #737873;
	font-size: 30px;
}

.contact_details a:link, .contact_details a:visited {
	color: #737873;
}

dl.contact_details {
	width: 490px;
	margin: 30px 0 0 0;
}

.contact_details dt {
	float: left;
	display: inline;
	margin: 0 0 35px 0;
	width: 145px;
}

.contact_details dd {
	float: left;
	display: inline;
	margin: 0 0 35px 0;
	width: 345px;
	letter-spacing: -1px;
}

.contact_form {
	background: url('../i/contacts_bottom.gif') no-repeat 0 100%;
	padding: 0 0 15px 0;
	margin: 0 0 90px 0;
}

.contact_form .inner {
	background: url('../i/contacts_top.gif') no-repeat 0 0;
	overflow: hidden;
}

.contact_form .inner form {
	margin: 25px 25px 0 32px;
	color: #414142;
	font-size: 24px;
	letter-spacing: -1px;
	word-spacing: 2px;
}

.form_cols {
	margin: 16px 0 0 0;
}

.form_col_1 {
	float: left;
	display: inline;
	width: 312px;
}

.form_col_2 {
	float: left;
	display: inline;
	width: 540px;
	margin: 0 0 0 15px;
}

.contact_form .text {
	background: url('../i/contacts_text_bg.gif') no-repeat;
	width: 312px;
	height: 30px;
	border: 0px solid transparent;
	margin: 0 0 21px 0;
	font: 18px "Trebuchet MS";
	color: #9b9f98;
	padding: 3px 0 0 7px;
}

.contact_form .textarea {
	background: url('../i/contacts_textarea_bg.gif') no-repeat;
	width: 540px;
	height: 208px;
	margin: 0 0 15px 0;
}

.contact_form .textarea textarea {
	border: 0px solid transparent;
	width: 524px;
	height: 192px;
	margin: 5px 0 0 5px;
	font: 18px "Trebuchet MS";
	color: #9b9f98;
}

.contact_form label {
	margin: 0 0 0 3px;
}

.btn_submit div {
	float: right;
	height: 53px;
	overflow: hidden;
	display: inline;
	margin: 0 27px 0 0;
}

.btn_submit div:hover input {
	margin: -53px 0 0 0;
}

/* Features page */

.col_left_2 {
	float: left;
	display: inline;
	width: 580px;
}

.col_right_2 {
	float: left;
	display: inline;
	width: 355px;
	margin: 0 0 0 25px;
}

.features {
	margin: 23px 0 0 15px;
}

.features li {
	background: url('../i/check.gif') no-repeat;
	padding: 0 0 0 60px;
	overflow: hidden;
	margin: 0 0 1px 0;
}

.features li h2 {
	font: 36px Arial, Helvetica, sans-serif;
	margin: 2px 0 4px 0;
}

.features li p {
	font-size: 24px;
	color: #706e6e;
	letter-spacing: -1px;
	word-spacing: 3px;
	line-height: 1em;
	margin: 0 0 0 2px;
}

.sidebar {
	background: url('../i/sidebar_mid.gif') repeat-y;
	width: 355px;
	margin: 30px 0 40px 0;
	
}

.sidebar .bg_top {
	
	background: url('../i/sidebar_top.gif') no-repeat 0 0;
	overflow: hidden;
}

.sidebar .bg_bottom {
	
	background: url('../i/sidebar_bottom.gif') no-repeat 0 100%;
	
}

.sidebar .inner {
	margin: 25px 20px 0px 25px;
	
}

.sidebar h2 {
	letter-spacing: 0;
	word-spacing: -2px;
	color: #108812;
	margin: 0 0 29px 0;
}

.testimonial {
	color: #716e6e;
	font-size: 18px;
	margin: 0 30px 47px 17px;
	word-spacing: 1px;
	line-height: 1.7em;
}

.author {
	font-style: italic;
	text-align: right;
	margin: 0 10px 0 0;
}

.btn_get_started {
	margin: -50px 0 70px 70px;
}


.btn_get_started div {
	float: left;
}

.btn_get_started a {
	display: block;
	height: 125px;
	overflow: hidden;
	float: left;
}

.btn_get_started div:hover img{
	margin: -125px 0 0 0;
}

.questions_link a:link, .questions_link a:visited, .questions_link a:hover {
	
	color: #118e12;
	font-size: 24px;
	margin: 150px 0 0 100px;
	text-decoration: none;
}

.questions_link span a:link .colored, .questions_link span a:visited .colored {
	color: #716e6e;
}

.questions_link span:hover a .colored {
	color: #e96a3e !important;
}

/* Packages pages */

.packages h1 .green {
	color: #118f12;
	letter-spacing: -1px;
}

.packages h1 {
	text-align: center;
	color: #000001;
	margin: 0 0 30px 0;
}

.packages {
	margin: 50px 0 105px 0;
}

.package {
	background: #d8d6d6 url('../i/package_bg.gif') repeat-x;
	width: 250px;
	float: left;
	display: inline;
	margin: 0 0 0 3px;
	min-height: 40px;
}

.p_title {
	height: 53px;
	font-size: 28px;
	text-align: center;
	line-height: 35px;
	margin: 0 0 10px 0;
	position: relative;
}

.p_title a:link, .p_title a:visited {
	display: block;
	height: 90px;
	padding: 1px 0 0 1px;
}

.p_title a:hover {
	text-decoration: none;
}

.p_title span {
	display: block;
	position: absolute;
	top: 0;
	left: -17px;
	width: 280px;
	height: 53px;
	color: #FFF;
	cursor: pointer;
}

#blue_package .p_title {
	background: #129035;

	color: #193654;
	height: 90px;
}

#l_green_package .p_title {
	/*background: #a6d65d;*/
	background: url('../i/bg_l_green.gif') repeat-x;
	color: #193654;
	height: 90px;
}

#orange_package .p_title {
	/*background: #e75c26;*/
	background: url('../i/bg_orange.gif') repeat-x;
	color: #193654;
	height: 90px;
}

#green_package .p_title {
	background: url('../i/bg_green.gif') repeat-x;
	color: #193654;
	height: 90px;
}

#red_package .p_title {
	background: #87524d url('../i/stripe_red.gif') repeat-x;
	color: #543e3c;
	font-size: 29px;
}

.p_price {
	margin: 0 0 0 85px;
}

#blue_package .p_price {
	margin: 0 0 0 105px;
}

.price_type_1 {
	margin: 0 0 0 85px !important;
}

.price_type_2 {
	margin: 0 0 0 60px !important;
}

.price_dollar {
	font-size: 77px;
	line-height: 1em;
}

.price_cent {
	font-size: 48px;
	line-height: 1em;
	margin: 7px 0 0 0;
}

.p_price img, .p_price span {
	float: left;
	display: inline;
}

.ico_dollar {
	margin: 15px 0 0 0;
}

#blue_package .ico_dollar {
	margin: 15px 5px 0 0;
}

#red_package .ico_dollar {
	margin: 15px 4px 0 0;
}

.price_type_1 .ico_dollar {
	margin: 15px 3px 0 0 !important;
}

.price_type_2 .ico_dollar {
	margin: 15px 0 0 0 !important;
}

.ico_dot {
	margin: 40px 0 0 0;
}

.frequency {
	font-weight: bold;
	font-size: 24px;
	color: #36363b;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0 0 96px;
}

.month {
	font-weight: bold;
}

#blue_package .month {
	color: #356aa0;
}

#green_package .month {
	color: #008d84;
}

#red_package .month {
	color: #8c5853;
}

.features_list {
	margin: 15px 0 0 15px;
}

#red_package .features_list {
	margin: 25px 0 0 18px;
}

.features_list li {
	text-align: center;
	font: 19px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #525255;
	margin: 0 0 5px 0;
	word-spacing: -1px;
}

.features_list li.dark {
	color: #2e2e2f;
}

.p_desc {
	background: url('../i/package_description_bg.gif') no-repeat;
	width: 240px;
	height: 190px;
	font-size: 16px;
	color: #000;
	text-align: center;
	margin: 20px 5px 20px 5px;
	
	overflow: hidden;
}

.p_desc p {
	margin: 15px 10px 0 10px;
	word-spacing: -2px;
	line-height: 1.2em;
}

.btn_continue {
	margin: 0 0 0 55px;
	padding: 0 0 20px 0;
	width: 152px;
	height: 52.5px;
}

.btn_continue a {
	display: block;
	width: 152px;
	height: 52.5px;
	overflow: hidden;
}

.btn_continue:hover img {
	margin: -52.5px 0 0 0;
}

/* Services page */

.services {
	text-align: center;
	color: #747373;
	margin: 0 0 210px 0;
}

.services h1 {
	word-spacing: -1px;
	margin: 0 0 7px 0;
}

.services h3 {
	word-spacing: 1px;
	color: #737873;
}

.role_selection {
	width: 630px;
	margin: 40px auto 65px auto;
}

.role_selection li {
	float: left;
	display: inline;
	font-size: 40px;
	color: #6c6a6a;
	overflow: hidden;
	letter-spacing: -1px;
}

.role_selection a:link, .role_selection a:visited {
	color: #6c6a6a;
}

#parents {
	background: url('../i/parents_bg.gif') no-repeat;
	width: 289px;
	height: 220px;
	margin: 0 45px 0 0;
}

#professionals {
	background: url('../i/professionals_bg.gif') no-repeat;
	width: 289px;
	height: 220px;
}

.role_selection li p {
	margin: 95px 0 0 0;
}

.btn_continue_role {
	width: 214px;
	height: 49px;
	margin: 0 auto;
}

.btn_continue_role a {
	display: block;
	width: 214px;
	height: 49px;
	overflow: hidden;
}

.btn_continue_role:hover img {
	margin: -49px 0 0 0;
}

.services h2 {
	margin: 0 0 20px 0;
	color: #747373;
}

/* Webinars page */

.webinars_top {
	margin: 0 0 15px 0;
}

.w_title {
	float: left;
	display: inline;
	width: 600px;
}

.w_title h1 {
	margin: 0 0 5px 0;
}

.w_title h3 {
	color: #737873;
	word-spacing: 1px;
}

.w_title h3 .green {
	color: #139a13;
}

.w_cost {
	float: right;
	display: inline;
	width: 320px;
	margin: 30px 30px 0 0;
	color: #605953;
	font-size: 30px;
	text-align: right;
	word-spacing: -3px;
}

.w_cost small {
	color: #625a54;
	font-size: 18px;
}

.w_price {
	color: #129713;
}

.webinar {
	background: url('../i/webinar_bottom.gif') no-repeat 0 100%;
	width: 960px;
	margin: 12px 0 38px 5px;
	overflow: hidden;
	padding: 0 0 18px 0;
}

.webinar_bg {
	background: url('../i/webinar_top.gif') no-repeat 0 0;
	overflow: hidden;
}

.webinar .inner {
	margin: 5px 0 0 18px;
}

.webinar h3 {
	color: #FFF;
	margin: 0 0 20px 0;
}

.webinar_cols {
	margin: 0 0 0 10px;
}

.w_pic {
	float: left;
	display: inline;
	width: 255px;
}

.w_info {
	float: left;
	display: inline;
	width: 635px;
	margin: 6px 0 0 13px;
	font-size: 19px;
	color: #747373;
}

.w_info p {
	letter-spacing: -1px;
	word-spacing: 1px;
	line-height: 1.1em;
}

.minicol_left {
	float: left;
	display: inline;
	width: 340px;
}

.minicol_right {
	float: left;
	display: inline;
	width: 270px;
	margin: 20px 0 0 20px;
}

.marked {
	margin: 0 0 0 15px;
}

.marked li {
	background: url('../i/li.gif') no-repeat 0 4px;
	padding: 0 0 0 23px;
	font-size: 18px;
	margin: 0 0 4px 0;
	line-height: 1em;
	letter-spacing: -1px;
	word-spacing: 1px;
}


#marked_webinar {
	list-style-image: url(../i/bul_orange.gif);
	margin-left:20px;
}

.btn_buy_it_now {
	width: 211px;
	height: 48px;
	margin: 0 0 10px 0;
}

.btn_buy_it_now a {
	display: block;
	width: 211px;
	height: 48px;
	overflow: hidden;
}

.btn_buy_it_now:hover img {
	margin: -48px 0 0 0;
}

.payments {
	margin: 0 0 0 23px;
}

.payments li {
	float: left;
	display: inline;
	margin: 0 8px 0 0;
}

#m_services {
	width: 113px;
}

/*login top*/

.logintop {
	background: url('../i/login_bg.png') no-repeat;
	float:right;
	height: 150px;
	width: 250px;
	/*overflow: hidden;*/
	margin: -116px 0px -10px 0px;
	
	
	
}

.logintop .box_title {
	font-size: 15px;
	color: #5d605d;
	word-spacing: -2px;
	margin: 0 0 0px 0;
	
}

.logintop .innertop {
	margin: 5px 0 0 30px;
	
}

.logintop .text {
	background: url('../i/login_text_bg.gif') no-repeat;
	width: 150px;
	height: 27px;
	color: #9b9f98;
	border: 0px solid transparent;
	font: 16px "Trebuchet MS";
	padding: 0px 0 0 7px;
	letter-spacing: -1px;
	margin: 10 0 7px 0;
}

.logintop .lost {
	float: left;
	display: inline;
	margin: 6px 0 0 22px;
	font-size: 10px;
}

.logintop .lost a:link, .logintop .lost a:visited {
	color: #a19dac;
}

.logintop .lost a:hover {
	color: #636267;
	text-decoration: none;
}

.btn_go_white_top {
	float: left;
	display: inline;
	height: 37px;
	overflow: hidden;
	margin: -17px 0 0 38px;
	cursor: pointer;
}

.btn_go_whitetop:hover input {
	margin: -37px 0 0 0;
}

.rights{
font: normal normal normal .8em/1.5em trebuchet ms, serif;		
}

.ques{
	background: url('../i/ques_bg.gif') no-repeat;
	overflow: hidden;
	height: 103px;
	margin: 30px 0 0px 37px;
}

lgo{
	
	
}


#cal{
	float:left;
	margin-bottom:100px;


	
}
#top_cal
{
	background: url('../i/top_cal.png') no-repeat;
	width:1004px;
	height:66px;
}
			

#mid{
				
}

#days{
	
	float:left;
	/*background-image: url('../i/cal_boxes.jpg');*/
	width:987px;
	height:492px;
}

#calbox{
	background: url('../i/day_bg.gif') repeat-y;
}
			
#leftcal{
	float:left;
	background: url('../i/left_cal.png') no-repeat;
	width:8px;
	height:481px;
}

#rightcal{	
	z-index:-1;
	float:left;
	background: url('../i/right_cal.png') no-repeat;
	width:16px;
	height:481px;
	position: relative;
	right:7px;
}

#botcal
{
	overflow: visible;
	background: url('../i/bottom_cal.png') no-repeat;
	width:1004px;
	height:49px;
	position:relative;	
	bottom:-481px;
}

#day_content{
	background-image: url('../i/day_bg.gif');
	float:left;
	width:141px;
	height:82px;	
	text-align: left;
	

}

#event{
		margin-top:-30px;
		margin-left:20px;
		font: normal normal normal 10px/1.5em Arial, serif;
		color: #5a9b37;
		font-weight: normal;
	
}

#day_num{
margin-left: 2px;
font-weight: bold;

}

#cal_month{
	font-size: 35px;
	color: #139a13;
	font-weight: bold;
}

#allevents{

	margin-bottom:210px;
}

#top_events{
	
	background-image: url('../i/calendar_03.png');
	width:1015px;
	height:55px;
}
#event_entry{
	
	padding: 20px 0px 20px 0px;

	background-image: url('../i/calendar_05.png');
	width:1015px;
	height:154px;
}

#event_entry_inner{

text-align: left;
padding: 0px 0px 0px 30px;
width:900px;
}
#bottom_events{
	text-indent: -43px;
	background-image: url('../i/calendar_08.png');
	width:1015px;
	height:47px;
}

.big
{
	font-size: 50px;
	/* color: #235AA6; */
	color: #d0d0d0;
	font-weight: bold;
	width:70px;
	height:180px;
	display: block;
	text-align: center;
	float: left;

}

#spacer{
	
	margin-top:20px;
	
}

/*tooltip*/

.toolTip { /* This is the hook that the jQuery script will use */
	cursor: help; 
	position: relative; /* This contains the .toolTipWrapper div that is absolutely positioned  */
}

	.tooltiptitle{
		color: #5a9b37;
		font: normal normal bold 25px/1.5em;
		font-family: Trebuchet ms, sans-serif;
		font-weight: bold;
	}
	.tooltipdesc{
		color: #666666;
		font: normal normal/small-caps bold 18px/1.5em;
		font-family: Trebuchet ms, sans-serif;
	}
	
	.toolTipWrapper { /* The wrapper holds its insides together */
		z-index: 2;
		width: 340px;
		position: absolute; /* Absolute will make the tooltip float above other content in the page */
		top: 20px;
		display: none; /* It has to be displayed none so that the jQuery fadein and fadeout functions will work */
		color: #000;
		font-weight: normal;
		/*font-size: 9pt; *//* A font size is needed to maintain consistancy */
	}
	
		.toolTipTop { /* Top section of the tooltip */
			padding: 20px 20px 20px 20px;
			text-align: center;
			z-index: 2;
			font-weight: bold;
			width: 300px;
			height: 10px;
			background-color: #ddd;
		}

		.toolTipMid { /* Middle section of the tooltip */
			z-index: 2;
			padding: 8px 15px;
			background-color: #ddd;
		}
		
		.toolTipBtm { /* Bottom Section of the tooltip */
			z-index: 2;
			height: 10px;
			background-color: #ddd;
		}

#bullet_green{

list-style-image: url(../i/bul_green.gif);
	
}


#getstart
{
	text-decoration:none; 
	position: relative; 
	top:168px;
	left:60.5px; 
}

#getstart :hover
{
	text-decoration:none;
	color:#ff6633
}

#webinar_head a
{
	text-decoration:none;
	color:#fff;
}

#webinar_head :hover
{
	text-decoration:none;
	color:#fdfbb6;
}

.webcasts{

padding-top:-40px;

}
