/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 1px;
	padding: 0px;
	font-family: 'Myriad', Helvetica, Arial, Sans Serif/*'Myriad Pro',*/ ;
	line-height: 120%;
	font-size: 12px;
	color: #333333;
	background: #ffffff;
	font-weight:normal;
}

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}

#buttons_outer {
	width: 635px;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;

}

#buttons_inner {
	border: 1px solid #cccccc;
	height: 21px !important;
	height: 23px;
}

#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #c64934;
}


#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid #cccccc;
	padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

/*#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 635px;
	height: 150px;
	background: url(../images/header_short.jpg) no-repeat;
}*/

#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 635px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}


.user1_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}

ul,ol
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 150%;
padding-left: 20px;
padding-top: 0px;
background-repeat: no-repeat;
background-position: 0px 4px;

}


td {
	text-align: left;
	font-size: 11px;
}




/* Joomla core stuff */
a:link, a:visited {
	color: #AA0041; text-decoration: none;
	font-weight: bold;
}

a:focus		{	outline:none;}

a:hover {
	color: #900;	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
  color: #c64934;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	/*background: url(../images/subhead_bg.png) repeat-x;*/
	color: #AA0041;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	/*height: 30px;

	color: #c64934;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;*/
	color: #AA0041;
	text-align: left;
	padding-top: 4px;
	padding-left: 1px;
	height: 21px;
	font-weight: bold;
	font-size: 15px;
	text-transform:none;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	/*background: url(../images/subhead_bg.png) repeat-x;*/
	color: #C00049;
	text-align: left;
	padding: 15px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;

}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	background: url(../images/navtab2.jpg) no-repeat;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
	display:block-inline;
	width:auto;
	margin-left:5px;
	margin-right:5px;
}

a.mainlevel:hover {
	text-decoration: none;
	color:#C00049;
	text-decoration:underline;
}

/*a.mainlevel*/#active_menu {
	color:#C00049;
	text-decoration:none;
	font-weight:normal;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #c64934;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}

/*topanv*/

#mainlevel-home{ 	height: 36px !important;
	height: 36px;}

#mainlevel li { 
				line-height:36px;
				display:inline;
				list-style-type: none;
				list-style-image:none;
				list-style:none;
				padding: 0; 
					margin: 0;}


.mainlevel-home:link, a.mainlevel-home:visited {
	background: url(../images/navtab2.jpg) no-repeat;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 11px;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
	width:90px;
	margin-left:10px;
	height: 36px !important;
	height: 36px;
	display:block-inline;
}

a.mainlevel-home:hover {
	text-decoration: none;
	color:#C00049;
	text-decoration:underline;
	height: 36px !important;
	height: 36px;
}

a.mainlevel-home#active_menu {
	color:#C00049;
	text-decoration:underline;
	font-weight:normal;
	height: 36px !important;
	height: 36px;
}


/*end topnav*/

a.mainlevel-left:link, a.mainlevel-left:visited {
	/*background: url(../images/navtab2.jpg) no-repeat;*/
	font-size: 11px;
	font-weight: normal;
	color: #C00049;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
	display:block;
	width:auto;
	margin-left:5px;
	margin-right:5px;
	text-transform:uppercase;
	border-bottom:1px solid #F3E0E8;
}

a.mainlevel-left:hover {
	text-decoration: none;
	color:#333333;
	text-decoration:none;
}

a.mainlevel-left #active_menu {
	color:#333333;
	text-decoration:none;
	font-weight:normal;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}


/***************************************************************homepage layout divs by barbara*/

#maincontainer		{	width: 990px;
						height:auto;
						
						
					}

#header				{	width: 990px;
						height:95px;
						margin-bottom:-10px;
					}

					
		#logo				{	width: 300px;
							height:86px;
							float:left;
							margin-top:-10px;
						}
	
						
		#topnav				{	width: 630px;
							height:35px;		
							float:right;
							margin-left:15px;
							margin-top:50px;
					}

#pagecontainer		{	width: 965px;
						border:1px solid #F1F1F1;
						padding:15px;
						
						}
							
#banner			{	width:960px;
						height:270px;}		
			
							
		#leftads		{	width:315px;
							height:257px;
							margin-right:15px;
							float:left;
								}
		*html div#picturebanner	{ margin-left:-42px;}						
		#picturebanner	{	width:443px;
							height:255px;
							float:left;
							margin-right:1px;} 
							
		*html div#quicklinks	{ clear:left;}
						
		#quicklinks		{	width:175px;
						height:255px;
						float:right;}
						
		.moduletabledebt				{	margin-top:6px;}
		.moduletableremortgage			{	padding-top:8px;}
					



#content		{	width:960px;
					height:275px;
					background: url(../images/btm-bg.jpg) no-repeat;
					background-position:top;
					color:#FFFFFF;}
					

					
#content	a	{	text-decoration:underline;
					color:#FFFFFF;}

div#content	td	{ color:#FFFFFF;}
					
		
		#latestnews		{	width:280px;
							margin-top:15px;
							margin-right:40px;
							margin-bottom:10px;
							margin-left:30px;
							float:left;}
		*html div#latestnews	{ margin-top:15px;
							margin-right:60px;
							margin-bottom:10px;
							margin-left:10px;}					
		
		div#latestnews th, h3	{text-transform:uppercase;
							color:#FFFFFF;
							font-weight:bold;
							padding-left:inherit;
							font-size:16px;
							margin:0px;}
		
		div#latestnews li		{ 	font-weight:normal;
								
								list-style:disc;
								list-style-type:none;
								list-style-position:none;
								margin-left:-20px;
								/*background:url(../images/arrow.png);
								background-position:left;
								background-repeat:no-repeat;*/}	
							
		#mainbody		{	width:550px;
							margin-top:15px;
							margin-right:10px;
							margin-bottom:10px;
							margin-left:10px;
							float:left;}
							
		div#mainbody li		{ 	font-weight:bold;
								font-size:12px;
								list-style:disc;
								list-style-type:circle;
								list-style-position:inside;
								/*background:url(../images/arrow.png);
								background-position:left;
								background-repeat:no-repeat;*/}					
		
							
		div#mainbody td.contentheading 	{ text-transform:uppercase;
										color:#FFFFFF;
										font-weight:bold;
										font-size:large;}							
/*********************************************************internal page divs by barbara*/


	#picturebanner2	{		width:620px;
							height:255px;
							float:left;
							margin-left:0px;
							} 
	*html div#picturebanner2	{float:right;
	clear:left;}							
		
#wrap				{	width:inherit;
						height:inherit;}							
							
#innercontent		{	width:960px;
						height:auto;
						clear:both;}
					

							
	#leftmenu			{	width:305px;
							margin-top:1px;
							margin-right:40px;
							margin-bottom:10px;
							margin-left:10px;
							float:left;}
							
	div#leftmenu.moduletable th		{	text-transform:uppercase;
										color:#AA0041;
										font-weight:bold;
										font-size:16px;}
							
	#innermainbody		{	width:580px;
							float:left;
							margin-top:15px;
							margin-right:0px;
							margin-bottom:0px;
							margin-left:0px;}
							
	#innermainbody	li	{	/*list-style:disc;*/
							background:url(../images/arrow.png);
							background-position:left;
							background-repeat:no-repeat;
							margin-left:1px;}
							
#btmcontainer	a	{	text-decoration:underline;
					color:#FFFFFF;}	
					
											
#btmcontainer		{	width:960px;
					height:193px;
					color:#FFFFFF;
					background: url(../images/btm-bg2.jpg) no-repeat;}
					

					
		#latestnews2		{	width:270px;
							margin-top:1px;
							margin-right:40px;
							margin-bottom:10px;
							margin-left:30px;
							float:left;}
		*html div#latestnews2	{ margin-top:1px;
							margin-right:60px;
							margin-bottom:10px;
							margin-left:10px;}
							
		div#latestnews2 th	{text-transform:uppercase;
							color:#FFFFFF;
							font-weight:bold;
							padding-left:inherit;}
							
		div#latestnews2 td	{
							color:#FFFFFF;
							}
		
		div#latestnews2 li		{ 	font-weight:normal;
								
								list-style:disc;
								list-style-type:none;
								list-style-position:none;
								margin-left:-20px;
								/*background:url(../images/arrow.png);
								background-position:left;
								background-repeat:no-repeat;*/}		
							
		#mainbody2		{	width:590px;
							margin:10px;
							float:right;}
							
							
		div#mainbody2 table.moduletable th	{	text-transform:uppercase;
										color:#FFFFFF;
										font-weight:bold;
										font-size:16px;
										margin-left:-20px;}
		div#mainbody2 table.moduletable td	{	
										color:#FFFFFF;
										padding-left:15px;
										}
							
		div#mainbody2 td.contentheading h3,h5	{ text-transform:uppercase;
										color:#FFFFFF;
										font-weight:bold;
										font-size:large;}
										
		div#innermainbody table.contentpaneopen h3,h5	{ text-transform:uppercase;
										color:#AA0041;
										font-weight:bold;
										font-size:16px;}		
							
#moduletableawards		{	margin-top:10px;
							height:122px;
							width:315px;
							background: url(../images/case-tracker.jpg) no-repeat;}
							
div#moduletableawards	table	{ margin-top:30px;margin-left:20px;}

.imgborder				{	border:1px solid #AA0041;	}

th.summaryReports {
	background-color: #f0f0f0;
	color : black;
}

.summaryReports th {
	background-color: #f0f0f0;
	color : black;
}
table.summaryReports {
	width : 95%;
	border : solid thin #CF0163;
	text-align : center;
	
}

td.summaryReports
{
	background-color : #f0f0f0;
}
.summaryReports h6
{
	font-size:10pt;
}

table.summaryDropDown {
	width : 95%;
	background-color : #f0f0f0;
}

th.matterDetails {
	background-color: #CF0163;
	color : white;
}

table.matterDetails {
	width : 95%;
	border : solid thin #CF0163;
	text-align : left;
}

td.matterdetails
{
	background-color : #f0f0f0;
	color : black;
}

th.matterNotes {
	background-color: #C6CBCE;
	color : black;
}

table.matterNotes {
	width : 95%;
	border : solid thin #C6CBCE;
	text-align : left;
}

td.matterNotes
{
	background-color : #f0f0f0;
}

th.milestones {
	background-color: #C6CBCE;
	color : black;
}

table.milestones {
	width : 95%;
	border : solid thin #C6CBCE;
	text-align : left;
}

td.milestones
{
	background-color : #f0f0f0;
}

.greyBox {
	background-color: #DDD;
	border: 1px solid #CCC;
}
.greyBox div {
	padding: 10px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.greyBox input {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 4px;
}
.redBox {
	background-color: #CF0163;
	border: 1px solid #56142C;
	color : #FFFFFF;
	padding : 0px;
}
.redBox div {
	padding: 10px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

