@charset "UTF-8";

body  {
	font: 100% arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	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: #919194;
}

#container
{
	width: 988px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
} 

#orangepanel {	
	background-image: url(graphics/orangepanel_bg.gif);
	background-repeat: repeat-y;
	background-position: 152px;
}

#whitepanel
{
	background-image: url(graphics/whitepanel_bg.gif);
	background-repeat: repeat-y;
}

#contenttable
{
	margin: 0;
	clear: both;
	width: 988px;
}

#contenttop
{
	padding: 0;
	margin: 0;
	background-image: url(graphics/contenttop_bg.gif);
	width: 988px;
	height: 149px;
	background-repeat: no-repeat;
	background-position: 0px 93px;
}

/*
#contentcontainer
{
	margin: 0;
	padding: 0;
	background-image: url(graphics/home_bg.gif);
	background-repeat: no-repeat;
}
*/

#nav
{
	width: 154px;
	/* 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 */
	padding: 0px;
	/* padding keeps the content of the div away from the edges */
	margin: 7px 0 0 0;
	background-image: url(graphics/nav_bg.gif);
}

.hiddennav { margin: 0 0 0 10px; }

#navtopbg
{
	background-image: url(graphics/nav_top.gif);
	background-repeat: no-repeat;
	margin: 0px 0 0 0;
}

#nav a
{
	color: #000000;
	text-decoration: none;
}

#nav a:hover { 
	color: #D6541E; 
	text-decoration: none;
}

#nav ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#nav li
{
	color: #D6541E;
	font-size: 12px;
	font-weight: bold;
	background-image: url(graphics/main_nav_bg.gif);
	background-repeat: no-repeat;
	padding: 7px 0px 1px 0px;
	margin: 0px;
	line-height: default;
}  

#activenav a.open
{
	color: #D6541E;
	text-decoration: none;
}


#activenav li
{
	color: #A31D2D;
	font-size: 12px;
	font-weight: bold;
	background-image: url(graphics/main_nav_bg.gif);
	background-repeat: no-repeat;
	padding: 7px 0px 1px 0px;
	margin: 0px;
}  

#activenav li ul
{
	display: block;
	width: 135px;
	background-image: url(graphics/subnav_bg.gif); 
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}  


#nav li.subnav
{
	font-size: 12px;
	width: 112px;
	font-weight: normal;
	background-image: url(graphics/subnav_bg.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 4px 0px 0px 12px;
}  

#nav li.subnavbottom
{
	height: 6px;
	background-image: url(graphics/subnav_bottom.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}  

#nav li.nav3
{
	color: #A31D2D;
	font-size: 12px;
	width: 80px;
	font-weight: normal;
	background-image: url(graphics/subnav_bg.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 4px 0px 0px 12px;
}  

  
.hiddennav li ul
{
	display: none;
	width: 135px;
	background-image: url(graphics/subnav_bg.gif); 
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}  


#nav li ul ul
{
	width: 100px;
/*	background-image: url(graphics/subnav_bg.gif); */
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}  

#navbottom
{
	position: relative;
	top: -1px;
}

.hiddennav li:hover ul, li.over ul { display: block; }
  
#rightsidebarhome
{
	/* since this element is floated, a width must be given */
	width: 321px;
	/* 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 */
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
}

#rightsidebar
{
	/* since this element is floated, a width must be given */
	width: 320px;
	/* 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 */
	padding: 0px;
	margin: 0px;
	background-image: url(graphics/whitepanel_bg_long.gif);
	background-repeat: repeat-y;
}

#maintext { margin: 0 0 0 24px; }

#maintext p, #maintext li
{
	padding: 3px 20px 3px 0;
	color: #FFF;
	font-size: 13px;
	line-height: 15px;
}

#maintext ul
{
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 11px 15px;
	padding: 0;
}

#maintext ol
{
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 11px 15px;
	padding: 0;
}

#clientquote
{
	width: 260px;
	padding: 0px;
	margin: 0px;
}


#clientquote p
{
	color: #231F20;
	font-size: 12px;
	padding: 0 16px 10px 6px;
	margin: 0;
	line-height: 20px;
}

#clientquote p.quoter
{
	font-size: 10px;
	font-style: italic;
	margin: 0 0 0 70px;
	line-height: 12px;
}


#mainContent
{
	padding: 0px;
	width: 514px;
	background-image: url(graphics/maincontent_bg.gif);
	background-repeat: no-repeat;
} 

.maincontentbg
{
	background-image: url(graphics/orangepanel_bg.gif);
	background-repeat: repeat-y;
}

#contentbottom
{
	padding: 0;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 0 0 154px;
} 


.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;
}

.nospace
{
	height: 0;
	font-size: 1px;
	line-height: 0px;
	display: none;
}


#logo
{
	margin: 35px 0 0px 50px;
	float: left;
}

#contenttopright
{
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}

#sectionheader { margin: 68px 63px 0 0; }


#casetext, #experttext { margin: 0 0 0 80px; }

#casetext p, #experttext p, #leadertext p
{
	padding: 0px 20px 6px 0;
	margin: 0;
	color: #FFF;
	font-size: 13px;
}

#casetext h1
{
	padding: 0px 20px 0px 0;
	color: #FFF;
	font-size: 16px;
}

.casestudycol { width: 200px; }

.bio { 
	width: 245px; 
	}

/* use this to show the list of experts 
.bio { 
	width: 235px; 
	background-image: url(graphics/dots.gif);
	background-repeat: repeat-y;
	}

*/

.expertlist { padding: 8px 0 0 0; }

#casetext td p, #experttext td p, #leadertext td p
{
	font-size: 11px;
	padding: 8px 20px 3px 0;
	line-height: 13px;
}


#leadertext td p
{
	font-size: 11px;
	padding: 8px 30px 3px 0;
	line-height: 13px;
}



.tabareaintro { 
	margin: 6px 20px 0 50px; 
}


#tab1, #tab2, #tab3, #tab4
{
	display: none;
	background-image: url(graphics/tabarea_bg.gif);
	background-repeat: repeat-y;
	margin: 20px 0 0 0;
}

#tab1 p, #tab2 p, #tab3 p, #tab4 p
{
	color: #231F20;
	font-size: 11px;
	margin: 0px 8px 8px 14px;
	padding: 0px;
	line-height: 12px;
}

#tab1 ul, #tab2 ul, #tab3 ul, #tab4 ul, #tab1 ol, #tab2 ol, #tab3 ol, #tab4 ol
{
	padding: 0px 0px 8px 0px;
	margin: 0px 8px 0px 14px;
}

#tab1 li, #tab2 li, #tab3 li, #tab4 li
{
	color: #231F20;
	font-size: 11px;
	margin: 0px 8px 5px 14px;
	padding: 0px;
	line-height: 12px;
}

#tab1 a, #tab2 a, #tab3 a, #tab4 a, #tab1 a:visited, #tab2 a:visited, #tab3 a:visited, #tab4 a:visited 
{
	color: #809CD0;
}


.tabareacol { width: 225px; }

.clearright { 
	clear: right; 
	font-size: 1px;
    line-height: 0px;
}

.contentleft
{
	float: left;
	width: 164px;
	margin: 0px;
	padding: 0px;
}

.contentright
{
	float: right;
	width: 424px;
	margin: 0px;
	padding: 0px;
}

.floatright {	
	float: right;
	margin-left: 8px;
}

.floatleft {	
	float: left;
	margin-right: 8px;
}

p.tabintro
{
	width: 445px;
}

p, li
{
	font-family: arial, helvetica, sans-serif;
}

ul
{
	list-style-type: disc;
	list-style-position: outside;
/*	margin: 0 0 11px 15px;  */
	padding: 0;
}

ol
{
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 11px 15px;
	padding: 0;
}


/*
#mainContent p, #mainContent li
{
	font-size: 13px;
}

h3
{
	color: #7C6A55;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	line-height: 22px;
	text-transform: inherit;
}

#mainContent h1
{
	font-size: 13px;
	margin: 0 35px 11px 0px;
	color: #175996;
}

#mainContent h2
{
	font-size: 11px;
	margin: 0 35px 11px 0px;
	color: #175996;
}


#mainContent .contentright p, #mainContent .contentright h1, #mainContent .contentright h2

{
	margin: 0 35px 11px 25px;
}

*/
/* #mainContent a, #mainContent a:visited { color: #ffffff; } */


a, a:visited { color: #ffffff; }

a:hover { color: #A31D2D; }


#mainContent a:hover { color: #A31D2D; }

#rightsidebarcontent { padding: 8px 8px 0px 15px; }

#news { padding: 0px 0px 0px 15px; }

#rightsidebarcontent p
{
	color: #231F20;
	font-size: 11px;
	padding: 0 16px 10px 6px;
	margin: 0;
	line-height: 12px;
}

#news p
{
	color: black;
	font-size: 11px;
	padding: 0 90px 10px 6px;
	margin: 0;
	line-height: 12px;
}

#rightsidebarcontent a, #rightsidebarcontent a:visited, #news a, #news a:visited
{
	color: #809CD0;
}

#rightsidebarcontent a:hover, #news a:hover
{
	color: #A31D2D;
}

#footer
{
	font-size: 9px;
	margin: 10px 0 10px 4px;
}

#footer a, #footer a:visited, #footer a:hover
{
	color: #919194;
}

.clickable { cursor: pointer; }

.error { color: #981b1e; } 