@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
  background: #F3E8CB ;
	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: #000000;
}

#container {
	width:45em;
/*	height:37em; set in each page*/
	margin:1em auto;
	overflow: hidden;
	text-align:left;
	background-color:#fff;
	border:1px solid #000;
}

#header {
	margin-top:10px;
}

#banner {
/*	width:auto;
	margin: 10px 20px 150px -16px; 
	width:0;
	background-color:#690;
*/
	float:left;
	height:100%;
	margin-top:10px;
	margin-right:1em;
}



#contmain {
  background: #fff; 
	margin-left:220px;
	float:left;
}

#footerinside {
	position:absolute;
	/*clear:both;*/
	width:100%;
	height:21px;
	bottom:0px;
	white-space:nowrap;
	left:5px;
	text-align:left;
	background-color:#FFF;
	z-index: 3;
}


.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;
}


/*navigation*/

#name {
	float:left;
}
#namebar {
	margin-top:36px;
	width:200px;
	height:28px;
	background-color:#675CE4;
/*		z-index:-5;
*/}
#nametext {
	width:180px;
	height:47px;
	margin-top:-37px;
	margin-left:10px;
	background-image:url(images/newbar/name.png);
	/*z-index:5;*/
}


#twists {
/*position:relative;
*/	
float:left;

}
#uptwist, #middletwist, #downtwist{
	width:113px;
	height:64px;
	position:relative;
}
#uptwist{
	background-image:url(images/newbar/uptwist.png)
}
#downtwist{
/*	margin-top:-28px;
*/	
	top:-56px;
	background-image:url(images/newbar/downtwist.png);
}
#middletwist{
/*	margin-top:-64px;*/
	top:-28px;
	height:28px;
	background-color:#675CE4;
}

#bars {
	width:407px; /*	100% doesn't work in IE */	
	overflow:hidden;
}
#topbar,#middlebar,#bottombar{
	height:28px;
}
#topbar{
	background-color:#693;
}
#middlebar{
	margin-top:8px;
	background-color:#675CE4;
}
#bottombar{
	margin-top:8px;
	background-color:#EF9C01;
}

.bartext {
	font-size:24px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-indent:0em;
	color:#FFF;
	text-decoration:none;
	text-shadow:#666 2px 2px 2px;
/*	vertical-align:10px;
	can't raise the baseline!
	margin-bottom:10px;
	position:relative;
	top:5px;
*/
}
.bartext a, a:visited {
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
}
.bartext  a:hover {
	font-weight:normal;
	color:#E4E4E4;
	text-shadow:#666 3px 3px 2px;
}

.lang{
	clear:left;
	display:block;
	position:relative;
	top:-73px;
	left:170px;
	height:11px;
	width:67px;
	text-decoration:none; 
	background-image:url(images/inenglish.gif);
}
.lang:hover {
	background-image:url(images/inenglish_o.gif);
}
/**/
#contact{
	width:100%;
	height:21px;
	bottom:0px;
	margin-top:-4em;
	margin-bottom:3em;
	white-space:nowrap;
	text-align:right;
	font-size:12px;
}

img {
	border: none;
}
h1 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 11px;

}
h4 {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px 5px 0px;
	text-align: center;
}
a:link{
	text-decoration:none;
	color: #CC3300;

}
/*a:visited{
	color:#CC3300;
	text-decoration:none;	
}*/
a:active {
	color:#CC0000;
	text-decoration:none;
}
a:hover {
	color:#FF9933;
	text-decoration:none;
}

p, ul{
	font-size : 12px;
	font-weight :normal;
	margin-left: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

/*specific pages*/



.course {
	line-height:12px;
	width:30%;
	float:left;
	text-indent:-37px;
	margin-left:37px;
/*	background-color:#C30;
	clear:none;
	*/}

.course h1 {
	font-size:12px;
	margin:10px 0 -10px 0;
}

.course img {	
/*	margin:20px 5px 0px 25px;	
	vertical-align:middle;
*/
	width:36px;
	margin-right:10px;
	margin-left:-10px;
	position:relative;
	top:12px;
}


ul.training {
	list-style-image:url(images/redbullet.gif);	
	margin-left:0px;
	text-indent:0em;
/*	
	list-style-position:inside;
	list-style-type:none;
	margin-left:45px;

*/
}
ul.training li {
	margin-bottom:0.5em;
	margin-right:6em;
	position:relative;
	left:1.5em;
	
	/*	margin-left:45px;
background: url(../images/redbullet.gif) 28px 14px no-repeat;
	padding:10px;margin-bottom:0.7em;*/
}

ul.trainingsub{
	list-style-image:url(images/greenbullet.gif);
	margin-left:1.6em;
	padding-left:0;
}
ul.trainingsub li{
	margin-top:0.7em;
}


td.border_L{
	border-left: solid black 2px;
}
td.border_T{
	border-top: solid black 2px; 
}
td.border_R{
	border-right: solid black 2px; 
}
td.border_B{
	border-bottom: solid black 2px; 
}
td.border_LT{
	border-left: solid black 2px;
	border-top: solid black 2px; 
}
td.border_LR{
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: black;
	border-left-color: black;
}
td.border_LB{
	border-left: solid black 2px;
	border-bottom: solid black 2px; 
}
td.border_TR{
	border-left: solid black 2px;
	border-right: solid black 2px; 
}
td.border_TB{
	border-left: solid black 2px;
	border-bottom: solid black 2px; 
}
td.border_RB{
	border-right: solid black 2px;
	border-bottom: solid black 2px; 
}
td.border_LTR{
	border-left: solid black 2px;
	border-top: solid black 2px;
	border-right: solid black 2px; 
}
td.border_TRB{
	border-top: solid black 2px;
	border-right: solid black 2px;
	border-bottom: solid black 2px; 
}
td.border_RBL{
	border-right: solid black 2px; 
	border-bottom: solid black 2px;
	border-left: solid black 2px;
}
td.border_BLT{
	border-bottom: solid black 2px;
	border-left: solid black 2px;
	border-top: solid black 2px;
}





.sidenav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	line-height: 22pt;

}
tt{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36pt;
	font-weight: bold;

}
.l{
	color: #000000;
	text-align: right;

}
.r{
	color: #FFCC00;
	text-align: left;
	width: 22px;

}
.chlang{
	color: #006699;
}
.landed {
	font-size: 18px;
	font-weight: 500;
}


.capt_l {
	color:#FF6600;
	font-size: 11px;
	text-align: left;
}
.capt_r {
	color:#FF6600;
	font-size: 11px;
	text-align: right;
}




.reviewer {
	margin-top: 7px;
	text-align: right;
	margin-bottom: 14px;

}
.review {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;


}
.book {
	text-align: center;
}
.crumbtrail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.language {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.footnote {
	font-size: 10px;
}
.textbit {
	font-size: 9px;
	color: #FFFFFF;
	background-color: #FFCC66;
}
p.formlabel {
	margin: 0px;
}


#clientform {
	width:160px;
	float:right;
	display:block;
	margin-right:15px;
	margin-top:0px;
	margin-left:15px;
	background-color: #DDDDDD; 
	color: #000000; 
	border: 1px solid #999999; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	text-align: right; 
}

#clientform .text { 
	width: 55px; 
	height:12px;
}
#clientform label{ 
	font-size: 10px; 
	text-align:right;
	position:relative;
	right:8px;
}
#clientform .buttons { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	background-color: #FF6600; 
	color: #FFFFFF; 
	width: 55px;
	margin: 3px 8px 10px 0px;
}

#clientform h1 {
	font-size:12px;
	text-align:center;
	margin:10px;
}

.contblock {
	float:left;
	width:40%;
	text-align:center;
}
.contblockcr {
	float:left;
	width:auto;
	clear:right;
}
