﻿@import "CommonStyles.css";

html
{
	margin: 0px;
	overflow-y: scroll;
}
.print *
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* Site Header */
.headerWrapper
{
	border-bottom: 3px solid #009545;
	position: relative;
	background-image: url(MHWebsiteHead2000.png);
	background-position: center top;
	background-repeat: no-repeat;
	min-width: 999px;
}
.headerWrapper .header
{
	width: 999px;
	height: 140px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	position: relative;
}
.headerWrapper .header .jet
{
	height:113px;
	width:211px;
	top:2px;
	left: 538px;
	position:absolute;
	visibility:hidden;
}
.headerWrapper .header .movie
{
	width:999px;
	height:150px;
	margin:0px auto 0px auto;
}
.headerWrapper .header a.logo
{
	display: block;
	height: 68px;
	width: 349px;
	padding: 0px !imporant;
	margin: 0px !important;
	top:53px;
	left: 82px;
	position:absolute;
}
.headerWrapper .header .logo img
{
	width:359px;
	height:98px;
	padding:50px 0px 0px 75px;
}
/* the list of cities beneath the left header logo */
.headerWrapper .header .locations
{
	bottom: 10px;
	color: #003893;
	font-weight:bold;
	margin: 0px;
	position: absolute;
	text-align: center;
	width: 400px;
}
.headerWrapper .header .locations a
{
	color: #003893;
	font-family: "Times New Roman";
	font-size: 11px;
}
/* the options beneath the right header logo */
.headerWrapper .header .options
{
	width: 318px;
	height: 27px;
	position: absolute;
	bottom: 20px;
	right: 160px;
}
.headerWrapper .header .options > *
{
	float: left;
}
.headerWrapper .header .options > .hme
{
	display: block;
	float: left;
	height: 27px;
	width: 27px;
}
.headerWrapper .header .options > .search
{
	float: left;
	height: 27px;
	margin-left: 5px;
	width: 222px;
}
.headerWrapper .header .options > .search input[type='text']
{
	border: 2px solid #00529B;
	display: block;
	float: right;
	height: 21px !important;
	margin: 0px !important;
	padding: 1px !important;
	width: 184px;
}
.headerWrapper .header .options > .search input[type='image']
{
	display: block;
	float: right;
	height: 27px;
	margin-right: 5px;
	width: 27px;
}
.headerWrapper .header .options > .print, 
.headerWrapper .header .options > .addthis_button
{
	display: block;
	float: left;
	margin-left: 5px;
}
.headerWrapper .header .options > .print > img, 
.headerWrapper .header .options > .addthis_button > img
{
	display: block;
	height: 27px;
	width: 27px;
}
.headerWrapper .header .options .ped
{
	text-transform: uppercase;
	font-size: 10px;
	position: absolute;
	font-weight: bold;
	bottom: 0px;
	left: 323px;
	float: none;
	text-align: right;
	width: 64px;
}

/* Site Navigation Menu */
div.menu > ul
{
	display: block;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;
	margin: 0px auto 0px auto;
	overflow: hidden;
	padding: 0px;
	padding-top:15px;
	padding-bottom:5px;
	text-align: center;
	width: 924px;
}
/* the background behind the navigation icons */
div.menuWrapper
{
	background:Black; 
	min-width:999px;	
}
/* the background behind the navigation icons when you are printing to pdf */
.print div.menuWrapper 
{
    display:none;
}
div.menu > ul > li
{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 66px;
}
/* the text beneath the navigational icons */
div.menu > ul > li > a
{
	color:white; 
}
div.menu > ul > li > a > img
{
	border-width: 0px;
	display: block;
	height: 42px;
	margin: 0px auto 0px auto;
	width: 40px;
}

div.menu > ul > li > a > span
{
	display: block;
	padding: 3px 3px 0px 3px;
	text-align: center;
}

/* Site Footer Menu */
.mnu
{
	visibility:hidden;
	height:73px;
	text-align:center;
	background:url(mnubk.gif) <;
}
.mnu .ctr
{
	background-repeat:no-repeat;
	background-position:center -92px;
	height:73px;
	width:750px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}
.mnu .logo
{
	border:0px;
	float:left;
	padding:10px 16px 0px 0px;
	height:52px;
	width:246px;
}


.bodysep
{
	visibility:hidden;
	width:750px;
	margin:0px auto 0px auto;
	height:20px;
	background-position:center -165px;
	background-repeat:no-repeat;
	text-align:right;
}
.bodysep img
{
	margin:5px 10px 0px 0px;
	height:14px;
	border:0px;
}

#body
{
	width: 999px;
	min-height: 159px !important;
	margin: 10px auto 0px auto;
	text-align:left;
	background-color:#fff;
}
.print #body
{
	margin-top: 0px;
	width: 800px;
}
#body .lupd
{
	font-size:9px;
	color:#4e4e4e;
	padding:15px 0px 0px 0px;
}
.ftr
{
	width:999px;
	text-align:center;
	margin: 20px auto 10px auto;
	border-top: solid 3px #009545;
}
.ftr .tagline
{
	margin:10px auto 10px auto;
	width:550px;
	height:64px;
}

/* ERROR */
.error
{
	color:Red;
}

/* CONTENT */
.h1
{
	font-size:16px;
	font-weight:bold;
	color:#00529B;
	margin:0px 0px 15px 0px;
	padding:0px;
}

.clr
{
	clear:both;
	height:0px;
}
.layoutEvt
{
	margin-top: 15px;
	width: 100%;
}
.layoutEvt td /* Industries */
{
	vertical-align:top;
	width: 25%;
}
.layoutEvt td + td /* Services */
{
	width: 50%;
}
.layoutEvt td + td + td /* Locations */
{
	width: 25%;
}
.layoutser
{
	display: block;
	width: 100%;
}
.layoutser td
{
	vertical-align: top;
	width: 50%;
}
.layoutser td + td
{
	margin-left: 20px;
}



.input
{
}
.input .help
{
	background:transparent url(help.gif) no-repeat;
	min-height:16px;
	padding:0px 0px 10px 20px;
}
.input td
{
	vertical-align:middle !important;
	padding:0px 4px 3px 0px;
}
.input .vt
{
	vertical-align:top !important;
	padding-top:5px;
}
.input .req
{
	color:Red;
	padding-left:3px;
}
.input label
{
	padding-left:3px;
}
.input .reqMsg
{
	padding:0px 0px 10px 0px;
}
.input .grpHdr
{
	color:#00529B;
	font-size:10pt;
	font-weight:bold;
	padding:15px 0px 8px 0px;
}
.form
{
	background-color:#d9e1ef;
	padding:15px;
	margin:20px 0px 20px 0px;
}
.form .label
{
	display:inline-block;
	font-style:italic;
	font-size:11px;
	padding:0px 0px 3px 0px;
}
.form li
{
	padding-bottom:10px;
}
.edit
{
}
.edit .lbl
{
	width:100px;
	padding:0px 5px 3px 0px;
}
.edit .input
{
	width:525px;
	padding:0px 0px 3px 0px;
}
.edit .valid
{
	width:125px;
	padding:0px 0px 3px 5px;
}



/* Two-Column Master */
.twocol
{
	overflow: hidden;
	width: 1000px;
}
.print .twocol
{
	width: 800px;
}

/* Column Layout > Header */
.twocol > .header
{
	border-bottom: 3px solid #00539C;
	clear: both;
	margin: auto;
	overflow: hidden;
}
.print .twocol > .header
{
	border-bottom-width: 0px;
	margin-bottom: 20px;
}
.twocol > .header > .pageTitle
{
	display: inline-block;
	float: left;
	margin: 0px 10px 0px 200px;
	padding-bottom: 10px;
	vertical-align: bottom;
	width: 600px;
}
.print .twocol > .header > .pageTitle
{
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}
.twocol > .header > .pageTitle > *
{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
.twocol > .header > .pageTitle > span
{
	color: #00539C;
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
	position: relative;
	top: 4px;
}

/* Column Layout > Column Wrapper */
/* These styles are used by ~/MasterPages/TwoColumn.master.cs */
.twocol > .columnsLM, 
.twocol > .columnsLMR
{
	background-image: url(TwoColumnBackgroundBlue.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	margin: auto;
	min-height: 400px;
	overflow: hidden;
	width: 1000px;
}
.twocol > .columnsM, 
.twocol > .columnsMR
{
	margin: auto;
	min-height: 400px;
	overflow: hidden;
	width: 1000px;
}
.print .twocol > .columnsLM, 
.print .twocol > .columnsLMR, 
.print .twocol > .columnsM, 
.print .twocol > .columnsMR
{
	background-image: none;
	width: 800px;
}

/* Column Layout > Left Column */
.twocol .leftColumn
{
	width: 180px;
	float: left;
}
.print .twocol .leftColumn
{
	display: none;
}
.twocol > .columnsM > .leftColumn, 
.twocol > .columnsMR > .leftColumn
{
	display: none;
}
/* Column Layout > Left Column > DIV-1 */
.twocol .leftColumn .leftbar-one > ul
{
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 15px;
}
/* this controls the overall style of the left menu bar */
.twocol .leftColumn .leftbar-one > ul > li
{
	display: block;
	margin: 0px;
	padding: 0px;
	border-bottom-color:#777777;
	border-bottom-width:1px;
	border-bottom-style:solid; 
}
/* Will remove top border on any list item after the first so that there is no border overlap */
.twocol .leftColumn .leftbar-one > ul > li + li
{
    border-top-width:0px; 
}
/* this is for the color and weight of the left menu bar */
.twocol .leftColumn .leftbar-one > ul > li > a
{
	display: block;
	padding: 5px;
}
.twocol .leftColumn .leftbar-one > ul > li > a.indentLeft
{
	margin-left: 10px;
}
/* color and text when user hovers over a menu item */
.twocol .leftColumn .leftbar-one > ul > li > a:hover
{
	color:White;
	background:#6292ba; 
}
/* This sets the text and background color for the selected menu item in the left menu*/
.twocol .leftColumn .leftbar-one > ul > li > a.menuItemSelected
{
	color:White;
	background:#00539c; 
}
/* Column Layout > Left Column > DIV-2 */
.twocol .leftColumn .leftbar-two > ul
{
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}
.twocol .leftColumn .leftbar-two > ul > li
{
	display: block;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
.twocol .leftColumn .leftbar-two > ul > li > *
{
	display: block;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}
.twocol .leftColumn .leftbar-two > ul > li 
{
	border-bottom-color:#777777;
	border-bottom-width:1px;
	border-bottom-style:solid; 
}

.twocol .leftColumn .leftbar-two > ul > li > a
{
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 0px;
}
/* H1 style for left menu items (see Events page) */ 
.twocol .leftColumn .leftbar-two > ul > li > h1 > a
{
	color: #009545;
	display: block;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	width:150px;
	height:20px;
}

/* Will remove top border on any list item after the first so that there is no border overlap */
.twocol .leftColumn .leftbar-two > ul > li + li
{
    border-top-width:0px; 
}

/* color and text when user hovers over a menu item */
.twocol .leftColumn .leftbar-two > ul > li > h1 > a:hover
{
	color:White;
	background:#6292ba; 
	text-decoration:underline;
	padding:2px 0px 0px 2px;
}
/* This sets the text and background color for the selected menu item in the left menu*/
.twocol .leftColumn .leftbar-two > ul > li > h1 > a.h1menuItemSelected
{
    padding:2px 0px 0px 2px;
	color:White;
	background:#00539c; 
}

/* Column Layout > Middle Column */
.twocol .middleColumn
{
	float: left;
	overflow: hidden;
}

/* Column Layout > Middle Column (Left-Middle) */
.twocol > .columnsLM > .middleColumn
{
	padding: 20px;
	padding-right: 0px;
	width: 800px;
}
.print .twocol > .columnsLM > .middleColumn
{
	padding: 0px;
}

/* Column Layout > Middle Column (Left-Middle-Right) */
.twocol > .columnsLMR > .middleColumn
{
	padding: 20px;
	width: 600px;
}
.print .twocol > .columnsLMR > .middleColumn
{
	padding: 0px 20px 0px 0px;
}

/* Column Layout > Middle Column (Middle only) */
.twocol > .columnsM > .middleColumn
{
	padding: 20px 0px 20px 0px;
	width: 1000px;
}
.print .twocol > .columnsM > .middleColumn
{
	padding: 0px;
	width: 800px;
}

/* Column Layout > Middle Column (Middle-Right) */
.twocol > .columnsMR > .middleColumn
{
	padding: 20px;
	padding-left: 0px;
	width: 800px;
}
.print .twocol > .columnsMR > .middleColumn
{
	padding: 0px;
}

/* Column Layout > Right Column */
.twocol .rightColumn
{
	background: #fff;
	float: left;
	font-size: 11px;
	margin-top: 20px;
	padding: 0px;
	width: 180px;
}
.print .twocol .rightColumn
{
	margin-top: 0px;
}
.twocol > .columnsLM > .rightColumn, 
.twocol > .columnsM > .rightColumn
{
	display: none;
}
.twocol .rightColumn > * > .hdr
{
	background-color: #00529B;
	color: #fff;
	padding: 4px;
	font-weight: bold;
}
.twocol .rightColumn > div
{
	border: solid 1px #00529B;
}
.twocol .rightColumn > div + div
{
	margin-top: 20px;
}
.twocol .rightColumn .list
{
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}
.twocol .rightColumn .list li
{
	display: block;
	margin: 0px;
	padding: 5px;
}
.twocol .rightColumn .list li a
{
	color: #000;
	text-decoration: none;
}
.twocol .rightColumn .list li a:hover
{
	text-decoration: underline;
}
.twocol .rightColumn .list li span
{
	color: #009545;
}
.twocol .rightColumn .list li .indent
{
	display: inline-block;
	padding-left: 25px;
}

/* Column Layout > Right Column > News */
.twocol .rightColumn .news
{
	background-color:#d9e1ef;
}
.twocol .rightColumn .news li
{
	padding-left:25px;
	background-repeat:no-repeat;
	background-position:0px 2px;
}

/* Column Layout > Right Column Toggle */
.rightColumnToggle
{
	color: #00529B;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	float: right; 
	width: 170px;
}
.twocol .rightColumnToggle > *
{
	cursor: pointer;
}


/* Pre-June2011 */

.neList a:hover
{
	background-color:#fff; /*#e5ebf4;*/
	text-decoration:none;
}
.twocol .leftColumn .neCatmp
{
	padding-left:4px;
}
.twocol .leftColumn .neCatmp a
{
	color:#000;
	text-decoration:none;
	display:inline-block;
	width:200px;
	padding:2px;
}
.neList a:hover
{
	background-color:#fff; /*#e5ebf4;*/
	text-decoration:none;
}



.twocol .sidebarAlt
{
	width:0px;
}

.locList
{
}
.locList ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.locList li
{
	min-height:104px;
	margin-bottom:15px;
	background-repeat:no-repeat;
	background-position:2px 2px;
}
.locList li:hover
{
	background-color:#e5ebf4;
}
.locList li a
{
	color:#000;
	text-decoration:none;
	min-height:100px !important;
	width:500px !important;
}
.locList li a:hover
{
	text-decoration:none;
}
.locList li div
{
	padding:0px 0px 2px 240px;
	margin:0px;
}
.locList li h1
{
	color:#009545;
	margin:0px;
	padding:3px 0px 3px 0px;
}
.neCat
{
	padding: 20px 0px 0px 0px;
}
.neCat ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.neCat li
{
	margin:0px;
	padding:0px 0px 20px 40px;
	background-repeat:no-repeat;
	background-position:0px 2px;
}
.neCat h1
{
	color:#009545;
	margin:0px;
	padding:0px 0px 5px 0px;
}


.neCatmp
{
	padding:20px 0px 0px 0px;
}
.neCatmp ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.neCatmp li
{
	margin:0px;
	padding:0px 0px 20px 0px;
	background-repeat:no-repeat;
	background-position:0px 2px;
}
.neCatmp h1
{
	color:#009545;
	margin:0px;
	padding:0px 0px 5px 0px;
}




.neList
{
	margin:0px;
	padding:0px 0px 0px 0px;
	width: 600px;
}

.neList h2
{
	display: block;
	margin-right: 0px;
}


.neList td
{
	padding:5px 0px 5px 0px;
	vertical-align:top;
	border-top:dotted 1px #009545;
}
.neList .sep td, .neList .first td
{
	border-top:none;
}
.neList .question td
{
	border-top:none;
	padding:0px 0px 5px 8px;
}
.neList .hdr td
{
	font-weight:bold;
	border-top:none;
	border-bottom:solid 1px #009545;
}
.neList .name
{
	width: 550px;
}
.neList .namel
{
	width:335px;
}
.neList .loc
{
	width:115px;
}
.neList .date
{
	width:50px;
	white-space:nowrap;
}
.neList a
{
	display:inline-block;
	margin:0px 10px 0px 0px;
	padding:2px;
}
.neList .filter
{
	padding:0px 0px 12px 0px;
}
.neList .filter input[type='text']
{
	width:300px;
	margin-right:4px;
}
.neCat a
{
	color:#000;
	text-decoration:none;
	display:inline-block;
	width:460px;
	padding:2px;
}
.neCat a:hover, .neList a:hover
	background-color:#e5ebf4;
	text-decoration:none;
{
}
.neList .pgr, .neCat .pgr
{
	border-top:solid 1px #009545;
	font-size:8pt;
}
.neList .pgr a, .neCat .pgr a
{
	width:auto;
	text-decoration:underline;
}
.neList .pgr a:hover, .neCat .pgr a:hover
{
	background-color:Transparent;
}
.neList .pgr a[disabled='disabled'], .neCat .pgr a[disabled='disabled']
	color:#aaa;
	text-decoration:none;
	{
}

/* Leadership.aspx */
.leadership > ul
{
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.leadership > ul > li
{
	display: block;
	margin: 0px;
	padding: 0px 0px 00px 0px;
}
.leadership > ul > li + li
{
	border-top: 3px solid #009545;
}
.leadership > ul > li > h3
{
	color: #00529b;
	display: block;
	font-size: 16px;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}
.leadership > ul > li > ul
{
	display: block;
	list-style-type: none;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}
.leadership > ul > li > ul > li
{
	display: block;
	float: left;
	height: 80px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	page-break-after: auto;
	page-break-inside: avoid;
	page-break-inside: auto;
	width: 200px;
}
.leadership > ul > li > ul > li > *
{
	display: block;
	padding-left: 10px;
	page-break-after: avoid;
	page-break-inside: avoid;
	page-break-inside: avoid;
}
.leadership > ul > li > ul > li > .attorneyName
{
	font-weight: bold;
	font-size: 13px;
	padding-left: 0px;
}
.leadership > ul > li > ul > li > .attorneyEmail
{
	font-size: 11px;
}
.leadership > ul > li > ul > li > .attorneyLocation
{
	color: #009545;
	font-size: 12px;
}
.leadership > ul > li > ul > li > .attorneyTitle
{
	color: #00529b;
	font-size: 12px;
	font-weight: bold;
}







.srvind
{
	display: block;
	margin:0px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
}
.srvind li
{
	padding: 0px;
	display: block;
	margin: 0px;
}
.srvind li + li
{
	margin-top: 5px;
}
.srvind li a
{
	color:#000;
	text-decoration:none;
}
.srvind li a:hover
{
	text-decoration:underline;
}
.srvind li .first
{
	padding-top: 0px;
	margin-top: 0px;
}
.srvind .indent
{
	padding-left:15px;
}


.layout
{
	width:225px;
	margin-top:10px;
	display:inline-block;
}
.layout .h2
{
	width:200px;
}
/*.layout */.lmH2
{
	width:140px;
	font-weight:bold;
	font-size:14px;
	color:#009545;
	margin:0px 0px 5px 0px;
	padding:0px 0px 2px 0px;
	page-break-after:avoid;
}



.office
{
	width:500px;
	margin-top:15px;
}
.office .addr
{
	width:233px;
	float:left;
	margin-right:25px;
}
.office .map
{
	width:240px;
	float:left;
	border:solid 1px #00529B;
}
.office .map .hdr
{
	width:229px;
	background-color:#00529B;
	color:#fff;
	padding:6px 4px 7px 7px;
	font-weight:bold;
}
/* Misc */
.csv
{
	margin-left:100px;
	padding-left:20px;
	background-image:url(images/excel.gif);
	background-repeat:no-repeat;
	font-weight:bold;
}
.cmdbtn
{
	padding:0px 0px 0px 20px;
	margin:0px 10px 0px 5px;
	display:inline-block;
	min-height:20px;
	line-height:20px;
	background-repeat:no-repeat;
	background-position:0px 2px;
}
.smallbtn
{
	height:20px;
	font-size:9px;
}
.clickHereToRegister
{
	font-weight:bold;
}
.clickHereToRegister .btn
{
	display:inline-block;
	width:175px;
	height:21px;
	overflow:hidden;
	background-image:url(register.gif);
	color:#fff;
	text-decoration:none;
	text-align:center;
	line-height:20px;
	cursor:pointer;
	margin:0px 0px 8px 0px;
}
.clickHereToRegister .btn:hover
{
	background-position:0px 21px;
}
.clickHereToRegister .img
{
	border:none;
}
.event
{
}
.event .locNotes
{
	font-weight:normal;
	font-size:12px;
}
.home
{
	width:951px;
	height:320px; /*300 before next/prev buttons */
	margin-top: 20px;
	padding:0px 0px 0px 48px;
	background-color:#fff;
}
.home .body
{
	height:364px; /* 344px before next/prev buttons */
}

.home .body .banner1
{
	float:left;
	width:274px;
	height:305px; /*285px before next/prev buttons */
	padding:0px 0px 0px 0px;
}
.home .body .banner2
{
	float:left;
	width:589px;
	height:305px; /*285px before next/prev buttons */
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 41px;
	
	margin-left: 37px;
}
.home .body .banner2 .frame
{
	width:589px;
	height:305px; /*285px */
	overflow:hidden;
	border:0px;
}
.lower 
{
	padding:8px 0px 0px 48px;
	width:951px;
	
	background-color:#E8EaF6;
	height:296px;
	margin:0px;
	overflow: hidden;
	padding: 8px 31.5px 0px 31.5px;
	width: 936px;
}
.print .lower
{
	padding: 0px;
	width: 800px;
}
.lower .feed 
{
	margin:0px 41px 0px 0px;
	
	color:#fff;
	float:left;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	height:285px;
	margin: 0px 19px 0px 19px;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
	width:274px;
}
.print .lower .feed
{
	margin: 0px;
	width: 250px;
}
.print .lower .feed + .feed
{
	margin-left: 25px;
}
.lower .feed .FeedHeader
{
	overflow:hidden;
	padding:4px 0px 0px 6px;
	height:20px;
}
.lower .AlertsFeed .FeedHeader
{
	background-color:#0562B2;
}
.lower .NewsFeed .FeedHeader
{
	background-color:#B7528C;
	height:24px;
	line-height:24px;
	padding:0px 0px 0px 6px;
}
.lower .NewsFeed .FeedHeader .title
{
	width:110px;
	float:left;
}
.lower .NewsFeed .FeedHeader .rss
{
	float:right;
	padding:3px 6px 0px 0px;
	text-align:right;
	width:150px;
}
.lower .EventsFeed .FeedHeader
{
	background-color:#007F2E;
}
.lower .feed .info
{
	background-color:#fff;
	height:263px;
	overflow-y:scroll;
	padding:0px 0px 0px 0px;
}
.lower .feed .info .body
{
	color:#fff;
	font-family:Verdana;
	font-size:12px;
	text-transform:none;
	font-weight:normal;
}
.lower .feed .info .body ul
{
	list-style-type:none;
	margin:2px 7px 2px 7px;
	padding:0px;
	font-size:11px;
}
.lower .feed .info .body li
{
	border-bottom:solid 1px #000000;
	padding:0px 0px 3px 0px;
	margin:0px 0px 2px 0px;
	background-position:0px 2px;
	background-repeat:no-repeat;
}
.lower .feed .info  .body li a
{
	color:#000;
	text-decoration:none;
}
.lower .feed .info  .body li a:hover
{
	text-decoration:underline;
}
.lower .feed .info  .body li span
{
	color:#009545;
}

.lowerFooter 
{
	padding-top:20px;
	height:25px;
	overflow: hidden;
	line-height:10px;
	width: 999px;
	position: relative;
}
.lowerFooter .inner
{ 
	position:absolute; 
	line-height:25px;
}
.lowerFooter .inner .left
{ 
	float:left;
	color:#014EA8;
	font-family: Verdana, Arial, Times New Roman;
	font-size:14px;
    font-style:italic;
    font-weight:bold;
    width:280px;
}

.lowerFooter .inner a
{
	color:#014EA8;
	font-family: Verdana, Arial, Times New Roman;
	font-size:12px;
	display:inline-block;
}
.lowerFooter .inner .facebook
{
	background-image:url("../assets/fbsmall.gif");
	background-repeat:no-repeat;
	padding-left:27px;
	float:left;
	margin:0px 38px 0px 38px;
}
.lowerFooter .inner .youtube
{
	background-image:url("../assets/ytsmall.gif");
	background-repeat:no-repeat;
	padding-left:27px;
	float:left;
	margin:0px 38px 0px 38px;
}
.lowerFooter .inner .twitter
{
	background-image:url("../assets/twsmall.gif");
	background-repeat:no-repeat;
	padding-left:27px;
	float:left;
	margin:0px 38px 0px 38px;
}
/* News.aspx */

.newsCheckBoxes
{
	list-style-type: none;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	width: 600px;
}

.newsCheckBoxes > li
{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 186px;
}
.newsCheckBoxes > li + li
{
	margin-left: 20px;
	width: 187px;
}

/* Validator Styles */
.validation
{
	color: #f00;
}

/* Home/Content.aspx */
.homeRotatorArrows
{
	background: #fff;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.homeRotatorArrows > div
{
	float: right;
	overflow: hidden;
}
.homeRotatorArrows > div > a
{
	display: block;
	float: left;
}
.homeRotatorArrows > div > a + a
{
	margin-left: 5px;
}

/* CMSEditor Styles */
.twocol .RadEditor
{
	height: auto !important;
	width: 998px !important;
}
.twocol .columnsLM .RadEditor, 
.twocol .columnsMR .RadEditor
{
	width: 798px !important;
}
.twocol .columnsLM .attyProfile .RadEditor
{
	width: 568px !important;
}
.twocol .columnsLMR .RadEditor
{
	width: 598px !important;
}


/* [CMS/Rad]Editor Main Tab Table */
.editorMainTab
{
	margin-top: 15px;
}
.editorMainTab tr
{
	margin-top: 5px;
}
.editorMainTab tr > td
{
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
.editorMainTab tr > td + td
{
	
}
.editorMainTab tr > td + td > input[type="text"]
{
	width: 400px !important;
}
.editorMainTab tr > td + td .RadEditor
{
	width: 400px !important;
}

/* New List Item Title */
h3.newListItemTitle
{
	display: block;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

/* Styles for User Content */
.ContentBlock h1, 
.ContentBlock .h1
{
	color: #00529B;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.ContentBlock h2, 
.ContentBlock .h2
{
	/*border-bottom: solid 2px #009545;
	color: #00529B;
	display: inline-block;
	font-weight: bold;
	margin-right: 100%;
	white-space: nowrap;*/
}
.attyProfile .ContentBlock h2, 
.attyProfile .ContentBlock .h2
{
	display: block;
	margin: .75em 0;
}
.ContentBlock h3, 
.ContentBlock .h3
{
	/*color: #00529B;*/
	/*font-size: 12px;*/
	/*font-weight: bold;*/
	/*margin: 10px 0px 5px 0px;*/
	/*padding: 0px;*/
}
.ContentBlock hr
{
	background-color: #009545;
	border-width: 0px;
	color: #009545;
	height: 3px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 100%;
}
.ContentBlock .onePtFive
{
	line-height: 1.5em;
}
.ContentBlock .double 
{
	line-height: 2em;
}
.ContentBlock .yellow
{
	color: #f00 !important;
	background-color: #fbf2e5;	
}

/* Text Block Styles */
.textBlock .RadEditor
{
	
}
.textBlock h2
{
	display: inline;
	margin-right: 100%;
	white-space: nowrap;
}

/* Admin Pages */
.AdminBanners
{
	margin: auto;
	width: 589px;
}
.AdminEmails
{
	
}
.AdminLists
{
		
}
.AdminOfficeList
{
	
}

/* CommitteeSites.aspx */
.CommitteeSites { } 

/* Contact.aspx */
.ContactForm
{
	
}
.ContactForm
{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.ContactForm td
{
	margin: 0px;
	padding: 0px;
}
.ContactForm td + td
{
	
}
.ContactForm td + td + td
{
	
}

.ContactForm td
{
	padding: 0px 4px 3px 0px;
	vertical-align: middle !important;
}
.ContactForm .vt
{
	vertical-align:top !important;
	padding-top:5px;
}
.ContactForm .req
{
	color:Red;
	padding-left:3px;
}
.ContactForm label
{
	padding-left:3px;
}
.ContactForm .reqMsg
{
	padding:0px 0px 10px 0px;
}



/* ~/Attorney Styles */

/* Attorneys Alphabet Navigation */
.letters > ul
{
	display: block;
	list-style-type:none;
	/*width: 702px;*/
	width: 697px; /* (27 x 21px) + (26 x 5px) */
	margin: 0px 7px 0px 7px;
	overflow: hidden;
	padding: 0px;
}
.print .letters > ul
{
	display: none;
}
.letters > ul > li
{
	display: block;
	float: left;
	background-image: url(../assets/circleG.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	text-align: center;
}
.letters > ul > li + li
{
	margin-left: 5px;
}
.letters a
{
	color: #fff;
	font-weight: bold;
	line-height: 19px !important;
	text-decoration: none;
	width: 21px;
	height: 21px;
	display: block;
	text-align: center;
}
.letters .selected
{
	background-image:url(../assets/circleB.gif);
}
.selections
{
	width:500px;
	padding:10px 0px 0px 0px;
	clear:both;
}
.selections table
{
	width:500px;
}
.selections td
{
	width:350px;
	padding:15px 0px 0px 15px;
}
.selections td span
{
	color:#00529B;
	font-weight:bold;
	display:inline-block;
	padding:0px 0px 3px 0px;
}
.selections td select
{
	width:315px;
}
.selections td input.text
{
	width:310px;
}
.selections .button
{
	display:inline-block;
	width:75px;
	height:21px;
	background-image:url(../assets/buttonBk.png);
	background-repeat:no-repeat;
	color:#fff;
	line-height:19px;
	text-align:center;
	font-weight:bold;
}
.selections .button:hover
{
	background-position:0px -21px;
}
.selections .pl
{
	padding:20px 15px 0px 0px;
	width:685px;
	text-align:right;
	font-weight:bold;
}
.atty_slDiv
{
	margin-bottom: 20px;
}
.leftpaddingatty
{
	padding:0px 0px 0px 120px;
}
.atty
{
	margin: 25px 0px 0px 0px;
}
.atty table
{
	margin:0px;
	padding:0px;
	width:100%;
	table-layout:fixed;
	empty-cells:show;
	border-collapse:collapse;
	border-spacing:0px;
}
.atty a
{
	color:#000;
}
.atty tr, .atty .empty
{
	background-color:#E8EAF6; 
}
.atty .empty td
{
	padding-left:7px;
}
.atty .alt
{
	background-color:#fff;
}
.atty td
{
	height:50px !important;
	padding:2px 0px 2px 0px;
	overflow:hidden;
	text-indent:2px; /* for IE7 Bug.  Cut's off left side of 'W'*/
}
.atty .img
{
	width:50px;
	height:50px;
	padding-left:7px;
}
.atty .img img
{
	width:40px;
}
.atty .name
{
	font-weight:bold;
	width:215px;
}
.atty .name span
{
	font-weight:normal;
	color:#009545;
}
.atty .loc
{
	width:165px;
	padding:0px5px 0px 0px;
	height:50px;
}
.atty .email
{
	width:248px;
}
.atty .vc
{
	width:45px;
	padding-right:7px;
	text-align:right;
}
.atty .clr, .attyProfile .clr
{
	width:750px;
	height:1px;
	clear:both;
}
/* Attorney Profile */
.attyProfile a
{
	color: #000;
	text-decoration: none;
}
.attyProfile a:hover
{
	text-decoration: underline;
}
/* Attorney Profile > Main Column */
.attyProfile .body
{	
	width: 570px;
	min-height: 150px;
	float: left;
	padding: 0px;
}
.attyProfile .body > span
{
	display: block;
	width: 100%;
}
.attyProfile h2
{
	display: block;
	margin-top: 20px;
}
.print .attyProfile .body .name
{
	display: none;
}
.attyProfile .body .name h1
{
	margin-bottom: 2px;
}
.attyProfile .body .name .title
{
	color: #009545;
}
.print .attyProfile .body .name .title
{
	display: none;	
}
.attyProfile .body .name table
{
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
.attyProfile .body .name td
{
	padding: 0px 5px 5px 0px;
}
.attyProfile .body .name .lbl
{
	text-align: right;
	font-weight: bold;
}
.attyProfile .body h3
{
	margin-bottom: 3px;
	padding-bottom: 0px;
}
.attyProfile .body ul
{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	list-style-type: disc;
}
.attyProfile .body li
{
	padding: 0px 0px 5px 0px;
}
.attyProfile .body .RadToolBar ul
{
	margin: 0px;
	padding: 0px;
}
.attyProfile .body .RadToolBar li
{
	padding: 0px;
}
/* Attorney Profile > Right Column */
.attyProfile .right
{
	width:200px;
	float:left;
	margin-left: 30px;
	overflow: hidden;
}
.attyProfile .right .photo
{
	border: 1px solid #00529B;
	min-height: 50px;
	width: 198px;
}
.print .attyProfile .right .photo
{
	border-width: 2px;
	width: 196px;
}
.attyProfile .right .btn
{
	border-width: 0px;
	cursor: pointer;
	display: inline-block;
	height: 33px;
	margin: 10px 0px 0px 0px;
	width: 200px;
}
.attyProfile .right .text
{
	background-color: #E8EAF6;
	margin: 10px 0px 0px 0px;
	padding: 20px 20px 0px 20px;
	width: 160px;
}
.attyProfile .right .text .txt
{
	overflow: hidden;
	width: 160px;
}
.attyProfile .right .text .txt div
{
	padding:0px 0px 20px 0px;
}
.attyProfile .right span
{
	font-weight:bold;
}
.attyProfile .right .text .txt ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.attyProfile .right .text .txt li
{
	padding:0px 0px 5px 0px;
}
.attyProfile .right .text .txt li .last
{
	padding:0px;
}
.attyProfile .right .text .txt .address
{
	font-size:8pt;
	padding:0px !important;
}
/* Attorney Profile > Right Column > Video */
.attyProfile .right .VideoBlock
{
	margin-top: 10px;
}
.twocol .columnsLM .attyProfile .right .VideoBlock .RadEditor
{
	width: 198px !important;	
}
.print .attyProfile .right .VideoBlock
{
	display: none;
}

/* Attorney Profile > Attorney Name */
.print .attyProfile .attyName
{
	display: none;
}
/* Attorney Search */
.attySearch
{
	margin-bottom: 20px;
	margin-top: 10px;
}
.print .attySearch
{
	display: none;
}
.attySearch > ul
{
	display: block;
	list-style-type: none;
	margin: 0px 7px 0px 7px;
	overflow: hidden;
	padding: 0px;
	width: 728px;
}
.attySearch > ul > li
{
	display: block;
	float: left;
	margin: 15px 30px 0px 0px;
	padding: 0px;
	width: 334px;
}
.attySearch > ul > li > span
{
	color: #00529b;
	display: block;
	font-weight: bold;
}
.attySearch > ul > li > input[type="text"]
{
	display: block;
	margin-top: 3px;
	width: 328px;
}
.attySearch > ul > li > select
{
	display: block;
	margin-top: 3px;
	width: 334px;
}
.attySearch .button
{
	display:inline-block;
	width:75px;
	height:21px;
	background-image:url(../assets/buttonBk.png);
	background-repeat:no-repeat;
	color:#fff;
	line-height:19px;
	text-align:center;
	font-weight:bold;
}
.attySearch .button:hover
{
	background-position:0px -21px;
}

/* Events */

/* Event Editor */
.rtTable > div
{
	clear: both;
	display: block;
	margin: 5px 0px 5px 0px;
	overflow: hidden;
	padding: 0px;
	width: 600px;
}
.rtTable > div > span
{
	display: block;
	float: left;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	width: 120px;
}
.rtTable > div > span + span
{
	width: 480px;
}
.rtTable > div > span.hasAsterisk > div
{
	display: inline !important;	
}
.eventEditor .validator
{
	color: #f00;
	margin: 5px 100% 5px 0px;
	white-space: nowrap;
}



/* Surveys */

/* Survey Reports */
.SurveyReports
{
	overflow: hidden;
	width: 1000px;
}
.SurveyReports .Return
{
	color: #00529b;
	
}
.SurveyReports > h1
{
	
}
#SurveyReportList
{
	border: 1px solid #ccc;
	float: left;
	margin: 0px;
	padding: 5px 9px 9px 9px;
	width: 720px;
}
#SurveyReportList > div > table
{
	width: 100%;
}
#SurveyReportOptions
{
	border: 1px solid #ccc;
	float: left;
	margin: 0px;
	margin-left: 20px;
	padding: 5px 9px 9px 9px;
	width: 220px;
}
#SurveyReportOptions > div > .CheckBoxListWrapper
{
	background: #eee;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: none;	
}
.SurveyReportGenerate > input[type="button"], 
.SurveyReportGenerate > a
{
	margin: 10px 0px 10px 0px;
}

/* Survey Edit */
.SurveyEdit
{
	width: 1000px;
}
.SurveyEdit .SurveyTab
{
	width: 100%;
}
.SurveyEdit .SurveyTab .RadEditor
{
	width: 678px !important;
}
.SurveyEdit .SurveyTab > tbody > tr > td
{
	vertical-align: top;
	padding: 5px 0px 5px 0px;
	width: 130px;
}
.SurveyEdit .SurveyTab > tbody > tr > td + td
{
	padding: 5px 20px 5px 20px;
	width: 680px;
}
.SurveyEdit .SurveyTab > tbody > tr > td + td + td
{
	padding: 5px 0px 5px 0px;
	width: 150px;
}

/* SiteMap */
.sitemap td
{
	width:220px;
	vertical-align:top;
	padding:0px 15px 0px 15px;
}
.sitemap h3
{
	margin:0px;
	padding:0px 0px 5px 0px;
}
.sitemap ul
{
	margin-top:0px;
	margin-bottom:10px;
}
.sitemap li
{
	padding-bottom:3px;
}

/* Alerts */

/* Alerts / Alert Editor */
.AlertEditor 
{
	width: 800px;
}
.columnsLMR .AlertEditor 
{
	width: 600px;
}
.AlertEditor .MainTab > table
{
	margin-top: 15px; 
	width: 100%;
}
.AlertEditor .MainTab > table > tbody > tr > td
{
	padding: 5px 0px 5px 0px;
	vertical-align: top;
	width: 100px; 
}
.AlertEditor .MainTab > table > tbody > tr > td + td
{
	width: 700px;
}
.columnsLMR .AlertEditor .MainTab > table > tbody > tr > td + td
{
	width: 500px;
}
.AlertEditor .MainTab > table > tbody > tr > td + td > input[type="text"]
{
	width: 75%;
}
.AlertEditor .MainTab .RadEditor
{
	width: 698px !important;
}
.columnsLMR .AlertEditor .MainTab .RadEditor
{
	width: 498px !important;
}
.AlertEditor .MainTab .BannerPreview
{
	width: 800px;
}
.columnsLMR .AlertEditor .MainTab .BannerPreview
{
	width: 600px;
}

