h1, h2, h3, h4, h5, h6 {
	color: #595959;
}

/*solutions text headers*/

/* Set Current Tab as slected */
ul#navmenu-h #solutions a,
ul#navmenu-h #solutions li a {
  background: #000 url(/images/navbar/solutions_selected.gif) no-repeat 0 0;
  width: 154px;
  height: 37px;
  padding: 0px;
}
.solutionsHeaders
{
	display: block;
	margin: 0;
	margin-top: 10px;
	font-size: 1.4em;
	font-weight: bold;
}

.tdSolutionsLinksBox
{
	width: 177px;
	height: 444px;
	padding: 10px;
	/*background-image: url(solutions/images/solutionsLinkBoxBackground.jpg);*/
	background-image: url(/solutions/images/solutionsLinkBoxBackground.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

.tdSolutionsLinksBox ul {
	list-style-image:url(/images/template/chevron_11.gif);
	margin:0;
	padding:5px 0pt;
	padding-left: 21px;
}

/* solutionsAnchorBox is used only on solutions index page - 
it is based heavily upon sectionLinks */

div#solutionsAnchorBox { /* right hand side information and link paned */
	float: right;
	border: 0;
	padding: 0;
	width: 177px; /* this means contentMedium is too wide */
	height: 224px;
	background-image: url(/solutions/images/solutionsAnchorBoxBackground.jpg);
	background-position: top left;
	background-repeat: repeat-x;	
}

div#contentMedium {
	width: 555px;  /*760-10(margin)-18(downloads padding)-150(sectionlinks)= */
}

div#solutionsAnchorBox ul {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 27px; /* chosen carefully to position chevron bullet 1+5=6px + 15px = 21px within sectionlinks's border */
	/*margin: 0;*/
	margin-left: 20px;
	margin-left: 0;
	list-style-image: url(/solutions/images/triangle.gif);
}

div#solutionsAnchorBox li {
	line-height: 200%;
	font-weight: bold;
}

div#solutionsAnchorBox li a {
	color: #000000;
}

div#solutionsAnchorBox h2 {
	color: #0079a1;
	font-weight: bold; 
	font-size: 1.3em;
	padding: 0;
	margin: 0;
	letter-spacing: normal;
	padding-left: 5px;
	padding-top: 5px;
}

div#solutionsAnchorBox a#selected {
	text-decoration: underline;
	font-weight: bold;
	color: #0079a1;
}



/********************/
/* index grid style */
/* is shared by each Solutions article */
/* with various attributes overridden at the local level */

/* general attributes */
/* shared in articles */

table#index td {
	vertical-align: top;
	border-right: solid #ffffff 8px;
}

table#index p.intro { 
	font-weight: bold;
	line-height: 140%;
}

/* specific attributes */
/* for this level only */

table#index h1 { /* completely overridden */
	font-size: 2em;
	margin-top: 30px;
	color: #595959;
}

table#index h3 { /* only occurs in rip solutions and workflow solutions index pages */
	font-weight: bold;
}

/*h1 {
	margin-top: 0;
	font-size: 1em;
	font-weight: bold;
	padding: 0.2em;
}

h2 {
	font-size: 1.7em;
	color: #595959;
	margin-top: 1em;
	margin-bottom: 3em;
	letter-spacing: -0.05em;
}*/


/***********************************/
/* the article table provides very */
/* basic two-column formatting of  */
/* the tabbed-page article         */
/***********************************/

table#article { /* two column formatting table */
}

table#article td {
	vertical-align: top;
}

/**************************************/
/* box styles - these boxes are used  */
/* in all articles; section colouring */
/* is added at the local level        */
/**************************************/

/*************************************/
/* intro box - contains introductory */
/* paragraphs and picture/s          */
/*************************************/

div.intro {
	margin-bottom: 1em;
	font-size: 1.2em; /* new default font size */
	font-weight: bold;
}

div.intro h4 {
	font-size: 1.5em;
	line-height: 140%;
	color: #805689;
}


div.intro p, div.intro div {
	line-height: 170%;
}

div.intro img {
	margin: 0.5em 0;
}

div.intro ul {
	margin: 0;
	margin-top: 1em;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	color: #595959;
	line-height: 130%;
}

div.intro ul li {
	padding-left: 17px;
	margin-bottom: 0.5em;
	background-repeat: no-repeat;
}





