@charset "utf-8";
/* CSS Document */


body  {
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	/*background-color: #010e44;*/
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 100%;
	background-image: url(../images/background_02.jpg);
	background-color: #b1c1d8;
	background-attachment: fixed;
}

h2{
	size:110%;
}
h3{
	color:#9e1d1d;
	
}
h4{
	color: #CC6600;
	
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.thrColEls #container {
	text-align: left;
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
	border: 2px solid #ffffff;
} 
.thrColEls #shadow { 
	width: 748px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: transparent  url(../images/web_03.jpg) no-repeat 20px 0px;
	margin: 10px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left;
	border-right: 2px solid #ffffff;
	height:24px; /* this overrides the text-align: center on the body element. */
} 
.thrColEls #content_body {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-left: 0px;
	margin-right: 0px;
	margin-top: auto;
	margin-bottom: auto;
} 
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColEls #sidebar1 p" rule.
*/
.thrColEls #sidebar1 {
	float: left;
	width: 204px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #FFFFFF;
	background-image: url(../);
}
.thrColEls #sidebar2 {
	float: right;
	width: 183px; /*since this element is floated, a width must be given */
	background: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.thrColEls #sidebar_menu
{
	font-size: 85%;
	font-weight:bold;
	width:100%;
	display:block;
	background:#e3e3e3 url(../images/sidebar_menu.jpg) repeat-y 0px 0px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	border-top: 1px solid #ffffff;

	
	
 
}

#right_sidebar
{
	padding-top:7px;
	padding-right:7px;
	padding-bottom:12px;
	padding-left:7px;
	color:#333333;

}




#right_sidebar ul{
	margin:0px;
	display:block;
	padding-left:0px;
	font-size:80%;
}

#right_sidebar li{
	margin:0px;
	display:block;
	list-style: none;
	border-bottom:1px solid #e3e3e3;
}

#right_sidebar a{

	display:block;
	color:#333333;
	text-decoration:none;

}

#right_sidebar a:hover
{
	text-decoration:none;
	border-bottom:1px solid #9e1d1d ;
}


.thrColEls #sidebar1 p, .thrColEls #sidebar2 p, .thrColEls #sidebar1 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	margin-bottom:10px;


}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColEls #mainContent {
  margin: 0 0 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.thrColEls #topcont {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 10;
	clip: rect(auto,15px,auto,auto);
} 

.thrColEls #top_leftcol1 {
	float: left;
	width: 15px; /* the background color will be displayed for the length of the content in the column, but no further */
	height:274px;
	background-image: url(../images/web_03.jpg);
	margin-left: 0px;	/* top and bottom padding create visual space within this div */
}

.thrColEls #top_leftcol2 {
	float: left;
	width: 203px; /* the background color will be displayed for the length of the content in the column, but no further */
	height:273px;
	background-image: url(../images/web_06.jpg);
	/* top and bottom padding create visual space within this div */
}

 
.thrColEls #top_mcol_a {
	height:55px;
	background-color:#020e44;
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 218px;
 /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

.thrColEls #top_mcol_b {
	height:84px;
	padding-top:0px;
	color:#FFFFFF;
	padding-right:5px;
	text-align:right;
	background-color:#020e44;
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 218px;
	font-size: 80%;
 /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

.thrColEls #top_mcol_b a{
	color:#FFFFFF;
	text-decoration:none;

 /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

.thrColEls #top_mcol_b a:hover{
  color:#FFFFFF;
  text-decoration:underline;
 /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

.thrColEls #top_mcol_b1 {
	background-color:#9e1d1d;
	height:183px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0em;
	padding-top: 5px;
	font-size: 90%;
	color: #FFFFFF;
 /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

.thrColEls #top_mcol_b1 a{
	color: #FFFFCC;
	text-decoration:underline;
} 

.thrColEls #top_mcol_b1 a:hover{
	color: #FFFFFF; 
	text-decoration:underline;
}
.thrColEls #top_mcol_b1 a:visited{
	color: #FFFFCC;
	text-decoration:underline;
}

.thrColEls #top_menu{
	height:29px;
	background-color: transparent;
	background-image: url(../images/web_08.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0em;
	text-align:left; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ffffff;
} 



.thrColEls #item_content{
	margin-left:208px;
	margin-right:187px;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
  
  
 /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 


.thrColEls #footer{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:10px;
	size:12px;
	color:#FFFFFF;
	text-decoration:none;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-size: 80%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #9e1d1d;
	background-image: url(../images/web_15.jpg);
	background-repeat: repeat-y;
	background-position: 700px 0px;
	text-align: left;  
 /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.thrColEls #footer a{
	color:#FFFFFF;
	text-decoration: none;

  
 /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.thrColEls #footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;

  
 /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

.txtmenu {
	padding-right: 5px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown2{
	padding: 0;
	width: 100%; /*Highlight red color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-align: left;
	color:#ffffff;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown2 a{
	float: left;
	display: block;
	height: 18px;
	color: #333333;
	text-decoration: none;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	
	background-color: #bcc0d1;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.invertedshiftdown2 a:hover{
	background-color: #9e1d1d; /*Highlight red color theme*/
	padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
	padding-bottom: 0; /*Set padding-bottom value to 0 */
	border-bottom-color: #9e1d1d; /*Highlight red color theme*/
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
	background-color: #9e1d1d; /*Highlight red color theme*/
	padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
	padding-bottom: 0; /*Set padding-bottom value to 0 */
	border-bottom-color: #D10000; /*Highlight red color theme*/
	color: #FFFFFF;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}

#item_content_tb{
	
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin:3px;
}

#item_content_tb_classes{
	
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin:3px;
	background: url(../images/taichi_on_thebeach.jpg)  100% 100% no-repeat;
	padding-bottom:200px;
}

.path{
	font-size:90%;
	color:#666666;
}

.path a {
	color:#666666;
	text-decoration:none;
}

.path a:hover {
	color:#666666;
	text-decoration:underline;
}

.4minutes {
color: #9e1d1d;
}
.4minutes small {
color: #9e1d1d;
}

.quote{
	background: #eeeff3 url(../images/quote.gif) no-repeat 0px 0px;
	border:1px dashed #9999CC;
	padding-left:45px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:90%;
	font-style:italic;
	margin-top:10px;
	margin-left:30px;
	padding-right:10px;
	margin-right:10px;
	margin-bottom:10px;
	


}

#program{

float:left; 
width:220px; 
margin-right:10px;
border-left:1px solid #e3e3e3;
border-top:1px solid #e3e3e3;
border-bottom:2px solid #cccccc;
border-right:2px solid #cccccc;
padding:3px;

}

#program_right{

float:right; 
width:220px; 
margin-right:10px;
border-left:1px solid #e3e3e3;
border-top:1px solid #e3e3e3;
border-bottom:2px solid #cccccc;
border-right:2px solid #cccccc;
padding:3px;

}
#pg_leftCol{
	background: url(../images/col_bkg.jpg) repeat-y;
}

.faq{
	background: #eeeff3 url(../images/question.gif) no-repeat 0px 0px;
	border:1px dashed #9999CC;
	padding-left:45px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:95%;
	font-style:italic;
	margin-top:10px;
	padding-right:10px;
	margin-right:10px;
	margin-bottom:10px;
	


}
.answer{
	
	border:1px dashed #9999CC;
	padding-left:45px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:95%;
	
	margin-top:10px;
	padding-right:10px;
	margin-right:10px;
	margin-bottom:10px;
	


}

.top a {
	text-decoration:none;
	color:#0066FF;
}

.top a:hover {
	text-decoration:underline;
}

.top a:visited {
	text-decoration:none;
	color:#0066FF;
}

#item_content_tb_trainer{
	background-color:#a1bce5;

	padding-right: 10px;
	
	padding-left: 10px;
	margin:0px;
	background-image:  url(../images/brochure.jpg);
	background-repeat: no-repeat;
	background-position: center 100%;
	height:520px;
	
}

#div_trainer {
width:700px; 
margin-top:5px; 
margin-left:auto; 
margin-right:auto;

}

#forindiv{
	padding:5px;
	margin-top:20px;
	float:left;
	width:187px;
	background-color:#ffffff;
	filter:alpha (opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	-khtml-opacity: 0.8;
	height:390px;
}

#forbusiness{
	padding:5px;
	margin-top:20px;
	float:right;
	width:187px;
	background-color:#ffffff;
	filter:alpha (opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	-khtml-opacity: 0.8;
	height:390px;
}

.darkbkg{

	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;

}

.darkbkg a{

	color: #FFFFFF;

	text-decoration:none;

}

.darkbkg a:hover{

	color: #FFFFFF;

	text-decoration: underline;
	

}


#forindiv ul{
	margin:0px;
	display:block;
	padding-left:0px;
	font-size:95%;
}

#forindiv li{
	margin:0px;
	display:block;
	list-style: none;
	border-bottom:1px solid #e3e3e3;
	padding-top:5px;
	
}

#forbusiness ul{
	margin:0px;
	display:block;
	padding-left:0px;
	font-size:95%;
}

#forbusiness li{
	margin:0px;
	display:block;
	list-style: none;
	border-bottom:1px solid #e3e3e3;
	padding-top:5px;
	
}
.keysfoot{
	color:#ffffff;
	font-size:70%;
}

#motiv{
	height:150px;
	width:183px;
	background:url(../images/motivational_speaker.jpg) no-repeat;
	padding-top:62px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#motiv a{
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
}
#motiv a:hover{
	color: #FFFF00;
}
