/* -------------------------- <revisions> ---------------------------
Bayshore Solutions CSS Standard
All non-general elements should be specified in their respective sections
and labeled appropriately according to Design Standards Guide.
Latest Revisions:
	- 8/01/08 :: JRH
-------------------------- </revisions> --------------------------- */
/***** Global Settings *****/
html, body {
	border: 0;
	margin: 0 auto;
	padding: 0;
}
/***** Fix IE6 background image cache bug (stops flickering) *****/
html {
	filter: expression(document.execCommand ( "BackgroundImageCache", false, true));
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background: url(../images/base/bg.jpg) top left repeat-x #fff;
	min-width: 930px;
}
/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #006633;
}
/***** Common Formatting *****/
p {
	margin: 0;
	padding: 0;
}

ul, ol {
	padding: 0 0 20px 20px;
}

blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}

small {
	font-size: 0.85em;
}

img {
	border: none;
}

table {
	border: 0;
	margin: 0;
	padding: 0;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}
/***** Links *****/
a:link, a:visited {
	text-decoration: underline;
	color: #006633;
}

a:hover, a:active {
	text-decoration: none;
	color: #006633;
}

a {
	outline: none;
}

a.editLink {
	line-height: 20px;
	height: auto !important;
	height: 20px;
	padding-left: 21px;
	background: url('../../resources/images/base/pencil.png') 0px 0px
		no-repeat;
}

/***** Banner Login Form *****/
#banner label, #banner input {
	xdisplay: block;
	width: 128px;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	border: 1px solid #d2d7bb;
}

#banner input {
	border: 1px solid #d2d7bb;
	height: 14px;
	padding-left: 3px;
}

#banner label {
	text-align: right;
	width: 55px;
	border: none;
	padding-top: 2px;
	padding-right: 5px;
	cursor: pointer;
}

#banner input.submitBtn {
	border: none;
	width: 35px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: transparent;
	text-decoration: underline;
}

br {
	clear: left;
}
/***** Wrapper *****/
#wrap {
	width: 930px;
	min-height: 577px;
	margin: 0 auto;
	background: url(../images/base/bg_wrap.jpg) top left no-repeat;
}

#wrap_sub {
	width: 930px;
	min-height: 577px;
	margin: 0 auto;
	background: url(../images/base/bg_sub.jpg) top left no-repeat;
}
/***** Global Classes *****/
.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	border-bottom: 1px solid;
}

.highlight {
	background: #ffc;
}

.img-left {
	float: left;
	margin: 4px 10px 4px 0;
}

.img-right {
	float: right;
	margin: 4px 0 4px 10px;
}

.nopadding {
	padding: 0;
}

.noindent {
	margin-left: 0;
	padding-left: 0;
}

.nobullet {
	list-style: none;
	list-style-image: none;
}
/*
img, div { behavior: url(/webapp/resources/css/iepngfix.htc) }
*/
/***** Homepage *****/
#container {
	width: 917px;
	margin-left: 7px;
	overflow: hidden;
}

#banner {
	margin: 0;
	padding: 0;
	height: 88px;
	overflow: hidden;
	xbackground-color: yellow;
	z-index: -1;
}

#banner-left {
	float: left;
}

#banner-right {
	width: 420px;
	float: right;
	xbackground-color: red;
}

#banner-right.narrow div.logout {
	height: 20px;
}

.logo {
	float: left;
}

.login, .logout {
	float: right;
	padding: 10px 8px 0 0;
	margin: 0;
	width: 400px;
	height: 40px;
	text-align: right;
	jbackground-color: yellow;
}

.logout {
	xxxwidth: 400px;
}

.login p, .logout p {
	font-size: 11px;
}

.logout p {
	margin-bottom: 2px;
}

.login_fields {
	xwidth: 130px;
	float: right;
	xbackground-color: blue;
}

.login_actions {
	width: 130px;
	float: right;
}

.login_actions p {
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 14px;
}

.login_actions a:link, .login_actions a:visited, .logout a:link, .logout a:visited
	{
	xxxtext-decoration: underline;
	color: #000;
}

.login_actions a:hover, .login_actions a:active, .logout a:hover,
	.logout a:active {
	xxxtext-decoration: none;
	color: #000;
}

.login_text {
	font-size: 12px;
	font-weight: bold;
	xcursor: pointer;
}
/* embedded (banner) search */
div#embedded_search {
	xheight: 22px;
	width: 300px;
	overflow: hidden;
	float: right;
	margin: 5px 0 0 0;
	padding: 0px 5px 0 0;
	text-align: right;
	xbackground-color: green;
	xvertical-align: middle;
}

div#embedded_search>form {
	float: right;
}

div#embedded_search input {
	width: 200px;
	border: 0px;
	margin: 2px 0 2px 0;
}

div#embedded_search img {
	margin: 2px 1px 1px 1px;
}

.searchActive, .searchInactive {
	color: #000000;
	xbackground-color: blue;
}

.searchInactive {
	color: #aaaaaa;
	xbackground-color: blue;
}

.searchSpan {
	border: 1px solid #d2d7bb;
	margin: 2px 2px 0 0;
	padding: 0;
	background-color: white;
}
/* main navigation start */
#navigation {
	width: 917px;
	height: 25px;
	overflow: hidden;
	xbackground-color: red;
}

#main-nav {
	height: 25px;
	overflow: hidden;
	margin: 0;
	padding: 0 6px 0 0;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	float: right;
	xtext-transform: uppercase;
	xfont-size: 12px;
}

#main-nav li {
	float: left;
	display: inline;
	padding: 0;
}

#main-nav li a {
	text-decoration: none;
	color: #fff;
	float: left;
	background: url(../images/base/bg_nav.gif) top left no-repeat;
	padding: 5px 12px 0 18px;
}

#main-nav li a span {
	float: left;
	height: 25px;
	padding: 0 0 0 0;
	cursor: pointer;
}
/* rollover */
#main-nav li a:hover, #main-nav li a.active {
	background-position: 0 -25px;
	color: #fff;
}

#main-nav li a:hover span, #main-nav li a.active span {
	background-position: 100% -25px;
}

#content_home {
	padding: 11px 0 0 0;
	margin: 0;
	display: table;
}

#content_home_left {
	width: 307px;
	padding: 0 3px 0 3px;
	float: left;
}

#content_home_left h1 {
	background: url(../images/base/bg_hdr_col1.jpg) top left no-repeat;
	width: 298px;
	height: 23px;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 5px 0 0 9px;
}

.helpful_links_wrap {
	display: table;
}

.helpful_links {
	padding: 6px 15px 8px 9px;
	float: left;
	line-height: 18px;
}

.helpful_links a:link, .helpful_links a:visited {
	font-size: 11px;
	text-decoration: underline;
	color: #000;
	background: url(../images/base/bullet_arrow_orange.gif) left 4px
		no-repeat;
	padding: 0 0 0 8px;
}

.helpful_links a:hover, .helpful_links a:active {
	font-size: 11px;
	text-decoration: none;
	color: #000;
	background: url(../images/base/bullet_arrow_orange.gif) left 4px
		no-repeat;
	padding: 0 0 0 8px;
}

.breaking_news {
	padding: 8px 11px 0 17px;
}

.breaking_news p {
	padding: 0 0 5px 0;
	line-height: 16px;
}

.breaking_news h2 a {
	font-size: 12px;
	font-weight: bold;
}

#content_home_right {
	width: 600px;
	float: left;
}

.flash {
	padding: 0;
	margin: 0 0 2px 0;
}

.content_home_right_col1_wrap {
	margin: 0 4px 0 0;
	background: url(../images/base/bg_home_col2_tile.jpg) top left repeat-y;
	float: left;
}

.content_home_right_col1_container {
	background: url(../images/base/bg_home_col2_bottom.jpg) bottom left
		no-repeat;
	width: 335px;
	min-height: 204px;
}

.content_home_right_col1_container h1 {
	background: url(../images/base/bg_hdr_col2.jpg) top left no-repeat;
	width: 313px;
	height: 22px;
	padding: 6px 11px 0 11px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
}

.content_home_right_col1 {
	padding: 10px 12px 8px 12px;
}

.content_home_right_col1 p {
	line-height: 17px;
}

.content_home_right_col2_wrap {
	background: url(../images/base/bg_home_col3_tile.jpg) top left repeat-y;
	float: left;
}

.content_home_right_col2_container {
	background: url(../images/base/bg_home_col3_bottom.jpg) bottom left
		no-repeat;
	width: 259px;
	min-height: 204px;
}

.content_home_right_col2_container h1 {
	background: url(../images/base/bg_hdr_col3.jpg) top left no-repeat;
	width: 237px;
	height: 22px;
	padding: 6px 11px 0 11px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
}

.content_home_right_col2 {
	padding: 10px 12px 8px 12px;
}

.content_home_right_col2 p {
	padding: 0 0 5px 0;
	line-height: 17px;
}

#footer {
	margin: 35px 0 0 0;
	padding: 0 0 50px 0;
	clear: both;
	display: block;
}

.footer_links {
	color: #006633;
	padding-bottom: 7px;
}

.footer_links p {
	color: #b9ddcb;
	font-size: 11px;
}

.footer_links a:link, .footer_links a:visited {
	font-size: 11px;
	text-decoration: none;
	padding: 0 6px;
}

.footer_links a:hover, .footer_links a:active {
	font-size: 11px;
	text-decoration: underline;
	padding: 0 6px;
}

.footer_copyright {
	padding-top: 7px;
	float: left;
}

.footer_copyright p {
	color: #006633;
	font-size: 11px;
}

.footer_serverid {
	padding-top: 7px;
	float: right;
}

.footer_serverid p {
	color: #006633;
	font-size: 11px;
}

.footer_line {
	border-top: 1px solid #b9ddcb;
}
/***** Drop-down Navigation *****/
.mainNavDropDown_item {
	background: #006633;
	text-align: left;
	width: 116px;
	height: 6px;
	padding: 10px 13px;
	border: 1px dotted #bfd9cc;
}

.mainNavDropDown_item a:link, .mainNavDropDown_item a:visited,
	.mainNavDropDown_item a:hover, .mainNavDropDown_item a:active {
	font: bold 11px Arial, Helvetica, sans-serif !important;
	text-decoration: none;
	color: #fff; !
	important cursor: hand;
}

.mainNavDropDown_item_hover {
	background: #003d1f;
	text-align: left;
	width: 116px;
	height: 6px;
	padding: 10px 13px;
	border: 1px dotted #bfd9cc;
}

.mainNavDropDown_item_hover a:link, .mainNavDropDown_item_hover a:visited,
	.mainNavDropDown_item_hover a:hover, .mainNavDropDown_item_hover a:active
	{
	font: bold Arial, Helvetica, sans-serif !important;
	text-decoration: none;
	color: #fff; !
	important cursor: hand;
}

#content_home_left_members {
	width: 307px;
	padding: 0 7px 0 3px;
	float: left;
}

#content_home_left_members h1 {
	background: url(../images/base/bg_hdr_col1_members.jpg) top left
		no-repeat;
	width: 298px;
	height: 23px;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 5px 0 0 9px;
}

.breaking_news_members {
	padding: 8px 11px 0 17px;
}

.breaking_news_members p {
	padding: 0 0 5px 0;
	line-height: 16px;
}

.breaking_news_members h2 a {
	font-size: 12px;
	font-weight: bold;
}

.breaking_news_members a:link, .breaking_news_members a:visited {
	text-decoration: underline;
	color: #0c7ca2;
}

.breaking_news_members a:hover, .breaking_news_members a:active {
	text-decoration: none;
	color: #0c7ca2;
}

.content_home_right_col_sm_members_wrap {
	background: url(../images/base/bg_home_col_right_tile_members.gif) top
		left repeat-y;
	float: left;
	margin: 0 3px 0 0;
}

.content_home_right_col_sm_members_container {
	background: url(../images/base/bg_home_col_right_bottom_members.gif)
		bottom left no-repeat;
	float: left;
	width: 197px;
	min-height: 89px;
	margin: 0 0 0 0;
}

.content_home_right_col_sm_members_container h1 {
	background: url(../images/base/bg_hdr_col_sm_members.jpg) top left
		no-repeat;
	width: 175px;
	height: 22px;
	padding: 6px 11px 0 11px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
}

.content_home_right_col_sm_members {
	padding: 10px 12px 8px 12px;
	font-size: 11px;
	min-height: 75px;
}

.content_home_right_col_sm_members a:link,
	.content_home_right_col_sm_members a:visited {
	color: #000;
}

.content_home_right_col_sm_members a:hover,
	.content_home_right_col_sm_members a:active {
	color: #000;
}

.flash_sub {
	padding: 0;
	margin: 0;
	display: inline;
}
/***** Subpage Content *****/
#content_sub {
	padding: 11px 0 0 0;
	margin: 0;
	display: table;
	line-height: 18px;
}

#content_sub_left {
	width: 279px;
	float: left;
	padding: 0 0 0 3px;
	display: block;
}

#content_sub_left h1 {
	background: url(../images/base/bg_hdr_sub_left.jpg) no-repeat scroll
		left top #fff;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	height: 23px;
	line-height: normal;
	padding: 5px 0 0 9px;
	width: 269px;
}

.content_sub_left_top {
	display: table;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	background: #ebe4c8;
	width: 276px;
	margin-bottom: 10px;
}

.content_sub_left_top_links {
	padding: 6px 2px 8px 9px;
	float: left;
	line-height: 18px;
}

.content_sub_left_top_links a:link, .content_sub_left_top_links a:visited
	{
	font-size: 11px;
	text-decoration: underline;
	color: #000;
	background: url(../images/base/bullet_arrow_orange.gif) left 4px
		no-repeat;
	padding: 0 0 0 8px;
}

.content_sub_left_top_links a:hover, .content_sub_left_top_links a:active
	{
	font-size: 11px;
	text-decoration: none;
	color: #000;
	background: url(../images/base/bullet_arrow_orange.gif) left 4px
		no-repeat;
	padding: 0 0 0 8px;
}

.subnav {
	display: table;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	background: #ebe4c8;
	width: 258px;
	padding: 10px 10px 10px 8px;
}

.subnav  ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.subnav ul li {
	padding: 0;
	margin: 0 0 10px 0;
}

.subnav a:link, .subnav a:visited {
	background: url(../images/base/bullet_arrow_green.gif) left 4px
		no-repeat;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	padding-left: 8px;
}

.subnav a:hover, .subnav a:active {
	background: url(../images/base/bullet_arrow_orange.gif) left 4px
		no-repeat;
	color: #006633;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 8px;
}

.subnav_on a:link, .subnav_on a:visited {
	background: url(../images/base/bullet_arrow_orange.gif) left 4px
		no-repeat;
	color: #006633;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 8px;
}

.subnav_on a:hover, .subnav_on a:active {
	background: url(../images/base/bullet_arrow_orange.gif) left 4px
		no-repeat;
	color: #006633;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 8px;
}

#content_sub_right {
	width: 500px;
	float: left;
	padding: 0 15px 0 15px;
}

#content_sub_right h1 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #b9ddcb;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/*SUB2 PAGE*/
/*TOP RIGHT NAVIGATION*/
#banner ul {
	margin: 15px 0 0;
	padding: 0 15px 0 0;
	list-style: none;
	float: right;
}

#banner li {
	display: inline;
	padding: 0 3px 0 8px;
	background: url(../images/base/separator1.gif) no-repeat 0 3px;
	font-size: 11px;
}

#banner .first {
	background: none;
}

#banner li a {
	color: #000;
	text-decoration: none;
}

#banner li a:hover {
	text-decoration: underline;
}
/*CONTENT PART*/
.content {
	padding: 16px 0 0
}

.inner {
	padding: 10px 0 7px
}

.content h2 {
	font-size: 16px;
	color: #000;
	padding-bottom: 7px;
}

.directory {
	padding: 0 13px;
}

.directory h2 {
	border-bottom: 1px solid #b9ddcb;
	margin-bottom: 7px;
}

.directory p {
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 18px;
}

.directory a {
	color: #0c7ca2;
}
/* TAB HOLDER */
.tab-holder {
	margin: 0 3px 19px;
}
/*TAB LIST*/
.tab-holder ul {
	margin: 0 0 -1px;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.tab-holder li {
	float: left;
}

.tab-holder li a {
	float: left;
	background: url(../images/base/tab1-left.gif) no-repeat;
	text-decoration: none !important;
	cursor: pointer;
}

.tab-holder li span {
	display: block;
	background: url(../images/base/tab1-right.gif) no-repeat 100% 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	xwidth: 130px;
	padding: 0 9px;
	line-height: 28px;
}

.tab-holder li a.active {
	background-position: 0 100%;
	cursor: default;
}

.tab-holder li a.active span {
	background-position: 100% 100%;
	color: #000;
}

.tab-holder li a.tabDisabled {
	cursor: default;
}

.tab-holder li a.tabDisabled span {
	color: #ebe4c8;
}
/*TAB CONTENT*/
.content-tab {
	background: #ebe4c8;
	border: 1px solid #d1d0ca;
	padding: 15px 10px 10px;
	min-height: 184px;
}

* html .content-tab {
	height: 184px;
}
/*FORM*/
.tab-holder fieldset {
	border: 0;
	margin: 0;
	padding: 14px 0;
}

.tab-holder .content-tab ul {
	width: 460px;
	margin: 5px 0 0;
}

.content-tab div {
	overflow: hidden;
	height: 1%;
	margin-bottom: 7px;
	width: 100%;
}

.content-tab input {
	width: 197px;
	border: 1px solid #cbcbcb;
	padding: 2px 4px 3px;
	font: 12px Arial, Helvetica, sans-serif;
}

.content-tab label {
	float: left;
	text-align: right;
	width: 136px;
	line-height: 20px;
	margin-right: 13px;
}

.content-tab a {
	font-size: 11px;
	margin-right: 3px;
}

.content-tab select, .content-tab input, .content-tab ul {
	float: left;
}

.select-holder {
	margin-top: -11px;
}

.content-tab select {
	height: 22px;
	font-size: 12px;
}

.content-tab li {
	overflow: hidden;
	width: 115px;
	padding-bottom: 21px;
}

.content-tab li label {
	width: auto;
	margin: 0 0 0 7px;
	line-height: 13px;
	font-size: 11px;
}

.content-tab li input {
	border: 0;
	padding: 0;
	margin: 0;
	width: 13px;
	height: 13px;
}

img.action-icon {
	margin-right: 3px;
	width: 16px;
}
/*BUTTON SEARCH*/
.content-tab .submit {
	margin: 13px 0 0 148px;
}

.content-tab .submit a {
	float: left;
	background: url(../images/base/btn1-left.gif) no-repeat;
	text-decoration: none !important;
	cursor: pointer;
}

.content-tab .submit span {
	background: url(../images/base/btn1-right.gif) no-repeat 100% 0;
	line-height: 23px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	padding: 0 11px;
	text-transform: uppercase;
	display: block;
}
/* SEARCH */
/* search input */
input.searchField {
	width: 275px;
	margin-right: 5px;
}

span.didYouMean {
	font-size: small;
	color: #cc0000;
	margin-right: 3px;
}

div#searchDidYouMean {
	padding-left: 3px;
	margin-top: 5px;
}

div#searchHint {
	padding: 3px;
	margin-top: 10px;
}

div#searchHint>p {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* search results */
div.searchResults {
	margin: 10px 0 0 0;
	padding: 2px;
}

div.searchResults>table * {
	margin: 0;
	padding: 0;
}

div.searchResults>table {
	margin: 15px 0 15px 0;
	padding: 0;
	xbackground-color: green;
}

div.searchResults>table td {
	padding: 3px;
}

.search-results h2 {
	margin-left: 12px;
}

.search-results ul {
	margin: 0 4px 0 3px;
	padding: 0 0 15px;
	list-style: none;
	background: url(../images/base/shadow.gif) no-repeat 50% 100%;
}

.search-results li {
	overflow: hidden;
	height: 1%;
	vertical-align: top;
	padding: 4px 12px;
}

.black-row strong {
	color: #fff;
	float: left;
}

.search-results .black-row {
	background: #000;
}

.search-results .green-row {
	background: #075a1b;
	border-top: 1px solid #397b49;
	border-bottom: 1px solid #397b49;
	padding: 0 12px;
}

.beige-row {
	background: #ebe4c8;
}

.search-results ul span {
	float: left;
	width: 117px;
}

.search-results ul em {
	width: 241px;
	float: left;
	font-style: normal;
}

.information {
	width: 525px;
}

.search-results h3 {
	color: #fff;
	font-size: 10px;
	line-height: 18px;
}

.search-results ul dl {
	margin: 0;
	padding: 0;
	width: 525px;
	overflow: hidden;
}

.search-results ul dt {
	float: left;
	padding-right: 6px;
}

span.pdf {
	font-size: 9px;
	color: #006633;
}
/*FLEXIBLE PAGE*/
.flexible .select-holder {
	margin: 0 0 10px;
}

.title {
	overflow: hidden;
	/*width:100%;*/
}

.title h2 {
	float: left;
}

.title span {
	float: right;
	font-size: 11px;
	padding: 3px 13px 2px 20px;
	background: url(../images/base/ico1.gif) no-repeat 0 50%;
}

.flexible .search-results li a {
	color: #000;
}

.flexible .search-results .black-row a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background: none;
	padding: 0;
}

.flexible .search-results li {
	font-size: 10px;
}

.search-results ul span {
	width: auto;
}

.search-results ul .number {
	width: 12%;
	margin-right: 4px;
}

.search-results ul .number a {
	padding: 2px 23px 2px 0;
	line-height: 16px;
	background: url(../images/base/ico1.gif) no-repeat 100% 0;
}

.search-results ul .status {
	width: 9%;
}

.search-results ul .state {
	width: 10%;
}

.search-results ul .hearing {
	width: 11%;
}

.search-results ul .company {
	width: 22%;
}

.search-results ul .file {
	width: 15%;
}

.search-results ul .insured {
	width: 15%;
}

.search-results ul .party {
	width: 5%;
}

.flexible #wrap_sub {
	margin: 0 20px;
	width: auto;
	background: url(../images/base/main-bg.jpg) repeat-x 0 68px;
}

.flexible #wrap_sub .left-bg {
	background: url(../images/base/main-left.jpg) no-repeat 0 68px;
}

.flexible #wrap_sub .right-bg {
	background: url(../images/base/main-right.jpg) no-repeat 100% 68px;
	height: 1%;
}

.flexible #banner {
	height: 68px;
}

.flexible .logo {
	padding: 9px 0 0 12px;
}

.flexible #container {
	margin: 0 4px 0 7px;
	width: auto;
}

.flexible #navigation {
	width: auto;
}

.holder {
	xpadding: 0 8px
}
/* block top */
.top {
	width: 100%;
	overflow: hidden;
}

.nav {
	float: left;
	background: url(../images/base/nav-bg.gif) repeat-x;
}

.nav-info {
	background: url(../images/base/nav-left.gif) no-repeat
}

.nav ul {
	background: url(../images/base/nav-right.gif) no-repeat 100% 0;
	padding: 6px 4px 6px 3px;
	margin: 0;
	overflow: hidden;
	list-style: none;
}

.nav ul li {
	display: inline;
	padding: 0 7px 0 11px;
	background: url(../images/base/separator2.gif) no-repeat 0 50%;
}

.nav ul li:first-child {
	background: none
}

.content .nav ul li a {
	font: 10px/14px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.content .nav ul li a:hover {
	text-decoration: underline
}

.top h2 {
	float: right;
	font: bold 14px/26px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}
/* heading */
.heading {
	background: url(../images/base/heading-bg.gif) repeat-x;
	overflow: hidden;
	margin: 8px 0 0;
}

.mar {
	margin: 18px 0 0
}

.heading div {
	background: url(../images/base/heading-right.gif) no-repeat 100% 0
}

.heading h2 {
	font: bold 16px/28px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0 0 0 28px;
	background: url(../images/base/heading-left.gif) no-repeat;
}
/* list-info */
.list-info {
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0;
	padding: 0 0 15px;
}

.list-info ul {
	float: left;
	width: 40%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

.list-info .wide {
	width: 59%
}

.list-info ul li {
	float: left;
	width: 100%;
	margin: 4px 0 0;
}

.list-info ul li.low {
	margin: 30px 0 0
}

.list-info ul li strong {
	float: left;
	font: bold 11px/14px Arial, Helvetica, sans-serif;
	color: #000;
	width: 178px;
	margin: 0 9px 0 0;
	text-align: right;
}

.list-info ul li span {
	float: left;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #000;
}

.list-info ul li span em {
	font: bold 11px/14px Arial, Helvetica, sans-serif;
	color: #000;
}
/* applicant */
.applicant {
	width: 100%;
	padding: 0 0 10px;
	overflow: hidden;
}

.applicant h3 {
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 5px 7px;
}

.applicant div {
	background: #ebe4c8;
	padding: 8px 12px;
}

.applicant p {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
}
/* data */
.data {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px;
	margin: 10px 0 0;
	background: url(../images/base/shadow.gif) no-repeat 100% 100%;
}

.up {
	margin: 15px 0 0
}

.data h3 {
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 8px 7px;
}

.table {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.table .head {
	background: #075a1b
}

.table .light {
	background: #ebe4c8
}

.table td {
	padding: 2px 0;
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #000;
}

.table td span {
	display: block;
	padding: 0 12px;
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #000;
}

.table .head td span {
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	color: #fff;
}

.table .light td strong {
	display: block;
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	text-align: right;
}

.table .cell1 {
	width: 9%
}

.table .cell2 {
	width: 15%
}

.table .cell3 {
	width: 47%
}

.table .cell4 {
	width: 13%
}

.table .cell5 {
	width: 5%
}

.table .cell6 {
	width: 66%
}

.table .cell7 {
	width: 53%
}

a.attach {
	display: block;
	background: url(../images/base/ico-attach.gif) no-repeat;
	width: 14px;
	height: 13px;
	margin: 3px 0 0 9px;
	text-indent: -9999px;
}

.subHeading {
	font-family: tahoma;
	font-size: 10pt;
	font-weight: bold;
	background-color: transparent;
	text-align: left;
	padding-right: 8px;
}

td.formLabel {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	FONT-FAMILY: arial;
	TEXT-ALIGN: right
}

td.formText {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	FONT-FAMILY: arial;
	TEXT-ALIGN: left
}

.formControl {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
}

.submit a, .lightBoxBtn a {
	float: left;
	background: url(../images/base/btn1-left.gif) no-repeat;
	text-decoration: none !important;
	cursor: pointer;
}

.submit a:hover, .lightBoxBtn a {
	float: left;
	background: url(../images/base/btn1-left-hover.gif) no-repeat;
	text-decoration: none !important;
	cursor: pointer;
}

.submit span, .lightBoxBtn span {
	background: url(../images/base/btn1-right.gif) no-repeat 100% 0;
	line-height: 23px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	padding: 0 11px;
	text-transform: uppercase;
	display: block;
}

pre.wrapText {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	width: 90%; /* remove horizontal scroll-bar when viewing in IE7 */
}

.submit span:hover, .lightBoxBtn span:hover {
	background: url(../images/base/btn1-right-hover.gif) no-repeat 100% 0;
	line-height: 23px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	padding: 0 11px;
	text-transform: uppercase;
	display: block;
}

#assocDataBox, .assocDataBox {
	BORDER-RIGHT: #999 1px solid;
	PADDING-RIGHT: 0px;
	BORDER-TOP: #999 2px solid;
	PADDING-LEFT: 0px;
	BACKGROUND: url( ../../resources/images/assocDataBox_bg.jpg ) #fff
		no-repeat left top;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	OVERFLOW: auto;
	BORDER-LEFT: #999 2px solid;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #999 1px solid
}

.formBox2 {
	background: #ebe4c8;
	border: 1px solid #d1d0ca;
	padding: 10px;
}
/* all forms */
div .content>form>input, div .content>form div>input, div .content>form div>table *>input
	{
	padding: 2px 3px;
	font: 12px Arial, Helvetica, sans-serif;
}
/***** milonic menu - item padding *****/
.mmpadding {
	padding-left: 10px;
	padding-right: 10px;
}
/***** displaytag styles *****/
/*** style: listing ***/
table.listing {
	border: 0px solid #666;
	width: 100%;
	margin: 10px 0 10px 0;
}

table.listing th, table.listing td {
	padding: 4px 4px 6px 4px;
	text-align: left;
	vertical-align: middle;
	font-size: 8pt;
}

table.listing th {
	background-color: black;
	font-family: verdana;
	font-size: 8pt;
	text-align: left;
	color: white;
}

table.listing tr th {
	xbackground: #006633 left top repeat-x
		url(../../resources/images/message_gradient1.gif);
}

table.listing thead tr {
	padding: 5px;
}

table.listing th.sorted {
	background-color: #444;
	color: white;
}

table.listing th a, table.listing th:link, table.listing th:active,
	table.listing th a:visited {
	color: white;
}

table.listing th a:hover {
	text-decoration: underline;
	color: white;
}

table.listing th.sorted a, table.listing th.sortable a {
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	color: white;
}

table.listing th.sortable a {
	
}

table.listing th.sortable a:hover {
	text-decoration: none;
	background-image: url(../images/arrow_off_wht.gif);
}

table.listing th.order1 a {
	background-image: url(../images/arrow_up.gif);
}

table.listing th.order2 a {
	background-image: url(../images/arrow_down.gif);
}

table.listing tr.odd, tr.odd {
	background-color: #fff;
}

table.listing tr.tableRowEven, tr.even {
	background-color: #F4F3E9;
}

span.pagelinks {
	padding-left: 15px;
}
/*** style: docket details ***/
table.listing2 {
	border: 0px solid #666;
	width: 100%;
	margin: 10px 0 10px 0;
}

table.listing2 caption {
	margin-bottom: 5px;
	padding-left: 2px;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
}

table.listing2 th, table.listing2 td {
	padding: 4px 4px 4px 4px;
	text-align: left;
	vertical-align: middle;
	font-size: 9pt;
}

table.listing2 td {
	xpadding: 4px 4px 4px 4px;
	vertical-align: top;
}

table.listing2 th {
	background-color: #dddddd;
	color: #000000;
}

table.listing2 tr th {
	xbackground: #006633 left top repeat-x
		url(../../resources/images/message_gradient1.gif);
}

table.listing2 thead tr {
	xpadding: 5px;
}

table.listing2 th.sorted {
	background-color: #444;
	color: black;
}

table.listing2 th a, table.listing2 th:link, table.listing2 th:active,
	table.listing2 th a:visited {
	color: black;
}

table.listing2 th a:hover {
	text-decoration: underline;
	color: black;
}

table.listing2 th.sorted a, table.listing2 th.sortable a {
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	color: black;
}

table.listing2 th.center {
	text-align: center;
}

table.listing2 th.sortable a:hover {
	text-decoration: none;
	background-image: url(../images/arrow_off.png);
}

table.listing2 th.order1 a {
	background-image: url(../images/arrow_up_blk.gif);
}

table.listing2 th.order2 a {
	background-image: url(../images/arrow_down_blk.gif);
}

table.listing2 tr.odd, tr.odd {
	background-color: #fff;
}

table.listing2 tr.tableRowEven, tr.even {
	background-color: #F4F3E9;
}
/* misc */
.content {
	padding: 16px 10px 0 10px;
}

#content h1, .content h1, .pageHeading {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #b9ddcb;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.pageHeading {
	border-bottom: 0px solid #b9ddcb;
}
/***** tabs *****/
.tab-holder {
	margin: 0px;
	margin-top: 10px;
}

.tabPage {
	background: #ebe4c8;
	border-left: 1px solid #d1d0ca;
	border-right: 1px solid #d1d0ca;
	border-bottom: 1px solid #d1d0ca;
	padding: 15px 10px 10px;
}

div.btnItem2 {
	display: block;
	margin: 0;
	width: 101px;
	line-height: 23px;
	text-align: center;
	font-size: 10px;
	color: #fff !important;
	background: url(../images/base/btn1.gif) no-repeat;
	text-decoration: none !important;
	text-transform: uppercase;
	cursor: pointer;
}

#tabLabel, .tabLabel {
	background-color: transparent;
	text-align: right;
	padding-right: 8px;
}

#tabData, .tabData, .tabDataShaded {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	background-color: transparent;
	text-align: left;
}

.tabDataShaded {
	background: #ebe4c8;
}
/***** homepage 'flash' area *****/
#slideshow {
	height: 217px;
	/*Comment out the below line if the homepage slideshow (on index.jsp) has more than one image*/
	position: relative;
}

.splash {
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	width: 600px;
	height: 217px;
}
/***** forms *****/
form {
	margin: 0;
	padding: 0;
}
/***** modifications to styles *****/
#content_sub_right h2 {
	font-size: 14px;
	font-weight: bold;
	color: #006633;
	margin-bottom: 10px;
}

#content_sub_right h3, #content_sub_right h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	margin-bottom: 5px;
}

#content_sub_right h4 {
	font-style: italic;
}

#content_sub_right p {
	margin-bottom: 10px;
}

#content_sub_right ul, #content_sub_right ol {
	margin-left: 20px;
	padding-left: 20px;
	margin-bottom: 0;
}

#content_sub_right ul li, #content_sub_right ol li {
	margin-bottom: 5px;
}
/***** PHASE THESE OUT *****/
.tableHead {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	background: #006633 left top repeat-x
		url(../../resources/images/message_gradient1.gif);
	color: #fff;
	text-align: left;
	border: 1px solid #eeeeee;
	padding: 4px;
	height: 25px;
}

.tableList {
	border: 1px solid #999;
	border-top: none;
	border-left: none;
}

.tableList td {
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.formLabelUnaligned {
	background-color: #aaaaaa;
}

.formLabel {
	font-weight: normal;
}
/**  member directory **/
.black-row {
	background: #000;
	color: #fff;
}

.green-row {
	background: #075a1b;
	border-top: 1px solid #397b49;
	border-bottom: 1px solid #397b49;
	padding: 0 12px;
	color: #fff;
}

.dataViewOdd {
	background-color: #fff;
	xfont-family: tahoma;
	xfont-size: 8pt;
	xpadding-left: 10px;
}

.dataViewEven {
	background-color: #F4F3E9;
	xfont-family: tahoma;
	xfont-size: 8pt;
	xpadding-left: 10px;
}
/*******  ******/
#content_blank {
	padding: 11px 0 0 0;
	margin: 0;
	display: table;
	line-height: 18px;
}

#content_blank_left {
	width: 220px;
	float: left;
	padding: 0 0 0 3px;
	display: block;
}

#content_blank_right {
	width: 560px;
	float: left;
	padding: 0 28px 0 15px;
}

#content_blank_right h1 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #b9ddcb;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.disableSubmit {
	margin: 13px 0 0 148px;
}

.disableSubmit a {
	float: left;
	background: url(../images/base/btn1-left-disabled.gif) no-repeat;
	text-decoration: none !important;
	cursor: pointer;
}

.disableSubmit span {
	background: url(../images/base/btn1-right-disabled.gif) no-repeat 100% 0;
	line-height: 23px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	padding: 0 11px;
	text-transform: uppercase;
	display: block;
}

.disableSubmit a:hover {
	float: left;
	background: url(../images/base/btn1-left-disabled.gif) no-repeat;
	text-decoration: none !important;
	cursor: default;
}

.disableSubmit span:hover {
	background: url(../images/base/btn1-right-disabled.gif) no-repeat 100% 0;
	line-height: 23px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	padding: 0 11px;
	text-transform: uppercase;
	display: block;
}

/*** rich text fields: contentions & damages dispute ***/
div.richTextDisplay p {
	padding: 0;
}

div.richTextDisplay ul {
	padding: 0 40px;
	margin: 10px 0 10px 0;
}

div.richTextDisplay ul li {
	padding: 1px 0;
	margin: 1px 0;
}

div.richTextDisplay ol {
	padding: 0 40px;
	margin: 10px 0 10px 2px;
}

div.richTextDisplay ol li {
	padding: 1px 0;
	margin: 1px 0;
}