@charset "utf-8";
/* CSS Document */
body {
  background-color: #666;
 /* font-family: Geneva, Helvetica, Arial, sans-serif;*/
  
 	/*text-align: justify;*/
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

h1, h2, h3 {
  color: #004384;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1em;
}

p {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 20px 0px;
}

blockquote {
  line-height: 24px;
  margin: 20px 40px;
}

ul {
	list-style-image: url(images/img07.gif);
}

li {
  margin: 5px 0px 5px 50px;
  line-height: normal;
}

#main-menu li, #navigation li, #study-programs li {
  margin: 0px;
} 
a {
	color: #333;
}

#wrapper {
  width: 800px;
  margin: auto;
  background-color: #ffffff;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 20px 30px 20px 20px; 
}


#header {
  height: 135px;
  border-bottom: 8px solid #1D3B73;
  margin-bottom: 20px;
}

#logoimage {
  /*display:block;*/
   float:right;
   width: 130px;
   height:115px;
   background: #fff;/*#004384;#700;*/
/*  margin: 11px auto;
  color:#fff
  */
}

#phone-no {
  font-family: Arial,sans-serif;
  font-weight:bold;
  float: right;
  margin-top: 94px;
  margin-right: 15px;
  font-size:16px;
  color: #1D3B73;
}

.phone-no-title {
  padding-left: 30px;
  padding-bottom: 3px;
  font-size: 12px;
}

#name {
  float:left;
  /*width: 330px;*/
  /*background: #fff;/*#004384;#700;*/
  margin-top: 30px;
  margin-left:20px;
}

#name h2 {
	font-family: Arial,sans-serif;
	font-size:1.5em;
	color:#1F417E;/*#004384;*/
}

#name h1 {
	/*font-size:2.7em;*/
	color:#1F417E;/*#004384;*/
	font: bold 230%/100% Helvetica,Arial, sans-serif;
	position:relative;
}

#name h1 span {
background: url(images/gradient.png) repeat-x;
position: absolute;
display: block;
width: 100%;
height: 31px;
}

#content {
  background: url("images/menu_bg.png") repeat-y;
}

#menubar {
  clear: both;
  float:left;
  width:210px;
/*  background: url("images/menu_bg.png") repeat-y;*/
  margin-right: 20px;
}

#menubar ul {
  list-style-type: none;
  list-style-image: none;
  margin-left: 16px;
}

#menubar h2 {
  border-bottom: 2px solid #D1A42D;
  margin: 10px 16px;
  padding-bottom: 5px;
  color: #fff;
}

#menubar a {
  color: #fff;
  text-decoration:none;
  font-weight: bold;
  font-size:11px;
}

#menubar a:hover {
  color: #FFCC3F;
}

#Home li#menu_Home a,
#About-Me li#menu_About-Me a,
#Contact-Me li#menu_Contact-Me a,
#Seminars li#menu_Seminars a,
#Presentations li#menu_Presentations a,
#Group-Coaching li#menu_Group-Coaching a,
#Individual-Coaching li#menu_Individual-Coaching a,
#Mastermind-Groups li#menu_Mastermind-Groups a,
#Science-of-Getting-Rich li#sgr a,
#Born-Rich-Learning-System li#brls a,
#Winners-Image li#wi a,
#Goal-Achiever li#ga a,
#Mission-in-Commission li#mic a,
#Success-Puzzle li#sp a,
#The-Secret-DVD li#tsd a
{
  background: url('images/breadcrumb.gif') no-repeat -2px 4px;
  padding-left: 8px;
}

.consultant-image {
  clear: right;
  float:right;
  margin-left: 20px;
  margin-bottom: 20px;
/*  background-color: #004282;/*#eee;*/
/*	border-left: 1px dotted #004384;
	border-right: 1px dotted #004384;*/
}

#goal33-image {
  clear:right;
  float:right;
  margin-left: 20px;
  margin-bottom: 20px;
/*  background-color: #004282;/*#eee;*/
/*	border-left: 1px dotted #004384;
	border-right: 1px dotted #004384;*/
}

#quote {
  font: italic 1.3em/20px Arial, Helvetica, sans-serif;
  margin-top: 20px;
  padding-left: 20px;
  text-indent: -20px;
  text-align: center;
}

.bq { 
  font-size:20px; color:#666;
}

.c1 {
  color:#5A0B78;
  font-weight:bold;
}

.entry td {
  padding: 5px 30px;
}

#content-main {
  /*clear:both;
  float: left;
  width: 480px;
  margin-top: 30px;
  margin-bottom: 30px;*/
  margin-left: 230px;
  min-height: 381px; /*  content has to have at least the height of menu bar so that menu_footer.png appear after the menu_bar.*/
}


#footer {
  clear: both;
  padding-top:10px;
}


/* livevalidation css */
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
 
.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

#contactform label { width:200px;padding:5px;}
#contactform input { width:300px;padding:5px;margin:5px 0px;}
#contactform p { margin:0;padding:0px;}
#contactform input.button { width:120px;padding:5px;font-weight:bold;}