.hiddenobj {
	display: none;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearall {
	display: block;
	clear: both;
}

/*** Generic Style Classes ***/

h1.pagetitle {
    position: relative;
    margin: 0 0 2px 19px;
    padding-top: 67px;
    font-family: Georgia, Serif;
    font-size: 30px;
    font-weight: bold;
    color: #f60;
}

.body_text h1.pagetitle {
    margin: 0 0 2px 0px;
    padding-top: 0px;
}

h2.pagetitle {
    position: relative;
    margin: 0 0 20px 0px;
    padding-top: 30px;
    font-family: Georgia, Serif;
    font-size: 30px;
    font-weight: bold;
    color: #f60;
}

h2.subhead {
    position: relative;
    margin: 0 0 20px 0px;
    padding-top: 30px;
    font-family: Georgia, Serif;
    font-size: 22px;
    font-weight: bold;
    color: #f60;
}

.body_text {
    position: relative;
    overflow: auto;
    clear: both;
    width: 940px;
    height: 700px;
    margin-left: 19px;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #333;
}

.body_text p {
    margin-bottom: 14px;
}

.body_col_left {
    position: relative;
    float: left;
    display: inline;
}

.body_col_right {
    position: relative;
    float: left;
    display: inline;
}

/*** general layout ***/

.scrimmed_popup {
    display: none;
}

#scrim {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1000px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background-color: Black;
    z-index: 3;
}

#outerwrapper {
    position: relative;
	margin: 0 auto;
	width: 986px;
	min-height: 1000px;
}

#innerwrapper {
	position: relative;
}

#popup_events {
    position: absolute;
    top: 268px;
    left: 235px;
    width: 507px;
    min-height: 427px;
    border: solid 1px #399;
    background: White url(../img/events/popup_bg.jpg) no-repeat bottom left;
    z-index: 4;
}

#header {
	position: relative;
	clear: both;
	overflow: hidden;
	height: 124px;
	z-index: 2;
}

#pagebody {
	position: relative;
	clear: both;
	overflow: hidden;
	height: 835px;
	margin-top: -3px;
	background: url('../img/bg.jpg') no-repeat left top;
}

#footer {
	position: relative;
	clear: both;
	overflow: hidden;
	width: inherit;
}

/*** Header ***/

#head_logo {
	position: absolute;
	top: 42px;
	left: 26px;
	width: 160px;
	height: 74px;
}

#head_signup {
	position: absolute;
	top: 5px;
	left: 350px;
	/* left: 675px; */
	width: 251px;
	height: 82px;
}

#head_menu {
	position: absolute;
	top: 91px;
	left: 225px;
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ff6600;
}

#head_menu li {
	float: left;
	display: inline;
	margin-right: 1px;
}

.menutab {
	position: relative;
	overflow: hidden;
	height: 31px;
}

.menutab_left {
	float: left;
	display: inline;
	width: 7px;
	height: 31px;
}

.menu_on .menutab_left {
	background: url('../img/nav/menutab_left.png') no-repeat left top;
}

.menutab_body {
	float: left;
	display: inline;
	height: 31px;
}

.menu_on .menutab_body {
	background: url('../img/nav/menutab_body.png') repeat-x left top;
}

.menutab_right {
	float: left;
	display: inline;
	width: 8px;
	height: 31px;
}

.menu_on .menutab_right {
	background: url('../img/nav/menutab_right.png') no-repeat left top;
}

.menutab_link {
	height: 28px;
}

.menutab_bottom {
	width: 12px;
	height: 8px;
	margin: 0 auto;
}

.menu_on .menutab_bottom {
	background: url('../img/nav/menutab_bottom.png') no-repeat center top;
}

#head_menu a {
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 27px;
	color: #ff6600;
}

#head_menu a:hover {
	color: #3399cc;
}

#head_menu a.on {
	color: white;
}

#head_twitter {
    position: absolute;
    right: 39px;
    bottom: 4px;
    width: 32px;
    height: 32px;
    
}

#head_facebook {
    position: absolute;
    right: 3px;
    bottom: 4px;
    width: 31px;
    height: 32px;
}

#head_menu #menu_login a {
    color: #666;
    cursor: default;
}

#head_menu #menu_login a:hover {
    color: #666;
    cursor: default;
}

/*** Footer ***/
#foot_line1 {
	position: relative;
	clear: both;
	overflow: hidden;
	width: 550px;
	margin: 0 auto;
}

#foot_line1 li {
	float: left;
	display: inline;
	margin-right: 15px;
	line-height: 16px;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #ff6600;
}

#foot_line1 li a {
	text-decoration: none;
	color: #ff6600;
}

#foot_line2 {
	position: relative;
	clear: both;
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	text-align: center;
	color: #ff6600;
}

/*** Home body ***/
#page_home #pagebody {
	background: url('../img/bg_home.jpg') no-repeat left top;
}

#body_graphic {
	position: absolute;
	top: 14px;
	right: 188px;
	width: 803px;
	height: 245px;
}

#body_skyscraper {
	position: absolute;
	top: 14px;
	right: 18px;
	width: 160px;
	height: 600px;
}

#body_welcome {
	position: absolute;
	top: 285px;
	left: 19px;
	width: 380px;
}

#body_welcome h1 {
	font-family: Georgia, Serif;
	font-size: 30px;
	font-weight: bold;
	color: #ff6600;
}

#body_welcome hr {
	width: 381px;
	color: #92cde2;
	background-color: #92cde2;
}

#body_welcome p {
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 14px;
	line-height: 16px;
	color: #555;
}

#body_quote {
	position: relative;
	width: 380px;
	margin-bottom: 20px;
	font-family: Arial;
	font-weight: bold;
	font-size: 26px;
	color: #ff6600;
}

#body_quote_text {
    /*
    float: left;
    display: inline;
    margin: 0 10px;*/
    line-height: 28px;
}

#body_big_open_quote {
    float: left;
    display: inline;
    width: 46px;
    height: 42px;
    margin-right: 10px;
    background: url('../img/home/big_open_quote.png') no-repeat left top;
}

#body_big_close_quote {/*
    position: absolute;
    bottom: 0px;
    right: 0px;*/
    width: 46px;
    height: 42px;
    padding-top: 0px;
    margin-left: 10px;
    vertical-align: top;
    /*background: Transparent url(../img/home/big_close_quote.png) no-repeat top left;*/
}

#body_mediacallout {/*
	position: absolute;
	top: 661px;
	left: 19px;*/
	width: 249px;
	height: 111px;
}

#body_contactus {
	position: absolute;
	top: 672px;
	left: 550px;
	width: 248px;
	height: 85px;
}

#body_calendar {
	position: absolute;
	top: 270px;
	left: 388px;
	width: 410px;
	height: 380px;
	background: url('../img/home/events_bg.gif') no-repeat left top;
}

#cal_event_list {
    display: none;
}

#cal_more {
	position: absolute;
	top: 18px;
	left: 335px;
	width: 60px;
	height: 12px;
}

#cal_btns {
	position: absolute;
	overflow: hidden;
	top: 46px;
	left: 64px;
	width: 306px;
	height: 19px;
}

#cal_btn_left {
	float: left;
	display: inline;
	width: 19px;
	height: 19px;
	margin-right: 2px;
	cursor: pointer;
}

#cal_btn_title {
	float: left;
	display: inline;
	width: 264px;
	height: 18px;
	margin-right: 2px;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color: White;
	cursor: pointer;
	background: url('../img/home/cal_btn_title.jpg') no-repeat left top;
}

#cal_btn_right {
	float: left;
	display: inline;
	width: 19px;
	height: 19px;
	cursor: pointer;
}

#cal_body {
	position: absolute;
	clear: both;
	overflow: hidden;
	top: 97px;
	left: 43px;
	width: 350px;
	height: 210px;
}

#cal_daylist li {
    position: relative;
	float: left;
	display: inline;
	width: 49px;
	height: 41px;
	border-right: solid 1px White;
	border-bottom: solid 1px White;
	background-color: #ebebeb;
}

#cal_daylist li.notinmonth {
    background-color: #f9f9f9;
}

#cal_daylist li.today {
    background-color: #f60;
}

#cal_daylist li.hasevent {
    background-color: #85c1dc;
}

#cal_daylist li.todayHasEvent {
    width: 44px;
    height: 36px;
    border: solid 3px #ccdee6;
    background-color: #f79b5e;
}

#cal_daylist li.selected {
    width: 44px;
    height: 36px;
    border: solid 3px #f0c9b0;
    background-color: #85c1dc;
}

#cal_daylist li div {
    margin-right: 8px;
    padding-top: 13px;
    text-align: right;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

#cal_daylist li.notinmonth div {
    color: Gray;
}


#cal_events {
	position: absolute;
	top: 322px;
	left: 59px;
	width: 349px;
	height: 56px;
}

.event_block {
	position: relative;
	overflow: hidden;
	clear: both;
}

.event_day {
	float: left;
	display: inline;
	margin-right: 5px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	cursor: pointer;
}

.event_day a {
	color: #cc0000;
}

.event_list {
	float: left;
	display: inline;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
    text-decoration: none;
	line-height: 16px;
}

.event_list li {
    margin-bottom: 2px;
}

.event_list a {
    text-decoration: none;
	color: #cc0000;
}

/*** About Us Page ***/

#page_aboutus .body_col_left {
    float: left;
    display: inline;
    width: 540px;
    margin-right: 15px;
}

#page_aboutus .body_col_right {
    float: left;
    display: inline;
    width: 360px;
}

#page_aboutus h2.pagetitle {
    margin: 0 0 20px 0px;
    padding-top: 10px;
}


#page_aboutus .pic_box {
    margin-bottom: 60px;
}

.bulletlist {
    list-style-type: disc;
    margin-bottom: 14px;
}

.bulletlist li {
    list-style-type: disc;
    margin-left: 15px;
}

/*** Why Us Page **/
#page_coaching #pagebody,
#page_whyus #pagebody {
	background: url('../img/bg_whyus.jpg') no-repeat left top;
}

#page_coaching .body_text,
#page_whyus .body_text {
    height: 600px;
}

#page_coaching .topspacer,
#page_whyus .topspacer {
    position: relative;
    overflow: hidden;
    clear: both;
    /*height: 60px;*/
}

#page_coaching .body_col_left,
#page_whyus .body_col_left {
    width: 525px;
    margin-right: 2px;
}

#page_coaching .body_col_right,
#page_whyus .body_col_right {
    width: 410px;
}

#page_coaching p img,
#page_whyus p img {
    vertical-align: text-bottom;
}
/*** Events Page ***/
#page_events h1.pagetitle {
    margin-bottom: 10px;
}

.event {
    position: relative;
    overflow: hidden;
    clear: both;
    width: 940px;
    border-top: solid 1px #74a5b5;
}

.event_btn_box {
    float: left;
    display: inline;
    margin: 0 20px 0 15px;
}

.event_btn {
    position: relative;
    width: 19px;
    height: 20px;
    padding-top: 17px;
    cursor: pointer;
}

.event span {
    font-family: Arial;
    font-size: 14px;
    font-weight:  bold;
    letter-spacing: 1px;
    color: Black;
}

.event p {
    font-family: Arial;
    font-size: 13px;
    color: Black;
}

.event_info_small {
    float: left;
    display: inline;
    width: 840px;
    padding-top: 10px;
}

.event_info_big {
    float: left;
    width: 840px;
    display: none;
    padding-top: 10px;
}

.event_info_link {
    position: relative;
    overflow: hidden;
    clear: both;
    margin-bottom: 14px;
    padding-top: 15px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}

.event_info_link a {
    text-decoration: none;
    color: #ff6600;
}

.event_info_small .event_info_link {
    padding-top: 0px;
}


#p_events_close {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

#p_events_title {
    width: 507px;
    margin-bottom: 15px;
    padding-top: 22px;
    font-family: Arial;
    font-size: 21px;
    text-align: center;
    color: #2a383f;
}

#p_events_datetime {
    width: 507px;
    margin-bottom: 5px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #2a383f;
}

#p_events_price {
    width: 507px;
    margin-bottom: 5px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #2a383f;
}

#p_events_descr {
    margin: 0 20px 25px 20px;
    padding-top: 15px;
    font-family: Arial;
    font-size: 12px;
    color: #2a383f;
}

#p_events_boxes {
    position: relative;
    overflow: hidden;
    clear: both;
    width: 507px;
    margin-bottom: 20px;
}

#p_events_speaker {
    float: left;
    display: inline;
    width: 191px;
    margin-left: 18px;
    margin-right: 15px;
}

#p_events_speaker_pic {
    position: relative;
    overflow: hidden;
    clear: both;
    width: 191px;
    height: 151px;
    overflow: hidden;
}

#p_events_speaker_pic img {
    bottom: 0px;
}

#p_events_speaker_text {
    position: relative;
    overflow: hidden;
    clear: both;
    width: 191px;
    height: 45px;
    padding: 3px 0px 3px 3px;
    font-family: Arial;
    font-size: 9px;
    color: Black;
    background: White url('../img/events/popup_speaker_text_bg.jpg') no-repeat bottom left;
}

#p_events_signupbox {
    float: left;
    display: inline;
}

#p_events_signup_btn {
    cursor: pointer;
}

.p_events_row {
    position: relative;
    overflow: hidden;
    clear: both;
    width: 260px;
}

.p_events_label {
    float: left;
    display: inline;
    width: 45px;
    margin-right: 10px;
    padding-top: 3px;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    color: #2a383f;
}

.p_events_data {
    position: relative;
    float: left;
    display: inline;
    width: 203px;
    height: 26px;
    background: url('../img/events/popup_textbox.jpg') no-repeat left top;
}

.p_events_data_nobg {
    position: relative;
    float: left;
    display: inline;
    width: 203px;
}

.p_events_data input {
    width: 190px;
    height: 17px;
    padding: 3px 0 0 6px;
    border: none 0;
    font-family: Arial;
    font-size: 12px;
    background-color: Transparent;
}

#p_events_captcha_box {
    width: 175px;
    height: 45px;
}

#p_events_captcha {
    width: 175px;
    height: 45px;
}

.singular #p_events_signupbox {
    margin-left: 120px;
}

.exciting {
    position: relative;
    overflow: hidden;
    clear: both;
    margin: 0 0 10px 19px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

#event_list {
    height: 650px;
}

/*** Testimonials Page ***/

#testimonial_box {
    position: relative;
    overflow: hidden;
    clear: both;
    width: 768px;
    min-height: 303px;
    margin: 0 auto;
    padding-top: 20px;
}

#tb_head {
    position: relative;
    overflow: hidden;
    clear: both;
    width: 768px;
    height: 76px;
    background: url('../img/testimonials/tb_head.png') no-repeat left top;
}

#tb_body {
    position: relative;
    overflow: hidden;
    clear: both;
    width: 768px;
    min-height: 58px;
    background: url('../img/testimonials/tb_body.png') repeat-y left top;
}

#tb_body_text {
    margin: 0 100px;
    font-family: Arial;
    font-size: 18px;
    color: White;
}

#tb_body_text span {
    font-size: 36px;
}

#tb_foot {
    position: relative;
    overflow: hidden;
    clear: both;
    width: 768px;
    height: 169px;
    background: url('../img/testimonials/tb_foot.png') no-repeat left top;
}

.tb_pager {
    display: none;
    position: relative;
    overflow: hidden;
    clear: both;
}

#tb_pager {
    margin-left: 35px;
    padding-top: 25px;
}

#tb_pager2 {
    float: right;
    display: inline;
    margin-right: 35px;
    padding-top: 20px;
}

.tb_arrow_left {
    float: left;
    display: inline;
    margin-right: 10px;
    cursor: pointer;
}

.tb_progress {
    float: left;
    display: inline;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: White;
}

.tb_arrow_right {
    float: left;
    display: inline;
    margin-left: 10px;
    cursor: pointer;
}

ul#testimonial_list {
    display: none;
}

/*** END Testimonials Page ***/

/*** Start Media Page ***/

body#page_media .body_text {
    position: relative;
    overflow: scroll-y;
    clear: both;
    width: 864px;
    height: 642px;
    margin-left: 65px;
    padding-top: 20px;
}

ul#youtube_movies li {
    float: left;
    display: inline;
    width: 130px;
    height: 191px;
    margin-left: 10px;
    margin-bottom: 10px;
}

ul#youtube_movies li img {
  width: 130px;
  height: 97px;
}

.youtitle {
    position: relative;
    overflow: hidden;
    width: 130px;
    height: 95px;
    text-align: center;
    font-weight: bold;
    color: Black;
}

.youtitle span {
    position: absolute;
    bottom: 5px;
    left: 0px;
}

#popup_media {
    position: absolute;
    /*
    top: 225px;
    left: 235px;
    */
    top: 268px;
    left: 225px;
    width: 573px;
    /*min-height: 369px;*/
    height: 369px;
    border: solid 1px #399;
    background: White url(../img/media/popup_bg.jpg) no-repeat bottom left;
    z-index: 4;
}

#p_media_title {
    padding-top: 20px;
    font-family: Arial;
    font-size: 21px;
    text-align: center;
    color: #2a383f;
}

#p_media_movie {
    position: absolute;
    top: 48px;
    left: 9px;
    width: 555px;
    height: 312px;
}

/*** End Media Page ***/

/*** Start Links Page ***/

#link_storage {
    display: none;
}

.catname {
    position: relative;
    overflow: hidden;
    clear: both;
    width: 250px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 5px;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: White;
    background-color: #5db3be;
}

.links_box {
}

.links_box li {
    position: relative;
    overflow: hidden;
    clear: both;
    width: 791px;
    height: 30px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #464646;
}

.links_box li.even {
    background: url('../img/links/white_bg.png') no-repeat left top;
}

.links_box li div {
    margin-left: 6px;
    padding-top: 6px;
}

.links_box li a {
    text-decoration: none;
    color: #464646;
}

.links_box li img {
    vertical-align: middle;
}

/*** End Links Page ***/

/*** Contact Us Page ***/


body#page_contactus #pagebody {
	background: url('../img/bg_contactus.jpg') no-repeat left top;
}

body#page_contactus h1.pagetitle {
    margin-bottom: 20px;
}

.cs_row {
    position: relative;
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}

.cs_row h3 {
    margin-bottom: 16px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: Black;
}

.cs_row p {
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    color: Black;
}

.cs_row_label {
    float: left;
    display: inline;
    width: 55px;
    margin-right: 10px;
    padding-top: 3px;
    font-family: Arial;
    font-size: 13px;
    text-align: right;
    color: #2a383f;
}

.invalid {
    font-weight: bold;
    color: Red;
}

.cs_row_data {
    float: left;
    display: inline;
}

.cs_row_data input {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    width: 195px;
    height: 22px;
    padding-top: 4px;
    padding-left: 6px;
    background: url('../img/contact/inputbox.jpg') no-repeat left top;
}

.cs_row_data input#c_subject {
    width: 550px;
    height: 22px;
    background: url('../img/contact/inputbox_lg.jpg') no-repeat left top;
}

.cs_row_data textarea {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    width: 557px;
    height: 175px;
    padding: 6px 0 0 6px;
    background: url('../img/contact/textarea.jpg') no-repeat left top;
}

.cs_row_data input.inputimage {
    width: 118px;
    height: 36px;
    padding: 0;
    background: no-repeat left top;
}

.cs_row .success {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: Green;
}

#captcha_fail {
    display: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: Red;
}

/*** End contact us page ***/
