/* 8A1436 = RGB(138,20,54) */
/* DB0029 = RGB(219,0,41) */
html
{
	scrollbar-base-color: #CCC;
	scrollbar-arrow-color: #8A1436;
}

body
{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-image: url(images/greybars.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

.logo
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFF;
	border: solid 8px #FFF;
}

.deco
{
	position: absolute;
	right: 0px;
	top: 0px;
}

#handheld_banner
{
	display: none;
}

.heading
{
	width: 516px;
	height: 62px;
	margin-left: 104px;
	background-color: #8A1436;
	color: #FFF;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 0px solid #000;
	padding: 0px 8px;
}

.heading h1
{
	float: right;
	color: #FFF;
}

.strapline
{
	color: #8A1436;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: 700;
	padding: 0px 2px;
}

.left
{
	position: absolute;
	left: 0px;
	text-align: center;
	width: 130px;
}

.left p
{
	font-size: x-small; 
	text-align: center;
	margin: 4px 4px;
}

.left img
{
  padding-top: 12px;
}

.right
{
	float: right;
}

.right select
{
	width: 125px;
}

.right option
{
	width: 300px;
}

.box
{
	width: 125px;
	border: 1px solid #DDD;
	background-color: #EEE;
	margin-right: 0px;
	margin-bottom: 10px;
}

.box h1, .box h2, .box h3
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	text-align: center;
	font-weight: bold;
	margin: 0px 4px;
	padding-bottom: 0;
}

.box p
{
	font-size: x-small; 
	margin: 4px 4px;
}

.box ul 
{ 
	margin: 0; 
	padding: 0; 
}

.box ul	li
{
	font-size: x-small; 
	margin: 0px 2px;
	padding: 2px 2px;
}

.contacts
{
	background: white;
	font-weight: bold;
	border: solid 1px #888
}

.contacts h1
{
	font-weight: bold;
	font-size: small;
}

.contacts p
{
	text-align: center;
}

.front-page-left-column
{
    width: 66%;
	float: left;
}

.front-page-right-column
{
    width: 33%;
}

.front-page-item
{
	background: #FFF;
	border: solid 2px #EEE;
	font-size: small;
	padding: 0.5em 1em;
	margin: 1em;
}

.front-page-item h2
{
	font-size: small;
}

.publications table tr td
{
	text-align: center;
	vertical-align: top;
	width: 100px;
	font-size: x-small; 
	margin: 0;
}

.publications table tr td img
{
	padding: 4px 22px;
}

.publications a
{
	text-align: center;
	vertical-align: top;
	width: 100px;
	font-size: x-small; 
	margin: 0;
}

.publications img
{
	padding: 4px 22px;
}

.quote-box
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	width: 200px;
	color: #8A1436;
	background-color: #F4E8EB;
	border: solid 2px #E2C4CD;
	margin: 6px;
	padding: 10px;
}

.announce-box
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	border: solid 4px #E2C4CD;
	margin: 20px 5%;
	padding: 6px;
}

.announce-box p
{
	padding: 0;
	margin: 0.25em 0;
}

.announce-box h2
{
	text-align: center;
}

.content 
{
	color: #444;
	margin-top: 45px;
	margin-left: 140px;
	margin-right: 135px;
	font-size: small; 
	text-align: left;
	padding: 0px;
}

.content .people
{
	margin-left: 30px;
}

h1
{
	color: #8A1436;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
}

h2
{
	color: #8A1436;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: medium;
}

h3
{
	color: #8A1436;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small;
}

h4
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small;
}

p
{
	text-align: left;
}

a 
{  
	color: #8A1436;
}

a:link, a:visited 
{ 
	color: #8A1436;
	text-decoration: none;
}

a:hover
{ 
	text-decoration: underline;
}

a img
{
	border: 0;
}

.content .tdw_citation 
{ 
	font-style: oblique; 
}

.language, .handheld_sitemap
{
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding-top: 6px;
	padding-left: 10px;
	vertical-align: top;
}

.handheld_sitemap
{
	display: none;
}

.language a:hover
{
	text-decoration: none;
}

.content ul 
{ 
	margin-left: 0; 
	padding-left: 2em; 
}

.content ul li 
{ 
	margin-left: 0; 
	padding-left: 0; 
	padding-right: 16px; 
	padding-bottom: 4px; 
	text-align:left;
	font-size: 12px;
	list-style-type: square;
	list-style-image: url(images/tdw-bullet.gif);
}

.content ul li ul
{
	padding-top: 4px;
}

.content ul li ul li
{ 
	list-style-type: square;
	list-style-image: url(images/tdw-sub-bullet.gif);
}

.content ul li.no_bullet
{ 
	list-style-type: none; 
	list-style-image: none;
}

no_bullet
{ 
	list-style-type: none; 
	list-style-image: none;
}

.tiny-pattern
{
	clear: both;
	text-align:right;
}

.comments
{
	clear: both;
	font-size: x-small; 
	text-align: center;
	color: #666;
	background: #EEE;
	padding: 0px 2px 2px 2px;
	margin: 2px 0 0 0;
	border: 1px solid #CCC;
}

.address
{
	clear: both;
	font-size: x-small; 
	text-align: center;
	color: #888;
	padding: 0px 2px 2px 2px;
	margin: 0px;
}

.footer
{
	clear: both;
	font-size: x-small; 
	border: 1px solid #8A1436;
	color: #DDD;
	background: #8A1436;
	padding: 2px 4px 4px 4px;
	margin: 0px 0px;
}

.footer a:link, .footer a:visited
{
	color: #DDD;
}

.copyright_notice
{
	float: left;
	width: 40%;
}

.disclaimer_etc
{
	float: right;
	width: 40%;
	text-align: right; /* depends on element width */
}

.bottom-menu
{
	clear: all;
}

hr
{
	height: 1px;
	border-top: 1px dashed #8A1436;
	border-bottom: 0px dashed #8A1436;
}

/* The CSS for this originally came from http://wubbleyew.com/tests/dropshadows.htm */

.dropshadow
{
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 6px 0 10px 6px;
	width: 130px;
	padding: 0px;
}

.innerbox
{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #AAA;
	padding:4px;
	margin: 0px;
}

.innerbox
{
    /* What the hell is this? I don't know. But I'll leave it here in case it's important. */
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}

.lawyer-photo
{
	position: absolute;
	left: 10px;
	top: 180px;
}

.lawyer-info  
{
	text-align: left; 
	padding: 10px;
	margin-left: 120px;
	height: 200px;
	background-color: #FFF;
}

.lawyer-info h1, .lawyer-info h2
{
	font-size: small;
	margin: 0;
	text-align: left;
}

.lawyer-info h3
{
	font-size: small;
	margin: 0;
}

.bio-section
{
	margin-top: 40px;
	padding: 0;
}

.bio-section .name
{
	position: absolute;
	left: 50px;
	width: 200px;
	font-weight: bold;
	text-align: right;
}

.bio-section .info
{
	margin-left: 130px;
}

.bio-section .info ul
{ 
}

.bio-section .info li 
{ 
	margin-left: -8px; 
	padding-left: 0; 
	padding-right: 16px; 
	padding-bottom: 4px; 
	text-align:left;
}

.bio-section .info ul li ul
{
	list-style-type: none;
	list-style-image: none;
	margin-top: 4px;
}

.bio-section .info ul li ul li
{
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	margin-left: -23px;	
}

.content .citation, .instructions
{ 
	font-style: oblique; 
}

.background
{
	position: absolute;
	left: 0px;
	z-index: -1;
}

.small-pic
{
	clear: left;
	position: absolute;
	left: 60px;
}

.small-pic-new
{
	clear: left;
	position: absolute;
	left: 18px;
}

.team-small-pic
{
	clear: left;
	float: left;
}

.featured-item
{
	border: solid 1px #CCC;
	background: #EEE;
	padding: 10px 10px 20px 10px;
	font-size: 12px;
}

.publication
{
}

.publication .document img
{
	float: left;
}

.publication .document a
{
	margin: 8px;
}

.publication .taster
{
	margin: 16px 0px;
	padding: 1px 6px;
}

.publication .taster h1
{
	color: black;
	font-size: x-small;
}

.publication .taster p
{
	font-size: x-small;
}

.publication .taster li
{
	font-size: x-small;
}

.print
{
	display: none;
}

.footnotes
{
	border-top: 1px solid #888;
	padding-top: 0px;
	margin-top: 10px;
	font-size: x-small;
}

.footnotes ol
{
	margin: 10px 0px 0px 30px;
}

.footnotes ol li
{
	margin: 0;
	padding: 0;
}

.footnotes a
{
	color: #444;
}
	
.definition
{
	font-weight: bold;
	font-style: oblique;
}

.people-bio
{
	position: absolute;
	top: 200px;
	left: 400px;
}

input.button, button
{
   color: #8A1436;
   font-family: arial, sans-serif;
   font-weight: bold;
   background-color: #CCC;
   border: 1px solid #999;
   margin: 0;
   padding: 0;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#808080');
   cursor: hand;
}

.news-prolog
{
	padding: 0px 4px;
	margin: 0px 0px;
	border-bottom: solid 1px #CCC;
}

.news-item
{
	background-color: #FFF;
	padding: 0px 4px;
	margin: 0px 0px;
	border-bottom: solid 1px #CCC;
}

.news-item .date
{
	text-decoration: none;
}

sup a:link, sup a:visited
{
	background-color: #DDD;
}

.caption
{
   font-family: arial, sans-serif;
   font-weight: bold;
   font-size: x-small;
   text-align: center;
   padding-top: 0;
   margin-top: 0;
}

.handheld
{
	display: none;
}

.column 
{
  width: 50%;
  float:left;
  font-size: small;
  padding: 0px;
}

.column ul
{
  list-style-type: none;
  margin: 0px;
  padding: 4px;
}

.column ul li
{
  background: #EEE;
  border: 1px solid #A3A8AB;
  margin: 6px 0px;
  padding: 0px;
  font-weight: bold;
}

.column ul li ul
{
  margin: 0px;
  padding: 0px;
}

.column ul li ul li
{
  background: #FFF;
  border-right: 0px solid #A3A8AB;
  border-bottom: 0px solid #A3A8AB;
  border-left: 0px solid #A3A8AB;
  margin: 0px 2px;
  padding: 0px;
  font-weight: normal;
}

.column ul li ul li ul li
{
  border: 0px solid #A3A8AB;
}

#showtime
{
  font-weight: bold;
}

#holiday p
{
  font-weight: bold;
  background: #8A1436;
  color: white;
  padding: 10px;
  text-align: center;
}

.indent
{
	margin-left: 40px;
}

.sitemap_print
{
	padding-top: 6px;
}

#zoom_query
{
	border: 1px solid #999; 
	color: #666;
	background: #FFF;
	padding: 1px 2px 3px 2px;
	margin: 0;
	vertical-align: top;
	width: 92px;
	height: 14px;
	font-size: small;
/*	filter: alpha(opacity=50);
	moz-opacity: .50;
    opacity: .50; */
}

#go
{
/*	filter: alpha(opacity=80);
	moz-opacity: .80;
    opacity: .80; */
}

#show
{
	font-size: xx-small;
}

#details, #details h3, #details li
{
	font-size: x-small;
}

#hidden
{
	display: none;
}

.seminar_title, .book_title, .underline
{ 
	text-decoration: underline;
}

.publication_info
{
	width: 95%;
	padding: 0.5em;
	margin: 0px 0px;
	border: 2px solid #CCC;
	background-color: #FFF;
}

.center
{
	text-align: center;
}

.nowrap 
{ 
	white-space: nowrap;
}

.pdf
{
	float:left;
	padding:4px 8px 4px 4px;
}

#navbar
{
	background: #8A1436;
	height: 22px;
	margin-bottom: 4px;
	padding: 1px 0;
}

#sddm, #sddm1
{
	margin: 0;
	padding: 0;
	z-index: 30
	background: #8A1436;
	}

#sddm li, #sddm1 li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size:12px;
    font-family:verdana,sans-serif;
    font-weight:bold;
	}

#sddm li a, #sddm1 li a
{	display: block;
	margin: 0 0px 0 0;
	padding: 4px 8px;
	width: auto;
	background: #8A1436;
	color: #FFF;
	text-align: left;
	text-decoration: none}

#sddm1
{	
	float:right;
	border-left: solid 2px #888;
}

#sddm1 li a 
{	
	background: #666;
}

#sddm1 li a:hover
{	
	background: #888;
}

#sddm li a:hover
{	background: #888}

#sddm li a img.down-arrow
{
	position: relative;
	top: 6px;
	left: -2px;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 10;
	padding: 0;
	background: #AAA;
	border-left: solid 1px #AAA;
	border-right: solid 1px #AAA;
	border-bottom: solid 1px #AAA;
    -moz-opacity:0.90;
    opacity:0.90;
    khtml-opacity:0.90;
	filter:alpha(opacity=90); /* Doesn't work :( */
	z-index: 10;
	}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #666;
	border-top: solid 1px #AAA;
	color: #FFF;
	font-size:12px;
    font-family:verdana,sans-serif;
    font-weight:bold;
	}

#sddm div a:hover
{	background: #888;
	color: #FFF;
}

.bottom-menu
{
	font-size: x-small;
	text-align: center;
	color: #888;
}

.weather
{
	padding: 1em 0;
	width: 125px;
	font-size: x-small;
	text-align: center;
}

table 
{
	caption-side: bottom;
}

caption
{
	font-weight: bold;
	font-size: smaller;
}

#festive-bar
{
	height: 40px;
	width: 100%;
	background-image: url('images/xlights28.gif');
	margin: 0;
	padding: 0;
	position: absolute;
	top: 144px;
}

/* img, div { behavior: url('/iepngfix.htc') } */

.album_nav
{
	clear: both;
	font-size: large;
	text-align: center;
}

#caring_company_logo
{
}

#holly_bottom
{
	position: absolute;
}

select.nav
{
	margin: 1em 0;
}

#alb-2010
{
	margin: 10px 0;
}

table.image-overlay
{
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: no-repeat;
}

img.overlay-print
{
	display: none:	
}