/* Norcal lawyer access - from apppah */

body {
  margin: 0;
  padding: 0;
  color: #45555F;	
  background-color: #dbdbdb;  
  font-size: 10pt;
  font-family:  Verdana, Arial, Helvetica, sans-serif;    
	SCROLLBAR-FACE-COLOR: #597794;  
	SCROLLBAR-HIGHLIGHT-COLOR: #cacaca; 
	SCROLLBAR-SHADOW-COLOR: #000000; COLOR: #32454b; 
	SCROLLBAR-3DLIGHT-COLOR: #445555; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 	
	SCROLLBAR-TRACK-COLOR: #c8c8c8; FONT-FAMILY: Arial, Helvetica, sans-serif; 
	SCROLLBAR-DARKSHADOW-COLOR: #aaaaaa
}
.content {
	background-color: #E1EFD6;
	background-image: url('content/images/shell/main_bkg.gif');
	background-repeat: repeat-y;
	padding: 10px 20px 10px 20px;	
	}
.header, .main {
	border-left: 1px solid #cccccc;
	border-right: solid 1px #cccccc;
	width: 920px;	
}
.footer {
	width: 920px;	
	padding: 5px 10px 0 0;
}

#content {
position: relative;
}
/*
Staff page
*/
.staffRow1 { background-color: #E6E6E6; padding:8px; 
}
.staffRow2 {
	background-color: #CDCDCD; padding:8px; 
}	

.text-right {
	text-align: right;
}
/*
end staff page
*/

.page-title {
	color: #2B5144;
    font-weight: bold;
    text-align: center;
    margin: 0.5em 0.5em 0.5em 0.5em;
	 font-size: 1.1em;
	 
}

#liner {
	background-color: #ebebeb;
	width:85%;
	height: 1px;
	line-height: 1px;
	}

.subtitle NA {	
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #CC6699;
}

.headline NA {
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	color: maroon;

}
.emphasis NA  {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
.smallerheadline NA {
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}

a {
	font-size: 1em;
	font-weight:normal;
	color: maroon;	
	text-decoration: none;
}
a:hover {
	background-color: #b4b4b4;
	color: white;
}

#side-menu {
	width: 200px;
	padding-left: -20px;
	font-weight: normal;
	font-size: .9em;
	line-height: 1.4em;
}
#side-menu ul li {
COLOR: #2c2c2c;
text-decoration : none;
 list-style-position: outside;
 list-style-type: disc;
 white-space: normal;
}

#side-menu a:link, #side-menu a:active , #side-menu a:visited  {
	COLOR: #008a43;
	text-decoration : none;
	font-weight: normal;
	font-size: .9em;
}

 #side-menu a:hover {
	COLOR: #ffffec;
	text-decoration : none;
	background-color: #aab4bf;
}

input, TEXTAREA {
	font-family: ;
	border : thin groove;
	background-color : #d9d9d9;
	font-weight : normal;
	font-size: 9px;
}
SELECT {
	font-family: ;
	background-color : #d9d9d9;
	font-weight : normal;
	font-size: 10px;	
}
 
 .small {
 	font-size: 1em;
 }
 
/*  mouse over info */
a.info{
    /*position:relative;*/  /*this is the key*/
    z-index:24; 
    color:#000;
    text-decoration:none;
	 font-size: .9em;	 
	 }

a.info:hover { 
	z-index:25; 
	background-color:#ff0
	color:#000;
	}

a.info span{display: none;}

a.info:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:100px; left:200px; width:450px;
    border:1px solid #0cf;
    background-color:#cff; 
	 color:#000;
	 font-size: .8em;
    text-align: left;
	 padding: 5px 5px 5px 5px;
	 }
	 
/*  staff  */
a.infoa{
    /*position:relative;*/  /*this is the key*/
    z-index:24; 
    color:#000;
    text-decoration:none;
	 font-size: .9em;	 
	 }

a.infoa:hover { 
	z-index:25; 
	background-color:#ff0
	color:#000;
	}

a.infoa span{display: none;}

a.infoa:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:300px; left:200px; width:450px;
    border:1px solid #0cf;
    background-color:#cff; 
	 color:#000;
	 font-size: .8em;
    text-align: left;
	 padding: 5px 5px 5px 5px;
	 }
	 
	/* end  */


		

