/*-------Page Structure-------- */

@charset "UTF-8";
body  {
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font:arial;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
}

.thrColFixHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
.thrColFixHdr #header { 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(../Images/genheader.gif);
	background-repeat:no-repeat;
	background-position:top;
} 

.thrColFixHdr #headerTop {
	min-height:100px;
	padding:10px;
} 


.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;
}

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
/*-------Text Formatting------- */

/*-------Header-------- */

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


 .thrColFixHdr .phone a:link, .phone a:visited, .phone {
	text-decoration:none;
	color:#000066;
	font-size:12px;
	font-weight:bold;
	margin-right:15px
}

.thrColFixHdr  .phone a:hover {
	text-decoration:underline;
}

/*-------Sidebar 1-------- */

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 18px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
	font-size:11px;
	margin-right:0px;
	margin-bottom:0px;
	border-right: 1px #999999	groove;	
	
}

.thrColFixHdr #sidebar1 ul{
	margin: 3px 5px 0px 0px;
	list-style-image:url(../images/redarrow.gif);
	line-height:1.3;
	color:#333333;
	font-weight:bold;
	font-size:10px;	
}

.thrColFixHdr #sidebar1 h1 {
	font-size:15px;
	color:#660000;
	line-height:1.6;
	text-align:center;
	padding:0px;
	margin:0px 5px 0px 5px;
	border-bottom:double 3px #999999;
}

.thrColFixHdr #sidebar1 p, .thrColFixHdr #sidebar1 p a:link, .thrColFixHdr #sidebar1 p a:visited  {
	text-align:right;
	color: #660000;
}

 .thrColFixHdr #sidebar1 a:link, .thrColFixHdr #sidebar1 a:visited {
	color:#000066;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

.thrColFixHdr #sidebar1 a:hover {
	color:#000066;
	text-decoration:underline;
}


/*-------Sidebar 2-------- */

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 10px; /* padding keeps the content of the div away from the edges */
	margin-right: 0px;
	color:#999999;	
}

.thrColFixHdr #sidebar2 h1 {
	font-size:14px;
	color:#000066;
	line-height:1.6;
	border-bottom:inset #FFCC00;
	text-align:center;
	width:100%;
}



/*-------Main Content-------- */

.thrColFixHdr #mainContent {
	margin: 0px 220px 10px 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 5px 15px 0px 15px;
	border-right: 1px #999999	groove;
	border-left: 1px #999999	groove;
	border-bottom: 1px #999999	groove;
}

.thrColFixHdr #mainContent h1, #popup h1{
	font: 22px Helvetica;
	font-weight:bolder;
	color:#990000;
	text-align:center;
	border-bottom:1px #999999 groove;
	} 

.content {
	padding: 0px 30px 0px 30px;
	margin-top: -20px;
	border: 1px #999999	groove;
	text-align: left;
}

.content ul {
	padding: 0px 30px 0px 30px;
	margin-top: -20px;
	border: 1px #999999	groove;
	text-align: left;
}


/*-------Solutions-------- */


#Solutions .tabcontent li{
padding: 5px 50px 5px 0px;
}

#Solutions .tabcontent ul{
list-style-image:url(../Images/bluearrow.gif);
}


/*-------Communications-------- */

#Communications h2 {
	text-align:left;
	color:#000066;
	font-size: 18px;
	font-variant:small-caps;
}

#Communications h3{
	color:#000066;
	font:16px;
	}

#Communications .tabcontent li{
padding: 5px -0px 5px 0px;
border-bottom:#FFCC33 1px dashed;
font-size:14px;
list-style:none;
}

#Communications .tabcontent li a, #Communications .tabcontent li a:visited{
text-decoration:none;
color:#000066;
}

#Communications .tabcontent li a:hover{
text-decoration:underline;
}

#Communications .date{
color:#999999;
font-size:12px;
}

#Commmunications h2 .author{
	text-align:center;
}

#Communications .authortitle{
	color:#999999;
	font-size:14px;
	text-align:center;
	margin-top:-10px;
}

/*-------About-------- */

#About h2 {
	text-align:left;
	color:#000066;
	font-size: 18px;
	font-variant:small-caps;
}

#About ul {
	list-style-image:url(../Images/bluearrow.gif)
	}


/*-------Footer-------- */
.thrColFixHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:0 0 0 0 ;
	font-size:12px;
	text-align: center;
	color:#999999;
} 


/*-------Breadcrumbs-------- */
p.breadcrumb {
	font: 11px bold Verdana, Tahoma, Georgia, Geneva; 
	color:#000099;
	margin
}


/*-------Rounded Corners-------- */

	.teaser {	/* Box */
		width:380px;
		padding:0 0 14px 0;
		margin:20px auto;
		background:url("../images/380RoundCorner.gif") bottom left no-repeat;
		text-align:left;
	}
	.teaser h2 { /* Headline */
		margin:0;
		padding:7px 10px 3px 10px;
		font-size:18px;
		background:url("../images/380RoundCorner.gif") top left no-repeat;
		color:#CC9933;
	}
	.teaser h3 {	/* Secondary Headline */
		margin:0;
		padding:0;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#fff;
		font-size:12px;
		color:#666666
	}
	.teaser p {  /* Text */
		margin:0;
		padding:0 10px 3px;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#fff;
		font-size:13px;
		text-align:justify;
	}
	.teaser a.more {	/* More Tagline */
		display:block;
		padding:0 24px 0 0;
		text-align:right;
	}


/*-------Blog Feed-------- */

.thrColFixHdr #blog h1 a:visited, .thrColFixHdr #blog h1 a:link, .thrColFixHdr #blog h1{
	color:#000066;
	text-decoration:none;
	font-family:18px "Times New Roman", Times, serif;
	text-align:left;
	}

.thrColFixHdr #blog h1 a:hover{
	text-decoration:underline;
	}	
	
.thrColFixHdr #blog .date{
	margin:-10px 0px 0px 10px;
	color:#666666;
	font-weight:bold;
	}

.thrColFixHdr #blog p{
	color:BLACK;
	}

.thrColFixHdr #blog li{
	list-style-image:url(../Images/bluearrow.gif)
	}
	
.thrColFixHdr #blog .more a:link, .thrColFixHdr #blog .more{
	text-align:right;
	}


/*-------news sidebar2 list------*/

.newsTitles  {
list-style: none;
color:#33333;
font-size:12px;
border-bottom:#CCCCCC;
border-bottom-style:solid;
border-bottom-width: thin;
padding-left:10px;
text-align:left;
width: 90%;
}

.newsTitles a:link,  .newsTitles a:visited  {
	color:#000066;
	text-decoration:none;
}

.newsTitles a:hover {
	text-decoration: underline;
}


/*-------Thought Leadership sidebar2 list------*/

.ThoughtLeadershipTitles, .ThoughtLeadershipTitles li  {
list-style: none;
color:#33333;
font-size:12px;
border-bottom:#CCCCCC;
border-bottom-style:solid;
border-bottom-width: thin;
padding-left:10px;
text-align:left;
width: 100%;
margin-left: -20px;
}

.ThoughtLeadershipTitles a:link,  .ThoughtLeadershipTitles a:visited  {
	color:#000066;
	text-decoration:none;
}

.ThoughtLeadershipTitles a:hover {
	text-decoration: underline;
}


/*-------Media Contact Info------*/

dl#contactInfo {
	float:right;
	margin:15px 5px 5px 10px;
	padding:0 10px 10px 10px;
	border:#CC3300 solid 1px;
}

dl#contactInfo dt {
	margin:0;
	padding:1px 3px;
	width:13em;
	position:relative;
	top: -7px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:80%;
	color:#FFFFFF;
	text-align:center;
	background:#CC3300;
	border:#CC3300 solid 1px;
}

dl#contactInfo dd {
	font-size:80%;
	margin:0;
	text-align:center;
}

dl#contactInfo .contactName {
	font-weight:bold;
}

/*-------News Articles------*/

.thrColFixHdr #mainContent #NewsArticle h1{
	width:90%;
	font-size: 15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000066;
	font-variant:small-caps;
	text-align:left;
	
	}
.thrColFixHdr #mainContent #NewsArticle h2{
	font-size: 14px;
	font-style:oblique;
	text-align: left;
	color:#330000;
	border:#000000 groove 1px;
	}

#NewsArticle .NewsDate{
	font-weight:bold;
	font-size:12px;
	color:#999999;
	margin-left:15px;
	margin-top:-10px;
}

/*---------Menu Highlights--------------*/

#Home a#homeLink, #Communications a#communicationsLink, #Solutions a#solutionsLink, #Support a#supportLink, #About a#aboutLink, #partners a#partnersLink, #products a#productslink {
	background-color:#FFFFFF;
	text-decoration:underline;
	color:#000066;
	}
	
.solutionsHome a.solutionsHomeLink, .Services a.servicesLink, .nod a.nodLink, .kli a.kliLink, .ea a.eaLink, .newsMenu a.newsLink, .thoughtLeadershipMenu a.thoughtLeadershipLink, .leadingExecutionMenu a.leadingExectionLink, .upcomingEventsMenu a.upcomingEventsLink, .aboutMenu a.aboutLink, .clientsMenu a.clientListLink, .contactMenu a.contactLink, .clientTestimonialsMenu a.clientTestimonialLink, .partnersMenu a.partnersLink{
	color:#993300;
	text-decoration:underline;
	}
	
	
