

body {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 1000px;
	height: 500px;
	padding: 0px;
	margin: 0px;
	
	background-image: url("../images/bg/world_bg.png");
	background-repeat: no-repeat;
	background-position: 785px 0px;
	background-color: #fff;
	
	font-family: Verdana, Arial;
	font-size: 8pt;
	
	border: 0px solid red;
}

#about-us-container {
	width: 962px;
	height: 500px;
	padding: 0px;
	margin: 0px;
	
	background-image: url("../images/bg/about_us.png");
	background-repeat: no-repeat;
	background-color: #fff;
	
	font-family: Verdana, Arial;
	font-size: 9pt;
	
	text-align: left;
	align: left;
}

#wcb-logo {
	width: 263px;
	height: 50px;
	position: relative;
	left: 646px;
	top: 5px;
}

#nav-bar {
	height: 29px;
	margin-top: 173px;
}

#footer-nav {
	margin-top: 90px;
	text-align: center;
}

#home-footer-nav {
	margin-top: 10px;
}

#ten-percent {
	margin: 0px;
	padding: 0px;

	border: 1px solid green;
	
	position: relative;
	
	width: 626px;
	height: 21px;
	left: 0px;
	top: 5px;
}

.copy-right {
	font-size: 7pt;
	color: #3f2f2f;
}

.n1-div {
	padding-left: 1px;
	padding-right: 1px;
}

#about-us-content {
	margin: 40px 0px 10px 0px;	
}

.about-content-area {
	padding: 0px;
	margin: 0px 100px 15px 50px;
	border: 0px solid green;
}

.content-bg {
	background-color: #e6e3cf;
}

.content-bg-left {
	background-image: url("../images/about/c_ml.png");
	background-repeat: repeat-y;
}

.content-bg-right {
	background-image: url("../images/about/c_mr.png");
	background-repeat: repeat-y;
}

.about-nav-bar {
	margin-top: 25px;
}

.about-text {
	padding-top: 10px;
	color: #242b2b;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 17px;
}

.about-content-bg {
	background-image: url("../images/bg/about_content_bg.png");
	background-color: #e6e3cf;
}

/* --- 1-million -- */
#million-container {
	width: 962px;
	height: 500px;
	padding: 0px;
	margin: 0px;
	
	background-image: url("../images/bg/1_million_body.png");
	background-repeat: no-repeat;
	background-color: #fff;
	
	font-family: Verdana, Arial;
	font-size: 9pt;
	
	text-align: left;
	align: left;
}

#million-content {
	position: relative;
	margin: 213px 0px 10px 0px;
	padding: 0px;
}

.million-content-text {

	padding: 0px;
	margin: 10px 50px 15px 50px;
	border: 0px solid green;

	padding-top: 10px;
	color: #242b2b;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 17px;
}


.sub-header {
	color: #0d697b;
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.sub-header-text {
	color: #0d697b;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

ul.disc {
	list-style: disc;
}

input.form-field {
	border: 1px solid gray;
	padding: 0px;
	margin: 0px;
	font-size: 7pt;
}

label {
	font-size: 7pt;
}

#million-sign-up {
	width: 395px;
	height: 22px;
	position: relative;
	left: 510px;
	top: 174px;
}

/* -- tele-summit -- */

#tele-summit-container {
	width: 962px;
	height: 500px;
	padding: 0px;
	margin: 0px;
	
	background-image: url("../images/bg/tele_summit.png");
	background-repeat: no-repeat;
	background-color: #fff;
	
	font-family: Verdana, Arial;
	font-size: 9pt;
	
	text-align: left;
	align: left;
}

#tele-summit-content {
	position: relative;
	margin: 163px 0px 10px 0px;
	padding: 0px;
}

.tele-summit-content-bg-1 {
	background-image: url("../images/tele_s/ts_content.png");
	background-repeat: no-repeat;
	background-color: #b6bd79;
}

.tele-summit-bg {
	background-image: url("../images/tele_s/c_ml.png");
	background-color: #b6bd79;
}


.head-shot-name {
	color: #1e1500;
	font-size: 7pt;
}

.head-shot-desc {
	color: #474220;
	font-style: italic;
	font-size: 7pt;
}

.head-shot-bg {
	background-image: url("../images/bg/bg_h.png");
	background-color: #b6bd79;
}

.head-shot-bg-right {
	background-image: url("../images/tele_s/c_tr_bg.png");
	background-repeat: repeat-y;
	background-color: #b6bd79;
}

p {
	color: #242b2b;
}


.tele-content-text {

	padding: 10px;
	color: #242b2b;
	font-family: Verdana, Arial;
	font-size: 12px;
	background-image: url("../images/tele_s/bg_where_when.png") ;
	background-position: bottom left;
	background-repeat: no-repeat;
}


#million-signup {
	position: relative;
	padding: 0px;
	margin: 0px;
	left: 725px;
	top: 154px;
	width: 200px;
	height: 58px;
}


#where_when {
	float: right; 
	left:705;
	top: 415;
	position: absolute;
	margin: 0px 0px 10px 10px;
}



.form-label {
	color: #164e59;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


#contact-container {
	width: 962px;
	height: 500px;
	padding: 0px;
	margin: 0px;
	
	background-image: url("../images/bg/contact.png");
	background-repeat: no-repeat;
	background-color: #fff;
	
	font-family: Verdana, Arial;
	font-size: 9pt;
	
	text-align: left;
	align: left;
}

#welcome-container {
	width: 962px;
	height: 500px;
	padding: 0px;
	margin: 0px;
	
	background-image: url("../images/bg/wcb_starter.png");
	background-repeat: no-repeat;
	background-color: #fff;
	
	font-family: Verdana, Arial;
	font-size: 9pt;
	
	text-align: left;
	align: left;
}

/* -- World Changing Business -- */
#wcb-system-container {
	width: 962px;
	height: 500px;
	padding: 0px;
	margin: 0px;
	
	background-image: url("../images/bg/wcb_systems.png");
	background-repeat: no-repeat;
	/*
	background-color: #fff;
	*/
	
	font-family: Verdana, Arial;
	font-size: 9pt;
	
	text-align: left;
	align: left;
}

#wcb-system-content {
	width: 927px;
	height: 33px;
	padding: 0px;
	margin: 0px;
	
	background-image: url("../images/bg/page_bkg.png");
	background-repeat: repeat-y;
	background-color: #fff;
	
	font-family: Verdana, Arial;
	font-size: 9pt;
	
	text-align: left;
	align: left;
}

.wcb-bg {
	padding: 0px;
	margin: 0px;
	background-image: url("../images/bg/page_bkg.png");
}


#wcb-system-title {
	width: 364px;
	height: 51px;
	position: relative;
	left: 25px;
	top: 0px;
}

#flash-wcb-system{
	width: 515px;
	height: 671px;
	position: relative;
	left: 20px;
	top: 0px;
}

#six-diff { 
	width: 215px;
	height: 169px;
	position: relative;
	left:0px;
	top:25px;
	background-color:#cbc2a1;
}

#scroll-header{
	width: 215px;
	height: 169px;
	position: relative;
	left:0px;
	top:0px;
	background-color:#cbc2a1;
}

.scroll-content{
	background-image: url("../images/wcb_system/scroll_cont.png");
	background-repeat: repeat-y;
}

#starter-kit-wcb {
	width: 385px ;
	height: 102px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url("../images/wcb_system/starter_kit.png");
	background-repeat: no-repeat;
}

#wcb-sign-up {
	width: 250px;
	height: 20px;
	position: relative;
	padding: 0px;
	margin: 0px;
	left: 83px;
	top: 62px;
	z-index: 10;
}

#groups-sign-up {
	width: 250px;
	height: 20px;
	position: relative;
	padding: 0px;
	margin: 0px;
	left: 23px;
	top: 62px;
	z-index: 10;
	border: 0px solid red;
}

/* home page */
#home-container {
	padding: 0px;
	margin: 0px;
		
	font-family: Verdana, Arial;
	font-size: 9pt;
	
	text-align: left;
}


/* Masters Page */
#masters {
	padding: 0;
	margin: 0px 20px 20px 20px;
	font-family: Verdana, Arial;
	font-size: 9pt;
	text-align: left;
	align:center;
}

#masters-title {
	
	color: #0d697b;
	padding: 0;
	margin: 0px 20px 20px 20px;
	font-family: Verdana, Arial;
	font-size: 14pt;
	font-weight:medium;
	text-align: left;
	
}

.masters-image {
	padding: 0;
	margin: 0px 20px 20px 20px;
}

img {
	border: none;
}

.wcb-question-text {
	padding: 0px 10px 0px 10px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #242b2b;
}

.group-question-text {
	padding: 0px 10px 0px 10px;
	margin: 0px;
	font-family: Verdana, Arial;
	font-size: 11px;
}

.group-scroll-content{
	background-image: url("../images/group/group_scroll_content.png");
	background-repeat: repeat-y;
}

.group-answer {
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

.tele-summit-nav {
	margin: 10px 0px 10px 0px;
}

.tele-summit-nav a {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0d697b;
}


.tele-summit-sub-header {
	color: #0d697b;
	font-size: 16px;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	font-weight: bold;
}

li {
	margin-bottom: 10px;
}

td, th {
	font-family: Verdana, Arial;
	font-size: 9pt;
}

.tele-summit-th {
	background-color: #C8DCDA;
}

.tele-summit-table {
	border: 1px solid #0d697b;
}

.tele-summit-table td {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #0d697b;
	border-collapse: collapse;
}

.contact-table td label {
	font-weight: bold;
	font-size: 12px;
	color: #0d697b;
}

.tele-summit-content-area {
	padding: 0px;
	margin: 0px 50px 15px 50px;
	border: 0px solid green;
}

.speaker-details {
	margin: 20px 0px 10px 0px;
	padding-bottom: 15px;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #0d697b;
}

.speaker-name {
	color: #0d697b;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;	
}

.wcb-question-link-item {
	margin: 2px 0px 5px 10px;
}

.wcb-question-link {
	color: #034c58;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.wcb-question-header {
	font-size: 11px;
	font-weight: bold;
	color: #67660f;
	margin: 0px 0px 5px 10px;
}


/* -- coaching -- */

#coaching-container {
	width: 962px;
	height: 300px;
	padding: 0px;
	margin: 0px;
	
	background-image: url("../images/bg/coach.jpg");
	background-repeat: no-repeat;
	background-color: #fff;
	
	font-family: Verdana, Arial;
	font-size: 9pt;
	
	text-align: left;
	align: left;
}

#coaching-content {
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#coaching-sign-up {
	width: 290px;
	height: 22px;
	position: relative;
	left: 530px;
	top: 162px;
	z-index: 10;
}

#coaching-testimonials {
	width: 185px;
	height: 171px;
	position: relative;
	left: 726px;
	top: -75px;
	z-index: 10;
	background-image: url("../images/coaching/testimonials_bg.gif");
	background-repeat: no-repeat;
}

.coaching-header-text {
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #0d697b;
}

#coaching-top-container {
	position: relative;
	left: 0px;
	top: 0px;	
	margin: 0px;
	margin-bottom: -75px;
	padding: 0px;
	border: 0px solid red;
}

#coaching-header {
	position: relative;
	left: 10px;
	top: 95px;
	margin: 0px;
	padding: 0px;	
}

.coaching-top-header-text {
	font-family: Times Roman, Verdana;
	font-weight: bold;
	font-size: 35px;
	color: #0c7183;
	letter-spacing: 5px;
}	

#coaching-header-2 {
	position: relative;
	left: 65px;
	top: 110px;		
}

.coaching-2-row-1 {
	font-family: Clarendon, Times Roman, Verdana;
	font-weight: bold;
	font-size: 10pt; 
	color: #717042;
 	padding-left: 20px;
 	padding: 0px;
 	line-height: 13pt;
}

.coaching-2-row-2 {
	font-family: Clarendon, Times Roman, Verdana;
	font-weight: bold;
	font-size: 13pt; 
	color: #717042;
 	padding-left: 20px;
 	padding: 0px;
}

.coaching-2-row-3 {
	font-family: Clarendon, Times Roman, Verdana;
	font-weight: bold;
	font-size: 14px; 
	color: #3F2F2F;
 	padding-left: 20px;
 	padding: 25px 0px 0px 20px;
 	line-height: 20px;
}

.coaching-2-row-3b {
	font-family: Clarendon, Times Roman, Verdana;
	font-weight: bold;
	font-size: 12px; 
	color: #3F2F2F;
 	padding-left: 20px;
 	padding: 0px;
}

/* -- testimonials */

.testimonial-text {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.testimonial-by {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 10px;
}

.testimonials-content {
	background-image: url("../images/coaching/testimonials_content_bg.gif");
	background-repeat: repeat-y;
	background-position: -7px -7px;
}

.testimonial-link {
	color: #fff;
}

/*
coaching > 48.65pt color:#0C7183,
create a world> 14.65pt color#717042
Coaching program with > 18.65pt color#717042
Do you long > 14.65pt colo #3F2F2F
*/
