/*
	background blue: #152733;
	link yellow: #f0ba46;
	link blue-green: #006666;
*/

* {
	/* tell opera to behave and follow w3c specs */
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

body {
	background: #152733;
	font: normal 8pt arial, sans-serif;
	color: #000;
	margin: 0; padding: 0;
	text-align: center;
	min-width: 700px;
	!width: 700px;
 	
}
  
a {
	color: #006666;
	text-decoration: none;
}
  
a:hover {
	text-decoration: underline;
}
 
p.archiveLink {
	display: block;
	text-align: right;
	margin-bottom: -.5em;
	margin-top: -.5em;
}

a.jumpLink {
	float: right;
	display: block;
	margin-top: -17px;
}

hr {
	!margin-top: -1em;
}
 
img {
	border: 0;
}

img.bioPic {
	float: left;
	margin: 0 18px 10px 0;
}

div.sideImage {
	float: right;
	margin-top: 33px;
	!margin-top: 43px;
	
	border: 1px solid black;
	
}

.sideImage div {
	background-repeat: no-repeat;
}

.sideImage .topLeftBorder {
	/* background-image: url(../i/topLeftCorner.gif); */
	background-position: top left;
}

.sideImage .topRightBorder {
	/*background-image: url(../i/topRightCorner.gif);*/
	background-position: top right;
}


.sideImage .bottomLeftBorder {
	/*background-image: url(../i/bottomLeftCorner.gif);*/
	background-position: bottom left;
}

.sideImage .bottomRightBorder {
	/*background-image: url(../i/bottomRightCorner.gif);*/
	background-position: bottom right;
	padding: 3px;
	!padding: 3px 3px 0px 3px;
}

#content ul {
	list-style: disc;
	list-style-image: url(../i/round-bullet.gif);
}

.contentGeneral li, .contentRight li {
	margin-bottom: 8px;
}

ul.toggleOff li {
	display: none;
}

ul li.toggleControl {
	display: list-item;
	list-style: none;
	list-style-image: none;
	margin-bottom: .5em;
	cursor: pointer;
	list-style-image:url(../i/expand.gif);
}

ul.toggleOn li.toggleControl {
	display: list-item;
	list-style-image:url(../i/contract.gif);
}

li.toggleControl a {
	text-decoration: none;
}

/*  
  .officeCOntainer {
   width: 780px;
   padding: 0; margin-left: 40px; margin-right: auto;
    padding-bottom: 10px;
    border: 0px none #000;

    text-align: right;
    font-weight: bold;    
    background: #fff;
    text-transform: uppercase;
   }
*/
#body {
	width: auto;
	padding: 0;
	text-align: center; /* center inner divs */
}

#udm {
	position: absolute;
	top: 75px;
	left: 50%;
	width: 690px;
	margin-left: -346px;
	margin-left: -347px;
	text-transform: uppercase;
	width: 700px !important;
}

#udm img {
	width: 109px;
	height: 36px;
}

#udm ul {
	padding-top: 5px;
	background: #333E45;
	background-image: url(../i/menu-background.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/* for some reason this allows the "mouseover" over empty areas of the ul in IE */
#udm .mainMenuItem {
	background-color: #152733;
}

#body #top {
	height: 75px;
	max-height: 75px;
	text-align: left;
	width: 710px;
	margin: auto;
}

#top #logo {
	margin-top: 15px;
	float: left;
}

#top #topLinks {
	float: right;
	margin-right: 38px;
	!margin-right: 18px;
	margin-top: 40px;
	color: #f0ba46;
}

#topLinks a {
	color: #f0ba46;
	margin: 0 3px;
}

#menu {
	height: 36px;
	!height: 38px;
	
	border-top: 1px solid #606a71;
	border-bottom: 1px solid #606a71;
	background-color: #333e45;
}

.submenu, #content, div.footer {
	text-align: left;
	margin: auto;
}

#content {
	width: 693px;
	background: white;
	overflow:hidden;
	!overflow: visible;
	
	line-height: 22px;
	
	background-image:url(../i/two-strip-bg.gif);
	background-repeat: repeat-y;
	background-position: 200px 0;
	position: relative;
}

#body .submenu {
	margin-top: 1px;

	min-height: 9px;  /* -24px padding -1px border */
	!height: 34px;
	
	width: 627px; /* -66px padding */
	!width: 693px;
	
	padding: 12px 33px;
	
	color: black;
	
	background-color: white;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

.submenu a, .submenu span {
	margin: 0 3px;
	clear: left;
}

/*
  #body .submenu_start {
    margin-top: 35px;
  }
  
  #body .submenu {
    width: 762px; !width: 780px; height: 20px; !height: 26px;
    padding: 6px 0 0 18px;
    margin-bottom: 10px;
    background: #CCC;
  }

  #body .submenu div {
    float: left;
    font-size: .8em;
    margin: 0 1px;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  #body .submenu a {
    color: #802c3c;
  }

  #body .submenuWide {
    width: 762px; !width: 780px; height: 30px; !height: 36px;
    padding: 6px 0 0 18px;
    margin-top: 5px;
    margin-bottom: 10px;
    background: #CCC;
  }

  #body .submenuWide div {
    float: left;
    font-size: .8em;
    margin: 0 1px;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  #body .submenuWide a {
    color: #802c3c;
  }
*/  
  
	#body .contentLeft {
    width: 200px;
    padding-bottom: 10px;
    margin: 0 6px 0 0;
    float: left;
    line-height: 18px;
  }
  
  #body .contentLeft div {
    padding-left: 33px;
    display: block;
		margin-top: 8px;
  }
	
	.contentLeft a img {
		vertical-align:baseline;
		margin-left: .5em;
	}
	
	.contentLeft h3 {
		margin-right: 0;
		margin-left: 0;
		padding-left: 30px;
	}
	
	.contentLeft h3.top {
		border-top: 0;
		margin-top: 0;
	}
	
	.contentLeft h3 a {
		font-size: .9em;
		font-weight: normal;
	}
  
  #body .contentLeft ul {
    padding: 6px 15px 6px 30px;
    margin: 0;
    _width: 200px;
    _overflow: hidden;
    list-style: disc;
  	
		list-style-image: url(../i/arrow-bullet.gif);
  }
  
	#body .contentLeft ul li.noArrow {
		list-style-image: url(../i/round-bullet.gif);
	}
	

/* practice profile - child gchild list */
/*
  #body .prac_bullet_child {
        margin-left: 12px;
  }
  #body .prac_bullet_gchild {
        margin-left: 22px;
  }
*/  
  .contentRight {
		!overflow: hidden;
	}
	
	#body .contentRight {
    width: 420px; !width: 480px;
    margin: 0 0 0 6px;
    padding: 20px 40px 25px 20px;
    float: left;
  }

  #body .contentRight div {
    display: block;
  }
  
  #body .contentRight ul {
    padding-right: 26px;
  }
  
  #body .contentGeneral {
    padding: 20px 30px 40px 33px;
		background-color: white;
		overflow:hidden;
		!overflow:auto;
		!height: 100%;
  }
	
	.contentGeneral div.static {
		width: 430px;
	}

.practiceContainer {
	display:block;
	width:630px;
	margin: 0;
}

.practiceContainer ul {
	padding-left: 15px;
	margin-left: 0;
}

.practiceContainer ul li {
	list-style-image: url(../i/arrow-bullet.gif);
}

 #body .contentGeneral .left{
    width: 48%;
    float: left;
		margin-right: 15px;
  }
	
  #body .contentGeneral .right{
    width: 48%;
    float: right;
  }

/* bio list pages */
.bioLetters {
	margin-top: 2em;
	color: #999;
	position: relative;
}

.bioLetters .letter, .bioLetters a {
	font-weight: bold;
	display: block;
	float: left;
	
	background: white;
	border: 1px solid #e3cb85;
	
	margin-right: 3px;
	margin-bottom: 3px;
	
	width: 16px;
	
	text-align: center;
	font-size: 1.2em;
}

  .list { line-height: 12pt; clear: both; padding-top: 5px; !padding-top: 0; }

	.list h6 {
		color: #f0ba46;
		font-size: 1.6em;
		margin-bottom: 2px;
		margin-left: 2px;
	}

  .list dl { 
		margin: 0;
		margin-top: -1px; /*so we don't get double borders*/
		padding: 3px 12px;
		overflow: hidden;
		clear: both;
		!height: 100%;
		border: 1px solid #d1a833;
	 }
	 
	 .list dl.odd {
     background-color: #ededed;
	 }
	 
	 .list dl.even {
     background-color: white;
	 }

  .list dl dt { margin: 0; float: left; font-weight: bold; }
  .list dl dd { margin: 0; padding: 0; float: right; }

  .list .title { font-weight: normal }
  .list .phone { width: 180px; }
  .list .email { width: 180px; font-weight: bold; }
  .list .vcard { width: auto; }

  .list .fax { width: 90px; }
  .list span.letter { font-size: 9pt; color: #993333; font-weight: bold; }

  .clearb { clear:both; display: none; }

  #body .contentGeneral .stndForm {
    padding: 15px 0;
  }
	
  #body .contentGeneral .stndForm input.txt, select {
    color: #000;
    background-color: #fff;
    width: 330px;
  }
  #body .contentGeneral .stndForm p {
    clear: left;
    margin: 0 0 8px 0;
    padding: 0;
    padding-top: 5px;
  }

  #body .contentGeneral .stndForm p label {
    text-transform: uppercase;
    float: left;
    width: 90px;
    font-weight: bold;
  }

  #body .contentGeneral table {
    font: normal 8pt arial, sans-serif;
    border-collapse: collapse;
}
  #body .contentGeneral .datatable {
    /* font: normal 8pt verdana, sans-serif; */
    border-collapse: collapse;
}
  #body .contentGeneral .datatable td {
    text-align: left;
    padding: 6px 8px 6px 0;
}
  #body .contentGeneral .datatable th {
    /*font: normal 10pt verdana, sans-serif;*/
    border-bottom: 1px solid black;
    font-weight: bold;
    text-align: left;
    padding: 6px 0 6px 0;
}

  #body .contentGeneral .submitButton {
    font-size: 8pt;
    font-weight: bold;
    color: black;
    background-color: #FFFFFF;
}


/* end - bio list pages */

  
  #body .contentGeneral ol {
    font-weight: normal;
  }
  
  #body .contentGeneral ul {
    font-weight: normal;
  }

  #body .footer {
    width: 673px;
		!width: 693px;
		height: 10px;
    padding: 10px;
    clear: both;
    text-align: center;
		color: #999;
  }
	
	#body .footer a, .footer span {
		color: #999;
		margin: 0 5px;
	}
  
/* stuff */  
  
	hr {
		color: #d1a833;
		background-color: #d1a833;
		height: 1px;
		border: 0;
		margin: 8px 0;
	}
	
  hr.gray {
    height: 1px;
    margin: 6px 0; !margin: 0;
    color: #ccc; background-color: #ccc;
    border: 0;
    clear: left;
  }

  hr.biolist {
    height: 1px;
    margin: 6px 0 8px 0; !margin: 0;
    color: black; background-color: black;
    border: 0;
    clear: left;
  }
  
  h1 {
    margin: 0; padding: 0;
		margin-bottom: 8pt;
    font-weight: normal;
		font-size: 18pt;
    color: black;
  }
	
	h1.sectionTitle {
		border: 1px dotted black;
		border-width: 1px 0;
		padding: 7px 0;
		margin-top: 30px;
		margin-bottom: 20px;
	}
 
 h2 {
    margin: 0;
    font-size: 1.2em;
    color: black;
		font-style: italic;
  }
  
  h3 {
		background-color: #ededed;
		border: 1px solid #d4b779;
		border-width: 1px 0;
		font-size: 1.2em;
		text-transform: none;
		padding: 4px 22px;
		color: black;
		margin: 12px -66px 0 -20px;
		clear: both;
  }
	
	h4 {
		font-size: 1em;
		margin: 0;
		margin-bottom: -.8em;
	}

  h6 {
    margin: 14px 0 0 0;
    font-size: 1.2em;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
  }
  /* EVENTS: CALENDAR TABLE */
  #calendar {
    float: right;
    padding: 0 0 10px 10px; !padding: 20px 0 10px 10px;
  }

  #calendar table {
    border-collapse: collapse;
    border: solid 1px #ccc;
    text-align: center;
    font-size: 10pt;
    text-transform: uppercase;
  }

  #calendar table caption {
    padding: 3px; margin: 0;
    border: solid 1px #ccc;
    font: bold 11pt arial, sans-serif;
    color: black;
  }

  #calendar table th {
    padding: 3px; margin: 0;
    border: solid 1px #ccc;
    font-size: 8pt;
  }

  #calendar table td {
    padding: 3px; margin: 0;
    border: solid 1px #ccc;
  }

  #calendar table td.blank {
    background: #e3e3e3;
  }

  #calendar table td.linked-day {
    background: #802C3C;
  }

  #calendar table a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }

  #calendar table a:hover {
    text-decoration: underline;
  }
  #calendar table .calendar-prevnext a {
    color: black;
    font-weight: bold;
    text-decoration: none;
  }

  #calendar table .clendar-prevnext a:hover {
    text-decoration: none;
  }


/* news signup form */
.newsSignupForm {
    padding-bottom: 10px;
  }
.newsSignupForm input.txt {
    color: #000;
    background-color: #fff;
    border: 1px inset #000;
    width: 200px;
  }
.newsSignupForm textarea {
    color: #000;
    background-color: #fff;
    border: 1px inset #000;
    width: 350px;
  }
.newsSignupFormForm p {
    clear: left;
    margin: 0 0 8px 0;
    padding: 0;
    padding-top: 5px;
  }

.newsSignupForm p label {
    float: left;
    width: 150px;
  }

  #footer_addr {
    font-size: 7pt;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #808080;
  }
 #footer_addr b { color: #555; }



ul.newsRec{margin:27px 0 0 0; padding:0; border-top: 1px solid #D8CECB}
ul.newsRec li{margin:0; padding:12px 0; border-bottom: 1px solid #D8CECB; background-image:none;}


div.officenav {
	font-size: 7pt;

}

table.job td {
	padding-bottom:10px;
	font-size: 11px;
}

li.nobull {
	list-style: none;
}

/* page-specific styles */

/* styles for contact page */
.locations {
	clear: both;
	margin-top: 20px;
}

.odd, .even {
	margin-bottom: 35px;
}

body#contact .locations div h2 a {
	text-decoration: none;
	font-style: normal;
}

body#contact h2, body#careers-staff-intro h2 {
	border-bottom: 1px solid orange;
	font-size: 12px;
	
	font-weight: bold;
	text-transform: none;
	padding-bottom: 4px;
	margin-bottom: 15px;
	clear: both;
	!width: 100%;
}

body#contact img.mapImage {
	float: right;
	border: 10px solid #003467;
}

.locations .sideImage {
	margin-top: 0;
	margin-left: 30px;
}

.locations .even .sideImage {
	float: left;
	margin-left: 0;
	margin-right: 30px;
}

div.oppList {
	background-color: #ededed;
	padding: 8px 30px;
	margin-bottom: 28px;
}

.oppList ul {
	margin-top: -1em;
	margin-left: 20px;
	padding-left: 0;
	line-height: normal;
}

/* styles for index page */
#index #top {
	height: 103px;
	max-height: 103px;
}

#index #menu {
	height: 203px;
	!height: 205px;
}

#index #udm {
	top: 103px;
}

#index form {
	margin: 0;
}



html > body ul.nomove {
	top: 38px !important;
	position: absolute !important;
}

#index #flash {
	height: 167px;
	background-color: #333e45;
	border-bottom: 1px solid #606a71;
}

#index #flash img {
	margin-left: 2px;
	margin-right: 3px;
	border: 1px solid white;
	border-top: none;
	display: none;
}

/* make the content div hang over the left side so the bullets show */
#index #content {
	!margin-left: -15px;
	!padding-left: 15px;
	!width: 708px;
	background: none;
	overflow: visible;
}

#index #content a {
	color: #f0ba46;
}

#index .contentGeneral {
	background: none;
	overflow: visible;
	!height: auto;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#index h2 {
	font-size: 1.3em;
	color: white;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
}

#index .contentGeneral ul {
	width: auto;
	list-style-image: url(../i/right-yellow-arrow.gif);
	line-height: 1.9em;
}

#index #content ul a {
	color: white;
}

#index .submenu {
	display: none;
}

#index .contentGeneral ul {
	!margin-left: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
	padding: 0;
	color: white;
}

#index .contentGeneral ul a {
	color: white;
}

#index a.more {
	background-image: url(../i/right-yellow-arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 8px;
}

#index .contentGeneral li {
	list-style-image: url(../i/home-bullet.gif);
	!list-style-image: url(../i/home-bullet-ie.gif);
}

#index #udm .mainMenuItem {
	padding-bottom: 154px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: 1px 37px;
}

#index #udm #menuItem_1 {
	background-image: url(../i/home-images_1.jpg);
}

#index #udm #menuItem_2 {
	background-image: url(../i/home-images_2.jpg);
}

#index #udm #menuItem_3 {
	background-image: url(../i/home-images_3.jpg);
}

#index #udm #menuItem_4 {
	background-image: url(../i/home-images_4.jpg);
}

#index #udm #menuItem_5 {
	background-image: url(../i/home-images_5.jpg);
}

#index #udm #menuItem_6 {
	background-image: url(../i/home-images_6.jpg);
}


#content ul.compact li {
	margin-bottom: 0px;
}

#index #udm li ul.nomove {
	min-height: 154px !important;
	!height: 154px !important;
}

#index .footer, #index .footer a {
	color: #999999;
}

#index .footer a, #index .footer span {
	margin: 0 4px;
}

#index #searchBox {
	text-align: right;
	float: right;
}

#searchBox label, #searchBox a {
	color: #f0ba46;
	font-size: .9em;
	!letter-spacing: 1px;
}

.contentGeneral #searchBox input {
	background-color: #333e45 !important;
	border: 1px solid #818b93;
	width: 108px;
	height: 18px;
	font-size: 10px;
	padding: 2px;
	color: white;
}

body#careers-staff-intro h5 {
	margin-top: -27px;
	!margin-top: -36px;
	text-align: right;
	font: normal 8pt arial, sans-serif;
}

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

