/*
Black:			#333333
Green:			#4C875E
Red:			#9B1C37
Deep Red:		#621313 originally was left/right side text
Gold:			#DADBBC
Grey left column:	#B2B3B5
Grey right column:	#E9E9E9
Dark Grey nav links:	#383530

*/
html, body {
	margin: 0;
	padding: 0;

}
h2, h3 {
	margin-top: 0;
}
p, table {
	font: .8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
}

#wrapper {
	min-width: 670px;
	width: 670px;
}
#outer3col {
	border-left: 150px solid #B2B3B5;  /* left column background */
	border-right: 150px solid #E9E9E9; /* right column background */
	background-color: #FFFFFF;         /* center column background */
}
#outer2col {
	border-left: 150px solid #B2B3B5;  /* left column background */
	background-color: #FFFFFF;         /* center column background */
}
#inner {
	margin: 0;
	width: 100%; 
        border-left: 1px solid #333333;
}
#header {
	background-color: #333333;    
	color: #FFFFFF;
	height: 100px;
	width: 100%;
	margin: 0;
  padding: 0;
}

#header .logo {
	border: 0;
}

#navsep {
	font: 1px Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
	padding: 0;
  height: 28px;
	width: 100%;
  background-color: #DADBBC;
  border-bottom: 1px solid #333333;
}

#navigation {
	width: 740px;
}
/*  -- ( NEW NAV STUFF ) -- */
#navigation ul {
	list-style: none;
	margin-left: 12px;
  padding: 0;
	text-align: left;
}
#navigation li {
	display: inline;
}

#navigation a { margin: 0 14px 0 14px;}

#navigation a.firm             { float: left;  height: 28px; width: 76px; background: url(../i/menu_firm_off.gif); }
#navigation a.practice         { float: left;  height: 28px; width: 104px; background: url(../i/menu_practice_off.gif); }
#navigation a.attorneys        { float: left;  height: 28px; width: 114px; background: url(../i/menu_attorneys_off.gif); }
#navigation a.news             { float: left;  height: 28px; width: 149px; background: url(../i/menu_news_off.gif); }
#navigation a.contact          { float: left;  height: 28px; width: 78px; background: url(../i/menu_contact_off.gif); }

#navigation a.firm:hover       { background: url(../i/menu_firm_on.gif); }
#navigation a.practice:hover   { background: url(../i/menu_practice_on.gif); }
#navigation a.attorneys:hover  { background: url(../i/menu_attorneys_on.gif); }
#navigation a.news:hover       { background: url(../i/menu_news_on.gif); }
#navigation a.contact:hover    { background: url(../i/menu_contact_on.gif); }

#redsep {
	/* IE seems to use the font tags height rather than the height tag
	   to determine the height of the band */
	font: 8px Verdana, Geneva, Arial, Helvetica, sans-serif;
        margin: 0;
	padding: 0;
        height: 10px;
	width: 670px;
        background-color: #9B1C37;
	border-bottom: 1px solid #333333;
}

#side1 {
	position: relative;
	width: 150px;                      /* left column width */
	margin-left: -150px;               /* negative left column width */
	margin-right: 1px;
	margin-top: 8px; /*58px;*/
	float: left;
	z-index: 10;
}
#side1 h3, #side2 h3 {
	width: 140px;
	font: .70em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4C875E;
	background-color: transparent;
	margin-bottom: -15px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#side1 ul, #side2 ul {
	width: 140px;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
#side1 li {
	font: .7em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin-bottom: 2px;
	padding-left: 10px;
}
#side2 li {
	font: .7em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 4px;
	padding-left: 10px;
}
#side1 li.green, #side2 li.green {
	color: #4C875E;
	/*margin-bottom: -2px; bio office address, s/b -4 for IE and 0 for NS*/
	margin-bottom: -4px; 
}
#side1 a:link, #side1 a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #901602;
	background-color: transparent;
}
#side2 a:link, #side2 a:visited {
	text-decoration: none;
	color: #901602;
	background-color: transparent;
}
#side1 a:hover, #side2 a:hover {
	color: #333333;
}

#side2 {
	position: relative;
	width: 150px;                      /* right column width */
	margin-right: -150px;              /* negative right column width */
	margin-left: 0px;
	margin-top: 8px; /*58px;*/
	float: left;
	z-index: 11;
}
#side2 p {
	padding-left: 10px;
}

#content2col {
	position: relative;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 520px;
	z-index: 12;
	margin: 0 -3px 0 -2px;
        border-left: 1px solid #333333;
}
#content3col {
	position: relative;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 370px;
	z-index: 12;
	margin: 0 -2px 0 -2px;
        border-left: 1px solid #333333;
}
#content2col h1, h2, #content3col h1, h2 {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4C875E;
	margin-left: 8px;
	padding-top: 20px;
}
#content2col h3, #content3col h3 {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4C875E;
	margin: 10px 8px 5px 8px;
}
#content2col p, #content3col p {
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 8px 5px 8px;
	line-height: 1.5;
}
#content2col p.bold, #content3col p.bold {
	font-weight: bold;
}
#content2col a:link, #content2col a:visited, #content3col a:link, #content3col a:visited {
	font-weight: bold;
	text-decoration: none;
        color: #9B1C37;
	background-color: transparent;
}
#content2col a:hover, #content3col a:hover {
	color: #333333;
}
#content3col .returnto_link {
	font-size: .7em;
	margin: 10px 8px 5px 8px;
}

/* green content boxes - practice, attorney */
.greencontent {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #4C875E;
	margin: 15px 8px 0px 8px;
	padding: 8px 4px 0px 2px;
	line-height: 1.5;
}
.greencontent ul {
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	color: #4C875E;
	background-color: #DADBBC;
	line-height: 1.3;
	margin: 10px -4px 20px -2px;
	padding: 5px 18px 12px 28px;
}
.greencontent li {
	margin: 0px 0px 0px -2px;
	padding: 8px 0px 0px 0px;
}
.greencontent h4 {
	font: .80em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 4px 5px 8px;
}
/* End - green content boxes - practice, attorney */

#footersep {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #4C875E;
	width: 99.9%;	/* setting this to 100 causes the nav link background to be short */
	height: 22px;
	z-index: 13;
	border-top: 1px solid #333333;
	margin: 0 -5px 0 -5px;
	padding-top: 8px;
	padding-left: 10px;
}
#footer {
	width: 670px;
}
#footer p {
	font-size: 10px;
	clear: both;
}
#footer .form {
	width: 90px;
	height: 14px;
	margin-left: 5px;
	margin-right: 0px;
}
#footer .search {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#footer a:link, a:visited {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
}
#footer a:hover {
	color: #333333;
}
#footer .fs {
	text-decoration: none;
        color: #DADBBC;
	padding-left: 15px;
	padding-right: 15px;
}
#footer .fs a:link, #footer .fs a:visited {
	margin: 0;
	padding: 0;
	text-decoration: underline;
        color: #DADBBC;
	background-color: transparent;
}
#footer .fs a:hover {
	color: #FFFFFF;
}

#blackbottomspace{
        margin: 0;
        height: 20px;
        background-color: #333333;
}
#bottomspace{
        margin: 0;
        height: 10px;
	background-color: transparent;
}

.clear {
	clear: both;
}
/* set minimum height of body: www.greywyvern.com/code/min-height-hack.html */
.prop {
	width: 1px
}
.min300px {
	height: 300px;
}
/* set minimum height of body */

.padb10px {
	padding-bottom: 10px;
}
.padb15px {
	padding-bottom: 15px;
}
.padb20px {
	padding-bottom: 20px;
}
.padt5px {
	padding-top: 5px;
}
.padt10px {
	padding-top: 10px;
}
.padt15px {
	padding-top: 15px;
}
.padt20px {
	padding-top: 20px;
}

/* News list */
.news {
	font: .7em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 6px;
	line-height: 1.5;
}
/* End News list */
/* used for the news date and contact page*/
.greentext {
	font-weight: bold;
	color: #4C875E;
}

/* Attorney list by title */
.attytable {
	font: .7em Verdana, Geneva, Arial, Helvetica, sans-serif;
        /*border: 1px solid #D6DDE6;*/
        border-collapse: collapse;
	margin: 24px 8px 12px 8px;
	line-height: 1.5; /* adds vertical space between atty and asst lines*/
}
.attytable td {
        padding: 8px 12px 8px 8px;
}
.attytable td.therest {
        padding: 8px 20px 8px 0px;
}
.attytable th {
	color: #FFFFFF;
        background-color: #4C875E;
        font-weight: bold;
        text-align: left;
        padding: 12px 4px 12px 8px;
}
.attytable tr {
        background-color: #EDEDDE;
        color: #000000;
}
.attytable tr.altrow {
        background-color: #DADABD;
        color: #000000;
}
.attytable th.vspace {
        background-color: #FFFFFF;
        padding-top: 8px;
}
/* End - Attorney list by title */

.submit {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9B1C37;
	border: 0;
}

/* Mozilla bug workarounds */
#outer3col > #inner { 
	border-bottom: 10px solid transparent; 
}
#outer2col > #inner { 
	border-bottom: 10px solid transparent; 
}
/* navigation fix current page and hover background positioning */
body > #navigation .currentpage {
	padding: 8px 5px 8px 5px; 
	margin-right: 15px; 
	margin-left: 15px;
	color: #FFFFFF;
	background-color: #4C875E;
}

/* side2 green text below bio different vertical spacing rendered fix */
#inner > #side2 li.green {
        margin-bottom: 1px;
}

/* side2 additional spacing between items fix */
#inner > #side2 li {
	margin-bottom: 8px;
}

/* home page down here for now */
#homegreen {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 49px;
	width: 100%;
	background-color: #4C875E;
	border-bottom: 1px solid #333333;
}
#homegreen .leftimg  {
	float: left;
}

#homegreen a {
  width: 672px;
  height: 49px;
  float: left;
  color: white;
  text-decoration: none;
  line-height: 48px;
}

#homegreen a.one          { background: url(../i/1_off.gif); }
#homegreen a.two          { background: url(../i/2_off.gif); }
#homegreen a.three        { background: url(../i/3_off.gif); }
#homegreen a.four         { background: url(../i/4_off.gif); }

#homegreen a.one:hover    { background: url(../i/1_on.gif); }
#homegreen a.two:hover    { background: url(../i/2_on.gif); }
#homegreen a.three:hover  { background: url(../i/3_on.gif); }
#homegreen a.four:hover   { background: url(../i/4_on.gif); }

.homemidprint {
  width: 672px;
  height: 200px;
}

#homeblack {
	margin: 0;
	padding: 0;
	height: 200px;
	width: 100%;
	background-color: #333333;
	background: url(../i/home_midsection.png) left no-repeat;
      display: none;
}
.homesearch {
        font: .8em Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #FFFFFF;
        padding: 150px 0px 0px 480px;
        display: none;
}
.homesearch a{
        color: #FFFFFF;
        text-decoration: none;
        display: none;
}

