/* <style type="text/css" title="3 Columns"> */
/* hide these rules from CSS-challenged browsers */
@media screen, projection {
/* below exploits a parsing error so @media rules will be visible to MacIE5 */
.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}
html, body {
  border: 10px groove #999; 
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #FAFAD2;   /* added by jmg to counter the light green */
  color: #FFFFF0; 
  color: #000;
}

/* --- from jmg --- */
h1, h3, h4 {
	font-family: Georgia, sans-serif;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	font-variant: small-caps;
}

h1 {
  font-size: 175%;
  margin: .3em;
}

/* --------- from jmg --------- */
h1 {
	letter-spacing: 0.75em;
	color: #446;
	padding: 0.25em 0.0em 0.33em 0;
	border-bottom: 5px double #557;
	border-top: 3px double #CCF;
	border-top: 5px double #557;
	text-align: center;
	}
  
/* --------- from jmg --------- */
h2 {
	font-family: 'Times New Roman', serif;
                    font-size: 75%;
	font-weight: bold;
	letter-spacing: 0.5em;
	padding: 0.5em 0.5em 0.5em;
	border-top: 1px solid #335;
	border-bottom: 2px solid #557;
	background: #77A;
	color: #FFFFF0;
	line-height: 3em;
	}

h2 {
  font-size: 125%;
  margin: .2em 0;
}

/* --------- from jmg --------- */
h3 {
	color: #113;
	}
h4 {
	letter-spacing: 0.5em;
	padding: 0.33em 0.5em 0.167em;
	border-top: 1px solid #335;
	border-bottom: 1px solid #557;
	background: #77A;
	color: #335;
	}
h5 {
	font-family: 'New Century Schoolbook', serif;
	font-weight: bold;
	color: #224;
	letter-spacing: 0.5em;
	padding: 0.25em 0em .4em 0;
	border-style: groove;
	border-left-style: none;
	border-right-style: none;
	float: left;
	}

h6 {
	font-family: 'Times New Roman', serif;
	font-size: 75%;
	font-weight: bold;
	letter-spacing: 0.5em;
	padding: 0.5em 0.5em 0.5em;
	border-top: 1px solid #335;
	border-bottom: 2px solid #557;
	background: #77A;
	color: #FFFFF0;
	line-height: 1em;
	}

/* --------- from jmg --------- */
span.invert_color {
	padding: 0.25em 0.33em 0 0.33em;
	text-align: center;
	}
	
span.attorneys {margin-right: .25em;}

span.leader {font-style: italic;}
/* --------- from jmg --------- */

.google {width: 125px; height: 51px;}

li {font-weight: bold;}
.sublist {margin-left: 10%; font-weight: normal; font-style: italic;}


/* --------- #nav added by jmg 3/10/2005 ---------- */

div#nav a {display: block; margin: 0; padding: 0.33em; letter-spacing: 1px; text-align: right; font-weight: bold; border-bottom: 1px solid #88B; color: black; background: transparent none center left no-repeat; text-decoration: none;}
div#nav h4 { background: #77A; color: #FFFFF0;} /* experimental */
div#nav a:link {color: #226; background-color: transparent;}
div#nav a:hover {background: #AAD; color: #338;}
div#nav a span {display: none;}
/* --------- added by jmg 3/10/2005 ---------- */


/* ----------------- div resources (navbox1)----------------- */
div#navbox1 a {font-size: 90%;}
div#navbox1 p {margin: 0; padding: 0.0em 0; font-size: 90%; font-family: sans-serif; text-align: right; line-height: 1.33em; color: #335;}
div#navbox1 {padding: .33em 0 .33em 0;}
div#navbox1 {border-top: solid; border-bottom: solid; border-color: black;}


/* ----------------- div about_smgcolpa (navbox2) ----------------- */
div#navbox2 a {font-size: 90%;}
div#navbox2 p {margin: 0; padding: 0.0em 0; font-size: 90%; font-family: sans-serif; text-align: right; line-height: 1.33em; color: #335;}
div#navbox2 {padding: .33em 0 .33em 0;}


/* ----------------- div contact_us (navbox3) ----------------- */
div#navbox3 a {font-size: 90%;}
div#navbox3 p {margin: 0; padding: 0.0em 0; font-size: 90%; font-family: sans-serif; text-align: right; line-height: 1.33em; color: #335;}
div#navbox3 {padding: .33em 0 .33em 0;}
div#navbox3 {border-top: solid; border-bottom: solid; border-color: black;}


/* --------- end from jmg --------- */


a:link {
  color: #00f;
  background-color: transparent;
}

/* a:visited {
  color: #00f;
  background-color: transparent;
} */

/* page header, uses body colors */
#header {
  width: 100%;             /* full window width */
  margin: 0 1.5% 0 1.5%;
  padding-top: .75em;
  padding-right: .5em;
  padding-bottom: 1em;
  padding-left: .5em;
  font-size: 88%;
  text-align: center;
}

/* page footer, uses body colors */
#footer {
  border: 10px inset #999; 
  clear: both;             /* below all columns */
  background-color: #E6E6FA;
  color: #224;
    background-color: #557;
    color: #E6E6FA;
  width: 100%;             /* 100% for full window width */
  margin: 2em 1.5% 0 1.5%;
  padding-top: 2.5em;
  padding-bottom: .5em;
  font-size: 88%;
  text-align: center;

}
.header p,
.footer p {
  margin-bottom: 0;        /* prevent gaps between divs in some browsers */
}

/* container for the 3 columns */
.outer-container {
  background-color: #557;   /* violet color will show behind the right column */
  color: #000;
  width: 100%;             /* full window width */
  border-top: 1px solid #999; 
  border-bottom: 1px solid #999; 
  margin: 0;               /* keep flush with adjacent containers */
  margin: 1em 1em 0 1em;               /* else keep bottom flush with adjacent containers */
  padding: 0 1em 0 1em;
  border: 10px inset #999; 
}

/* container for just the left and center columns */
.inner-container {
  background-color: #557;  /* yellow color will show behind the left column */
  color: #000;             /*   delete these colors to get same color as right column */
  width: 100%;              /* leaves 24% of window width for right column */
/*  float: left;             / left side of window */
  margin: 1em 0 1em 0;               /* keep rt and lt flush with adjacent containers */
}


/* center column */
#content {
  background-color: #fff;  /* light blue color will show behind the center column */
  background-color: #FAFAD2;
  color: #000;
  width: 70%;              /* % of inner-container width */
  float: right;            /* right side of inner-container */
  margin: 0 .25em 1.0em 0.125em;               /* 0 to keep flush with adjacent containers */
  border-width: 0 1px;     /*   but not on individual properties */
  border-style: solid;     /*   parse error on border-right shorthand, */
  border-color: #999;      /* W3C CSS validation service get an erroneous */
  border-color: #000000;	/* jmg added for black border */
  border: 10px outset #999; 
  padding: .2em 1.5%;      /* some padding for readability */
  padding: 7.5%;     /* jmg overriding above padding */
  text-align: justify;
}


/* left column */
#nav {
  border: 10px outset #999; 
  background-color: #FAFAD2;
  width: 24%;              /* % of inner-container width is ~same width as right column */
  float: left;             /* left side of inner-container */
  margin: 0em 0.125em 1.0em .25em;               /* 0 to keep flush with adjacent containers */
  padding: 1.5%;    /* space from window edge (IE messes up with margin, so use padding) */
  font-size: 88%;
  text-align: right;
}

.clear {
  clear: both;
  margin: 0em;               /* keep flush with adjacent containers */
  margin: 2em;               /* jmg messing around */  
  padding: 0em;
  height: 0px;
  overflow: hidden;
}
} /* end media screen rules */




/* rules for WinIE only */
@media screen, projection {
* html .clear {
  display: none;           /* prevent excessive gap at div bottom in WinIE5 */
}
} /* end WinIE only rules */