/* business-alpha.css */

/* letter navbar */
.alpha-lettering-navbar a		{font: 16pt sans-serif;
								 color: blue;
								 width:25px;
								 padding: 0 4px;
								 border-left:1px solid silver;
								 border-top:1px solid silver;
								 border-right:2px solid black;
								 border-bottom:2px solid black;
								 text-align:center;
								 background-color: #FFFFF0;
								 background-image: url('images/bg_letter_white_blue.jpg');
								 text-decoration:none;
								 margin: 1px;}
.alpha-lettering-navbar a:hover	{font: 16pt sans-serif; color: red;
								 width:25px;
								 border-left:1px solid black;
								 border-top:1px solid black;
								 border-right:2px solid silver;
								 border-bottom:2px solid silver;
								 text-align: center; background-color: #00008B;  background-image: url('images/bg_letter_white_blue_over.jpg'); }
#lettercontainer				{text-align:center; margin-top: 10px;margin-bottom:10px;}


.box      {
	text-align: left;
	margin: 2px 0px 5px 0px;
	border: 1px solid silver;
	background-color: #FFFFF0;
	width: 550px;
	border-bottom: 3px;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-right: 3px;
	border-right-color: Gray;
	border-right-style: solid;
}
.preview  {color: #215A94; font:14pt "Comic Sans MS", sans-serif; background: #FFFFE0;}
.letter   {color: #8B0000; font-size: 32pt; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
.name-alpha     {color: black; padding-left: 5px; font: 12pt Arial, sans-serif; font-weight: bold;}
.firm     {float:left;}
.firm-category {float:right; padding-left: 20px; padding-right:5px; color:green;  font: 10pt Arial, sans-serif; }
.name-extra      {color: #696969; font: 10pt Arial, sans-serif; padding-left: 20px; margin-bottom:2px; clear:both;}
.disclamer    {color: #696969; font: 6pt Arial, sans-serif; background: white;}
.alphabet {position:absolute;
          left: 5px; 
          top:16px; 
          width:20px; 
          height: 325px; 
          background-color: #FFFFE0; /* lightyellow */
          text-align: center;
          border-style: ridge;
          border-width:2px;
          border-color: #8B0000;
          line-height: 110%;}
          
a.letter  {color: black; font: 8pt Arial, sans-serif; font-weight:bold; text-decoration: none; border: 0px solid
#000000; padding: 2px 2px;
}
a.letter:hover  {color: white; font: 8pt Arial, sans-serif; font-weight:bold; text-decoration: underline; border:
1px solid #0000ff; padding: 2px 2px; background-color: #00008B;
 width:100%;}
 /* 8B0000 = darkred  696969=dimgray  FFFF00= ivory    00008B=darkblue  */
 
/* images within layout table */
#alpha img	{border: 0px;}

/* css version of link and image  */
.chamber-but 	{background-image: url('images/chamber.jpg');
				background-repeat:no-repeat;
				width: 46px;
				height: 12px;
				border-left: 2px solid #FFFFE0; /* lightyellow */
				border-right-style:none;
				border-right-width:medium;
				border-top-style:none;
				border-top-width:medium;
				border-bottom-style:none;
				border-bottom-width:medium;}
