body {
  background-color: WHITE; 
  /*color: #000066;*/
  font-family : Arial, Helvetica, sans-serif;
  font-size: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  behavior: url(/assets/css/csshover.htc);
	}

/*###############################################################
#                      layout styles 
################################################################*/
#page {
  width: 90%; /* use this for flexible centered layout*/
  margin: 0px 0px 0px 5%;  
  /*  position: absolute; /* use this for fixed centered layout
  top: 0px;
  left: 50%;
  width: 760px;
  margin: 0px 0px 0px -380px;*/
  padding: 0px;
  background-color: transparent;
  
}
#page-body {
position:relative;
}
#page-header {
  margin: 0px;
  padding: 0px;	
}

#page-body-content {
	background:#FFFFFF url(/assets/images/ls_back.jpg) left repeat-y;
	position:relative; 
	border-left: 1px solid SILVER;
	border-right: 1px solid SILVER;
}

/* Hack to get cleaing for footer more on http://www.positioniseverything.net/articles/onetruelayout/anyorder */ 
#page-body-content:after {
	content: '..'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#page-body-content 	{
	display: inline-block;
}

/* Hack to get clearing for footer in IE more on http://www.positioniseverything.net/articles/onetruelayout/anyorder */ 	
/*\*/
* html #page-body-content
	{
	height: 1%;
	}
#page-body-content
	{
	display: block;
	}
/* */

#content {
  float: left;
  width: 100%;  
  padding: 0px 0px 0px 0px;
}
#content-1 {
  margin: 0 2% 0 190px; /* using left margin 200px we create space for menu to fit in  allows us to have 2 1 3 order*/ 
}

#breadcrumbs {
  display: none;
}
#breadcrumbs-links {
}

/* menu styles are in menu_root.css for cleaner main css but main container style is duplicated below
**********************************************************
#menuContainer{ 
	float: left;
	margin-left: -100%; /* we use negative margin to get menu div to start at the same place as content div as both divs are floated left aand contetn div is 100% wide 
	width:180px;
	background: url(/assets/images/nav_left_bg.jpg) no-repeat;
}
*/
#sidebar { /* note used on this site so styles are not properly done */
  float: right;
  width: 140px;
  font-size: 85%;
  margin: 0px;
  padding: 0px;
  border: solid 1px #000066;
}
#sidebar div.sidebar-section {
  margin-top: 0px;
}


#page-footer {
  clear: both;
  position:relative;
/*  width: auto;
  height:40px;
  padding: 0px;
  margin-bottom: 0px;
  color:#333333;
  background-color:#FFFFFF;
  border-top:1px solid #CCC;
  border-bottom: 2px solid SILVER;*/
}

#xtmotion-strapline {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: right;
  background-color: transparent;
}



/*################################################################
#           text formating css styles 
##################################################################*/

/*  header content styles
******************************************************/
#page-header-content h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}
#page-header-content h1 span {
  font-size: 80%;
}
#page-header-content h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
#page-header-content h2 span {
  font-size: 70%;
}
#HeaderMenuTable{
  background-image:url(/assets/images/bot_m.jpg);
}
#HeaderMenuCell{
  width:100%;
}

/*  main content styles
******************************************************/
h1{
color:#000000;
font-size:19px;
font-weight:500;
margin:16px 0 16px 1px;
padding-left:15px;
background: #B7D3FF url(/assets/images/red_block.gif) repeat-y left;
margin:10px 0 10px 0;
}
h2{
font-size:15px;
font-weight:600;
background: #DDEBFF url(/assets/images/light_blue_block.gif) repeat-y left;
margin:0px 2px 8px 1px;
padding:2px 1px 3px 15px;
}
h2 a{
font-size:100%;
}
h3{
font-size:13px;
/*text-transform:uppercase;*/
font-weight:600;
color:#000;
background-color:#F8F8F8;
border-bottom:1px solid #003399;
padding:2px;
margin-left:1px;
padding-left:4px;
}

#content p, #content a, #content li, #content label,  p.small {
/*  font-size: 0.7em; */
	font-size: 75%;
}
/*  formatiing margin for p tags within td tag 	font-size: 100%; 
*/
#content td p  {
	margin: 1px;	
}/* #content td label, #content td input, #content td select
#content p a,  #content li ul li, #content li a {*/
#content li ul li,#content li a, #content p a {
	font-size: 100%; 
}
#content p.small, .smalltype {
  font-size: 70%;
}

#content span.red {
  color: #FF0000;
}

a:link, a:visited {
color:#000099;
text-decoration:none;
}
a:hover {
text-decoration:underline;
color:#FF0000;

}

#content ul li {
	list-style-image:url(/assets/images/icons/icon_arrow_li2.gif);	
}

#content .spacedUl li {
	margin-bottom:5px;
	list-style-image:url(../images/arrow_li.gif);	
}

.highlightBox{
	background-color:#F4FCFF;
	padding:5px;
	border:1px solid #FF6600;
}

/*formating for lists*/
#content ul{
list-style-type:square;
list-style-image:url(/assets/images/bulletblue.gif);
}

#content ul.list li {
  list-style:none;
}
#content ul.list li a:link, 
#content ul.list li a:visited {
  padding: 2px 3px 3px 20px;
  border-bottom: 1px solid #999;
  margin-bottom: 2px;
  background: #EAEAEA url(/assets/images/icons/icon_arrow_right.gif) 1% 50% no-repeat;
  width: 85%;
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 95%;		
}
#content ul.list li a:hover {
  background-color: #E1F2FF;
}

.backToTop {

}

.testimonialBox {
	border:1px solid #CCCCCC;
	padding:8px;
	margin:10px;
	background-color: #F8F8F8;
}
.testimonialBox .testimTitle {
	background-color:#FFFFFF;
	padding:3px;
	margin:3px 0px;
}
.testimonialBox .testimAuthor {
	padding:3px;
	margin:3px 0px;
	text-align:right;
}

#cornerborder {
background-repeat:no-repeat;
background-position:bottom right;
background-image:  url(/assets/images/iir.gif);
padding:3px;
border-top:1px solid #A9A9A9; 
border-left: 1px solid #A9A9A9;
border-right:1px solid #FFF; 
border-bottom: 1px solid #FFF;
margin-bottom:10px;
}
#cornerborder  h2 {
font-size:12px;
font-weight:800;
margin:1px;
padding-left:13px;
background:#E2EFFE url(/assets/images/red_block.gif) repeat-y left;
}
#cornerborder ul {
	margin: 0 15px 0 15px; /*removes indent IE and Opera*/
	padding: 2px; /*removes indent Mozilla and NN7*/
}
#cornerborder li {
list-style-image: url("/assets/images/buttons/icon_navarrow.gif");
margin-bottom:3px;
}

.pliformat{
font-size:0.7em;
color:#000000;
}

.horline {
margin:2px 3px 2px 3px;
height:1px;
overflow: hidden;
background:url(/assets/images/dottedline_hor.jpg) repeat-x;
}

div#questionnaire-form {
  margin-top: 5px;
}
div#questionnaire-form p.info {
  margin: 5px 0px 5px 0px;
  font-size: 80%;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
div#questionnaire-form td {
  font-size: 13px;
}
div#questionnaire-form input,
div#questionnaire-form textarea,
div#questionnaire-form select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #E8FFFB;
}

/* COURSE TEMPALTE SPECIFIC - START */


#courseintro p{
font-size:0.8em; 
font-weight:400;
}

#coursemenu{
margin-bottom:1px;
margin-right:2px;
font-size:11px; 
height:19px;
width:540px;
background: #DDEBFF url(/assets/images/corner_rt.gif) no-repeat left top;
 }
 #coursemenuright{
 background: url(/assets/images/corner_lt.gif) no-repeat right top;
 padding:4px 10px 4px 8px;
 }
 #coursemenuright a {
font-size:11px;  
 }
#coursemenu .aover {
	color: #fff;
	background-color:#9999FF;
	padding:2px 1px 2px 1px;
}		

#coursebannerblock{
	padding:5px; 
	margin-left:10px; 
	border:1px ridge #9999FF;
	background-color: #EAFFFB;
	margin-bottom:10px;
}

.testimonials {
float:right;
width:200px;
padding:5px;
margin-left:5px;
border-left: 1px solid #9999FF;
}
.tbody {
font-weight:800;
}
.tauthor {
text-align:right;
font-style:italic;
margin-top:5px;
}

#courselist {
border:1px solid #999999;
margin-bottom:8px;
}

/* COURSE TEMPALTE SPECIFIC - END */



/*  footer content styles 
******************************************************/
#page-footer p {
  margin: 0px 0px 2px 0px;
/**  font-size:70%;*/
  font-size: 11px;
}
/*#page-footer-copy {
  font-size: 65%;
  margin: 0px;
}
#page-footer-links {
	font-size: 65%;
  margin: 0px 0px 0px 0px;
	padding-right:5px;
	text-align:center;
}*/
#page-footer-links p {
  margin: 0px 0px 2px 0px;
}
#page-footer-links .hotline {
	padding-top:3px;
	font-weight:800;
	text-align:center;
}

#FooterTable{
background-image:url(/assets/images/bot_back.jpg);
background-repeat:repeat-x;
color:#FFFFFF;
}
#FooterTable a,#FooterTable  p{
color:#FFFFFF;
}

#FooterMenuCell{
width:100%;
background-image:url(/assets/images/bot_m.jpg);
background-repeat:no-repeat;
color:#FFFFFF;
}
#FooterIconsCell{
width:168px;
font-size:9px;
float:left;
}

#xtmotion-strapline p {
  margin: 0px 0px 0px 0px;
  padding: 10px 2px 8px 0px;
  font-size: 55%;
}
#xtmotion-strapline a:link,
#xtmotion-strapline a:visited {
  text-decoration:none;
  color: #CCC;
}
#xtmotion-strapline a:hover {
  text-decoration: underline;
  color:#CCC;
}


/** DEBUG CONSOLE START */
div#debug {
 position: absolute;
 width: 350px;
 height: 250px;
 left: 100%;
 margin-left: -370px;
 top: -10px;
 overflow: auto;
 padding: 5px;
 font-size: 12px;
 white-space: normal;
 background-color: #000;
 border: 2px solid #CCC;
}
div#debug div#debug-content-start {
}
div#debug .debug-message-start {
}
div#debug .debug-message-end {
  margin-top: 4px;
  margin-bottom: 5px;
  border-bottom: 1px solid #FF0000;
}
div#debug .debug-message {
  padding: 5px 3px 0px 3px;
  color: #FFF;
  background-color: #333;
}
div#debug .debug-message:hover {
  color: #000;
  background-color: #CCC;
  border-bottom: 1px solid #FFF;
}
/** DEBUG CONSOLE END*/


/*  misc content styles 
******************************************************/


.floatRight {
	float:right;
	width:100px;
	padding:5px;
}
.clearBoth {
	clear:both;
}	


.spanAsTable p {
	margin:1px;
	padding:1px;
	border-bottom:1px solid #EAEAEA;
}

.spanAsTable p span {
	display:block;
	float:left;
	width:120px;
	color:#999999;
	font-size:0.9em;
}

/*Definition for tooltip popups*/
a.info {
position:relative;
z-index:100;
background-color:#ccc; 
color:#000; 
text-decoration:none; 
}
a.info:hover { 
z-index:100; 
background-color:#ff0; 
}
a.info span { 
display: none; 
}
a.info:hover span { 
display:block;
z-index:101;
position:absolute; 
top:0px; 
left:-130px;
width:130px;
padding:3px;
border:1px solid #FF0000; 
background-color: #F9F7F7;
/*font-size:10px;*/
}


/*################################################################
#           MD specific styles 
##################################################################*/
ul.bluebulletSPC {
	margin-left: 9px; /*removes indent IE and Opera*/
	padding-left: 9px; /*removes indent Mozilla and NN7*/
} 

.bluebulletSPC li, #content .bluebulletSPC li{
list-style-image:none;
list-style-type:none;
padding:2px 3px 3px 3px;
width:480px;
background-color: #D7D7FF;
margin-bottom:3px;
margin-left:0;
}

.bluebulletSPC a:link {
font-size:11px;
font-weight: 800;
color: #383838;
text-decoration: none;
}
.bluebulletSPC a:visited {
font-size:11px;
font-weight: 800;
color: #383838;
text-decoration: none;
}
.bluebulletSPC a:hover {
text-decoration: underline;
}

.pdfback{
background-color:#E8F7FF;
border-bottom:1px solid #CCCCCC;
font-size:0.7em;
}
.punderlined {
margin:3px 0 4px 0; 
border-bottom:1px solid #CCC; 
padding-bottom:2px;
}
.graydesc {
color:#666;
}

.courseIntro {
font-style:italic;
font-weight:800;
padding:3px;
background-color:#F7F7F7;
}


.formButton {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-color:#D1E6FC;
	font-weight:800;

}

