/* -------------------------------------------------------------- 
  
   print.css
   * Gives you some sensible styles for printing pages.
   * See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: Arial, "Helvetica Neue" , Helvetica, sans-serif;
  color: #000;
  background: none;
  font-size: 14px;
}
#Nav {
  display: none;
}
#ContentContainer {
  background: none;
}
#InteriorLogo {
  display: none;
}
#PageHeader {
  display: none;
}

#FirmHeaderContent td.practiceContent {
  color: #000;
  font-size: 14px;
  line-height: 1.3em;
  padding-bottom: 12px;
  padding-top: 12px;
}

#InteriorContent {
  background: none;
  float: left;
  width:60%;
}

#FirmHeaderContent {
  color: #000;
  font-size: 14px;
  width:100% !important;
  margin-left: 0px;
}
#ImagePH {
  display: none;
}
#AttContent {
  background: none;
  color: #000;
}
#AttList {
  background: none;
  width: 750px;
  padding-left: 0;
}
#WideHeaderContentBG {
  padding: 0;
  width: 650px;
}
#AttList ul {
  padding: 0;
  margin: 0;
  float: none;
}
#AttList ul li {
  list-style-image: none;
  list-style-type: disc;
  color: #000;
  margin: 0;
  margin-left: 15px;
  padding: 0;
}
#AttList ul li a {
  color: #000;
  font-size: 12px;
}
#FirmHeaderContent p, #FirmHeaderContent a {
  color: #000;
  font-size: 14px;
  width: 500px;
}
.newsBody p {
  color: #000;
  font-size: 14px;
}

#RightColumn{
  margin-right: 50px;
  width: 20%;
  float: right;
}

#RightColumn ul li img {
  display: none;
}
#SiteFooter {
  display: none;
}
#FirmHeaderContent td.subject, #FirmHeaderContent td.content, #FirmHeaderContent td.content a {
  color: #000;
}
h4 {
  color: #000;
}
li {
  font-size: 14px;
}
#IntContent ul li.commInt, #IntContent ul li ul li.subcontentInt, #ProjectsHeaderContentBG, #ProjectsHeaderContentBG p, #ArtsHeaderContentBG, #ArtsHeaderContentBG p, #ArtsHeaderContentBG p a, #ServiceHeaderContentBG, #ServiceHeaderContentBG p, #InteriorContent ul li a {
  background: none;
  color: #000;
  width: 500px;
  font-size: 14px;
}
#CSContent ul li {
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#CSContent ul {
  margin: 0 5px;
  width: 30%;
}
.previousFeatured {
  display: none;
}




/* Layout
-------------------------------------------------------------- 

.container {
  background: none;
}

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Text
--------------------------------------------------------------

h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
code { font:.9em "Courier New", Monaco, Courier, monospace; } 

img { float:left; margin:1.5em 1.5em 1.5em 0; }
a img { border:none; }
p img.top { margin-top: 0; }

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
.hide   { display:none; }


/* Links
--------------------------------------------------------------

a:link, a:visited {
  background: transparent;
  font-weight:700;
  text-decoration: underline;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

.Errors
{
	font-family:Verdana;
	font-size:18pt;
	color:Maroon;
}
/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */
