/** BeginRenderedBy(lexcustom:get-custom-css()) **/
/*
 * Reset the browser styles to (relatively) common denominator.
 */
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;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;}:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}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:"" "";}

.highlight { background-color: yellow }

body {
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	 may not be necessary 
	padding: 1em 2em;
	text-align: center;*/

	 margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: 'Roboto', sans-serif;*/
  font-size: 75%;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

.refLink {
    white-space: nowrap;
}

/* general button styles */
button {
	padding: 2px 2px;
	-webkit-border-radius: 2px 2px;
	-moz-border-radius: 2px 2px;
	border-radius: 2px 2px;
	border: solid 1px rgb(153, 153, 153);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));
	background: -moz-linear-gradient(-90deg, #fff, #ddd);
	color: #333;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-shadow: 0 1px 1px #fff;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
	line-height: 1;
	position: relative;
	font-size: 85%;
}
button:hover{ border-color: #666; }
button:active{ top: 1px; }

#header {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 100%;
	height: 121px;
	/*background: #8c0000 url(banner_r1_c1.png) top left no-repeat;*/
	text-align: left;
	padding-top: 0px;
	padding-bottom: 10px;
}

#header-full
{
    width: 100%;   
    background-color: #fff;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    /*-moz-box-shadow: 3px 3px 4px #444444;
    -webkit-box-shadow: 3px 3px 4px #444444;
    box-shadow: 0px 5px 4px #444444;*/
	/* For IE 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";*/
	/* For IE 5.5 - 7 */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');      */  
}

#main-menu {
    clear: both;
    float: left;
    margin-top: 0;
    width: 100%;

    height: 44px;

    background: #2d2d2d;
background: -moz-linear-gradient(top, #2d2d2d 0%, #2b2b2b 30%, #292929 51%, #272727 75%, #252525 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2d2d), color-stop(30%,#2b2b2b), color-stop(51%,#292929), color-stop(75%,#272727), color-stop(100%,#252525));
background: -webkit-linear-gradient(top, #2d2d2d 0%,#2b2b2b 30%,#292929 51%,#272727 75%,#252525 100%);
background: -o-linear-gradient(top, #2d2d2d 0%,#2b2b2b 30%,#292929 51%,#272727 75%,#252525 100%);
background: -ms-linear-gradient(top, #2d2d2d 0%,#2b2b2b 30%,#292929 51%,#272727 75%,#252525 100%);
background: linear-gradient(to bottom, #2d2d2d 0%,#2b2b2b 30%,#292929 51%,#272727 75%,#252525 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#252525',GradientType=0 );
overflow: hidden;
}

#main-menu > li {
    /*border-bottom: 2px solid #FBB217;*/
    /*float: left;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding-right: 0;
    position: relative;
    /*text-transform: uppercase;*/
    /*border-bottom: 2px solid #FBB217;*/
    /*background: black;*/
     /*height: 44px;
     padding-top: 12px;*/
     
     display: block;
float: left;
background-image: url("../img/main-divider.jpg");
background-position: right center;
background-repeat: no-repeat;
}



#main-menu > li:hover{

	 background-color: #000000;
}
#main-menu > li:hover a{

	 color: rgb(249, 161, 27);
}
#main-menu > li a {

    /*text-transform: uppercase;*/
    /*color: #fff;
    font-size: 12px;
    text-decoration: none;
    line-height: 22px;
    padding: 8px 25px 6px 25px;*/
    padding: 12px 21px;
display: block;
color: rgb(255, 255, 255);
text-decoration: none;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
transition: background-color 200ms linear 0s;
font-family: "Roboto Condensed",sans-serif;

}

#main-menu li a:hover {

    /*background-color: #f00;*/
    /*font-size: 12px;
    text-decoration: none;
    color: #fff;
    margin-left: -1px;
   
color: #f9a11b;*/
background-color: rgb(0, 0, 0);
color: rgb(249, 161, 27);
box-shadow: 2px 0px 10px -5px rgba(0, 0, 0, 0.6) inset, -2px 0px 10px -5px rgba(0, 0, 0, 0.6) inset;
//padding-left: 26px;
background-image: none;
}
/** Dropdown block **/

 #menu > ul > li > .menu_dropdown_block {
    visibility:hidden;
    position: absolute;
    /*border: 1px solid #ddd;*/
    border-top: none;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    //top: 100%;
    color: #575757;
    opacity: 0;
    transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    -o-transition: opacity 100ms linear;
    -webkit-transition: opacity 100ms linear;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 30;
    line-height: 20px;
    list-style: none outside none;
	
	background: #1c1c1c; /* Old browsers */
	background: -moz-linear-gradient(top,  #1c1c1c 1%, #1e1e1e 22%, #212121 45%, #242424 73%, #262626 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#1c1c1c), color-stop(22%,#1e1e1e), color-stop(45%,#212121), color-stop(73%,#242424), color-stop(100%,#262626)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1c1c1c 1%,#1e1e1e 22%,#212121 45%,#242424 73%,#262626 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1c1c1c 1%,#1e1e1e 22%,#212121 45%,#242424 73%,#262626 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1c1c1c 1%,#1e1e1e 22%,#212121 45%,#242424 73%,#262626 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1c1c1c 1%,#1e1e1e 22%,#212121 45%,#242424 73%,#262626 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
}

 #menu > ul > li.right > .menu_dropdown_block {
    right: 0;
}

 #menu > ul > li > .menu_dropdown_block p {
    padding: 5px 5px;
    margin-bottom: 10px;
    line-height: 1.7em;
}

 #menu > ul > li > .menu_dropdown_block *.small {
    font-size: 11px;
    color: #666;
}

 #menu > ul > li > .menu_dropdown_block p.links a {
    text-decoration: none;
}

 #menu > ul > li:hover > .menu_dropdown_block {
    visibility:visible;
    opacity: 1;
    margin-left: 0px;
	min-width:150px;
}

 #menu > ul > li > .menu_dropdown_block.full_width {
    left: 0px;
    width: 100%;
    margin-left: 0px;
}

 #menu > ul > li > .menu_dropdown_block.half_width {
    width: 50%;
}

 #menu > ul > li > .menu_dropdown_block .container {
    padding: 15px 20px 15px 20px;
}

 #menu > ul > li > .menu_dropdown_block .column {
    float: left;
    box-sizing: border-box;
}

 #menu > ul > li > .menu_dropdown_block .column.bordered {
    border-right: 1px solid #ddd;
}

 #menu > ul > li > .menu_dropdown_block .column.span1 { width: 100%; }
 #menu > ul > li > .menu_dropdown_block .column.span2 { width: 50%; }
 #menu > ul > li > .menu_dropdown_block .column.span3 { width: 33%; }
 #menu > ul > li > .menu_dropdown_block .column.span4 { width: 25%; }
 #menu > ul > li > .menu_dropdown_block .column.span5 { width: 20%; }
 #menu > ul > li > .menu_dropdown_block .column.span6 { width: 16%; }

 #menu > ul > li > .menu_dropdown_block .column.span10per { width: 10%; }
 #menu > ul > li > .menu_dropdown_block .column.span20per { width: 20%; }
 #menu > ul > li > .menu_dropdown_block .column.span30per { width: 30%; }
 #menu > ul > li > .menu_dropdown_block .column.span40per { width: 40%; }
 #menu > ul > li > .menu_dropdown_block .column.span50per { width: 50%; }
 #menu > ul > li > .menu_dropdown_block .column.span60per { width: 60%; }
 #menu > ul > li > .menu_dropdown_block .column.span70per { width: 70%; }
 #menu > ul > li > .menu_dropdown_block .column.span80per { width: 80%; }
 #menu > ul > li > .menu_dropdown_block .column.span90per { width: 90%; }

#menu > ul > li > .menu_dropdown_block .column .content {
    padding: 10px 20px;
}

 #menu > ul > li > .menu_dropdown_block h1,
 #menu > ul > li > .menu_dropdown_block h2 {
    font-family: "PT Sans Narrow",sans-serif;
}

 #menu > ul > li > .menu_dropdown_block h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #555;
    border-bottom: 2px solid #888;
    padding: 5px 0 5px 5px;
}
 #menu > ul > li > .menu_dropdown_block h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 5px 5px;
    margin: 0 0 10px 0;
    color: #666;
    border-bottom: 1px dotted #ccc;
  }
  
  /** Submenu block **/

#menu > ul > li >.menu_dropdown_block > ul.menu_submenu_block {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 10px 0 10px 0;
}

#menu > ul > li >.menu_dropdown_block > ul.menu_submenu_block li {
    display: block;
    list-style: none outside none;
    line-height: 20px;
}

#menu > ul > li >.menu_dropdown_block > ul.menu_submenu_block li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #666;
    margin: 0;
    font-family: Tahoma, Verdana, sans-serif;
}

#menu > ul > li >.menu_dropdown_block > ul.menu_submenu_block li a:hover {
    color: #fff;
    background: none repeat scroll 0% 0% rgb(68, 68, 68);
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}


#header h1 {
	background: #fff;
	font-size: 160%;
	margin: 0;
	padding: .25em 0;
	text-shadow: 0 0 2px #fff;
	color: #900;
}

.top-right {
    /*margin-top: 30px;*/
    margin-top: 5px;
	position: absolute;
	left: 39em;
}

.top-right td {
    color: black;
}

.top-right a {
    color: black;
    font-size: 12px;
    margin: 2px;
    text-decoration: none;
    margin-left: 5px;
}

.top-right a:hover {
    /*color: #FBB217;*/
    text-decoration: underline;
}

#content {
	margin: 0 auto;
	width: 90%;
	text-align: left;
}

#tabcontent ul {
	/*border-color: #c20009;*/
	border-bottom: #cecece solid 4px
}
#tabcontent li {
	padding: 0;
	height: auto;
}
#tabcontent li a {
	border: 1px solid transparent ;
	/*font-size: 85%;*/
	/*font-weight: bold;*/
	color: #000;
	/*background: #e0000a ; url(bg-tab.png) top right no-repeat;*/
	/*display: block;*/
	/*padding: 0 .5em 0 .5em;*/
	/*height: 20px;*/
	/*line-height: 22px;*/
	/*text-shadow: 0 -1px 0px #777;*/
	padding: 8px 12px 8px 12px;

	margin-bottom: 0px;
	background: #e6e6e6;
	background: -moz-linear-gradient(top, #e6e6e6 0%, #e6e6e6 36%, #dddddd 57%, #d8d8d8 77%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(36%,#e6e6e6), color-stop(57%,#dddddd), color-stop(77%,#d8d8d8), color-stop(100%,#d4d4d4));
	background: -webkit-linear-gradient(top, #e6e6e6 0%,#e6e6e6 36%,#dddddd 57%,#d8d8d8 77%,#d4d4d4 100%);
	background: -o-linear-gradient(top, #e6e6e6 0%,#e6e6e6 36%,#dddddd 57%,#d8d8d8 77%,#d4d4d4 100%);
	background: -ms-linear-gradient(top, #e6e6e6 0%,#e6e6e6 36%,#dddddd 57%,#d8d8d8 77%,#d4d4d4 100%);
	background: linear-gradient(to bottom, #e6e6e6 0%,#e6e6e6 36%,#dddddd 57%,#d8d8d8 77%,#d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d4d4d4',GradientType=0 );
	margin: 0px 4px 0px 4px;
}
#tabcontent li.selected {
	margin-bottom: 0;
}
#tabcontent li a:hover{


}
#tabcontent li.selected a {
	background: #c20009;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
#tabcontent li em {
	border: 0 none;
	padding: 0;
	top: 0;
}
#tabcontent div.yui-content {
	background: #fff;
	border: 0px solid #c20009;
	padding: .5em;
	height: 50px;
}

#icapsearch,
#ititlesearch,
#ads-searchfor,
#txtFTSearch {
	display: block;
	border: 1px solid #aaa;
	border-bottom-color: #bbb;
	border-top-color: #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 125%;
	padding: 0 .25em;
	line-height: 30px;
	height: 30px;
	width: 500px;
	color: #444;
	text-shadow: 0 1px 1px #fff;
	float: left;
}

#ad-viewer-panel,
#ts-viewer-panel,
#cs-viewer-panel {
	clear: both;
	margin: 1em 0 .5em;
	padding: 0;
}
#ad-search-results,
#capno-search-results,
#title-search-results {
	margin: 1em 0;
	border: 0 none;
	padding: 0;
}
.act {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: .5em;
	padding: 0;
	clear: left;
	text-shadow: 0 1px 1px #fff;
	text-align: justify;
	position: relative;
}
.act .act-number {
	float: left;
	margin: 0 .35em .15em 50px;
	margin-left: 0;
	font-size: 120%;
	width: 50px;
	text-align: center;
	color: #222;
	border: 1px solid #ccc;
	border-top-color: #ddd;
	border-bottom-color: #aaa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: .25em .2em;
}
.act .act-number .label {
	display: block;
	font-size: 50%;
	margin: .15em;
	color: #777;
}
.act .act-title {
	font-size: 120%;
	color: #111;
	margin: .35em 0;
	margin-left: 115px;
	margin-left: 65px;
}
.act .act-long-title {
	line-height: 18px;
	margin: .25em 0;
	margin-left: 115px;
	margin-left: 65px;
	font-size: 12px;
	color: #555;
	padding-left: 10px;
}
.act .act-commencement {
	font-size: 11px;
	color: #000;
	margin:.25em 0;
	margin-left: 115px;
	margin-left: 65px;
	padding-left: 10px;
}
.act .preface {
	/*border-bottom: 1px dotted #444;*/
	padding-bottom: 1em;
	margin-bottom: 10px;
	border: 0 none;
	padding: 0;
}
.act .preface .act-title {
	font-weight: bold;
	font-size: 125%;
	padding-left: 10px;
}
.act .preamble {
	/*float: left;*/
	margin: 0;
	width: 200px;
	text-align: left;
	font-size: 85%;
	overflow: auto;
	height: 450px;
}
.act .preamble .toc {
	font-size: 115%;
	font-style: italic;
	color: #444;
	margin: 0 0 1em .5em;
}

.act .preamble a {
	color: #8c0000;
	text-decoration: none;
	line-height: 18px;
	font-size: 90%;
}

.act .preamble a:hover {
	text-decoration: underline;
}

.subleg {
	/*float: left;*/
	margin-left: 10px;
	padding: .25em;
	padding-left: .5em;
	width: 200px;
	text-align: left;
	font-size: 85%;
	/*background: #fff url(splitter.png) 0 0 no-repeat;*/
}

.subleg
{
    background-color: #f9f9f9; 
    border: 1px solid #eaeaea;
    font-size: 80%; 
    width: 150px; 
    text-align: center;
    padding: 10px; 
    text-shadow: none;
    float: right;
}

.subleg a {
	color: #8C0000; 
    font-weight: bold; 
    text-decoration: none;
}

.subleg a:hover {
    text-decoration: underline;
}

.act #body {
	color: #222;
	line-height: 6px;
    margin-top: 10px;
}

.key-results {
	margin: .5em 0 1em;
	font-size: 90%;
	font-style: italic;
	color:#222;
	text-shadow: 0 1px 1px #fff;
	text-align: center;
	background: url(splitter-hoz.png) bottom center no-repeat;
	padding-bottom: .5em;
}
.key-results a {
	font-size: 95%; 
	color: #8c0000;
	text-decoration: none;
	line-height: 18px;
}
.key-results a:hover {
	text-decoration: underline;
}
.key-results .hilite-keyword {
	font-weight: bold;
}
.hilite-keyword {
	background: #FFFFFF;
	text-shadow: none;
}

.part {
	margin-bottom: 10px;
	/*border-bottom: 1px dotted #aaa;*/
}
.part .heading-part {
	margin: .5em 0 1em;
	padding-left: 120px;
	text-align: center;
	font-size: 115%;
	color: #000;
    line-height: 1.3;
}

.subpart {
    margin: .75em 0 2em;
    clear:left;
}

.subpart .heading-subpart {
	font-size: 115%;
	font-weight: bold;
	margin: .5em 0 1em;
	color: #333;
	padding-left: 115px;
	text-align: center;
}

.section {
	/*margin: .75em 0 2em;*/
	clear: left;
    padding: 5px;
}
.section .sidenote {
	float: left;
	border-right: 1px solid #ccc;
	width: 100px;
	padding: .25em;
	color: #555;
	font-style: italic;
	font-size: 85%;
	text-align: right;
	margin-top: 2.5em;
}
.section .heading-section {
	font-size: 100%;
	font-weight: bold;
    color: #222;
}
.content {
	padding: 0;
	font-size: 100%;
}

p {
    padding: 3px;
}
.num {
    font-size: 100%;
    padding-top: 1px;
}

#cs-actbuttonpanel,
#ts-actbuttonpanel {
	margin: 0;
	padding: 0 0 0 120px;
	padding-left: 80px;
	padding: 0;
	border: 0 none;
	position: relative;
}

#cs-actviewer,
#ts-actviewer {
	margin: 1em auto;
	padding: 0.5em;
	border: 0 none;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #ccc;
	border: 1px solid #ccc;
	border-top-color: #ddd;
	border-bottom-color: #aaa;
}

#cs-actviewer #preface .act-number,
#ts-actviewer #preface .act-number {
	float: none;
	border: none;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 125%;
	color: #222;
	width: auto;
	margin: 0 0 0 120px;
}
#cs-actviewer #preface .act-title,
#ts-actviewer #preface .act-title {
	font-size: 150%;
	text-align: center;
	text-transform: uppercase;
	margin: .5em 0 .5em 120px;
}
#cs-actviewer #preface .act-long-title,
#ts-actviewer #preface .act-long-title {
	text-align: center;
	font-weight: bold;
	font-size: 115%;
	margin: .5em 0 .5em 120px;
}
#cs-actviewer #preface .act-commencement,
#ts-actviewer #preface .act-commencement {
	text-align: right;
	font-size: 120%;
	color: #999;
	margin: .5em 0 .5em 120px;
}
#cs-actviewer .section,
#ts-actviewer .section {
	margin: .75em 0;
}
#cs-actviewer .section .sidenote,
#ts-actviewer .section .sidenote {
	font-size: 9pt;
	text-align: left;
}
#cs-actviewer .section .heading-section,
#ts-actviewer .section .heading-section {
	margin: .5em 0 1em;
	padding: 0;
}
#cs-actviewer .section .content,
#ts-actviewer .section .content {
	/*margin: 0 0 0 120px;*/
	padding: 0;
}

#cs-actviewer .hd,
#cs-actviewer .ft,
#ts-actviewer .hd,
#ts-actviewer .ft {
	font-size: 90%;
	font-style: italic;
	color: #222;
	border: 0 none;
}

/* table styles */
.ygtvblankdepthcell,.ygtvblankdepthcell .ygtvspacer,
.ygtvdepthcell,.ygtvdepthcell .ygtvspacer,
.ygtvtn,.ygtvtn .ygtvspacer,
.ygtvln,.ygtvln .ygtvspacer {
	background: #fff;
	width: 10px;
	height: auto;
}
.act .preamble .ygtvspacer {
	text-decoration: none;
}
.ygtvtp, .ygtvtph,
.ygtvlp, .ygtvlph {
	background: #fff url(plus.png) 2px 2px no-repeat;
}
.ygtvtm,.ygtvtmh,
.ygtvlm,.ygtvlmh {
	background: #fff url(minus.png) 2px 2px no-repeat;
}
.ygtvcontent.ygtvfocus {
	background: #fff;
}
.ygtvcontent.ygtvfocus a.ygtvlabel {
	background: #fff;
}

#ads-search-bn, #btnCapNoSearch, #btnFTSearch {
	float: left;
	padding: 6px;
	margin-left: 5px;
	display: inline-block;
	line-height: 14px;
	font-size: 14px;

	background: #faa82a;
	border-radius: 0;
	border: 0px;
	padding: 5px 20px 5px 20px;
	color: #2d2d2d;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0px;
	text-shadow:none;
}
#ads-search span {
	float:left;
	clear: left;
	display: block;
	margin: .2em .5em .25em 8.75em;
	font-size: 85%;
	font-style: italic;
	color: #aaa;
}

.search-results {
	text-shadow: 0 1px 1px #fff;
	color: #222;
}
.search-results .results-desc {
	font-style: italic;
	font-size: 90%;
	color: #444;
	margin: .5em;
	display: block;
}
.search-results .search-result {
	display: block;
	margin: .5em .5em 1em;
	clear: both;
}
.search-result .capno {
	float: left;
	margin: 0 .35em .15em 50px;
	margin-left: 0;
	font-size: 90%;
	width: 25px;
	text-align: right;
	color: #222;
	border: 1px solid #ccc;
	border-top-color: #ddd;
	border-bottom-color: #aaa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: .5em .1em;
}
.search-result a {
	font-size: 14px; 
	color: #8c0000;
	text-decoration: underline;
	line-height: 18px;
}
.search-result p {
	margin: .25em 0;
	margin-left: 35px;
	line-height: 18px;
}
.search-result .hi {
	background: #FFEC8B;
	text-shadow: none;
}
.search-result .lbl-result-matches {
}

/*** below this edited by ashok ****/

#arr-of-sections ul, #arr-of-sections ul ul { 
list-style-type: none; 
background: url(vline.png) repeat-y; 
margin: 0; 
padding: 0; 
} 
#arr-of-sections ul ul { margin-left: 10px; } 
#arr-of-sections ul li { 
margin: 0; 
padding: 0 12px; 
line-height: 20px; 
background: url(node.png) no-repeat; 
color: #369; 
font-weight: bold; 
} 


#arr-of-sections ul li.last { 
background: #fff url(lastnode.png) no-repeat; 
} 


#toc-year ul.year, #toc-year ul.year ul.months { 
list-style-type: none; 
background: url(vline.png) repeat-y; 
margin: 0; 
padding: 0; 
} 
#toc-year ul.year ul.months { margin-left: 10px; } 
#toc-year ul.year li { 
margin: 0; 
padding: 0 12px; 
line-height: 20px; 
background: url(node.png) no-repeat; 
color: #369; 
font-weight: normal; 
} 

#toc-year ul li.last { 
background: #fff url(lastnode.png) no-repeat; 
} 

#toc-year a {color:#555;}

#toc-cat {margin-top:5px;}
#toc-cat ul.cat { 
list-style-type: none; 
background: url(vline.png) repeat-y; 
margin: 0; 
padding: 0; 
} 
#toc-cat ul.cat { margin-left: 10px; } 
#toc-cat ul.cat li { 
margin: 0; 
padding: 0 12px; 
line-height: 20px; 
background: url(node.png) no-repeat; 
color: #369; 
font-weight: normal; 
} 

#toc-cat a {color:#555;}

#toc-cat ul li.last { 
background: #fff url(lastnode.png) no-repeat; 
} 


#adv-summary {
    float:left;
    width:200px;
}

#adv-rs {
    /*margin-left:220px;*/
    /*float:right;*/
    /*width:800px;*/
}

.title-summary {
 color: #111;
 font-size:110%;
 font-weight:bold;
}

.title-toc {
    color:#222;
    font-size:95%;
    font-style:italic;
}


.yui-content {height:50px; }
.title-search-results {margin-top:4px;}
.yui-module { border:1px dotted black;padding:5px;margin:10px; display:none; }
.yui-module .hd { border:1px solid red;padding:5px; }
.yui-module .ft { border:1px solid blue;padding:5px; }
.yui-pe .yui-pe-content {display:none;}
/** EndRenderedBy(lexcustom:get-custom-css()) **/

.index-heading
{
  color: #890000;
  font-weight: bold;
  font-size: 22px;   
}

.watermark {
	color: #eaeaea !important;
	font-size: 10px !important;
}

#help h1
{
    font-weight: bold;
    font-size: 20px !important;
}

#help h2
{
    font-weight: bold;
    font-size: 15px !important;
}

#help p
{
    padding-top: 10px;
    padding-bottom: 10px;
}

#credits h1
{
    font-weight: bold;
    font-size: 20px !important;
}

#credits h2
{
    font-weight: bold;
    font-size: 15px !important;
}

#credits p
{
    padding-top: 10px;
    padding-bottom: 10px;
}

#credits td
{
    padding: 5px;
}





/* new styling */
.logo{

	margin-left: 46px;
	width: 370px;
	height: 85px;
}

.sb{

	border: 0 !important;
	margin-left: 0px !important;
	background-image: url("../images/search-button.png");
	width:42px;
	height: 42px;
	top: 0px ;
	position: relative;
	left: 0;
	/*outline: 0;*/
	outline-width: 0;

}

.unisearch{

	background: transparent;
	width: 150px !important;
	height: 32px !important;
	border: none;
	border-top: #c7c7c7 solid 2px;
	border-left: #c7c7c7 solid 2px;
	padding-left: 3px;
	color: #44464a;
	font-size: 12px !important;
	border-radius: 0px;
	margin-right: 0px;
	/*margin-top: -9px;*/
	padding: 7px;
	/*padding-bottom: 10px;*/
	padding-top: 0px;
	margin-bottom: 10px;
	line-height: 20px;
	vertical-align: middle;
	top: 0;
	left: 0;
}

#ads-search > input , 
#cap-search > input,
#ft-search > input{

	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: #e6e6e6;
	border: #d5d5d5 solid 1px;
}

.other-resources{

	width: 225px;
}

.ot-head , .ot-head:hover{

	color: #fff !important;
	background: #932c2b !important;
	background: -moz-linear-gradient(top, #932c2b 0%, #952d2c 16%, #992f2e 31%, #9d3130 54%, #a03331 71%, #a53533 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#932c2b), color-stop(16%,#952d2c), color-stop(31%,#992f2e), color-stop(54%,#9d3130), color-stop(71%,#a03331), color-stop(100%,#a53533)) !important;
	background: -webkit-linear-gradient(top, #932c2b 0%,#952d2c 16%,#992f2e 31%,#9d3130 54%,#a03331 71%,#a53533 100%) !important;
	background: -o-linear-gradient(top, #932c2b 0%,#952d2c 16%,#992f2e 31%,#9d3130 54%,#a03331 71%,#a53533 100%) !important;
	background: -ms-linear-gradient(top, #932c2b 0%,#952d2c 16%,#992f2e 31%,#9d3130 54%,#a03331 71%,#a53533 100%) !important;
	background: linear-gradient(to bottom, #932c2b 0%,#952d2c 16%,#992f2e 31%,#9d3130 54%,#a03331 71%,#a53533 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#932c2b', endColorstr='#a53533',GradientType=0 ) !important;
	font-size: 14px;
	padding: 7px  15px 7px 15px !important;
}

.other-resources > tbody > tr{

	color: white !important;
	line-height: 20px;

	padding-top: 7px;
	padding-bottom: 7px;
	background: #edefef;
	background: -moz-linear-gradient(top, #edefef 1%, #eaecec 30%, #e7e8e9 54%, #e4e6e6 70%, #e2e4e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#edefef), color-stop(30%,#eaecec), color-stop(54%,#e7e8e9), color-stop(70%,#e4e6e6), color-stop(100%,#e2e4e5));
	background: -webkit-linear-gradient(top, #edefef 1%,#eaecec 30%,#e7e8e9 54%,#e4e6e6 70%,#e2e4e5 100%);
	background: -o-linear-gradient(top, #edefef 1%,#eaecec 30%,#e7e8e9 54%,#e4e6e6 70%,#e2e4e5 100%);
	background: -ms-linear-gradient(top, #edefef 1%,#eaecec 30%,#e7e8e9 54%,#e4e6e6 70%,#e2e4e5 100%);
	background: linear-gradient(to bottom, #edefef 1%,#eaecec 30%,#e7e8e9 54%,#e4e6e6 70%,#e2e4e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edefef', endColorstr='#e2e4e5',GradientType=0 );
}

.other-resources > tbody > tr > td > a{

	width: 100%;
	margin:0;
	color: #000;
	padding:5px;
	padding-left: 15px;
}

.other-resources > tbody > tr > td:hover{

	/*background-color: #faaa2d;*/
}

.other-resources > tbody > tr > td > a:hover{

	color: #faaa2d;
}

/*.other-resources > tbody > tr > a{

font-family: 'Roboto Condensed', sans-serif;
	padding-top: 3;
	padding-bottom: 3;
	font-size: 14px;
}
*/
.other-resources > tbody > tr > td{

	font-family: 'Roboto Condensed', sans-serif;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 0;
	font-size: 14px;
}

#menu > ul > li:first-child{

	margin-left: 44px;
}

.lhs{

	background-image: url("../images/lhs-bg.jpg");
}

.banner{

	margin-top: 44px;
	color: #fff;
	background-image: url(../images/page-title-bg.jpg);
	height: 131px;
}

.bc-section{

	height: 48px;
	background-color: #f5f5f5;
	background-image: url(../images/bread-bg.jpg);
}

.banner > img{

	margin-top: -75px;
	position: absolute;
	margin-right: 0;
	right: 97px;
}


/* Footer stuff */

.inside-page-footer {
	background-color: #f4f4f4;
	width: 100%;
}

.footer-left{
	color: #5a5a5a;
	/*width: 60%;*/
}

#footer-links{

	color: #5a5a5a;
	margin: 0px;
	padding-left: 0px;
	padding-top: 42px;
}

#footer-links > li{

	display: inline;
	/*background-image: url(../images/divider-top.jpg);*/
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 1px;
	margin-left: 0px;
}

#footer-links > li > a{

	color:#5a5a5a;
	text-decoration: none;
}

#footer-links > li > a:hover{

	color:#5a5a5a;
	text-decoration: underline;
}


.footer-cpr{

	padding-top: 10px;
	margin-left: -10px;
	color: #5a5a5a;

}

.footer-cpr > a{

	color: #5a5a5a;	
}

.social-icons{

	margin-left: 10px;
	padding-left: 32px;
	/*margin-top: -60px;*/
	/*border-left: #dadada solid 1px;*/
}

.social-icons > a{

	text-decoration: none;
}



.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}

.pull-right{

	float: right;
	padding-top: 60px;
}
table.border { border-collapse: collapse; border: 1px;}
table.border td { border: 1px solid black;}
