/*  
Website name: WWW.PACER.GOV
Description: Public Access to Court Electronic Records
Author: Kate Suttapakti
*/


/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
/*
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
*/

blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {height: 100%; padding-bottom: 1px; /* force scrollbars */}
body {
/*
background: #b7c0ca; 
background: #001c4a; 
*/
background: #ffffff; 
color: #333; 
font: normal 12px arial, Arial, Helvetica, sans-serif; 
line-height: 1.5em;
}

/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1 {color: #871517; font: bold 17px arial, Arial, Helvetica, sans-serif; margin-bottom: 10px; text-transform:uppercase; margin-bottom: 10px;}
h2 {color: #004a8c; font: bold 17px arial, Arial, Helvetica, sans-serif; margin-bottom: 10px; text-transform:uppercase;}
h3 {color: #004a8c; font: bold 14px arial, Arial, Helvetica, sans-serif; margin-bottom: 10px; text-transform:uppercase;}
h4 {color: #5d3220; font: bold 14px arial, Arial, Helvetica, sans-serif; margin-bottom: 10px;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Links */

a:focus,a:hover {color: #113268;}
a {color: #1673b6; text-decoration: underline;}

/* More links */
a.more {color: #1673b6; font-weight: bold;}
a.more:hover {color: #113268;}


/* Text elements */

p {margin-bottom: 1em;}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.5em;}
del, blockquote { color:#666; }
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 0 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}



/* Special lists */

ul.plain-list li, 
ul.nice-list li, 
ul.tabbed_rt li,
ul.tabbed li
{
list-style: none;
}

ul.tabbed_rt,
ul.tabbed 
{
display: inline;
margin: 0;
}

ul.tabbed li {
float: left;
}
ul.tabbed_rt li {
float: right;
}

ul.plain-list {margin: 0;}

ul.nice-list {margin-left: 0;}
ul.nice-list li {
	list-style: none;
	border-top: 1px solid #EEE;
	padding: 4px 0;
}
ul.nice-list li:first-child {border-top: none;}
ul.nice-list li .right {color: #999;}




/* Tables */

/*
table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
*/



caption {background: #EEE;}

table.data-table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	background: #F0F0F0;
	border: 1px solid #DDD;
	color: #555;
	text-align: left;
}
table.data-table tr {border-bottom: 1px solid #DDD;}
table.data-table td, table th {padding: 10px;}
table.data-table td {
	background: #F6F6F6;
	border: 1px solid #DDD;
}
table.data-table tr.even td {background: #FCFCFC;}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.15em;}
.larger {font-size: 1.25em;}
.largest {font-size: 1.35em;}

.hidden {display: none;}

.quiet {color: #999;}
.loud {color: #000;}
.highlight {background:#ff0;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-separator {padding: 0 5px;}

.error, 
.notice, 
.success , 
.announce, 
.r_announce, 
.text_box{
  border: 1px solid #DDD;
  margin-bottom: 1em;
  padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.announce {background: #ebf2fa; color: #514721; border-color: #cfdcee;}
.text_box {background: #ffffff; color: #514721; border-color: #cfdcee;}
.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {
  color: #514721; 
  text-decoration: none;
}

.text_box a,
.announce a {
text-decoration: none;
}
/*
.notice a:link.red {color: #ff0000;}
*/
.notice a.red {color: #ff0000;}

.notice a:hover { 
text-decoration: none;
color: #0000ff; 
}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}


/* 
   Forms 
------------------------------------------------------------------- */

label {font-weight: bold; cursor: pointer;}
fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc;}
legend {font-weight: bold; font-size: 1.2em;}

textarea {overflow: auto;}
/*
input  {
input text, textarea, select {
	padding: 4px 5px;

	background: #FCFCFC;
	border: 1px inset #AAA;
	padding: 2px 2px;
	margin: 0.5em 0;
}
*/

/*
select {
	font-size:12px; 
}
*/

/*
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}
*/

input.button {
	background: #DDD;
	border: 1px outset #AAA;
	padding: 4px 5px;
}
input.button:active {border-style: inset;}

.form-error {border-color: #F00;}


/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}


/* 
   Separators 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;	
}
.content-separator {margin: 20px 0;}
.archive-separator {margin: 10px 0;}
.space-separator {margin: 30px 0;}


/* 
   Posts 
------------------------------------------------------------------- */

.post a {text-decoration: none;}
.post a:hover {text-decoration: underline;}

.post img.left, .post img.right {margin-bottom: 0;}

.post-date {
	color: #777;
	margin: 2px 0 10px;
}
.post-date a {color: #444;}

.post-title h1, .post-title h2, .post-title h3 {
	margin-bottom: 0; 
	
}

.post-meta {
/*
text-align : justify;
*/
background: #f7f3df; 
border: 1px solid #eae2b3; 
color: #333; 
padding: 6px 10px;
}
.post-meta a {color: #1673b6; }
.post-meta a:hover {color: #113268;}

.post-body {}
.post-body a {color: #1673b6;}
.post-body a:hover {color: #579bdc;}

.post-body img.left, .post-body img.right {margin-bottom: 1em;}



/* Archives */
.archive-pagination {margin-bottom: 16px;}
.archive-post-date {
	background: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive-post-title .post-date {margin: 0;}
.archive-post-title {padding-top: 4px;}
.archive-post-day {font: normal 1.6em Georgia,serif;}


/* 
   Layout 
------------------------------------------------------------------- */

/* General */
.headerCenter-wrapper {
	margin: 0 auto;
	width: 968px;

}

.center-wrapper-sub,
.center-wrapper-sub1,
.center-wrapper-nmh,
.center-wrapper {
  margin: 0 auto;
  min-height:450px;
  width: 928px;
  background-color: #FFFFFF;
  padding: 10px 20px 20px 20px;
}
.center-wrapper-sub1 {
  width: 928px;
  padding: 10px 40px 10px 0;
}
.center-wrapper-sub {
  width: 958px;
  padding: 10px 10px 10px 0;
}
.center-wrapper-nmh {
  min-height:0;
}

.footerCenter-wrapper {
	margin: 0 auto;
	width: 968px;
	height: 200px;
	background-image:url(/images/footer.jpg);
	background-color:#FFFFFF;
}

/* Network */

#network {background: #001c4a;}
#network .left {
	color: #333;
	padding: 6px 0;
	margin-right: 0;
}

.tabbed,
#network .tabbed {
	color: #fff;
	font-size:12px; 
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px;
}

#network .tabbed a {
/*
	text-decoration: underline;
	display: block;
	padding-left: 5px;
*/
	color: #fff;
	padding-right: 5px;
	font-size:12px; 
	text-decoration: none;
}

/*
#network li {background: url('/images/img/navigation-separator.gif') no-repeat left center;}
*/
#network li a:hover {
/*
	color: #5987c6;
	background: ;
	text-decoration:none;
*/
	color: #C3AB63;
}
#network li.current-tab a {

}
#network .text-separator, #network span {color: #999;}
#network .headerCenter-wrapper .right {margin-right: 20px;}

/* infoBar */

#infoBar {}
#infoBar .left {
	color: #333;
	padding: 6px 0;
}
#infoBar .tabbed a {
	display: block;
	text-align: right;
	padding: 6px 10px 7px;
	font-weight:bold;
	text-decoration: none;
	color: #666;
}
#infoBar li a:hover {
	background: #F6F6F6;
	color: #000;
	text-decoration:underline;
}
#infoBar li.current-tab a {
	background: #FFF;
	font-weight: bold;
}
#infoBar .text-separator, #network span {color: #999;}

  .registerBox{
	text-align: right;
	}
	.registerBox span{
	text-align: right;
	padding: 0px 10px;
	font-weight:bold;
	text-decoration: none;
	color: #38302b;
	}
	.registerBox span a{
	color: #1673b6;
	}
	.registerBox span a:hover{
	color: #113268;
	text-decoration:underline;
	}
/* Toolbar */
#toolbar {
	padding: 12px 0 8px;
	font-size: 1.1em;
	color: #999;
}
#toolbar img {vertical-align: middle;}


/* Header */

#header {
/*
background-image: url(/images/img/pacer_banner.jpg);
	width: 968px;
	height: 80px;
*/
    margin-bottom: 24px;
	margin: 0 auto;
}

/* Search */
#search-title {
	font: normal 0.9em arial Arial, Helvetica, sans-serif;
	text-align: right;
}
#search-title span {color: #999;}
#search-title a {
	color: #000;
	text-decoration: none;
}

#footer-search-title {
    margin: 0 auto;
    width: 958px;
    background-color: #FFFFFF;
    padding: 10px 10px 10px 0;
    font: normal 0.9em arial Arial, Helvetica, sans-serif;
    text-align: right;
}
#footer-search-title span {color: #999;}
#footer-search-title a {
    color: #000;
    text-decoration: none;
}


/* Navigation */

.topNavContainer-wrapper {
margin: 0 auto; 
width: 968px;
}

.topNavCenter-wrapper {
  margin: 0 auto;
  width: 928px;
  background-color: #FFFFFF;	
}

#topNavContainer {
  background-image: url(/images/topredbar.jpg); 
  background-repeat: repeat-x; 
  padding-top: 7px;
}

#topNavContainer-navbg,
#navigation {
/*
background-color: #988367;
border: thin solid #988367;
margin-bottom: 0px;
background-image: url(/images/navbg.gif);
*/
background-image: url(/images/navblue.jpg);
background-color: #b7c0ca;
background-repeat: repeat-x; 
}

#navigation a {
	display: block;
	text-decoration: none;
}

/* Main navigation */

#main-nav a {
/*
color: #420417; 
padding: 5px 27px;
*/
color: #ffffff; 
font: bold 12px Arial, Helvetica, sans-serif; 
padding: 5px 20px;
}
#main-nav li {
/*
background: url('/images/img/menu-separator.gif') no-repeat left bottom;
*/
background: url('/images/menu-separator.gif') no-repeat left bottom;
}
#main-nav li a:hover {
background: url(/images/menuhover.gif) repeat-x scroll left;
}
#main-nav li:first-child {background: none;}
#main-nav li.current-tab a, #main-nav a:hover {color: #ffffff;}
#main-nav li.current-tab a {background: url(/images/menuhover.gif) repeat-x scroll left;}
#main-nav li.login a {
/*
background: url(/images/img/menulogin.gif) repeat-x scroll left;
background-color: #ffd653;
background-color: #e49f15;
background-color: #8a2f1d;
background-color: #871517;
*/
background-color: #c47d1f;
}
#main-nav li.login1 a {
background-color: #871517;
}
#main-nav li.login2 a {
background-color: #8a2f1d;
}
#main-nav li.login3 a {
background-color: #e49f15;
}
#main-nav li.login4 a {
background-color: #ffd653;
}

#main-nav li.mtools {
/*
float: left; 
*/
font: 10px arial; 
list-style: none;
background: transparent;
}
#main-nav li.mtools a {color: #ffffff; text-decoration: none; height: 19px; display: block;	float: left;}
#main-nav li.mtools a:hover{ color: #541113;}
#main-nav li.mtools a.print{background: transparent url(/images/ico_tools2.png) no-repeat scroll 0 0; padding: 5px 10px 0 30px !important;}
#main-nav li.mtools a.share{background: transparent url(/images/ico_tools2.png) no-repeat scroll 0 -30px;	padding: 5px 10px 0 30px !important; cursor: pointer;}
#main-nav li.mtools a.faqs{background: transparent url(/images/ico_tools2.png) no-repeat scroll 0 -60px; padding: 5px 10px 0 30px !important;}
#main-nav li.mtools a.login {background: transparent url(/images/ico_tools2.png) no-repeat scroll 0 -210px; padding: 5px 10px 0 30px !important;}

#main-nav li.mtools a:hover.print1 {background: transparent url(/images/ico_tools2.png) no-repeat scroll 0 -90px;}
#main-nav li.mtools a:hover.share1 {background: transparent url(/images/ico_tools2.png) no-repeat scroll 0 -120px;}
#main-nav li.mtools a:hover.faqs1 {background: transparent url(/images/ico_tools2.png) no-repeat scroll 0 -150px;}
#main-nav li.mtools a:hover.login1 {background: transparent url(/images/ico_tools2.png) no-repeat scroll 0 -180px;}

#main-nav li.mtools a:hover.print {background: #541113 url(/images/ico_tools2.png) no-repeat scroll 0 0;color:#ffffff}
#main-nav li.mtools a:hover.share {background: #541113 url(/images/ico_tools2.png) no-repeat scroll 0 -30px;color:#ffffff}
#main-nav li.mtools a:hover.faqs {background: #541113 url(/images/ico_tools2.png) no-repeat scroll 0 -60px;color:#ffffff}
#main-nav li.mtools a:hover.login {background: #541113 url(/images/ico_tools2.png) no-repeat scroll 0 -210px; color:#ffffff}

/* Subnav with Tools */

#sub-nav {
background: #ffffff; 
border: thin solid #ffffff
}

.email-rss{width: 190px; float: right; margin: 5px 0 10px 0;}
.email-rss ul{text-align: right; float: right;}
.email-rss li{float: left; font: 10px arial;}
.email-rss li a{color: #38302b; text-decoration: none; height: 19px; display: block; float: left;}
.email-rss li a:hover{color: #7E6F3D;}
.email-rss li a.email{background: transparent url(/images/email_rss.png) no-repeat scroll left top; padding: 5px 10px 0 30px; width: 67px;}
.email-rss li a.rss{background: transparent url(/images/email_rss.png) no-repeat scroll left bottom; padding: 5px 10px 0 30px;}

.tools {margin-top: 0px; width: 250px; float: right;}
.tools ul{
text-align: right; 
float: right;
margin: 5px 20px 0 0;
}
.tools li{float: left; font: 10px arial; list-style: none;}
.tools li a {color: #38302b; text-decoration: none; height: 19px; display: block;	float: left;}
.tools li a:hover{ color: #7E6F3D;}
.tools li a.print{background: transparent url(/images/ico_tools.png) no-repeat scroll 0 0; padding: 5px 10px 0 30px !important;}
.tools li a.share{background: transparent url(/images/ico_tools.png) no-repeat scroll 0 -30px;	padding: 5px 10px 0 30px !important; cursor: pointer;}
.tools li a.faqs{background: transparent url(/images/ico_tools.png) no-repeat scroll 0 -60px; padding: 5px 10px 0 30px !important;}
.tools li a:hover.print {background: transparent url(/images/ico_tools.png) no-repeat scroll 0 -90px;}
.tools li a:hover.share {background: transparent url(/images/ico_tools.png) no-repeat scroll 0 -120px;}
.tools li a:hover.faqs {background: transparent url(/images/ico_tools.png) no-repeat scroll 0 -150px;}

/*
#sub-nav a {
color: #23242c; 
font: 1em; 
padding: 0px 15px 5px 15px;
}
#sub-nav li.current-tab a {
color: #871517; 
background-color: #ffffff;
}
#sub-nav a:hover {
text-decoration:underline;
}
*/

/* Main */

.main {margin-bottom: 18px;}

.main#main-three-columns {background: url('/images/main-three-columns.gif') repeat-y right top; background-position: 505px;}
.main#main-three-columns .sidebar {width: 180px;}
.main#main-three-columns #main-left {width: 500px;}

.main#main-two-columns {background: url('/images/main-two-columns.gif') repeat-y right top;}
.main#main-two-columns .sidebar {width: 260px;}
.main#main-two-columns #main-left {width: 620px;}

.main#main-home {background: url('/images/main-two-columns.gif') repeat-y right top;}
.main#main-home .sidebar {width: 360px; float: right;}
.main#main-home #main-left {width: 520px;}

.main#main-sub {padding-top: 10px;}

.sidebar a {text-decoration: none;}

/*
.sidebar a:hover {text-decoration: underline;}
*/

#sidebar-1 {margin-left: 37px;}

/* Columns */
.col3 {width: 32%;}
.col3-mid {margin-left: 2%;}

/* Sidebar */

#sidebar-wrapper {}
#sidebar {}


/* Sidebar sections */
.section {margin-bottom: 16px;}
.section-title {
	background-color: #F2F6FA;
	border-top: 2px solid #ABC;
	font: bold 1.1em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
}

.network-section .section-title {
	background-color: #F6F6F6;
	border-color: #D6D6D6;
}


/* Dashboard */

#dashboard {
	background: #FAFAFA url('/images/dashboard.gif') repeat-y left top;
	background-position: -50px;
	border: 1px solid #E7E7E7;
}

#dashboard .column {width: 231px;}
#dashboard #column-4 {border-right: none;}

#dashboard .column-content {
	padding: 14px 16px;
}
#dashboard .column-title {
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}
#dashboard a {color: #456;}
#dashboard a:hover {color: #000;}


/* Footer */

#footerBG {
/*
background: url(/images/img/footerrepeat.jpg) repeat-x;
background: url(/images/img/footerrepeat_b.jpg) repeat-x;
*/
background: url(/images/footerrepeat_w.jpg) repeat-x;
}
#footer {padding: 10px 0;}
#footer p{
	padding: 35px 0 0 20px;
	color: #fff;
	}
#footer a {
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
}
#footer .right, #footer .right a {
	color: #999;
	text-decoration: none;
}
#footer .text-separator {
	padding: 0 3px;
	color: #BBB;
}
#footer a:hover {
  color: #c5aa63;
}
#footer .footerText{
  color: #5987c6;
  padding-top: 10px !important;
}


/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}

/* Single line IE fix */
* html #sub-nav, * html .section-title, * html .main {height: 0.01%; min-height: 0.01%;}




/*
 ca
----------------------------------------------------------------- */

.homepageBottom {

height:180px;
margin:5px 0 -20px 0;
padding: 7px 0 0 7px;
position:relative;
background-image: url(/images/footerShading.gif);
background-position:top;
background-repeat: no-repeat;
}

/*-------------Misc----------------*/
.searchbutton {
/*	
  background-image: url(/images/img/tanButton_bg.gif); 
  margin: 10px 5px;
  padding: 1px;
  border: none;
  border: 2px solid;
  background-image: url(/images/img/leftmenu.gif);
  background: #541113;
  background: #988367 url(/images/img/leftmenu_bg.gif) no-repeat scroll right bottom;
  background: #988367;
  background: #541113 url(/images/img/leftmenu_footer.gif) no-repeat scroll right bottom;
  font-size: 9pt;
*/
  border: none;
  color:#FFF;
  background: #b7c0ca;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

a.linkbt,
.logbutton {
/*
  background: #541113 url(/pacerprep/resources/images/leftmenu_footer.gif) no-repeat scroll right bottom;
 */
  background-image: url(/images/leftmenu_footer.gif) !important;
  background-color: #541113;
  background-repeat: no-repeat;
  background-position: bottom;
  color:#FFF !important;
  font-weight: bold;
  margin-right: 10px;
  border: none;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

a.linkbt {
  font-size:10pt;
  color:#FFFFFF;
  text-decoration:none;
}

.logbutton:hover,
a.linkbt:hover {
  color:#C3AB63 !important;
}

.searchbox {
  padding: 1px;
}

/*-----Left Navigation-------*/
#sidebar {
  float : left;
  width : 150px;
  margin : 0 0 0 0;
  padding : 0 0px;
}
			/*NAVIGATION*/
.menu {
  width : 190px; 
}
.menu ul {
  margin : 0; 
  list-style-type : none;
}

/*
.menu li {
margin : 0 0 0.2em 0;
}
*/

.menu a {
/* 
  background : #8F7C62; 
  padding : 0.5em 0.8em;
  border-left : 10px solid #5d3220;
  width : 196px;
*/
  display : block; 
  font: normal 12px Arial, Helvetica, sans-serif;
  color : #ffffff; 
  width : 190px;
  background: #8F7C62 url(/images/leftmenu_bg.gif) no-repeat scroll right top;
  padding : 0.5em 3px;
  border-left : 10px solid #541113;
  text-decoration : none;
}


.menu a.subcat-curr,
.menu a.current-tab {
/*
  background-color : #c7bb98;
*/
  background: #c7bb98 url(/images/leftmenu_bgovr.gif) no-repeat scroll right top;
  border-left : 10px solid #984f1b;
  color : #001C4A;
}

.menu a.subcat-curr,
.menu a.subcat {
/*
  background-image:url(/images/arrow_sm.gif);
  background-position:left center;
  background-repeat:no-repeat;
  width : 197px;
  padding-left: 10px;
*/
}

.menu a.subcat-curr {
  background: #c7bb98 url(/images/leftmenu_bgovr.gif) no-repeat scroll right bottom;
}

.menu a.subcat {
  background: #c7bb98 url(/images/leftmenu_bg.gif) no-repeat scroll right bottom;
}

.menu a:hover{
/*
border-left : 10px solid #984f1b;
background-color : #c7bb98;
color : #001C4A;
*/
background: #c7bb98 url(/images/leftmenu.gif) no-repeat scroll right top;
color : #FFFFFF;
border-left : 10px solid #541113;
}

.menu_hdr {
/*
background : #541113;
background : #001C4A;
background: url(/images/img/menuhover.gif) repeat-x scroll left;
width : 192px;
*/
background: #541113 url(/images/leftmenu.gif) no-repeat scroll right top;
display : block;
font: bold 15px Arial, Helvetica, sans-serif;
color : #fff;
width : 186px;
padding : 5px 10px;
text-decoration : none;
margin : 0 0 0.2em 0;
}
.menuBottom {
margin : 0.2em 0 0.2em 0;
width:220px;
height:28px;
/*
width:212px;
height:200px;
margin:5px 0 -20px 0;
padding: 7px 0 0 7px;
background-image: url(/images/img/footerShading.gif);
background-image: #541113 url(/images/img/leftmenu_footer.gif);
background-position:top;
background-position:right bottom;
background-repeat: no-repeat;
*/
position:relative;
background: #541113 url(/images/leftmenu_footer.gif) no-repeat scroll right bottom;
}
.links {
display : block;
font: bold 15px arial;
color : #fff;
background : #001C4A;
width : 130px;
padding : 2px 10px;
text-decoration : none;
letter-spacing : 2px;
}

/* notice text */
.ntctxt, .ntctxt_b {
/*
   font-family: Georgia, Times New Roman, Times, serif;
   text-align: justify;
*/
   font-family: arial, Arial, Helvetica, sans-serif;
   padding: 15px 20px 15px 20px;
   font-size: 10pt;
   font-weight: normal;
   font-style: normal;
   color: #000000;
   }

.ntctxt_b {
   font-weight: bold;
   }

.breadcrumb
{
    width: 485px;
    width: 700px;
    float: left;
    font: 9px Arial, Helvetica, San-serif;
    color: #5987c6;
    height: 28px;
    padding: 8px 0 3px 6px;
/*
    border: thin solid #cdcdcd;
*/
}
.breadcrumbs
{
    float: left;
    font: 9px Arial, Helvetica, San-serif;
    color: #5987c6;
    height: 28px;
    padding: 0px;
    color: #113268;
    line-height: 13px;
    padding: 0px 0 0 6px;
    vertical-align: middle;
    margin: 15px 1px 10px 0;
}
.breadcrumbs a
{
    text-decoration: underline;
    color: #113268;
    padding: 0px;
    font-weight: bold;
}
.breadcrumbs a:hover
{
    color: #5987c6;
}
.breadcrumbs a.CurrentLink
{
    text-decoration: none;
    font-weight: normal;
    color: #113268;
    border: none;
}
.breadcrumbs a:hover.CurrentLink
{
    color: #5987c6;
}


/*
#content {float:right; line-height:1.5em; margin:0; padding:0; text-align:left; width:725px; border: thin solid #cdcdcd}
.tools {margin-top: 0px; width: 250px; float: right;border: thin solid #cdcdcd;}
/**/
#contentx {float:right; line-height:1.5em; margin:0; padding:0; text-align:left; width:730px;}
/**/

.ea_results
{
background-color:#ebe29f; border-left:3px solid #95734d; border-right:3px solid #95734d; border-bottom:3px solid #95734d;
}




table.data-table {
  border: 1px solid #CCB;
  margin-bottom: 2em;
  width: 100%;
}
table.data-table th {
  background: #F0F0F0;
  border: 1px solid #DDD;
  color: #555;
  text-align: left;
}
table.data-table tr {border-bottom: 1px solid #DDD;}
table.data-table td, table th {padding: 10px;}
table.data-table td {
  background: #F6F6F6;
  border: 1px solid #DDD;
}
table.data-table tr.even td {background: #FCFCFC;}

table.dataTable {
/*
  font-size:11px; 
*/
  vertical-align:top; 
  padding:0px;
}

.dataTable td {
  padding:0px; 
  margin:0px; 
  vertical-align:top;
}

td.leftPadding {
  padding:0 0 0 20px;
}

.legendSpacer{
  margin-top:30px;
}

ul.legend {
  width:190px;
  margin:0 0 0 20px;
  font-size:10px;
}

li.iconLegend {
  margin:5px 0 0 20px;
  padding:0 0 0 10px;
}

.main#main-sub #right-half-wln,
.main#main-sub #right-half {
/*
 border: thin solid #ff0000;
*/
 padding-top: 10px;
 width: 450px;
 float: right;
}

.main#main-sub #left-half-wln,
.main#main-sub #left-half {
/*
 border: thin solid #cdcdcd;
*/
 padding-top: 10px;
 width: 450px;
 float: left;
}

.main#main-sub #right-half-wln,
.main#main-sub #left-half-wln {
 width: 350px;
}

.main#main-sub .third-wln {
/*
 border: thin solid #cdcdcd;
*/
 display: block;
 padding-top: 10px;
 width: 240px;
 float: left;
}

#floating-leftnav {
/*
 position:fixed;
 z-index: 100;
*/
 float : left;
 width : 200px;
 margin : 0 0 0 0;
 padding : 0 0px;
}

/* Browse Aloud */
#main-nav li.mtools a.browse-aloud {
	background: transparent url(/images/headphones.png) no-repeat scroll 0 0; 
	padding: 5px 10px 0 30px !important;
}
#main-nav li.mtools a:hover.browse-aloud {
	background: #541113 url(/images/headphones.png) no-repeat scroll 0 0;
	color:#ffffff;
}
#main-nav li.mtools a:focus.browse-aloud {
	color:#ffffff;
}
/* End Broswe Aloud */

/* Cap lock detection */
.statetext-info {
   color:#3a87ad;
   font-weight:bold;
   background:#d9edf7 no-repeat 10px 50%;
   border:1px solid #bce8f1;
   border-radius:5px;
   padding:2px 5px;
}
/* End Cap lock detection */

