
/*

Title : MASTER
Author : peter.waldock
Company : Lightstone
Date : 25 Apr 2007

Standard :  CSS Level 3


*/

/*  for browsers that ignore the first style */ 
.tripper
{
	font-family : sans-serif;
}

/* skip nav*/
.invisible {
display:none;
visibility:hidden;
}

/*  -- -- -- -- -- -- -- -- -- -- SHARED CONTENT -- -- -- -- -- -- -- -- -- --  */

/*print styles*/
@media print { 
body
{
	color: black;
	background-image:none!important;
}

#gradient
{
	background-image:none;
	background-color:white;
}
.colomn_bottom1, .colomn_bottom2, #flashMan, #bottomcurves, #topcurves {
	display:none;
}

}


/*  master body control */
body
{
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color: #717171;
	text-align:center;

}


h2, h3, h2 h5 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color:#ABABAB;
}
h2{
	margin-bottom:20px;
}

/*  Master text link controls */
a, a:hover
{
     color:white;
	background-color : inherit;
	text-decoration : none;
}

a:hover
{
	text-decoration : none;
}


a:visited
{
color:white;
}

#leftfade {

    position:absolute;
	top:0px;
	left:-180px;
	z-index:21;
	width:20%;
	height:100%;
	background-color:white;
	}

#topcurves {
    position:relative;
	top:0px;
	left:0px;
	z-index:20;
	width:100%;
	height:114px;
	background-image:url(../images/top_tile.jpg);
	background-position:50% 0px;
	background-repeat: repeat-x;
}

body:last-child #topcurves {
	float:left;
}

#gradient
{
    position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	height:auto;
	width:100%;
	background-image:url(../images/bg_tile.jpg);
	background-repeat: repeat-x;
	background-color:#d10e0c;
	float:left;
}

#contentwrapper {
    position:relative;
	top:0px;
	left:0px;
	float:none;
	height:auto;
	width:774px;
	text-align:left;
	padding-bottom:0px;
	padding-top:0px;
	margin-top:-205px;
	margin-left:auto!important;
	margin-bottom:-35px;
	margin-right:auto;
	z-index:50;

}

body:last-child #contentwrapper {
    left:50%;
	margin-left:-385px!important;
}

#content ul li {
	position:relative;
	top:0px;
	left:30px;
	list-style-image: url("../images/bullet.gif");
	padding-left:5px;
	padding-right:50px;
	background-color:#CCFF00!important;
}

#logodots {
	position:relative;
	border:none;
	top:123px;
	left:2px;
	width:193px;
	padding:0px;
	height:101px;
	z-index:30;
}

* html #logodots {
	border-left:1px solid #c5484a;
	border-right:1px solid #c5484a;
	}
	
body:last-child #logodots {
	top:236px;
		width:191px;
}
	
#logo {
	position:relative;
	top:0px;
	left:2px;
	width:193px;
	padding:0px;
	height:121px;
	z-index:10;
	background-image:url(../images/logo.gif);
}

body:last-child #logo {
	top:115px;
}

#leftcolumn, #middlecolumn, #rightcolumn  {
	position:relative;
	height:auto;
	float:left;

}

#leftcolumn, #rightcolumn  {
	border-bottom:0px solid #911112!important;
}

#leftcolumn {
	position:relative;
	top:0px;
	left:0px;
	width:197px;
	padding:0px;
	height:57.5em!important;
	border:2px solid #901011;
	border-bottom:none;
	padding-bottom:24px;
}

body:last-child #leftcolumn{
	width:191px;
	padding-bottom:94px;
}

#nav  {
	position:relative;
	height:57.5em!important;
	margin-bottom:0px;
	display:block;
	width:193px;
	top:0px;
	padding-top:5px;
	left:0px;
	border-bottom:none!important;
	border-top:none!important;
	float:left;
	padding-bottom:0px;
}

* html #nav {
	border:1px solid #c5484a;
}

body:last-child #nav {
	top:15px;
	width:191px;
	padding-bottom:80px;
}

#nav a{
	text-decoration: none;
	top:0px;
	height:28px;
	width:191px!important;
	display:block;	
	padding:10px;
	padding-left:36px;
	font-size:1.1em;
	font-weight: bold;
	color:white;
	border-top:none!important;
}

body:last-child #nav a{
	margin-top:5px!important;
	margin-left:0px;
	float:left;
	padding:0px;
	padding-left:40px;
	width:107px!important;
	height:0em;
}

.navitem, .navitem_selected {
	position:relative;
	border-bottom:1px dotted #d07072;
	height:28px!important;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:5px;
	border-top:none!important;
	float:left;
	display:block;
}

.navitem {
	margin-top:-5px!important;
}


.navitem_selected {
	/*background-color: white;*/
	background-repeat: no-repeat;
	margin-top:-5px!important;
	background-position:top;
	background-repeat:repeat-y;
	background-color:#6a0204!important;
}

.navitem_selected a{
	color:white!important;
	background-color:#6a0204!important;
}


.navitem_selected .navarrow{
display:none;
}

* html .navitem, * html .navitem_selected {
	border-bottom:1px solid #c5484a;
}


body:last-child .navitem, body:last-child .navitem_selected {
	padding-top:5px;
	top:6px;
}

#nav a:hover   {
	background-color:#6a0204;	
	color:#ffffff;
}

body:last-child #nav a:hover  {
	position:relative;
	float:left;
	clear:both;
	top:-10px;
	margin-bottom:-10px;
	width:151px!important;
	height:2.6em;
	padding-top:10px;
}



body:last-child .navitem_selected, body:last-child .navitem {
	width:21.2em;
}

#nav .submenu  {
	position:relative;
	top:-5px;
	background-image:url(../images/submenu_bg.jpg);
	background-repeat:repeat-y;
	display:block;
	float:left;
	}
	
body:last-child .submenu {
	margin-top:5px;
	padding-bottom:5px;
	
	float:left;
}

#nav .submenu a {
	position:relative;
	font-size:0.9em;
	width:190px;
	height:14px;
	padding:0px;
	padding-top:5px!important;
	padding-left:40px!important;
	display:block;
}

* html #nav .submenu a {
	height:22px;
}

body:last-child #nav .submenu a {
	height:1.6em;
	width:17.7em!important;
    top:0px;
	margin-bottom:0px;
	float:left;
	font-size:0.95em;
}

body:last-child #nav .submenu a:hover {
	height:1.6em;
	float:left;
}

/* popups */


#submenu  {
	position:relative;
	top:-5px;
	background-image:url(../images/submenu_bg.jpg)!important;
	background-repeat:repeat-y;
	display:block;
	float:left;
	margin: 0px;              
	padding: 0px;  
	padding-top:3px;  
}


#submenu li{                    
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;    
	background-position:19px 12px;
	float: left;                        
	margin: 0px;              
	padding: 0px;             
	width: 190px!important;      
	display: block;
	margin-bottom:-0.5em!important;
	margin-top:-0.5em!important;
}

body:last-child #submenu li{                    
	background-position:19px 10px!important;
}

#submenu ul {  
	position: absolute;       
	margin: 0px;            
	padding: 0px;            
	list-style-type: none;     
	display: none;
	width: 190px;            
	color: #000;               
	z-index: 99;   
	margin-left:191px;
	margin-top:-3.7em;
	background-color:#950d11; 
	border:1px solid #c5484a;
	padding:10px;
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
	background-image:url(../images/para_bg.jpg)!important;
	background-repeat:repeat-x;

}

body:last-child #submenu ul {  
	padding-right:13px;
	padding-top:10px;
}

#submenu ul li{                  
	color: #000;               
	border: none;             
	margin: 0px;             
	padding: 3px;            
	width: 190px;     
}

body:last-child #submenu li {  
	height:3.5em;                 
	background-image:url(../images/bullet.gif)!important;
	background-repeat:no-repeat;    
	background-position:1px 1px; 
}

#submenu li a{                                
	display: block;
	font-size:0.9em;
	width:190px;
	height:1.5em;
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:5px;
}

body:last-child #submenu li a{                                
	font-size:0.95em;
}

#submenu ul a {                         
	display: block;		 
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:0px;
}

body:last-child #submenu li a {                         
	width:150px!important;
	display: block;
	
}

#submenu a:hover,                
#submenu li:hover{
	display: block;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;    
	background-position:19px 12px;
	background-color:#6a0204;	
}

body:last-child #submenu a:hover,                
body:last-child #submenu li:hover{  
	background-position:19px 15px;
	width:190px!important;
}

body:last-child #submenu a:hover {
	width:150px!important;
}

#submenu li ul li    {
	background-image:none;				
}

#submenu li ul li a     {
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;    
	background-position:19px 12px;				
}

#submenu ul ul{                  
	display: none;   
	position: absolute;
}

#submenu .sub_selected 
{
	background-color:white!important;
	color:black!important;
	padding-top:7px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;    
	background-position:19px 12px;	
	margin-top:3px;
	margin-bottom:8px;
}

body:last-child #submenu .sub_selected 
{
	background-color:white!important;
	background-position:19px 5px;
	height:2.5em;
}

#submenu .sub_selected a:hover
{  
	background-position:19px 9px;	
}


/*non IE browsers*/
#submenu ul li>ul,
#submenu ul ul li>ul{
margin-top: -2em;         
}

#submenu li:hover ul ul,              
#submenu li:hover ul ul ul,
#submenu li:hover ul ul ul ul,
#submenu li:hover ul ul ul ul ul{
	display:none;
}

#submenu li:hover ul,
#submenu ul li:hover ul,
#submenu ul ul li:hover ul,
#submenu ul ul ul li:hover ul,
#submenu ul ul ul ul li:hover ul{
	display:block;
}

li>ul {
	top: auto;
	left: auto;
}

/*popups end*/


#subnav_top {
	position:relative;
	height:4px;
	width:191px;
	background-image:url(../images/submenu_bg_top.jpg);
	background-repeat:no-repeat;
	margin-top:-3px;
	margin-bottom:-3px;
}

body:last-child #subnav_top {
	float:left;
		margin-bottom:-10px;
}

#subnav_bottom {
	position:relative;
	height:4px;
	width:191px;
	background-image:url(../images/submenu_bg_bottom.jpg);
	background-repeat:no-repeat;
	margin-top:-5px;
	margin-bottom:-5px;
	z-index:1;
}

body:last-child #subnav_bottom {
	float:left;
}

.icon {
	position:absolute;
	top:7px;
	left:10px;
}

.navarrow {
	position:absolute;
	top:12px;
	left:173px;
}

.bullet {
	position:relative;
	top:0px;
	left:-15px;
	margin-right:-5px;
	
}

 img {
border:none!important;
}

#contact {
	position:relative;
	display:block;
	clear:both;
	top:5px;
	left:15px;
	width:163px;
	height:146px;
	margin-bottom:30px;
	z-index:1;
}

.home_contact {

	top:20px!important;
	}

/* Video Page */

#videoheader {
	width:600px;
}

.container {
	display: table;
}

.row {
	display:table-row;
}

.cell {
	display: table-cell;
	width: 100px;
	height: 100px;
	border: 1px solid blue;
	padding: 1em;
}

/* MiddleColumn */

#middlecolumn {
	width:350px!important;
	top:0px;
	margin-bottom:0px;
	left:0px;
	padding:11px;
	color:white;
	padding-bottom:90px;
	height:61em;
	font-size:1.07em;
}

body:last-child #middlecolumn{
	padding-right:0px;
	width:375px;
	padding-bottom:50px;
	height:auto;
}

#middlecolumn a, a:hover
{
	color:#e89292!important;
	font-weight:bold;
}

 #middlecolumn a:hover
{
	color:#e89292!important;
	text-decoration:underline!important;
}

#middlecolumn.sitemap a
{
	color:white!important;
	font-weight:normal;
}

#middlecolumn.sitemap h2 a {
	font-weight:bold!important;
}

#middlecolumn h1 {
	font-size:14px;
	color:white;
	margin-left:10px;
	margin-bottom:0px;
}

#middlecolumn h2 {
position:relative;
	color:white;
	margin-left:10px;
	margin-top:20px;
	margin-bottom:-5px;
}

#middlecolumn em {
	position:relative;
	padding:12px;
	display:block;
	margin-bottom:10px;
	border-bottom:1px solid #861918;
	border-top:1px solid #f55b59;
	border-left:1px solid #d73c3a;
	border-right:1px solid #861918;
	background-image:url(../images/para_bg.jpg);
	background-repeat:repeat-y;
	background-position: 0px 5px;
	color:#f17675;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
}

body:last-child #middlecolumn h2 {
width:340px;
}

#middlecolumn p {
	position: relative;
	top:30px;
	display:inline;
	left:10px;
	width:335px;
	padding-right:0px;
	padding-bottom:10px;
	margin-bottom:10px;
	line-height:1.35em;
	float:left;
}

* html #middlecolumn p {
	top:33px;
}

body:last-child #middlecolumn p {
	display:block;
	top:10px!important;
}

#middlecolumn ul {
	position: relative;
	left:15px;
	top:25px;
	padding-bottom:25px;
	margin-right:-20px;
	margin-left:0px;
	float:left;
	margin-bottom:-5px!important;
	width:325px;
}

#middlecolumn ul li{
        position:relative;
		left:0px;
		margin-bottom:0px!important;
		padding-left:15px;
		padding-right:0px;
		float:left;
		width:290px;
		background-image:url(../images/bullet.gif);
		background-repeat:no-repeat;
		background-position: 0px 5px;
		list-style-type:none;
		line-height:1.4em;
}



body:last-child #middlecolumn ul {
	left:-15px;
	top:5px;
}

#middlecolumn ul li ul{
   position:relative;
		top:6px!important;
}

#middlecolumn ul li ul li{
   position:relative;
		background-image:url(../images/bullet2.gif);
		padding-left:15px;
		background-repeat:no-repeat;
		background-position: 0px 5px;
		list-style-type:none;
		top:-15px!important;
		width:200px;
}

#middlecolumn ul li ul {
	padding:10px;
	margin:5px;
}

#internalimage, #flash {
	position: relative;
	top:-18px;
	margin-bottom:-25px;
	left:-8px;
	float:left;
	width:361px;
	height:251px;
}

#internalimage {
	height:165px;
}

body:last-child #flash {
	top:-2px;
}

#welcome_heading {
position:relative;

    top:15px;
	left:0px;
	float:left;

}

body:last-child #welcome_heading {
	top:40px;
	margin-bottom:35px!important;
}

body:last-child .homeheader
{
	margin-bottom:0px!important;
	padding-bottom:85px!important;
}
	
#rightcolumndots {
	position:relative;
	border:none;
	top:-31px;
	left:2px;
	width:187px;
	margin-right:-15px;
	padding:0px;
	height:30px;
	float:left;
	margin-bottom:-12px;
}

* html #rightcolumndots  {
	border-left:0px solid #c5484a;
	border-right:1px solid #c5484a;
}

body:last-child #rightcolumndots  {
	margin-top:16px!important;
	border-left:0px solid #c5484a;
		width:188px;
}
	
#rightcolumn{
	position:relative;
	height:60em!important;
	margin-bottom:0px;
	display:block;
	width:189px;
	top:-40px;
	left:0px;
	margin-right:-15px;
	border:2px solid #901011;
	border-bottom:none;
	border-top:none;
	float:left;
	color:white;
	padding:0px;
}



body:last-child #rightcolumn{
	width:187px;
	height:67em!important;
	margin-bottom:-100px!important;
}

#rightcolumn ul li{
		margin-bottom:3px;
		margin-left:-20px;
		margin-top:5px;
		list-style-image: url(../images/bullet2.gif);
		width:12em;
		/*background-color:#CCFF99;*/
}

#featured, #featured_internal{
	position:relative;
	height:60em!important;
	width:146px;
	top:0px;
	left:0px;
	border-bottom:none;
	border-top:none;
	color:white;
	padding:20px;
	padding-top:50px!important;
	background-image:url(../images/featured_bg.jpg);
	background-repeat:no-repeat;
	background-position:13px 23px;
	}
	
* html #featured, * html #featured_internal {
	width:187px;
	border-left:1px solid #c5484a;
	border-right:1px solid #c5484a;
	}
	
body:last-child #featured, body:last-child #featured_internal{
	width:147px;
	height:57.5em!important;
}

#featured p, #featured_internal p{
	position:relative;
	width:127px;
	top:45px;
	left:10px;
	}
	
	
body:last-child #featured p, body:last-child #featured_internal p{
	top:17px;
	padding-bottom:15px;
	}
	
#featured_internal
{	background-image:url(../images/featured_bg_internal.jpg);
   padding-top:90px!important;
}

/* assign specigic featured section titles*/

#featured_internal.aboutreact {	
	background-image:url(../images/featured_aboutreact.jpg)!important;
	}

#featured_internal.usingactors {	
	background-image:url(../images/featured_usingactors.jpg)!important;
	}
	
#featured_internal.coaching {	
	background-image:url(../images/featured_personalcoaching.jpg)!important;
	}
	
#featured_internal.training {	
	background-image:url(../images/featured_training.jpg)!important;
	}

#featured_internal.personal {	
	background-image:url(../images/featured_interpersonal.jpg)!important;
	}
	
#featured_internal.management {	
	background-image:url(../images/featured_managementskills.jpg)!important;
	}
	
#featured_internal.selling {	
	background-image:url(../images/featured_salesskills.jpg)!important;
	}
	
#featured_internal.creativity {	
	background-image:url(../images/featured_creativity.jpg)!important;
	}
	
#featured_internal.customers{	
	background-image:url(../images/featured_customers.jpg)!important;
	}
	
#featured_internal.presentation {	
	background-image:url(../images/featured_presentation.jpg)!important;
	}
	
#featured_internal.team {	
	background-image:url(../images/featured_teamculture.jpg)!important;
	}

#featured_internal h2 
{
	position:relative;
	left:2px;
	width:137px;
	top:0px;
    color:#ffcdce;
	border-top:1px solid #8b2121;
	padding-top:9px;
	padding-left:8px;
	font-size:1em;
}

#featured_internal p 
{
	top:-10px!important;
	margin-bottom:-10px;
}

.sub_selected
{
	background-color:white!important;
	color:black!important;
}

#feature_selected
{
	height:auto;
	display:inline;
	padding-bottom:0px;
	padding-top:0px;

	background-image:url(../images/featured_selected.jpg);
	background-repeat:repeat-x;
	
	left:2px!important;
	position:relative;
	width:134px;
	margin-bottom:-19px;
	margin-top:10px;
	top:0px;
	background-color:#8b0f11;
}

body:last-child #feature_selected
{
	float:none;
	height:5em;
	display:block;
	margin:0px;
	top:0em;
	padding-top:0px;
	border:none;
	clear:both;
	width:137px;
	margin-bottom:-8px;
}

body:last-child #feature_selected h2
{
	padding-left:10px!important;
	padding-right:10px!important;
	border-top:0px;
}

#feature_selected h2
{
	color:white!important;
	padding-left:20px!important;
	padding-right:20px!important;
}

#feature_selected img {
	display:none!important;
}

#feature_selected p {
	display:none!important;
}

.btn_video {
	position:relative;
	top:0px;
	margin-top:0px;
	margin-bottom:-10px;
	left:-3px;
	float:right;
	height:27px;
	z-index:50;
	}

.btn_more, .btn_more_ms {
	position:relative;
	top:0px;
	margin-top:0px;
	margin-bottom:-10px;
	left:-3px;
	float:right;
	width:52px;
	height:27px;
	z-index:50;
	}
	
body:last-child .btn_more, .btn_more_ms {
	margin-top:1em!important;
	margin-bottom:0em;
	clear:both;
	padding-top:0px;
	}
	
	
body:last-child .btn_more_ms {
	margin-top:-2.5em!important;
	}
	
.btn_more_ms {
	top:-40px;
	position:inherit;
	margin-top:-30px;
	margin-bottom:-160px;
	clear:both;
	display:block;
	}
	
body:last-child .btn_more {
	top:-10px;
	margin-top:19px;
	margin-bottom:0px;
	}
	
	
#quotes{
	position:absolute;
	height:185px;
	width:150px;
	top:9em;
	left:17px;
	}

.white {
	color:white!important;
}

#bottomcurves {
    position:relative;
	top:-50px;
	margin-bottom:-50px;
	left:0px;
	width:100%;
	height:93px;
	background-image:url(../images/bottom_tile.gif);
	background-repeat:repeat-x;
	background-position:50% 0px;
	float:left;
	z-index:55!important;
}


	
#footer {
	position:relative;
	width:100%;
	height:75px;
	top:2px;
	left:-5px;
	margin-top:-80px;
	margin-left:auto!important;
	margin-right:auto!important;
	margin-bottom:0px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	color:white;
	z-index:54;
	float:inherit;
}

* html #footer {
		width:775px;
}

body:last-child #footer {
	height:48px;
	left:-50%;
	margin-left:50%!important;
	margin-right:50%!important;
}

#footerlinks {
	position:relative;
	width:410px;
	height:25px;
	top:-15px!important;
    left:50%;
	margin-left:-105px;
	color:white;
	z-index:60;
	line-height:1.8em;
	margin-bottom:-2em;
}

* html #footerlinks {
	left:90px!important;
	top:0px;
	margin-left:0px!important;
}

body:last-child #footerlinks {
	top:0px!important;
	left:50%;
	clear:both;
	width:400px;
}

.cono
{
	font-size:0.9em;
	color:#aa4949;
	float:left;
}

#footerlinks a {
	float:left;
	position:relative;
	top:0px;
	z-index:10;
	color:white;
	text-decoration:none;
}

* html #footerlinks a, body:last-child #footerlinks a {
	top:0px;
}

#leftcolumn, #nav, #rightcolumn, #featured
{
	height:48em;
	margin-bottom:-2.3em;
	z-index:2!important;
}

.colomn_bottom1, .colomn_bottom2 {
	position:absolute;
	display:block;
	top:54.5em;
	height:10px;
	width:197px;
	border-top:10px solid #920a0a;
	border-bottom:12px solid #bb1414;
	background-color:#a51010;
	left:-3px;
		
}

.colomn_bottom2 {
	top:57em;
	/*width:179px;*/
	width:191px;
	left:-3px;
	margin-right:100px!important;
	/*display:none;*/
}

body:last-child .colomn_bottom1 {
	top:63.5em;
	width:195px;
}

body:last-child .colomn_bottom2 {
	top:66.2em;
	width:192px;
}


#flashMan {

	position:relative;
	top:5px;
	left:54.9%;
	/*left:230px;*/
	width:350px;
	height:72px;
	z-index:70;
	margin-bottom:-62px;
}

* html #flashMan {
	left:210px;
}

body:last-child #flashMan {
	left:54.9%;
	margin-bottom:-62px;
}

body:last-child #leftcolumn, body:last-child #nav, body:last-child #rightcolumn, body:last-child #featured
{
	height:55em;
	margin-bottom:-1.4em;
	z-index:2!important;
}





