body {
	padding: 0;
	margin: 0;
	width: auto;
	font-family: Tahoma, Arial, Verdana, Geneva, Trebuchet, sans-serif;
	font-size:80%;
	line-height: 1em;
	color: #333;
	background-color: #474747;
	}

html, div, ol, ul, li, h1, h2, h3, h4, a, img {
	padding:0; 
	margin:0;
	border:none;
	outline:none;
	}

p { margin: 0 0 14px 0;	}

a { 
	color: #d06f1a; 
	outline:none; 
	text-decoration: none;
	}

a:hover { 
	text-decoration: underline;
	outline:none; 
	}

a:focus { outline: none; }

h1 {
	font-size: 230%;
	line-height: 105%;
	font-stretch: condensed;
	font-weight: lighter;
	margin: 0 0 18px 0;
	padding: 0;
	color: #6d8d23;
	font-family: "Garamond Condensed","Times New Roman", Times, serif;
	letter-spacing: -0.5px;
	word-spacing: -0.75px;
	}

h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #6d8d23;
	}

ul {
	list-style-type: none;
	margin: 0;
	text-indent: 0;
	}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


#print-head img { display: block; }

.no-print { display: none; }
.print-only {}
/* ------------------------------------------------------------------------- */

#page {
	position: relative;
	margin: 0 auto;
	width: 925px;
	}
#main-content {
	width: 925px;
	position: relative;
	display:block;
	float: left;
	margin: 40px auto 0 auto;
	padding: 0;
	background: #fff url(../images/contentBacker.gif) repeat-y top left;
	min-height: 525px;
	height: auto;
	overflow: visible;
	}
	
/* ------------------------------------------------------------------------- */
#top-panel {
	position: relative;
	float:left;
	display:block;
	width: 925px;
	padding: 0;
	margin: 0 auto;
	font-size: .80em;
	}

#nav-menu {
	position:relative;
	width: auto;
	float: left;
	display:block;
	list-style: none;
	padding: 0;
	margin: 48px 0 0 55px;
	text-transform: uppercase;
	} 
#nav-menu ul {
	padding: 3px 0 0 0;
	margin: 0;
	} 
#nav-menu li {
	float: left;
	height: 1em;
	line-height: 1em;
	display: inline;
	color: #007161;
	border-right: 2px solid #f3d289;
	padding: 0 8px;
	}
#nav-menu li a, #nav-secondary li a {
	text-decoration: none;
	color: #474747;
	}
#nav-menu li a:hover, #nav-secondary li a:hover {
	color: #007161;
}
#nav-menu li.last, #nav-menu li.lastOn {
	border:none;
	}
#nav-menu li.on a, #nav-secondary li.on a {
	color: #007161;
	}
#nav-menu li.lastOn a {
	border:none;
	color: #007161;
	}

#searchBar {
	display: inline;
	float: left;
	color: #000;
	font-size: x-small;
	margin: 48px 0 0 10px;
	padding:0;
}
#searchBar a { font-size:90%; color: #474747; }
#searchBar a:hover { color: #007161;}
#searchBar input { 
	font-size: 90%; 
	color: #474747; 
	height: 12px;
	border: 1px solid #e6e6e6;
	padding: 1px 3px;
	}
#logo img {
	position: relative;
	float:left;
	margin: 34px 0 0 34px;
	padding:0;
	}
	
/* ------------------------------------------------------------------------- */
#home-main-content, #interior-main-content {
	position: relative;
	float:left;
	display:block;
	width: 925px;
	height: 415px;
	padding: 0;
	margin: 0 auto;
	background: transparent url(../images/smokeBacker.gif) bottom left no-repeat;
	font-size: 92%;
	line-height: 1.35em;
	}
#home-copy-holder {
	position: relative;
	float: right;
	width: 460px;
	height: 230px;
	padding: 0;
	margin: 14px 75px 10px 0;
	}
#home-main-content>#home-copy-holder {	/* this is a hack for IE6: the margin specs are for IE6 and the spec below is for normal browsers */
		margin: 14px 120px 10px 0;
	}

#home-copy-holder .word_colors {
	color:#6d8d23;
	}
a.more {
	color:#D06F1A;
	text-decoration: none;
	font-weight:normal;
	}
a:hover.more {
	text-decoration: underline;
	font-weight:normal;
	}
.accordion h2 .more {
	background: transparent url(../images/moreOrLess.gif) no-repeat 3px 0;
	padding: 0 20px 0 0;
	margin: 0;
}
.accordion h2 .more:hover {
	background-position: 3px -15px;
	cursor: pointer;
}
.accordion h2 .more .active {
	background: transparent url(../images/moreOrLess.gif) no-repeat 3px -15px;
}
/* this is the holder on all interior pages ------------------------------------------------------------------------- */
#interior-main-content {
	width: 859px;
	margin: 8px 33px 10px 33px;
	background: transparent;
	height: auto;
	}

/* the following CSS applies to most interior pages, with and without testimonials ------------------------------------------------------------------------- */
#testimonial {
	position: relative;
	display: block;
	float: left;
	width: 226px;
	margin: 44px 0 0 0;
	padding: 0;
	background-color: #007161;
	font-stretch: condensed;
	font-weight: lighter;
	color: #ffffff;
	font-family: "Garamond Condensed","Times New Roman", Times, serif;
	letter-spacing: -0.25px;
	word-spacing: -0.5px;
	}

#testimonial p {
	padding: 17px 13px 0 16px;
	margin: 0;
	font-size: 110%;
	line-height: 1.4em;
	text-align: left;
	}

#testimonial .attribute {
	display:block;
	float:right;
	font-size: 95%;
	line-height: 1.1em;
	text-align: right;
	padding: 0 0 13px 0; 
	}

#interior-copy {
	position: relative;
	display: inline;
	float: right;
	width: 535px;
	padding: 0;
	margin: 4px 45px 0 0;
	}
#interior-copy .map {
	position: relative;
	display: inline;
	float: right;
	padding: 0;
	margin: 0;
	width: 300px;
	}

.name, a .name, .practiceArea {
	font-size: 120%;
	line-height: 1.35em;
	font-weight: bold;
	color: #6d8d23;
	}
a:hover .name {
	text-decoration: underline;
	color: #6d8d23;
	}
.practiceArea {
	line-height: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	}

/* the following CSS applies to bio pages ------------------------------------------------------------------------- */
#bio-pix {
	position: relative;
	display: block;
	float: left;
	width: 138px;
	margin: 0 0 0 75px;
	padding: 0;
	font-size: 92%;
	line-height: 1.35em;
	}
#interior-main-content>#bio-pix {	/* this is a hack for IE6: the margin specs are for IE6 and the spec below is for normal browsers */
		margin: 0 0 0 185px;
	}

#bio-pix img {
	padding: 0 0 6px 0;
	margin: 0;
	}

#bio-pix .name {
	padding: 0;
	margin: 0;
	font-size: 110%;
	line-height: 1.4em;
	font-weight: bold;
	color: #6d8d23;
	text-align: left;
	}

#bio-copy {
	position: relative;
	display: inline;
	float: right;
	width: 450px;
	padding: 0;
	margin: 0 45px 10px 0;
	font-size: 92%;
	line-height: 1.35em;
	}

/* ------------------------------------------------------------------------- */
#tagline {
	position: absolute;
	float: left;
	bottom: 37px;
	left: 33px; 
}

/* ------------------------------------------------------------------------- */
#nav-secondary {
	position: absolute;
	display:block;
	top: 160px;
	left: 37px;
	width: 135px;
	font-size:80%;
	}
#main-content>#nav-secondary { /* CSS for normal browsers; IE6 fix above */
	font-size:80%;
	}
#nav-secondary ul {
	padding: 0;
	margin: 0;
	} 
#nav-secondary li {
	line-height: 1.6em;
	color: #007161;
	text-indent: -12px;
	padding: 0 0 0 12px;
	}
#nav-secondary li a {
	text-decoration: none;
	color: #474747;
	}
#nav-secondary li a:hover {
	color: #007161;
}

/* ------------------------------------------------------------------------- */
#lower-nav-menu {
	position:relative;
	float:left;
	width: 780px;
	display:block;
	list-style: none;
	color: #ffffff;
	font-size: 65%;
	font-weight:bold;
	line-height: 1.2em;
	padding: 0;
	margin: 6px 0 0 100px;
	height: 14px;
	} 
#page>#lower-nav-menu { /*normal browser margin specs; IE6 margin specs above */
	margin: 6px 0 0 212px;
	} 
#lower-nav-menu ul {
	padding: 0;
	margin:0;
	} 
#lower-nav-menu li {
	float: left;
	display:inline;
	border-right: #ffffff solid 1px;
	text-transform: uppercase;
	padding: 0 8px;
	vertical-align: middle;
	}
#lower-nav-menu li a {
	color: #ffffff;
	text-decoration: none;
	color: #edecef;
	}
#lower-nav-menu li a:hover, #lower-nav-menu li a:active, #lower-nav-menu li a.on {
	text-decoration: underline;
	}
#lower-nav-menu li .last {
	border:none;
	}
#copyright {
	display: inline;
	float:left;
	white-space:nowrap;
	padding: 0 0 0 8px;
	margin: 0;
	vertical-align: middle;
	}
