body{ _behavior:url(css/csshover.htc); }

body {
	font: 11px Verdana, Geneva, sans-serif;
	line-height: 1.4em;
	min-width: 758px;
	_text-align: center; /* centering of divs for ie6 */
	margin: 0;
	position: relative;
}

body * {
	_text-align: left;
}

/* equalize things */
h1, h2, h3, h4, h5, h6, ul {
	margin: .5em 0;
	padding: 0;
	font-weight: normal;
}

ul {
	list-style: url(../i/sidebar-black-bullet.png) square;
	margin: 1em 0;
	padding-left: 12px;
}

li {
	margin: 0;
	padding: 0;
}

/* tags */
a {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.55em;
	font-weight: bold;
	color: #004990;
	line-height: 1.1em;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #004990;
	text-transform: uppercase;
}

h5 {
	font-weight: bold;
	color: #004990;
	text-transform: uppercase;
	font-size: 1em;
}


/* structural elements */

#top {
	width: 758px;
	height: 100px;
	margin: 0 auto;
}

.logoSpot {
	position: absolute;
	width: 213px;
	height: 134px;
	margin-top: 20px;
}

#logo {
	border: 0;
	display: block;
}

#nav {
	height: 108px;
	max-width: 999px;
	margin: 0 auto;
	background: url(../i/arrows-middle.jpg) top center no-repeat;
	border-bottom: 4px solid #CBCBCD;
	
	/* min and max width for IE6 */
	_width: expression( ((cw=documentElement.clientWidth) <= 758) ? "758px" : (cw > 999) ? "999px" : "auto" );
}

#body {
	/*background: url(../i/arrows-bottom.png ) top center no-repeat;*/
	width: 758px;
	margin: 0 auto;
	margin-top: -4px;
	min-height: 110px;
	_height: 110px;
	padding: 25px 0;
}

#footerWrapper {
	clear: both;
	min-width: 758px;
	max-width: 999px;
	margin: 0 auto;
	height: 94px;
	background-color: #999999;

	/* min and max width for IE6 */
	_width: expression( ((cw=documentElement.clientWidth) <= 758) ? "758px" : (cw > 999) ? "999px" : "auto" );
	_text-align: center;
}

#footer {
	width: 758px;
	margin: 0 auto;
	padding-top: 10px;
	_text-align: left;

	
	font-size: .9em;
	color: #cbcbcb;
}

#footer a {
	color: #cbcbcb;
}

#footer #searchButton a {
	color: white;
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: 12px;
	padding: 0 3px 2px 3px;
	border: 1px solid #bc2c2c;
	float: right;
}

/* -- navigation -- */
#udm {
	position: absolute;
	top: 115px;
	left: 50%;
	width: 390px;
}

#udm, #udm ul, #udm li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#udm a {
	color: white;	
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#udm a:hover,
#udm li li.hereYouAre a {
	color: black;
}

#udm img {
	border: 0;
}

#udm li.menuItem {
	float: left;
	padding: 0 10px;
	height: 42px;
}


ul#udm li:hover {
	background: url(../i/nav-arrow.png) 50% 21px no-repeat;
	_background: url(i/nav-arrow.png) 50% 21px no-repeat;
}

ul#udm li.hereYouAre {
	background: url(../i/nav-arrow.png) 50% 21px no-repeat;
}


#udm li li {
	display: inline;
	margin-right: 14px;
	background: none !important;
}

#udm ul {
	display: none;
	position: absolute;
	top: 20px;
	left: 10px;
	width: 365px;
	/* repeat background so two ULs can be on top of each other
	 and the top will hide the bottom */
	background: url(../i/submenu-bg.jpg) 0 23px no-repeat;
	
	padding: 27px 0 35px 0;
	
	text-transform: lowercase;
}

ul#udm li:hover ul,
ul#udm li.hereYouAre ul {
	display: block;
}

ul#udm li.hereYouAre ul {
	z-index: 10;
}

ul#udm li:hover ul {
	z-index: 100;
}

#udm #menu_when ul {
	text-align: center;
}

#udm #menu_where ul li {
	margin-left: 240px;
}
#udm #menu_why ul {
	text-align: right;
}

#udm #menu_why ul li {
	margin-right: 0;
	margin-left: 10px;
}

#udm #menu_why {
	
}

/* content formatting */

/* main content */

.contentMain {
	float: left;
	padding-left: 5px;
	padding-bottom: 20px;
	width: 500px;
}

.contentMain.noSidebar {
	float: none;
	width: auto;
}

/* sidebar content */

.contentSidebar {
	float: left;
	margin-right: 30px;
	width: 180px;
	padding-left: 5px;
	padding-bottom: 20px;
}

.contentSidebar ul {
	border-bottom: 1px solid #c6c2af;
	padding-bottom: 1em;
	margin-top: 0;
}

.contentSidebar ul.withLinks {
	list-style: url(../i/sidebar-red-bullet.png) square;
}

/* index page */
#index .logoSpot {
	position: absolute;
	width: 258px;
	height: 161px;
	margin-top: 20px;
}

#index #nav {
	height: 171px;
	border-bottom: none;
}

#index #body {
	/*background: url(../i/home-arrows-bottom.png ) 44px 0 no-repeat;*/
	margin-top: 0;
	min-height: 80px;
	_height: 80px;
	padding: 15px 0;
}

#index .contentMain {
	position: relative;
	height: 100%;
}

#index #udm {
	top: 165px;
}

#index #udm ul {
	background-image: url(../i/submenu-bg-home.jpg);
}

#index div.practiceList {
	float: left;
	
	position: absolute;
	top: -39px;
	left: 4px;
	!left: 0px;
	padding-left: 6px;
	height: 180px;
	width: 325px;
	
	background: url(../i/home/practices.png) 12px 110px no-repeat;
}

div.practiceList ul {
	margin: 0;
	padding: 0;
	list-style:none;
	list-style-image: none;
	
	position: absolute;
	top: 0;
	left: 0;
	width: 750px;
}

div.practiceList ul:hover {
	height: 150px;
}

div.practiceList ul li {
	display: none;
}

div.practiceList ul:hover li {
	display: block;
}

.largeImage {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../i/home/large-image-bg.png) no-repeat;
}

.largeImage img {
	padding: 6px;
}

.practiceInfo {
	position: absolute;
	top: 40px;
	left: 345px;
	padding-left: 30px;
	background: url(../i/home/practice-info-arrow.png) no-repeat white;
	width: 378px;
	height: 150px;
}
#index div.twitter {
	position: absolute;
	top: 272px;
	left: 78px;
}
#index div.twitter img {
	border: none;
}
#index div.twitter a {
	outline: none;
}

#index h1, #index h2 {
	margin-top: 2px;
	margin-bottom: 0;
	font: 20px normal Helvetica, Arial, sans-serif;
	color: #004990;
	text-transform: uppercase;
}

#index p {
	margin-top: .7em;
}

.moreLink {
	padding-right: 10px;
	background: url(../i/more-link-arrow.png) right no-repeat;
}

ul.practiceItem li.practiceButton {
	display: block;
	border-right: 5px solid white; /* so the mouse never leaves the item */
}

div.smallImage{
	border: 1px solid #666666;
	width: 58px;
	height: 36px;
	overflow: hidden;
	background-repeat: no-repeat;
}

div.smallImage img {
	display: block;
}

li div.smallImage img {
	opacity: .99;
}

ul:hover div.smallImage img {
	opacity: .01;
	!filter: alpha(opacity=0);
}

.practiceButton {
	position: absolute;
	top: 150px;
	left: 5px;
	width: 60px;
	height: 77px;
	
	background: url(../i/home/button-background.png) bottom repeat-x;
}

#practiceItem_1 .practiceButton {
	left: 70px;
}

#practiceItem_2 .practiceButton {
	left: 135px;
}

#practiceItem_3 .practiceButton {
	left: 200px;
}

#practiceItem_4 .practiceButton {
	left: 265px;
}

#homeContent {
	float: right;
	width: 380px;
	height: 150px;
	overflow: hidden;
}

#newsList {
	width: 380px;
	float: right;
	min-height: 100px;
	_height: 100px;
	margin-bottom: 20px;
}

#newsList h2 {
	margin-bottom: 0;
	float: left;
	background: white;
	padding-right: .2em;
}

#newsList .headerLine {
	border-bottom: 1px solid #c6c2af;
	display: block;
	height: 19px;
	!height: 20px;
}

#newsList ul {
	list-style: url(../i/more-link-arrow.png);
	padding-left: 20px !important;
	margin-top: 1em;
	clear: both;
	font-weight: bold;
}

/* bio list page */

.bioLetters {
	overflow: hidden;
}

.bioLetters span, .bioLetters a {
	display: block;
	float: left;
	border-width: 1px 2px 2px 1px;
	border-color: #999 #aaa #aaa #999;
	border-style: solid;
	background: white;
	text-align: center;
	width: 16px;
	height: 16px;
	margin: 0 6px 6px 0;
}

.bioLetters a {
	font-weight: bold;
}

.bioLetters span {
	border-color: #ccc;
	color: #ccc;
}

.list {
	padding-bottom: 2em;
}

.list h6 {
	color: white;
	font-weight: bold;
	background: #cbcbcd;
	padding: 2px;
	padding-left: 3px;
	font-size: 1.1em;
	margin-bottom: 0;
}

.list dl {
	padding: 1em 2px;
	border-top: 1px solid #cbcbcd;
	overflow: hidden;
	_height: 100%;
	color: #666;
	
	margin: 0;
}

.list dl.first {
	border-top: none;
}

.list dl dd, .list dl dt {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.list dt {
	width: 170px;
	padding-right: 5px;
	clear: both;
}

.list dd.phone {
	width: 130px;
	padding-right: 5px;
}

/* form in sidebar (like bio list page */

.contentSidebar .stndForm {
	border-top: 1px solid #cbcbcd;
	margin-top: 5px;
}

.contentSidebar .stndForm label {
	text-transform: uppercase;
	color: #004990;
	font-weight: bold;
	display: block;
	margin-bottom: .5em;
}

.contentSidebar .stndForm input.txt,
.contentSidebar .stndForm select {
	width: 100%;
	border: 1px inset #cbcbcd;
	font-size: 1.1em;
}

.contentSidebar .stndForm input.txt {
	text-indent: 4px;
	padding: 2px 0;
}

.contentSidebar .stndForm input.submitButton {
	border: 1px outset #cbcbcd;
	background: #ddd;
	font-size: 1.1em;
}

/* -- individual bio pages -- */

img.bioPhoto {
	border: 1px solid #9d989c;
	float: left;
	margin: 0 20px 10px 0;	
}

div.bioInfo {
	line-height: 1.2em;
	overflow: hidden;
	!height: 100%;
}

div.bioInfo h1 {
	margin-top: 0;
}

.bioInfo .vcardLink,
.bioInfo .pdfLink {
	background: url(../i/vcard.png) left no-repeat;
	padding: 2px 0;
	padding-left: 30px;
	line-height: 17px;
}

.bioInfo .pdfLink {
	background: url(../i/pdf.png) left no-repeat;
}

.pdfLink {
	background: url(../i/pdf.png) left no-repeat;
	padding: 2px 0;
	padding-left: 30px;
	line-height: 17px;
}

a.backlink {
	display: block;
	background: url(../i/backlink-arrow.png) 5px no-repeat white;
	padding: 2px 0;
	padding-left: 17px;
	margin-bottom: 1em;
	border: 1px solid #990000;
	text-transform: uppercase;
}

a.archiveLink {
	float: right;	
}

ul.multiList{
	width:45%;
	float:left;
	margin: 0 18px 18px -10px;
	_margin: 0 18px 18px -6px;
	list-style: none;
	list-style-image: none;
}

ul.multiList h2 {
	font-weight: bold;
}

ul.multiList li{
	font-size: 1.1em;
	margin-bottom: .6em;
}

.fBold { font-weight: bold; }

/* - ( Search ) -*/
.searchfoundtext { font-weight: bold; }
.searchheader { font-size: 9pt; font-weight: bold; }
