/* apple green rgb(146,165,73); */
/* subtle blue rgb(158,187,186); */
/* subtle blue deeper for text rgb(96,152,158); */
/* brown  color: rgb(108,76,45); */


h2 {
	color: rgb(96,152,158) ;
	font-size: 20px; 
	padding-bottom: 4px;
	border-bottom: 2px solid rgb(96,152,158);
	margin-bottom: 14px;
	margin-right:250px; 
}

#news h2 {
	margin-right:250px; 

}

h3 {
	color: rgb(96,152,158) ;
	font-size: 16.25px; 
	padding-bottom: 12px;
	
}

h4, h5 {
	color: rgb(140,159,63) ;
	font-size: 16px; 
	margin-top: 14px;
	margin-right:250px; 
	margin-bottom: 14px;
}

/* h4 is used on pages where the subhead has a border above */
/* h5 is used on pages such as news where there is no border above */

h4 {
	padding-top: 8px;	/* space between the border at the top and the sub */
	border-top: 1px solid rgb(146,165,73);
}

/* first h4 has no border */

h4.first {
	padding-top: 0;	/* space between the border at the top and the sub */
	border-top: none;
}

#home #content p
 {
	font-size:12px;
	margin-top:13px;
	margin-right:250px; 
}

#home #content #leftRightWrapper p	{
	margin-right:0; 
}

p.homeText {
	padding-right: 50px;
}


#text p, #text li {
	font-size: 14px;
	margin-top:14px;
	margin-right:250px; 
}
	
#footer p {
	font-size: 10px; 
	text-align: left;
}

/*  links - before (now subheads only) */

h4 a:link {
	text-decoration: none;
	color: rgb(146,165,73);
}
h4 a:visited {
	text-decoration: none;
	color: rgb(146,165,73);
}
h4 a:hover  {
	text-decoration: none;
	color: rgb(96,152,158); 
}

h4 a:active {
	text-decoration: none;
	color: rgb(146,165,73);
}


/* links new  (previously home only)  */

a:link {
	text-decoration: none;
	color: rgb(96,152,158); 
}
a:visited {
	text-decoration: none;
	color: rgb(96,152,158); 
}

a:hover  {
	text-decoration: none;
	color: rgb(146,165,73);
}

a:active {
	text-decoration: none;
	color: black; 	
}

/* main menu */

#mainmenu {
	margin-top: 0;
}

#mainmenu li  {
	/* height:20px; */
    line-height:14px;
	background-image:url('../images/button.png');
	background-repeat:no-repeat;
	list-style: none; 
	padding: 0; 
	margin: 0;
	padding-bottom: 8px;/* use padding for IE */
	font-size: 11px;
	text-transform: uppercase; 	
	width: 144px;
    font-family: Verdana, Geneva, sans-serif ; 
}

#mainmenu li.noButton  {
	background-image:none;
	height: 100%;
	padding-bottom: 0; /* IE7 */
}

#mainmenu li a, #mainmenu li a:link {
	display:block; /* make the width of the anchor within the list item clickable */
	width: 122px;	/* make width of clickable area 144 image width - 18 px margin */
	margin-left: 18px;
	color: white; 
	text-decoration: none;
}


#mainmenu li a:visited {
	color: white;
}

#mainmenu li a:hover  {
	/* color: red; */

}

#mainmenu li a:active {
	color: black; 	
}

/* note li.IE6over class is used for IE6, see hoverIE6.js script */
#mainmenu li:hover, #mainmenu li.IE6over, #mainmenu li.selected, #mainmenu li.subSelected, #mainmenu li.subIE6over {
    line-height:14px;
	background-image:url('../images/buttonRollover.png');
	background-repeat:no-repeat;
}



/* submenu items  */


#mainmenu li.sub, #mainmenu li.subSelected {
	margin-left: 0;
	padding-left: 0;
	margin-left: 20px;
}

/* note li.IE6over class is used for IE6, see hoverIE6.js script */
#mainmenu li.subIE6over, #mainmenu li.subSelectedIE6over {
    line-height:14px;
	background-image:url('../images/buttonRollover.png');
	background-repeat:no-repeat;
	margin-left: 20px;
}

/* eliminated hierarchy in mainmenu -- no more container ul and li items 
#mainmenu li ul {
	width: 100%;
	margin-bottom:0;
	padding-bottom:0;
	margin-left: 20px;
	padding-left: 0;

}


#mainmenu li.noButton:hover, #mainmenu li.noButtonIE6over {
	background-image:none;
	width: 100%;
	height: 100%;
}
*/



/* side menu */



#sidemenu {
	margin:0;
	padding:0;	
	margin-left:45px;
}

#sidemenu li, #text .textSidebarRight p   {
	padding: 0; 
	margin: 0;
	margin-bottom: 8px;
}

#sidemenu li, #text .textSidebarRight p, #text .textSidebarRight li, #content #sidebarRight p, #currentBio .bioSidebar p, .sidelist, .clientList   {
    font-family: Verdana, Geneva, sans-serif ; 
	font-size: 10px;
}

.sidelist {
	color: rgb(108,76,45); 
}

h6  {
	font-weight: normal;
	font-size: 12px;
    font-family: Verdana, Geneva, sans-serif ;
	margin: 0;
	padding:0;
	margin-left:45px;
	color: rgb(108,76,45);
	text-transform: uppercase;
}

h6.sidelist {
	 margin-left:0; /* was 50px */
	margin-bottom:0;
	font-size: 12px;
}




h6.lowerCase {
	font-size: 11px;
	text-transform: none;
	margin-bottom:0;
	padding-bottom:0;
	margin-left:50px;
	color: black;
}

#home h6.topBorder {
		border-top: 2px solid rgb(96,152,158);
		margin-top: 12px;
		padding-top: 8px;
}

   
#text .textSidebarRight p, #content #sidebarRight p {
	margin-left:45px;
	margin-right:0; 
}

.textSidebarRight h6 {
	margin-bottom:12px;
}


#content #sidebarRight p {
	margin-top:0; 
}

#text .textSidebarRight li {
	margin-right:0; 
	padding:0;

	margin-left:20px;
}

#text .textSidebarRight li, #text .textSidebarRight ul {
	margin-top:0;
	margin-bottom:0;
}

#currentBio .bioSidebar p {
	margin-right: 20px;
	line-height: 2em;
}

#sidemenu li {
	list-style: none; 
}

#sidemenu li a, #sidemenu li a:link {
	width: 100%;
	color: rgb(96,152,158) ;
	text-decoration: none;
}

#sidemenu li a:visited {
	color: rgb(96,152,158) ;
}

#sidemenu li a:hover, #sidemenu li#sideSelected a, #sidemenu li#sideSelected a:link  {
	 color: rgb(108,76,45);

}

#home #sidemenu li {
	margin-bottom:0;
	margin-top: 6px;
}

#sidemenu li a:active {
	color: black; 	
}


/* bullets */

#text ul {
	margin-left: 1em;
	padding-left: 0;
}


/* Disclosure Items */

div.disclosureItemCollapsed p, div.disclosureItemCollapsed li,  div.disclosureItemCollapsed h6 {
	display: none;
}

div.disclosureItemExpanded p,  div.disclosureItemExpanded h6 {
	display: block;
}

div.disclosureItemExpanded li {
	display: list-item;
}


/* images */

#sidebarRight img {
	margin-left:45px;
}

img.disclosureTriangle {
	margin-right: 10px; 
}

/* spans */

span.ital {
    font-style: italic;
}

span.bold {
    font-weight: bold;
	color: black; /* rgb(146,165,73); */
}

span.warning {
	color: red;
}

.spaceAfter {
	margin-bottom: 1em;
}

#text p.alignRight, #LouMusante p.alignRight {

	text-align: right;
		margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}




#text .bioSidebar p {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;	
}

/* hidden */

#hiddenElements {
	display: none;
}


/* process flow */



h2.chart {
	margin-right: 0 ;  /* regular h2 has a margin of 250px */
	margin-bottom: 30px;
	/*background-color: yellow;*/
}


div.processFlow {
	width: 750px;
	margin:0;
	padding:0;
	margin-bottom: 15px;
	vertical-align: top;
	/*background-color: gray;*/ 
}




.box, .arrowBox, .leadin, .solidBox {
	display: -moz-inline-box;		/* firefox */
  	display: inline-block;			/* used for inline items with fixed width */
	width:130px;
	text-decoration: none;
	text-align: center;
	color: rgb(146,165,73);
	margin:0;
	padding:0;
	zoom: 1;
	*display: inline;
	/* background-color: pink;  */


}

.box, .solidBox {
	width:130px;
	vertical-align: top;
} 

.leadin {
	width:100px;
}

.solidBox {
	color: white;
	background-color:  rgb(158,187,186);
	-moz-border-radius: 12px; 
	 padding: 25px 0; 
}

.arrowBox {
	width:30px;
	padding: 25px 0; 
}

div.box ul {
	margin: 0;
	padding: 0;
	padding-left:1em;
	vertical-align: top;
}

div.box ul li {
	font-family: Verdana, Geneva, sans-serif ; 
	font-size: 11px;
	margin: 0  ;
	margin-bottom: 8px;
	padding: 0;
	color: black;
	text-align: left;
	width:110px;
	vertical-align: top;
	
}

#content div.processFlow p.box {
	font-size:13.5px;
}

p.leadin {
	padding-top: 0;	
	/* border: 1px solid gray; */
	vertical-align: top;
	color:  rgb(96,152,158);
}

#text p.attribution {
	text-align: right;
	margin-top:0;
}

#text p.attributionFirst {
	text-align: right;
	margin-top:1em;

}

/* images */

.sidebarImage {
	width:250px;
}

.sidebarImageNews {
	width:200px;
	margin-left:45px;
}

.sidebarImageWithBorder {
	width:200px;
	border: 1px solid rgb(158,187,186);
	margin-top: .5em;
}

.sidebarImageWithBorderGreen {
	width:200px;
	border: 1px solid rgb(146,165,73);
}

a:hover img.sidebarImageWithBorder {
	border: 1px solid rgb(146,165,73);

}

ul.clientList  {
	margin-left:15px; 
	padding-left:0; 
	padding-top:11px;
	margin-top:0;
}

#clientsDiv {
	margin-left:50px;
}

#content #sidebarRight #clientFootnote {
	font-size: 8px;
	 margin-left:15px; 
}
