/*resets*/

/* Blueprint Comressed Version */

/* reset.css */
html,body,div,span,applet,object,iframe, h1,h2,h3,h4,h5,h6,p,blockquote,pre, a,abbr,acronym,address,big,cite,code, del,dfn,em,font,img,ins,kbd,q,s,samp, small,strike,strong,sub,sup,tt,var, dl,dt,dd,ol,ul,li, fieldset,form,label,legend, table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body{line-height:1;color:#333;
background-color:#ffffff}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}

/* typograpghy.css */
body{font-family:Arial,Verdana,sans-serif;line-height:1.5;}
body{font-size:11px;}
html > body{font-size:11px;}
h1,h2,h3,h4,h5,h6{font-family:Arial,"Lucida Grande",Verdana,sans-serif;color:#111;clear:both;}
h1{font-size:3em;}
h2{font-size:2em;}
h3{font-size:1.5em;line-height:2;}
h4{font-size:1.2em;line-height:1.25;font-weight:bold;}
h5{font-size:1em;font-weight:bold;}
h6{font-size:1em;}
p{margin:0 0 1.5em 0;text-align:left;}
p.last{margin-bottom:0;}
p img{float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.top{margin-top:0;}
ul,ol{margin:0 0 1.5em 1.5em;}
ol{list-style-type:decimal;}
dl{margin:1.5em 0;}
dl dt{font-weight:bold;}
a{color:#052b7c;text-decoration:underline;outline:none;}
a:hover{color:#000;}
blockquote{margin:1.5em 0 1.5em 1.5em;color:#666;font-style:italic;}
strong{font-weight:bold;}
em{font-style:italic;}
pre{margin-bottom:1.3em;background:#eee;border:0.1em solid #ddd;padding:1.5em;}
code{font:0.9em Monaco,monospace;}
hr{background:#B2CCFF;color:#B2CCFF;clear:both;float:none;width:100%;height:0.1em;margin:0 0 1.4em 0;border:none;}
* html hr{margin:0 0 1.2em 0;}
table{margin-bottom:0em;border-top:0.0em solid #f0f1f3;border-left:0.0em solid #f0f1f3;border-collapse:collapse;}
th,td{height:1em;padding:0.0em 0.0em 0.0em 0.0em;}
th{font-weight:bold;height:1.7em;}
label{font-weight:bold;}
textarea{height:180px;width:300px;}
p.small{font-size:0.8em;margin-bottom:1.875em;line-height:1.875em;}
p.large{font-size:1.2em;line-height:2.5em;}
p.quiet{color:#666;}
.hide{display:none;}
.alt{color:#666;font-family:"Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",serif;font-size:1.2em;line-height:1%;font-style:italic;}
.dquo{margin-left:-.7em;}
p.incr,.incr p{font-size:0.83333em;line-height:1.44em;margin-bottom:1.8em;}

/*body divs*/
#wrapper
{
	width: 980px;
	padding: 0;
	margin: 0 auto;   /* Centers layout */
}
#mainContainer{
	
}
.container {
  text-align: left;
  position: relative;
  float:left;
  margin: 0;
  padding:0px 15px 0pt 10px;
  background: transparent url(../NEW_IMAGES/shadow_bg.gif) repeat-y scroll right; 
  width: 960px;     /* Total width */
}
.header {
	width: 960px;
	height: 73px;
	overflow: visible;
	position: relative;
	padding:10px 15px 0pt 10px;
	background: transparent url(../NEW_IMAGES/header_bg_.gif) no-repeat scroll top right;
}
#mainRow {
	position: relative;
	left: 0px;
	top: 0px;
}
#menuContainer {
		width: 310px;
		height: 403px;
		background-color:#FFFFFF;
		background-position:left;
		background-repeat:repeat-y;	
		float: left;
		position: relative;
}
#contentContainer {
	width:691px;
	height: 403px;
	float:left;
	overflow:hidden;
	background:#f0f1f3 no-repeat top right;
}
#header{
	float:left;
	color: #003055;
	font-size: 1.05em;
	margin:0;
	padding: 16px 0 10px 29px;
}
h1 {
	color: #003055;
	font-size: 1.4em;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-top: 3px;
}

/* layout settings*/
div.menu #menuContainer
{
	width: 160px;
	background-image:url(../NEW_IMAGES/navSmallBG_short.gif);
}
div.menu #contentContainer
{
	width: 800px;
}
div.submenu #menuContainer
{
	width: 300px;
	background-image:url(../NEW_IMAGES/navSmallBG.gif);
}
div.submenu #contentContainer
{
	width: 660px;
}
div.home #menuContainer
{
	background-color:#003366 ;
	width: 147px;
	background-image:url(../NEW_IMAGES/navSmallBG.gif);
}
div.home #contentContainer
{
	width: 813px;
}

/*header*/
div#logoArea {
/* background-image:url(../NEW_IMAGES/loader.gif); */
background-position:top center;
background-repeat:no-repeat;
width:100%;
height:100%;
}
/* main menu  \*/
#mainMenu{
	position:relative;
	left: 0px;
	top: 180px;	
}

a.menu_link {
}

ul.nav {
	margin: 0px;
	padding: 0;
	list-style: none;
	width: 147px;
	font-family: Arial, helvetica;
	font-size:1.1em;
	line-height: 18px;
	text-align: left;
}
  
ul.nav li {
	position: relative;
	font-size:1.1em;
	text-transform: uppercase;
}

ul.nav li a {
	display: block;
	text-decoration: none;
	color:#FFFFFF;	
	padding: 0;
}
  	
ul.nav li a:hover{
	color:#666666;
	background: transparent url(../new_images/arrow.gif) no-repeat;
	background-position: 10px 9px;	
}

ul.nav li.chosen {
	background: transparent url(../new_images/arrow.gif) no-repeat;
	background-position: 10px 9px;
}

ul.nav li.chosen a {
	color:#666666;
}
/*submenu*/			
ul.nav li ul.nav {
	display:none;
	position: absolute;
}

ul.nav li.chosen ul {
	font-size:.75em;
	position: absolute;
	width:174px;
	left: 137px;
	top: -28px;
	display:block;	
}
li.chosen ul li a 
{
	padding: 5px;
	padding-left:22px;
	background: transparent url(../NEW_IMAGES/dots.gif) 19px 25px;
	background-repeat:no-repeat;
}

li.chosen ul li.chosen a {
	color:#ff0000;
	
}
	
li.chosen ul li.chosen a:hover, li.chosen ul li a:hover
{
	background: transparent url(../new_images/dots.gif) no-repeat 19px 25px;
	color:#003366;
}

li.chosen ul li.chosen {
	background-image:none;
	background-color: transparent;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
	
/* footer section */
#siteFooter {
	margin: 0;
	padding:0px 15px 0pt 10px;
	background: transparent url(../NEW_IMAGES/footer_bg_.gif) no-repeat scroll bottom right;
	width: 960px;
	height:58px;
	text-align:right;
	color:#ffffff;
	font-size: .9em;
	float:left;
	text-transform: uppercase;
}
#siteFooter span{
	display:block;
	margin:22px 0px 0pt 0pt;
	padding:0;
        font-size:.9em;
}
#siteFooter a {
position: relative;
top: -3px;
left: 0px;


}
#siteFooter a:hover {
text-decoration:underline;
}

hr {
	color:#FF0000;
	background-color:#FF0000;
	overflow:hidden;
	padding:0px;
	margin:0px;
	font-size:.1em;
	border:0
}
/* general content style*/
.div1 {
	width:256px;
	height:auto;
	margin:0;
	padding: 0 0 0 29px;
	float:left;
	clear:both;
}

.narrowContentPeople 
{
	width:200px;
	height:auto;
	margin:0;
	padding: 0 0 0 29px;
	float:left;
	clear:both;
}

.div1 p 
{
	margin: 0;
	padding: 0 32px 10px 1px;
	font-size: 1em;
	line-height: 1.4em
}
.div1 h1{
	color: #003055;
	font-size: 1.05em;
	margin-top: 10px;
	padding-bottom: 0px;
	margin-left: -16px;
}

/*sections styles*/ 
.wideContent
{
	width: 625px;
	height:400px;
}
.widestContent
{
	width: 764px;
	height:400px;
}

/*services*/
div.wideContent #flashDiv
{
	/*margin-left:-7px;*/
}
div.services ul.nav ul.nav, div.film ul.nav ul.nav, div.audio ul.nav ul.nav, 
div.tv ul.nav ul.nav, div.interactive ul.nav ul.nav, div.liveevents ul.nav ul.nav, 
div.businesstv ul.nav ul.nav, div.coaching ul.nav ul.nav, div.webcast ul.nav ul.nav
{
	top:-53px;/*fix menu position*/
}

div.services ul.nav ul.nav, div.consulting ul.nav li.chosen ul, 
div.webcast ul.nav li.chosen ul, div.film ul.nav li.chosen ul , 
div.liveevents ul.nav li.chosen ul, div.interactive ul.nav li.chosen ul, 
div.coaching ul.nav li.chosen ul, div.tv ul.nav li.chosen ul, 
div.audio ul.nav li.chosen ul, div.vevents ul.nav li.chosen ul, div.websites ul.nav li.chosen ul
{
	top:-137px;/*fix menu position*/
}



/*video*/
.film p
{
	padding-right: 0;
}
/*clients*/
#clients {
	width: 620px;
	height:auto;
	left: 22px;
	float:left;
	clear:both;
	font-size: .9em;
	line-height: 1.2em
}

.ourclients p
{
	padding:0pt 0px 10px 1px;
}
.ourclients #flashDiv
{
	margin: 0 0 0 20px;
}
/*people*/
div.people #flashDiv
{
	position:absolute;
	left:545px;
	top:15px;
}

/* news archive */
#newsarchive h1{
	color: #003055;
	font-size: .9em;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 10px;
}

#newsarchive h3{
	color: #003055;
	font-size: .9em;
	padding-bottom: 15px;
	padding-left: 15px;
}

#newsarchive h5{
	color: #003055;
	font-size: .9em;
	visibility:hidden;
}

#newsarchive p{
	color: #000000;
	font-size: .9em;
	padding-left: 15px;
	padding-right: 75px;
}

#newsarchive table{
	color: #003055;
	font-size: .9em;
	padding-bottom: 15px;
	padding-left: 50px;
	padding-top: 10px;
	width:440px;
	}

#newsarchive table td{
	padding-bottom: 5px;
	padding-top: 5px;
	color: #003365;
	border-bottom:dotted;
	border-bottom-color:#999999;
	border-bottom-width: 1px;
}

#newsarchive table td a{
	color:#003365;
	text-decoration:none;
}

#newsarchive table td a:hover{
	color:#666666;
	text-decoration:none;
}

.date {
	width:70px;
}


#news_view
{
	float:left;
	width: 400px;
}
#news_list
{
	float:right;
	width: 200px;
}
#news_list p 
{
	clear:both;
}
#news_list .news_header, #news_view .news_header
{
	margin:0 0 1em 0;
	padding:0;
	border-bottom: solid 1px #d81f2a;
	color:#d81f2a;
	font-size: 1em;
	width: 100%;
}
#news_list .news_header
{
	float:left;
}
#news_list .news_header h1
{
	color:#d81f2a;
	float:left;
	margin:0pt;
	padding:0pt;
	font-size: 1em;
}
div.list_page_menu 
{
	float:right;
	color:#003366;
}
.list_page_menu a
{
	color:#d81f2a;
	text-decoration:none;
}
.list_page_menu a:hover
{
	text-decoration:underline;
}
.list_page_menu a.selected
{
	color:#003366;
}
#news_view .title
{
	float:left;
	color:#003366;
	font-weight:bold;
	border-bottom: dotted 1px #003366;
	padding-bottom:5px;
	margin-bottom:10px;
	width:100%;
}
/* Hide from IE-Mac \*/
* html #news_view .title
{
	margin-bottom:-3px;
}
/* End hide */

#news_view .title h1
{
	float:left;
	margin:0;
	padding:0;
}
#news_view .title p
{
	float:right;
	margin:0;
	padding:4px 0 0 0;
}
#news_view .content img
{
	float:left;
	margin: 0 15px 5px 0;
}
#news_view .content p
{
	margin:0;
	padding:0pt 0pt 10px;
}
/* viewpoint*/
#news_view .shadowBox{
	float:left; 
	background: transparent url(../new_images/boxShadow.gif) bottom right; 
	width:407px; 
	height:212px;
}
#news_view .shadowBox .content
{
	float:left; 
	height:137px;
	padding:12px;
}

/*newsletter*/

#newsletter_view
{
	float:left;
	width: 400px;
	height:220px;
}

#newsletter_view .title
{
	float:left;
	color:#003366;
	font-weight:bold;
	border-bottom: dotted 1px #003366;
	padding-bottom:5px;
	margin-bottom:10px;
	width:100%;
}
/* Hide from IE-Mac \*/
* html #newsletter_view .title
{
	margin-bottom:-3px;
}
/* End hide */
#newsletter_list .news_header,#newsletter_view .news_header
{
	margin:0 0 1em 0;
	padding:0;
	border-bottom: solid 1px #d81f2a;
	color:#d81f2a;
	font-size: 1em;
	width: 100%;
}
#newsletter_view .content img
{
	float:left;
}
#newsletter_view .content div.text
{
	float:left;
	margin:0 0 0 10px;
	padding:0;
}
#newsletter_view .content h2, #newsletter_view .content h3
{
	margin:0;
	padding:0;
	font-size: 12px;
	font-weight:bold;
	color:#003366;
}
#newsletter_view .content h2
{
	margin:0 0 15px 0;
}
#newsletter_view .content div.text p
{
	margin:0;
	padding:0;
	color:#003366;
}
#newsletter_view .content div.text a
{
	margin:0;
	padding:0;
	line-height:1.3em;
	color:#003366;
	text-decoration:none;
}

#newsletter_view .content div.text a:hover
{
	text-decoration:underline;
}

#newsletter_list
{
	float:right;
	width: 622px;
}
#newsletter_list p 
{
	float:left;
	width:195px;
	margin:0 10px 0 0;
	padding:0;
}
#newsletter_list p img
{
	margin:0 8px 0 0;
	padding:0;
	width:73px;
	height:104;
}
#newsletter_list p a
{
	font-weight:bold;
	text-decoration:none;
}
#newsletter_list .news_header
{
	float:left;
}
#newsletter_list .news_header h1
{
	color:#d81f2a;
	float:left;
	margin:0pt;
	padding:0pt;
	font-size: 1em;
}






/*careers*/
#careers p {
	padding:0 32px 10px 0;
	margin:0;
	color: #000000;
	font-size: 1em;
}

#careers h1 {
	color: #003055;
	font-size: .9em;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 10px;
}

#careers table {
	position:absolute;
	left: 590px;
	top: 35px;
	width:160px;
}

#careersBigImage{
	position:absolute;
	top:75px;
}

#ctn_site {
	top:50px;
	right:4px;
}

/*showcase*/
#showcase {
	position:relative;
	float:left;
	top:5px;
	left:12px;
}

.showcase object {
	position:relative;
}

/* contact */

img#contactmap
{
	left:365px;
	position:absolute;
	top:85px;
}
img#contactPDF
{
	left:490px;
	position:absolute;
	top:360px;
}
div.contact .contactLetters
{
	color: #cc3333;
	font-weight: bold;
}

div.contact .contactinfo
{
	padding: 136px 0 0 0;
	font-size: .80em;
}

div.contact p
{
	line-height: 1.1em;
	width:380px;
}

/* terms/privacy */
.terms div.div1, .privacy div.div1{
height:373px;
overflow:scroll;
padding-top: 10px;
}
.terms div.div1 p, .privacy div.div1 p, .terms div.div1 ol, .privacy div.div1 ol{
padding-right: 10px;
}
.terms div.div1 ol ol, .privacy div.div1 ol ol{
list-style-type: lower-latin;
}
.terms div.div1 h3, .privacy div.div1 h3{
font-size:1.2em;
font-weight:bold;
color:#333333;
}


/* Site Map */

div.sitemap_div 
{
	display: block;
	width: 180px;
	float: left;
	padding: 0px 0px 0px 20px;
}

ul.sitemap_list
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;	
}
ul.sitemap_list li
{
	float: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
}
ul.sitemap_list li a
{
	font-size: 1.1em;
	font-weight: bold;
}
ul.sitemap_list li ul li a
{
	font-size: 1.0em;
	font-weight: normal;
}
ul.sitemap_list li ul
{
	padding: 0px 0px 4px 0px;
	margin: 0px;
	list-style-type: none;	
}
ul.sitemap_list li ul li
{
	padding: 0px 0px 0px 20px;
	margin: 0px;
	list-style-type: none;	
}

