a		{ 
	color: #333333; 
	text-decoration: underline 
}
a:hover   { 
	color: #000000; 
	text-decoration: underline 
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background-image: url(../media/bg.jpg);
	background-repeat: repeat;
*/}
.bottomBorder{
	background-image: url(../media/shadowBottom.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.content {
	text-align:justify;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	font-size:smaller;
	line-height: 110%;
}
.contentArea {
	background-color: #ffffff;
	border-right-image: url("../media/shadowRight.gif") 27 27 27 27 round stretch;
	padding-right: 15px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 15px;
	vertical-align: top;
	border-left: 1px solid #97B8B6;
}
.contentHeight {
	background-color: #ffffff;
	height:300px;
}
.containerTable {
	height:100%;
	width: 900px;
}
.containerTablePad {
	height:10px;
}
.cornerBorder{
	background-image: url(../media/shadowCorner.gif);
	background-position: top-left;
	background-repeat: no-repeat;
}
.disclaimer {
	font-size:smaller;
	text-align:justify;
	color: #666666;
	font-style: italic;
	}
.footer {
	padding-right: 40px;
	padding-top: 15px;
	text-align: right;
	background-color: #ffffff;
	padding-right: 40px;
}
.headings {
	font-variant: small-caps;
}
hr {
	color: #97B8B6;
	 background-color: #97B8B6;
}
.imagePad{
	padding: 4px;	
}
.leftNav {
	padding-right: 15px;
	padding-bottom: 15px;
	line-height: 110%;
	font-style: italic;
}
.leftPlaceHolder {
	background-color: #ffffff;
	width:40px;
	vertical-align: top;
}
.list {
	line-height: 120%;	
}
.pageTitle {
	border-bottom: 1px solid #97B8B6;
	border-top: 1px solid #97B8B6;
	font-variant: small-caps;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 4px;
	font-size: 22px;
	font-style: italic;
}
.pageFooter {
	border-bottom: 1px solid #97B8B6;
	border-top: 1px solid #97B8B6;
	color: #000000;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 4px;
	font-size: 12px;
}
.navTable{
	border-right: 1px solid #333333;
	text-align:right;
	padding-right: 5px;
}
.title {
	padding-right: 10px;
	text-align: right;
}
.rightBorder{
	background-image: url(../media/shadowRight.gif);
	background-position: left;
	background-repeat: repeat-y;
	width: 6px;
}
.subNav {
	font-size: smaller;
	font-style: italic;
	line-height: 180%;
}
.subTitle {
	border-bottom: 1px solid #97B8B6;
	padding-right: 10px;
	text-align: right;
	background-image: url(../media/subTitleFullBG.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #ffffff;
}
.topNav{
	background-color: #ffffff;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: right;
	border-left: 1px solid #97B8B6;
}



/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  height: 1em;
  filter: Shadow(Color=#666666, 
                 Direction=135, 
                 Strength=5);

  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.shadow:before {
  display: block;
  margin: 0 -2 -2.13em 0.15em;
  padding: 0;
  color: #999999; 
}

#shadow_1:before { 
  content: 'S. Jawn Ross PC'; 
}
#second_2:before { 
  content: 'Happy Shadowing!'; 
}

/*\*/
html*.shadow {

  [color:red;/* required by Safari 
              * so that [] is correctly
              * begun. associated with
              * the property, yet hiding
              * it. Seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    text-shadow: #666666 5px 5px 5px; 

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

/*\*/
html*.shadow:before {

  [color:red;/* required by Safari. 
                seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    display: none;

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}