html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.25em;
	color: #545454;
	background: white;
	font-size: .8125em;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.hidden {
  display: none;
}
.invisibile {
  visibility: hidden;
}
.center {
  text-align: center;
}
img.center {
  display: block;
  margin: 0 auto;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
h1 {
  font-family: Georgia, georgia, serif;
  font-size: 1.65em;
  color: #005228;
  line-height: 1em;
  padding-bottom: .5em;
  font-weight: normal;
}
h2 {
  font-weight: bold;
  color: #195c44;
  padding-bottom: .5em;
  line-height: 1.10em;
}
ul {
  list-style-type: disc;
  padding-left: 10px;
  margin-left: 10px;
  margin-bottom: .5em;
}
ul li {
  padding-bottom: .5em;
}
p {
  padding-bottom: 1em;
}
a {
  color: #18678f;
}

/*General Layout*/
#header {
  background: #f1ece2;
  padding-top: 10px;
  width: 100%;
  overflow: hidden;
}
#logo {
  float: left;
  width: 139px;
  height: 89px;
  padding-bottom: 15px;
}
#footer {
  background: #f1ece2;
  border-top: 1px solid #c7c3bb;
  padding-top: 12px;
}
div.content {
  width: 825px;
  margin: 0 auto;
  overflow: hidden;
}
div.tagline {
  font-family: Georgia, georgia, serif;
  font-size: 1.692em;
  font-style: italic;
  width: 625px;
  float: left;
  padding-left: 25px;
  line-height: 1.15em;
  color: #888681;
  padding-top: 18px;
}
/*topnav*/

#nav {
  border-top: 1px solid #c7c3bb;
  border-bottom: 1px solid #c7c3bb;
  clear: both;
}
#nav ul {
  margin: 0;
  font-size: .923em;
  line-height: 1em;
  text-transform: uppercase;
  list-style-type: none;
  padding: 0px;
  overflow: hidden;
  text-align:center
}
#nav li {
  padding: 8px;
  display: inline-block;
}
#nav li.active,
#nav li:hover {
  background: #18678f;
}
#nav a {
  color: #005228;
  text-decoration: none;
}
#nav li.active a,
#nav li:hover a {
  color: #ffffff;
}
#main {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #faf9f5;
}
/*homepage gallery*/
div.gallery {
  border: 1px solid #C7C3BB;
  padding: 10px;
  height: 294px;
  margin-bottom: 25px;
  position: relative;
}
div.slides {
  width: 625px;
  height: 294px;
  float: left;
  position: relative;
  z-index: 1;
}
div.slides img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 625px;
  height: 294px;
}
.galLinks {
  width: 176px;
  background: #146039;
  margin-left: 2px;
  float: left;
  height: 242px;
  padding-top: 52px;
  text-align: center;
  position: relative;
  z-index: 6;
  display: inline;
}
.galLinks ul {
  text-transform: uppercase;
  list-style-type: none;
  padding: 0px;
  position: relative;
  z-index: 11;
  background-color: transparent;
  line-height: 1em;
}
.galLinks li {
  background: url(/images/home/gallinks-bg.gif) 55px 0px no-repeat;
  padding-top: 18px;
  padding-bottom: 15px;
}
.galLinks li.first {
  background-image: none;
  padding-top: 0px;
}
.galLinks a {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
}
#galLinkSelect {
  position: absolute;
  top: 44px;
  right: -12px;
  background: white;
  background: url(/images/home/gallinks-selected.png) 0px 0px no-repeat;
  width: 208px;
  height: 40px;
  line-height: 0px;
  font-size: 0px;
  z-index: 10;
}
* html .galLinks {
  overflow: hidden;
}
/*homepage panels*/
div.panelWrap {
  width: 100%;
  clear: both;
  overflow: hidden;

}
div.panel {
  border-top: 3px solid #015229;
  width: 260px;
  float: left;
  padding-top: 12px;
}
div.centerPanel {
  border-top: 3px solid #015229;
  width: 207px;
  margin-left: 49px;
  margin-right: 49px;
  float: left;
  display: inline;
  padding-top: 12px;
}
div.panel h1,
div.centerPanel h1 {
  padding-bottom: .65em;
}
div.story p {
	width: 100%;
	overflow: hidden;
}
span.more {
  display: block;
  width: 45px;
  text-align: right;
  float: right;
}
/*Practice areas, center panel, homepage*/
div.practiceArea {
  padding-bottom: 10px;
}
img.practiceBtn {
  border: 1px solid #e4e4e0;
  padding: 3px;
}
/*footer styles*/
#footer {
  color: #888681;
  padding-bottom: 25px;
}
#footerNav {
  padding-left: 0px;
  margin-left: 0px;
  list-style-type: none;
  font-size: .846em;
  line-height: .846em;
  text-align: center;
}
#footerNav li {
  display: inline;
  border-left: 1px solid #a2a09a;
  padding-left:4px;
  padding-bottom: 0px;
}
#footerNav li.first {
  border: none;
  padding: 0px;
  background-image: none;
  margin: 0px;
}
#footerNav a {
  color: #888681;
}
#footer p.address {
  font-size: .846em;
  line-height: 1.15em;
  text-align: center;
  padding: 0px 34px;
}
