/*
taxCreditExchangeMain.css.css
www.TaxCredit Exchange.com
*/

/*S. Clason, stevec@topdogstrategy.com
30 May 07: Created.
19 Jun 07: Revisions.
20 Jun 07: IE6 fixes.
*/

/* Reset padding and margin everywhere to set them explicitely. */
body, div, p, ul, li, ol, h1, h2, h3 {
  padding: 0;
  margin: 0;
}
body {
  background-color: #fff;
  font-family: helvetica, sans-serif;
  font-size: 12px;
  color: #464646;
}
h1 {
  font-size: 14px;
  text-transform: uppercase;
  color: #336699;
  font-weight: bold;
  padding-bottom: 1em;
  padding-top: 1em;
}
h2 {
  font-size: 14px;
  color: #336699;
  margin-bottom: 1em;
}
h3 {
  font-size: 12px;
  color: #000;
  margin-bottom: 1em;
}
p {
 margin-bottom: 1em; 
}
a, a:link, a:visited, a:hover, a:active {
  color: #336699;
  text-decoration: underline;
}
a:hover {
  color: #99ccff;
  text-decoration: underline;
}
#wrapper {
  width: 950px;
  background-color: #999966;
  margin: auto;
}
#header img {
  display: block;
}
#mainNav {
  width: 175px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: right;
  float: left;
  padding-top: 17px;
}
#mainNav ul {
  list-style: none;
  padding: 0 12px 0 0;
}
#mainNav li {
  padding: 0;
  margin: 0;
}
#mainNav a, #mainNav a:link, #mainNav a:visited, #mainNav a:hover, 
#mainNav a:active {
  color: #000;
  text-decoration: none;
}
#content {
  background-color: #fff;
  margin-left: 175px;
	min-height: 300px;
}
#contentNav {
  padding: 20px 30px;
  color: #336699;
  zoom: 1;
}
#contentNav span {
  padding: 0 17px 0 20px;
}
#contentNav ul {
  
}
#contentNav li {
  display: inline;
}
#contentNav a, #contentNav a:link, #contentNav a:visited, 
#contentNav a:hover, #contentNav a:active {
  text-decoration: underline;
}
#text {
  padding: 0px 30px 20px 30px;
  zoom: 1;
}
#contentBottom img {
  display: block;
}
#footer {
  height: 32px;
  color: #fff;
  background-color: #000;
  line-height: 32px;
  text-align: center;
}
#footer span {
  font-weight: bold;
  font-size: 12px;
  padding: 0 8px;
}
/* Home page specific styles. */
.homeText {
  color: #336699;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 23px;
  padding-top: 20px;
  padding-bottom: 26px;
  line-height: 1.5;
}

/* Miscellanaous Stuff */
.red {
  color: #ff0000;
}
