html, body	{
	height: 100%;
}

body {
	font-family: myriad, helvetica, arial, sans-serif;
	font-size: 12px;
	background-color: #a9acab;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

#container	{
	position: relative;
	width: 850px;
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
	min-height: 100%;
	height: auto !important;
}

#header	{
	float: right;
	margin: 10px 10px 10px 0;
	width: 624px;
}

#logo	{
	background-image: url('graphics/logo.gif');
	background-repeat: no-repeat;
	background-position: 0 30px;
	height: 122px;
}

#logo h1	{
	display: none;
}

#mission	{
	clear: both;
	margin: 0 10px 0 10px;
	border-top: 17px solid #004b8d;
	border-bottom: 3px solid #004b8d;
	background-image: url('graphics/mission-statement.gif');
	background-repeat: no-repeat;
	height: 115px;
}

#mission p	{
	display: none;
}

/* ____________________________________________________PAGE CONTENT */


#content	{
	float: right;
	margin: 0 10px 0 0;
	border-left: 3px solid #004b8d;
	width: 634px;
}

#homepagenews	{
	margin: 15px 0 50px 42px;
}

#homepagenews ul	{
	list-style: none;
	margin: 15px 0 50px 0;
}

#homepagenews ul a	{
	color: #008752;
	text-decoration: none;
}

#homepagenews ul a:hover	{
	color: #008752;
	text-decoration: underline;
}

#bluearea	{
	background-color: #d6e2ed;
	margin: 0 0 0 10px;
	color: #004b8d;
	min-height: 500px;
	height: auto !important;
}

#bluearea h2	{
	padding: 15px 10px 20px 30px;
	font-weight: bold;
	text-transform:uppercase;
}

#bluearea h3	{
	padding: 0 10px 20px 30px;
	font-weight: bold;
}

#bluearea p	{
	padding: 0 30px 20px 30px;
}

#bluearea ul	{
	padding: 0 10px 20px 30px;
	margin: 0 0 0 25px;
}

#bluearea ul.nobullets	{
	padding: 0 10px 0 30px;
	margin: 0;
	list-style: none;
}

#bluearea ul.nobullets li	{
	padding: 0 0 20px 0;
}

#bluearea ul.nobullets li.listcolumns, #bluearea div.columnsplit	{
	padding: 0 0 20px 0;
	float: left;
	width: 290px;
}

#bluearea ul.nobullets li a	{
	color: #004b8d;
	text-decoration: none;
	border-bottom: none;
}

#bluearea ul.nobullets li a:hover	{
	color: #004b8d;
	text-decoration: underline;
	border-bottom: none;
}

#bluearea a	{
	color: #004b8d;
	text-decoration: none;
	border-bottom: 1px solid #004b8d;
}

#bluearea a:hover	{
	color: #004b8d;
	text-decoration: none;
	border-bottom: 1px solid #004b8d;
}

.topbottomborders	{
	border-top: 3px solid #004b8d;
	border-bottom: 3px solid #004b8d;
}

/* ____________________________________________________PAGE CONTENT */

#attorneywrapper	{
	overflow: auto;
}

#attorneyphoto	{
	float: left;
	padding: 0 0 20px 30px;
}

#attorneyphoto h3	{
	margin: 10px 0 0 0;
	padding: 0;
}

#attorneyphoto ul	{
	padding: 0;
	margin: 0;
	list-style: none;
}

#attorneybio	{
	float: left;
	margin: 0 0 20px 20px;
	width: 440px;
}

#attorneybio h3	{
	margin: 0;
	padding: 0;
}

#attorneybio span	{
	font-weight: normal;
}

#attorneybio p	{
	padding: 0 30px 20px 0;
}

/* ____________________________________________________SIDE NAVIGATION */

#navigation	{
	position: absolute;
	top: 0;
	left: 10px;
	height: 446px;
	width: 196px;
	background-color: #008752;
	margin: 10px 10px 10px 0;
	z-index: 10;
}

#navigation ul	{
	position: absolute;
	bottom: 0;
	left: 0;
}

#navigation ul	{
	width: 196px;
	text-align: right;
	list-style: none;
	color: #fff;
	text-transform:uppercase;
	font-weight: bold;
	letter-spacing: .05em;
}

#navigation ul li	{
	padding: 0;
}

#navigation ul li a	{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 7px 20px 7px 0;
}

#navigation ul li a:hover	{
	background-color: #4dab86;
	text-decoration: none;
	color: #fff;
}

#navigation ul li a.current	{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 7px 20px 7px 0;
	background-color: #339f75;
}


* html #navigation ul	{
	height: 1%;
}

/* ____________________________________________________TOP NAVIGATION */

#topnav	{
	position: absolute;
	top: 10px;
	left: 660px;
	color: #008752;
	width: 200px;
	z-index: 10;
}

#topnav ul	{
	display: inline;
	list-style: none;
	text-transform:uppercase;
	font-weight: bold;
	font-size:11px;
}

#topnav ul li	{
	display: inline;
	margin: 0 0 0 10px;
}

#topnav ul a	{
	color: #4dab86;
	text-decoration: none;
}

#topnav ul a:hover	{
	color: #008752;
	text-decoration: none;
}

/* ____________________________________________________DISCLAIMER */

#disclaimer	{
	position: absolute;
	top: 600px;
	left: 0;
	color: #4dab86;
	font-size: 10px;
	width: 186px;
	z-index: 10;
}

#disclaimer ul	{
	list-style: none;
	text-align: right;
}

#disclaimer ul a	{
	color: #4dab86;
	text-decoration: none;
}

#disclaimer ul a:hover	{
	color: #4dab86;
	text-decoration: underline;
}


.clear	{
	clear: both;
	height: 0;
}

/* ____________________________________________________UME ADD */
.sqbllt li {
list-style-image:url(images/box.png);
}
.plain a:link, a:visited {
	color: #004b8d;
	text-decoration: none;
	border-bottom: none;
}
#disclaimerhome	{
	position: absolute;
	top: 685px;
	left: 0;
	color: #4dab86;
	font-size: 10px;
	width: 186px;
	z-index: 10;
}
#disclaimerhome ul	{
	list-style: none;
	text-align: right;
}

#disclaimerhome ul a	{
	color: #4dab86;
	text-decoration: none;
}

#disclaimerhome ul a:hover	{
	color: #4dab86;
	text-decoration: underline;
}
#gmform {
	position:relative; left:30px;
	}
	
#bluearea ul.practicelist	{
	padding: 0 10px 0 30px;
	margin: 0;
	list-style: none;
}

#bluearea ul.practicelist li	{
	padding: 0 0 20px 0;
}

#bluearea ul.practicelist li.listcolumns, #bluearea div.columnsplit	{
	padding: 0 0 10px 0;
	float: left;
	width: 290px;
}

#bluearea ul.practicelist li a	{
	color: #004b8d;
	text-decoration: none;
	border-bottom: none;
}

#bluearea ul.practicelist li a:hover	{
	color: #004b8d;
	text-decoration: underline;
	border-bottom: none;
}

.wnos {
	list-style-type: decimal; margin-left:90px; margin-right:50px;
	}
.wsmallltrs {
	list-style-type: lower-alpha; margin-left:60px; margin-right:50px;
	}
.inset1 {
	text-indent:20px;
	}
.wlrgltrs {
	list-style-type:upper-alpha; margin-left:10px; margin-right:50px;
	}
.insetboth {
	width:70%; margin-left:auto; margin-right:auto;
	}
#printbio {
	position:absolute; top:302px; left:720px;
	}
.nophoto {
	position:relative; top:65px; line-height:1.5;
	}

em {
	font-style:italic; }
#biopractice ul { width:160px; }
#biopractice li a {
	padding-top:6x;; 
	 }
#biopractice li {
	padding-top:6px; 
	 }
