body {
	background: #555555;
	margin: 5px;
	padding: 0px;
}

body, input, select, textarea, td {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
}

a:link, a:visited, a:active {
	color: #1A1A7D;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}

hr {
	height: 1px;
	border: 0px;
	border-top: 1px solid #666699;
}

h1 {
	margin: 10px 0px;
	font-size: 14px;
}
h1.title {
	font-size: 14px;
	padding: 3px;
	background: #D2DBDC;
	color: #333;
}
h2 {
	margin: 5px 0px;
	font-size: 12px;
}
h3 {
	margin: 5px 0px;
	font-size: 11px;
	color: #666666;
}

#container {
	background: #ffffff;
	width: 1000px;
	border: 2px solid #666666;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#header_container {
	position: relative;
	width: 100%;
	/*height: 194px;*/
	background: #eeeeee;
}

#header_doubleClick {
	width: 728px;
	height: 90px;
	text-align: center;
	padding: 0px;
}
#header_doubleClick_2 {
	width: 234px;
	height: 60px;
	text-align: center;
	padding: 0px;
}
#blog_doubleClick_2 {
	width: 300px;
	height: 175px;
	text-align: center;
	padding: 0px;
}
#blog_doubleClick {
	width: 150px;
	height: 40px;
	text-align: center;
	padding: 0px;
}
#middle_doubleClick {
	float: right;
	width: 323px;
	height: 250px;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	clear: right;
}
#judicial_doubleClick {
	float: right;
	width: 323px;
	height: 172px;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	clear: right;
}
#highlight_special_container {
	width: 329px;
	height: 150px;
	text-align: center;
	padding: 0px;
}
#highlight_special_container a.special {
	font-size: 12px;
	font-weight: bold;
}
#highlight_doubleClick {
	width: 234px;
	height: 60px;
	text-align: center;
	padding: 0px;
	clear: both;
}
#footer_doubleClick_container {
	width: 100%;
	height: 90px;
	text-align: center;
	padding: 0px;
	clear: both;
	margin: 15px 0px;
}
#footer_doubleClick {
	width: 728px;
	height: 90px;
}	
#inner_doubleClick {
	width: 120px;
	height: 240px;
	text-align: center;
	padding: 0px;
	clear: both;
}
#article_doubleClick_container {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px 15px 5px 0px;
	text-align: center;
	clear: left;
}
#article_doubleClick {
	width: 300px;
	height: 250px;
	text-align: center;
}

#header_bonusLinks {
	width: 230px;
	height: 90px;
	text-align: left;
	font-weight: bold;
}
#header_bonusLinks p {
	margin: 0px 0px 6px 0px;
}

#header_logo {
	width: 700px;
	height: 63px;
	padding-left: 6px;
	text-align: left;
}
#header_search {
	background: #75746F;
	/*width: 278px;*/
	height: 34px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
}
#header_search input {
	height: 15px;
	background: #ffffff;
	color: #383838;
	font-weight: bold;
	border: 0px;
	padding: 3px;
}
#header_search .search_btn {
	height: 15px;
	background: #0C4E8A;
	vertical-align: bottom;
	padding: 3px;
}

#header_menu {
	background: #383838;
	width: 700px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: auto;  /* Centers menu on page */
	height: 20px;  /* Height of top menu items */
	line-height: 18px;  /* Line height of top menu items (vertically adjust text) */
	clear: both;
}
#header_menu a {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

/* Set margin and padding to 0px and remove bullets from all list items */
#header_menu ul { 
  padding: 0px;
  margin: 0px;
  list-style: none;
}
/* Display top menu items horizontally from left to right */
#header_menu li {
	float: left;
	border-left: 1px solid #333333;
	border-right: 1px solid #cccccc;
}

#menu, #menu ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 18px;
    text-align: left;
    z-index: 80;
}
#menu a {
    display: block;
    width: 112px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-align: center;
}
#menu li { /* all list items */
    float: left;
    width: 112px; /* width needed or else Opera goes nuts */
}
#menu li ul { /* second-level lists */
    position: absolute;
    line-height: 18px;
    width:112px;
    margin-left:-1px;
    left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#menu li ul li {
    width:112px;
}
#menu li ul a { /* second-level list links */
    color: #ffffff;
    display: block;
    height: 18px;
    text-align: center;
    background-color: #383838;
    width: 112px;
	border-top: 1px solid #cccccc;
}
#menu li ul a:hover { /*hover color for second-level list links */
    background-color: #a0aecb;
}
#menu li ul ul { /* third-and-above-level lists */
    margin: -22px 0 0 171px;
}
#menu li ul li ul { /* third-and-above-level lists */
    margin-top: -22px;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
    left: -9999px;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
}
#menu li:hover, #menu li.sfhover {
    background-color: #a0aecb;
    color: #ffffff;
}
#menu li {
    background-color: #383838;
}
#menu li:hover a, #menu li.sfhover a{
    color: #ffffff;
}

#index_topStory_container {
	background: #A0AECB;
	width: 344px;
	height: 690px;
	

	padding: 10px 0px 10px 0px;
}
#index_topStory {
	padding: 0px 0px 00px 0px;
}
#index_topStory a.heading {
	color: #000000;
	text-decoration: none;
}
#index_blog_container {
	background: #ffffff;
	width: 323px;
	/*height: 500px;*/
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
#index_blog_container a.blog_title {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#index_blog_container a.ap {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
#index_blog_container a.ap:hover {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
/* delete?
#index_blog {
	padding: 0px 0px 10px 0px;
}
#index_blog .title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin-top: 5px;
}
*/

#index_highlight_mostreadstories_container {
	width: 334px;
	border-bottom: 1px solid #A7685E;
	border-right: 1px solid #A7685E;
}
#index_highlight_mostreadstories {
	background: #ffffff;
}
#index_highlight_mostreadstories .titlebar {
	background: url(../images/index_mostreadstories_bg.gif) repeat-y top left;
}
#index_highlight_mostreadstories .title {
	background: #A7685E;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
	padding: 3px;
}
#index_inner {
	padding: 5px 10px 5px 10px;
	font-size: 11px;
}
#index_opinion_container {
	width: 323px;
	background: #EDEDED;
	border: 1px solid #8398BD;
	border-top: 0px;
}
#index_opinion {
	width: 323px;
}
#index_opinion .titlebar {
	background: #8398BD;
}
#index_opinion .title {
	background: #8398BD;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
	padding: 3px;
}
#index_realEstate_container {
	background: #AECA9F;
	width: 333px;
	height: 540px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
#index_marketSnapshot {
	border: 1px solid #4F6F96;
	width: 250px;
	margin: 0px;
	background: #FFF;
	padding: 0px;
}
#index_marketSnapshot td.tabstyle {
	background: #ccc;
}
#index_marketSnapshot td.selecttabstyle {
	background: #a0aecb;
}

#index_breakingNews {
	margin-top: 5px;
	margin-bottom: 5px;
}
#index_breakingNews .title {
	font-size: 14px;
	color: #000000;
	border-bottom: 2px dotted #888888;
}
#index_breakingNews a {
	color: #444444;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#index_breakingNews a:hover {
	text-decoration: underline;
	color: #000000;
}

/* Being handled by doubleClick stuff
#index_judicial {
	float: right;
	clear: right;
	width: 323px;
	height: 172px;
	background: #eeeeee;
	margin: 0px 0px 10px 0px;
}
*/



#index_highlight_container {
	width: 667px;
	height: 457px;
	margin: 0px 10px 20px 0px;
}
#index_highlight_keycourtrulings {
	width: 328px;
	height: 115px;
	background: #ffffff;
	margin: 0px 0px 10px 0px;
}
#index_highlight_keycourtrulings .titlebar {
	background: url(../images/index_keycourtrulings_bg.gif) repeat-y top left;
}
#index_highlight_keycourtrulings .title {
	background: #697EA1;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
	padding: 3px;
}
#index_highlight_firmnews {
	width: 328px;
	height: 172px;
	background: #ffffff;
	margin: 0px 0px 10px 0px;
}
#index_highlight_firmnews .titlebar {
	background: url(../images/index_firmnews_bg.gif) repeat-y top left;
}
#index_highlight_firmnews .title {
	background: #C2734D;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
	padding: 3px;
}

#index_highlight_events {
	width: 329px;
	height: 115px;
	background: url(../images/index_events_bg_yellow.gif) repeat;
	margin: 0px 0px 10px 0px;
}
#index_highlight_events .titlebar {
	background: url(../images/index_events_bg.gif) repeat-y top left;
}
#index_highlight_events .title {
	background: #6D7170;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
	padding: 3px;
}
#index_highlight_newsfromtheweb {
	width: 329px;
	height: 172px;
	background: #ffffff;
	margin: 0px 0px 10px 0px;
}
#index_highlight_newsfromtheweb .titlebar {
	background: url(../images/index_newsfromtheweb_bg.gif) repeat-y top left;
}
#index_highlight_newsfromtheweb .title {
	background: #898B54;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
	padding: 3px;
}
#index_highlight_inner {
	/* IE6 doesn't like padding or margin for the bottom; setting it messes up the index page section alignment. */
	margin: 10px 15px 0px 15px;
	display:inline;
	float:left;
}
a.index_highlight:link, a.index_highlight:visited {
	color: #cccccc;
	font-size: 10px;
	padding-right: 5px;
}
a.index_highlight:hover {
	color: #ffffff;
}
#footer_container {
	/*height: 46px;*/
	margin: 0px;
}
#footer {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
#footer_links {
	margin-bottom: 0px;
}
#footer a {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

#inner_container {
	background: #ffffff;
	width: 725px;
	border-right: 1px solid #D2DADA;
	/*height: 450px;*/
	/*margin: 10px 10px 20px 0px;*/
}
#inner {
	padding: 0px 15px 10px 15px;
	font-size: 12px;
}
#inner_storyPanel {
	border: 1px solid #666666;
}
#inner_storyPanel a {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#inner_sideContent {
	float: right;
	width: 280px;
	margin: 0px 10px 0px 0px;
}
#inner_sideContent .title {
	background: #D2DADA;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 3px 0px 3px 0px;
}
#inner_sideContent .content {
	padding: 3px 10px 3px 10px;
}

#table_data td {
	font-size: 11px;
}

/*
.td_header {
	background: #255479;
	color: #ffffff;
	font-weight: bold;
}
*/
#table_data td.td_header {
	background: #75746F;
	color: #ffffff;
	font-weight: bold;
}
#table_data td.td_header2 {
	background: #eeeeee;
	color: #000000;
	width: 175px;
	text-align: right;
}
#table_data td.td_datalabel {
	width: 150px;
	text-align: right;
}
#table_data td.td_footer {
	background: #ddddee;
	font-weight: bold;
}

.title {
	font-size: 16px;
	font-weight: bold;
}
.subtitle {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.red {
	color: #cc0000;
}

.pic {
	border: 1px solid #999999;
}

.note {
	color: #888888;
	font-style: italic;
}

#articleTools {
	border: 1px solid #666666;
}
#articleTools a:link, #articleTools a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#articleTools a:hover {
	color: #000000;
	text-decoration: underline;
}

.articleTitle {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
a.articleTitleLink:link, a.articleTitleLink:visited {
	font-size: 18px;
	font-weight: bold;
	color: #000000;	
	text-decoration: none;
}
a.articleTitleLink:hover {
	color: #1A1A7D;
}
#articleSidebar {
	float: right;
	display: inline;
	padding: 10px;
	margin: 0px 0px 15px 15px;
	width: 175px;
	border-left: 2px dotted #999999;
	border-right: 2px dotted #999999;
}

/* Calendar styles */
#table_data td.caldate_today {
	background: #990535;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
#table_data td.caldate_active {
	background: #cccccc;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
#table_data td.caldate_empty {
	background: #eeeeee;
	font-size: 10px;
	text-align: center;
}

/* About Us styles */
#aboutus_bios p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	margin: 1.2em 0;
	padding: 0;
}
#aboutus_bios p a:link, #aboutus_bios p a:visited {
	color: #669;
	text-decoration: underline;
	line-height: 1.2em;
}
#aboutus_bios p a:hover {
	color: #000;
}
#aboutus_bios img {
	float: right;
	height: 125px;
	width: 96px;
	border: 1px #669 solid;
	margin: 1px 5px;
	padding: 0px;
}

/* Poll results display */
#pollTable {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
#pollTable th {
	padding: 4px;
	font-weight: bold;
	background-color: #ccc;
}
#pollTable td {
	padding: 6px 4px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
#pollTable .pollDisplay {
	width: 100px;
	text-align: left;
}
#pollTable .pollAvg {
	width: 25px;
	border-right: 1px solid #ccc;
	text-align: left;
}
#pollTable .pollAnswer {
	padding-left: 8px;
	text-align: left;
}
#pollTable .pollDisplay div {
	padding: 2px 0px;
	background-color: #ccc;
}