/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Verdana, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* ================================ */

#wrapper {
  margin: 0 auto 0 auto;
  width: 990px;
}

#masthead {
  height: 136px;
  background-image: url(graphics/masthead.png);
}

#nav {
  position: relative;
  height: 96px;
  width: 990px;
  background-image: url(menu/menu.png);
}

.hidden { visibility: hidden; }

a#home, a#firm, a#attorneys, a#areas, a#community, a#news, a#faq, a#client, a#contact  {
  position: absolute;
}

a#home      { top: 0px; height: 96px; left:  12px; width:  66px; }
a#firm      { top: 0px; height: 96px; left:  78px; width: 103px; }
a#attorneys { top: 0px; height: 96px; left: 181px; width: 116px; }
a#areas     { top: 0px; height: 96px; left: 297px; width: 137px; }
a#community { top: 0px; height: 96px; left: 434px; width: 184px; }
a#news      { top: 0px; height: 96px; left: 618px; width:  66px; }
a#faq       { top: 0px; height: 96px; left: 684px; width:  57px; }
a#contact    { top: 0px; height: 96px; left: 741px; width:  142px; }


a#home:hover, a#home.current           { background-image: url(menu/highlight-home.png); }
a#firm:hover, a#firm.current           { background-image: url(menu/highlight-firm.png); }
a#attorneys:hover, a#attorneys.current { background-image: url(menu/highlight-attorneys.png); }
a#areas:hover, a#areas.current         { background-image: url(menu/highlight-areas.png); }
a#community:hover, a#community.current { background-image: url(menu/highlight-community.png); }
a#news:hover, a#news.current           { background-image: url(menu/highlight-news.png); }
a#faq:hover, a#faq.current             { background-image: url(menu/highlight-faq.png); }
a#client:hover, a#client.current       { background-image: url(menu/highlight-client.png); }
a#contact:hover, a#contact.current     { background-image: url(menu/highlight-contact.png); }

#home-image {
  margin-top: 1px;
  height: 300px;
  width: 990px;
  background-image: url(graphics/home-image.jpg);
}

#second-level-image {
  margin-top: 1px;
  height: 250px;
  width: 990px;
  
}


#bar {
  width: 990px;
  height: 19px;
  background-color: #cd3401;
  margin-top: 1px;
  margin-bottom: 1px;
}

h1, h2, {
  font-family: 'Open Sans Condensed';
  font-weight: 700;
 
}

		h3 { font-size:20px; color:#CD3401; margin-bottom:10px;  font-weight:300; font-weight:bold; font-family:Open Sans Condensed; }
		h4 { font-size:18px; color:#003457; margin-bottom:10px; font-weight:300;  font-family:Open Sans Condensed; }

		
		
#content h1 {
  font-size: 28px;
  padding-bottom: .5em;
  padding-top: .5em;
}

#content {
  background-color: #e5e5e5;
  padding: 1em 1em 1em 1em;
}

#content p {
  width: 600px;
  font-size: 12px;
  line-height: 1.4;
  padding-top: .5em;
  padding-bottom: .5em;
}


#content a {
  color: #cd3401;
}

#content img {
  float: right;
  border: 10px solid #b2b2b2;
}

#content #sidebar h1 {
  font-size: 16px;
}
#content #sidebar {
  width: 200px;
  font-size: 12px;
  float: right;
  padding: 0em 1em 1em 1em;
  margin: 1em 1em 1em 1em;
}



#footer1 p, #footer2 p {
  font-size: 14px;
}
#footer1 h1, #footer2 h1 {
  padding-top: 0;
}

#footer1 {
  padding: 1em;
  background-color: #b2b2b2;
}
#footer1 p {
  font-size: 12px;
  line-height: 1.3;
  padding-top: .5em;
  padding-bottom: .5em;
}

#footer1 a { color: #cd3401; font-weight: bold; }
#footer1 a:hover { text-decoration: underline; }
#footer1 a:visited { text-decoration: none; }
#footer1 a:active { text-decoration: none; }
#footer1 a:link { text-decoration: none; }

#footer1-left {
  float: left;
  width: 370px;
  border-right: 1px solid #444444;
}
#footer1-right {
  float: left;
  width: 540px;
  padding-left: 35px;
}

#footer2 {
  margin-top: 1px;
  background-color: #444444;
  border-bottom: 19px solid #4c4c4c;
  text-align: center;
  color: #ffffff;
}

#footer2 h1 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
}

